]> git.llucax.com Git - software/mutt-debian.git/blob - debian/NEWS
Merge commit 'upstream/1.5.21'
[software/mutt-debian.git] / debian / NEWS
1 mutt (1.5.20-6) unstable; urgency=low
2   The behavior of the write_bcc option has changed, now write_bcc is only
3   used to decide if an Fcc message should have its Bcc header written;
4   if the message is sent outside using SMTP the Bcc header will never be
5   written, see the description of debian-specific/467432-write_bcc.patch
6   for details
7
8  -- Antonio Radici <antonio@dyne.org>  Tue, 19 Jan 2010 21:57:48 +0000
9
10 mutt (1.5.20-1) unstable; urgency=low
11
12   As result of http://bugs.mutt.org/3097 getopt() is now used in a way that
13   behaves consistently on all POSIX systems, unfortunately this has broken
14   the way attachments are added from the command line.
15   Now "--" is mandatory *before* any address if a file is attached from CLI,
16   the mutt manpage correctly documents this behavior.
17
18  -- Antonio Radici <antonio@dyne.org>  Sun, 14 Jun 2009 20:53:18 +0100
19
20 mutt (1.5.17-2) unstable; urgency=low
21
22   There is now a "mutt-patched" package that will contain some more
23   experimental patches. For now that is the "sidebar" patch. See
24   README.Patches for details.
25
26  -- Christoph Berg <myon@debian.org>  Tue, 01 Jan 2008 20:03:16 +0100
27
28 mutt (1.5.16-2) unstable; urgency=low
29
30   User-visible changes in this version:
31   * The gpgme crypt backend is not yet stable enough, disabled again.
32   * The imap_home_namespace variable was removed upstream.
33
34  -- Christoph Berg <myon@debian.org>  Thu, 28 Jun 2007 20:58:49 +0200
35
36 mutt (1.5.14+cvs20070301-1) experimental; urgency=low
37
38   We no longer unset write_bcc in /etc/Muttrc. If your MTA does not strip Bcc:
39   headers, edit /etc/Muttrc. (exim4 and postfix strip them, exim(3) does not.)
40   We also no longer unset use_from and use_domain. Mutt will use the contents
41   of /etc/mailname to determine the domain part of the From: header.
42
43   This release adds ESMTP support to mutt. To use, set smtp_url to your
44   smarthost, e.g. smtps://mail.company.com/.
45
46   The gpgme crypt backend is now enabled.
47
48  -- Christoph Berg <myon@debian.org>  Thu,  1 Mar 2007 23:56:58 +0100
49
50 mutt (1.5.6-1) unstable; urgency=low
51
52   In this release the alternates, lists, and subscribe configuration
53   variables have been turned into regular expression lists.
54   Additionaly, alternates is now an option, not a  variable.
55   This means that you should change:
56
57   set alternates="foo|bar"
58
59   into
60
61   alternates "foo|bar"
62
63   in your .muttrc file. See muttrc(5) for details.
64
65  -- Artur R. Czechowski <arturcz@hell.pl>  Sun,  4 Apr 2004 14:04:03 +0200