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