more. Change since version 1.0.1i:
- heavily improved IMAP support (thanks to Brandon Long
and Brendan Cully for their work),
- support for using IMAP over SSL (thanks to Tommi
Kommulainen),
- a completely changed interface for configuring mutt's
PGP support. It's now format-based, and much more
flexible than it used to be in the past.
- a split of the old edit-message command into
resend-message and edit-message. While the former gives
you what could be described as "recall from arbitrary
folders", the latter can be used to low-level modify
messages.
- the weeding paradigma has changed. Instead of options
controlling weeding behaviour for all kinds of purposes,
there is one global $weed option which is toggled when
you use what used to be known as display-headers (now
display-toggle-weed). That is, you have some kind of
"WYSIWYG" support with weeding.
- we have a muttrc (5) manual page now, and it's even
up-to-date.
- you can better control your messages' header and
envelope from headers
- the message commands on the attachment menu have been
rewritten. Just try replying to an attachment, and
you'll see what happens. ;-)
- mailing list support has changed. You may wish to
rename your "lists" commands to "subscribe". But please
read README.UPGRADE before!
- Bug fixes of all sorts.
This is another version from the release candidate series. The reason
for immediately releasing this version is a buffer overflow in the
text/enriched handler which can be triggered by means of
suitably-formatted e-mail messages. Thus, we recommend you upgrade
your mutt installations immediately.
Against 1.0pre1, there are several build changes (building this
version of mutt with SGI's cc should work), and back-ports of
IMAP-related bug fixes from the unstable branch.
Almost all changes from 0.95.7 concern the build process, which
should work now on those platforms for which problems where reported
with 0.95.7. postfix and qmail users may be interested in the new
$bounce_delivered configuration variable.
- The $in_reply_to configuration variable is gone. The In-Reply-To
header currently only contains the message-id of the message to
which the reply refers. This is to make sure that this header is
correctly formatted.
- Lots of bugs present in 0.95.6 were fixed.
This version fixes several bugs from 0.95.5, including the "erratic
maildir behaviour" which has been with us for quite some time, and
certain IMAP-related problems.
Major changes since 0.95.3:
- Mutt up to version 0.95.3 was affected by a temporary file relateda
race condition which could lead to security-relevant problems.
- We have fixed a bug which would lead to crazy behaviour when a
message was listed in it's own References header.
- IMAP and MIME should mix better now.
Major changes since 0.95:
- Mutt was affected by the so-called "pine remote exploit". We have
implemented a work-around we believe to be safe. See
README.SECURITY and the mailcap_sanitize option for details, and
check your mailcap files for insecure entries.
- The use_mailcap option has gone. Instead, we now have
implicit_autoview. See the manual for details.
- We have more translations than ever before. Supported languages
now include cs, de, es, fr, it, nl, pl, ru, uk. And en, as usual.
- Mutt now uses version 0.12 of the "regex" library instead of rx.
This library is believed to be far more stable than rx. See
INSTALL for details.
Also invent new configuration flag "MUTT_INTERNATIONAL". If it is set to
"YES" the export restricted PGP version is built. Otherwise you get the
unrestricted US version.
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS. This should make the package collection more useful on
NetBSD ELF ports.