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