diff options
author | krion <krion@FreeBSD.org> | 2005-06-19 10:55:28 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-06-19 10:55:28 +0000 |
commit | a444b3dc4327fc104833a03105cfca8642243e4a (patch) | |
tree | 21df0ac917a0cb51248c10da713b450471812ac5 /mail/Makefile | |
parent | 678c043ecd47c2c4fdb9fb3cb6db48658d4d2f97 (diff) | |
download | FreeBSD-ports-a444b3dc4327fc104833a03105cfca8642243e4a.zip FreeBSD-ports-a444b3dc4327fc104833a03105cfca8642243e4a.tar.gz |
Add mutt-ng 20050614, a fork of the mutt.
A list of features unique to mutt-ng:
* Better view support for format=flowed attachments.
* Message IDs are configurable.
* User can set signoff_string just like in slrn.
* User can call up the "last folder" when saving attachments.
* IMAP reconnecting: when the connection to the IMAP server dies,
mutt-ng attempts reconnecting.
* User can set the umask with which all the files shall be created
(was hard-coded before, and caused huge problems for shared
mailboxes to some people).
* Support for NNTP, i.e. mutt-ng can be used as a newsreader.
* A sidebar similar to other (graphical) MUAs where you can directly
jump to a certain mailbox.
PR: ports/82235
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index cbb66d5..5c0ea14 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -228,6 +228,7 @@ SUBDIR += mutt-devel SUBDIR += mutt-devel-lite SUBDIR += mutt-lite + SUBDIR += mutt-ng SUBDIR += mutt_vc_query SUBDIR += muttzilla SUBDIR += nail |