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 29 30 31 32 33 34 35 36
|
Source: mmh
Section: mail
Priority: optional
Maintainer: Dmitry Bogatov <KAction@gnu.org>
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
bash-completion,
flex,
libncurses5-dev,
Standards-Version: 3.9.8
Homepage: http://marmaro.de/prog/mmh/
Vcs-Browser: https://anonscm.debian.org/cgit/users/kaction-guest/mmh.git
Vcs-Git: https://anonscm.debian.org/cgit/users/kaction-guest/mmh.git
Package: mmh
Architecture: any
Replaces: mh
Provides: mail-reader, mh
Conflicts: mh
Depends: file, ${misc:Depends}, ${shlibs:Depends}
Description: set of electronic mail handling programs
This is the mmh 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, mmh 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 mmh.
.
Mmh is a modified version of the electronic mail handling system nmh.
Nmh (new MH) itself was originally based on the package MH-6.8.3, and
was intended to be a (mostly) compatible drop-in replacement for MH.
In contrast, mmh is not intended to be a drop-in replacement for nmh,
rather mmh breaks compatibility to nmh in order to modernize and
simplify it.
|