1 mutt (1.5.17-2) unstable; urgency=low
3 There is now a "mutt-patched" package that will contain some more
4 experimental patches. For now that is the "sidebar" patch. See
5 README.Patches for details.
7 -- Christoph Berg <myon@debian.org> Tue, 01 Jan 2008 20:03:16 +0100
9 mutt (1.5.16-2) unstable; urgency=low
11 User-visible changes in this version:
12 * The gpgme crypt backend is not yet stable enough, disabled again.
13 * The imap_home_namespace variable was removed upstream.
15 -- Christoph Berg <myon@debian.org> Thu, 28 Jun 2007 20:58:49 +0200
17 mutt (1.5.14+cvs20070301-1) experimental; urgency=low
19 We no longer unset write_bcc in /etc/Muttrc. If your MTA does not strip Bcc:
20 headers, edit /etc/Muttrc. (exim4 and postfix strip them, exim(3) does not.)
21 We also no longer unset use_from and use_domain. Mutt will use the contents
22 of /etc/mailname to determine the domain part of the From: header.
24 This release adds ESMTP support to mutt. To use, set smtp_url to your
25 smarthost, e.g. smtps://mail.company.com/.
27 The gpgme crypt backend is now enabled.
29 -- Christoph Berg <myon@debian.org> Thu, 1 Mar 2007 23:56:58 +0100
31 mutt (1.5.6-1) unstable; urgency=low
33 In this release the alternates, lists, and subscribe configuration
34 variables have been turned into regular expression lists.
35 Additionaly, alternates is now an option, not a variable.
36 This means that you should change:
38 set alternates="foo|bar"
44 in your .muttrc file. See muttrc(5) for details.
46 -- Artur R. Czechowski <arturcz@hell.pl> Sun, 4 Apr 2004 14:04:03 +0200