]> git.llucax.com Git - software/mutt-debian.git/blob - debian/NEWS
mutt (1.5.14+cvs20070301-1) experimental; urgency=low
[software/mutt-debian.git] / debian / NEWS
1 mutt (1.5.14+cvs20070301-1) experimental; urgency=low
2
3   We no longer unset write_bcc in /etc/Muttrc. If your MTA does not strip Bcc:
4   headers, edit /etc/Muttrc. (exim4 and postfix strip them, exim(3) does not.)
5   We also no longer unset use_from and use_domain. Mutt will use the contents
6   of /etc/mailname to determine the domain part of the From: header.
7
8   This release adds ESMTP support to mutt. To use, set smtp_url to your
9   smarthost, e.g. smtps://mail.company.com/.
10
11   The gpgme crypt backend is now enabled.
12
13  -- Christoph Berg <myon@debian.org>  Thu,  1 Mar 2007 23:56:58 +0100
14
15 mutt (1.5.6-1) unstable; urgency=low
16
17   In this release the alternates, lists, and subscribe configuration
18   variables have been turned into regular expression lists.
19   Additionaly, alternates is now an option, not a  variable.
20   This means that you should change:
21
22   set alternates="foo|bar"
23
24   into
25
26   alternates "foo|bar"
27
28   in your .muttrc file. See muttrc(5) for details.
29
30  -- Artur R. Czechowski <arturcz@hell.pl>  Sun,  4 Apr 2004 14:04:03 +0200