1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: nmh
Section: mail
Priority: optional
Maintainer: Alexander Zangerl <az@debian.org>
Standards-Version: 4.1.3.0
Build-Depends: debhelper (>= 9.0.0), dh-strip-nondeterminism, dh-autoreconf, libncurses5-dev, liblockfile-dev (>= 1.01), libsasl2-dev, libdb-dev, flex, libfl-dev, libssl-dev, libcurl4-openssl-dev
Package: nmh
Architecture: linux-any kfreebsd-any
Depends: ${shlibs:Depends}, netbase (>= 3.16-1), ${misc:Depends}, mime-support, sensible-utils
Provides: mail-reader, mh
Recommends: default-mta | mail-transport-agent
Suggests: exmh, mh-e, mh-book, par, libmime-tools-perl, libmailtools-perl
Conflicts: mh
Replaces: mh
Description: set of electronic mail handling programs
This is the nmh mail user agent (reader/sender), a command-line based mail
reader that is powerful and extensible. nmh is an excellent choice for
people who receive and process a lot of mail.
.
Unlike most mail user agents, nmh is not a single program, rather it is a
set of programs that are run from the shell. This allows the user to
utilize the full power of the Unix shell in coordination with nmh. Various
front-ends are available, such as mh-e (an emacs mode), xmh, and exmh (X11
clients).
.
nmh was originally based on MH version 6.8.3, and is intended to be a
(mostly) compatible drop-in replacement for MH.
|