Path to this page:
./
mail/mutt,
Text-based MIME mail client with PGP & S/MIME support
Branch: CURRENT,
Version: 1.13.0,
Package name: mutt-1.13.0,
Maintainer: tonioThe Mutt E-Mail Client by Michael Elkins <me@cs.hmc.edu>
``All mail clients suck. This one just sucks less.'' -me, circa 1995
Mutt is a small but very powerful text-based MIME mail client.
Mutt is highly configurable, and is well suited to the mail power
user with advanced features like key bindings, keyboard macros,
mail threading, color, PGP and S/MIME, POP3, IMAP, various mailbox
formats, regular expression searches and a powerful pattern matching
language for selecting groups of messages.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.5 2015/09/03 14:49:02 wiz Exp $
case ${STAGE} in
DEINSTALL)
${RM} -f @DOCDIR@/samples
;;
esac
Required to run:[
databases/db4] [
lang/perl5] [
security/gnupg2] [
security/gpgme] [
lang/python37]
Required to build:[
textproc/docbook-xsl] [
textproc/libxslt] [
www/lynx] [
pkgtools/cwrappers]
Package options: curses, gpgme, gssapi, mutt-compressed-mbox, mutt-hcache, mutt-smtp, openssl, smime
Master sites:
SHA1: 1714769ba8a657568f8a2208648b36fa964f7acf
RMD160: 8f3b233a9bcd9fb97a12728022f1bb7b85775b29
Filesize: 4775.091 KB
Version history: (Expand)
- (2019-12-01) Updated to version: mutt-1.13.0
- (2019-09-22) Updated to version: mutt-1.12.2
- (2019-08-11) Updated to version: mutt-1.12.1nb2
- (2019-07-21) Updated to version: mutt-1.12.1nb1
- (2019-06-25) Updated to version: mutt-1.12.1
- (2019-05-26) Updated to version: mutt-1.12.0
CVS history: (Expand)
2019-12-01 01:02:34 by Matthias Scheler | Files touched by this commit (5) |  |
Log message:
mutt: Update to version 1.13.0
Changes since version 1.12.2:
! <half-up> and <half-down> in the pager are now symmetric.
! $ssl_force_tls is now set by default.
! Configure option --with-regex is renamed to --with-bundled-regex.
Most modern OS should be fine using their own regex library. The
rename is to clarify the intention of the option.
! Configure option --disable-doc now only disables the manual generation.
Other parts of the doc directory (man pages, Muttrc file) are generated.
! $user_agent is now unset by default.
! unattachments now has a '*' parameter to remove all attachment counting.
+ Autocrypt support. Enabled via configure option --enable-autocrypt.
Please see the manual for details on how to enable and use this properly.
+ Byte size displays can be customized via new variables $size_show_bytes,
$size_show_mb, $size_show_fractions, $size_units_on_left.
+ $ssl_use_tlsv1_3, default set, allows TLS1.3 connections if supported
by the server.
! format=flowed space stuffing works again, and is performed after every
edit, not just the first time.
+ $browser_sticky_cursor, default set, attempts to keep the cursor on the
same mailbox when performing operations in the browser.
! <display-filename> in the browser menu shows the full path for local and
IMAP mailboxes.
! $sidebar_folder_indent and $sidebar_short_path are now based on previous
entries in the sidebar, allowing them to work on mailboxes outside $folder.
! Sidebar entries are now prefixed with mailbox shortcuts '~' and '='. This
uses the same code as other parts of mutt, for more consistent display.
+ <browse-mailboxes> allows direct access to the mailboxes list from the
index and pager, without having to use a macro. This improves
$browser_sticky_cursor initial selection of the current mailbox.
! <pipe-message> with $pipe_decode set will update MIME headers to decoded
text/plain values.
+ $send_multipart_alternative and $send_multipart_alternative_filter allow
the generation of a multipart/alternative when composing a message. See
their documentation in the manual for more details. Also see
contrib/markdown2html for a sample filter.
+ In the compose menu <view-alt>, <view-alt-text>, \
<view-alt-mailcap> allow
previewing the output of the $send_multipart_alternative_filter.
! $write_bcc now defaults unset. It no longer affects the Fcc copy, which
will always include the Bcc header.
+ When $count_alternatives is set, Mutt will recurse inside
multipart/alternatives while performing attachment searching and counting.
This affects %X in the index and ~X pattern matching.
|
2019-11-02 17:25:29 by Roland Illig | Files touched by this commit (112) |
Log message:
mail: align variable assignments
pkglint -Wall -F --only aligned -r
No manual corrections.
|
2019-09-22 00:32:41 by Matthias Scheler | Files touched by this commit (2) |  |
Log message:
mutt: Update to version 1.12.2
- Bug fix release
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |  |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-21 00:46:59 by Thomas Klausner | Files touched by this commit (595) |
Log message:
*: recursive bump for nettle 3.5.1
|
2019-06-19 14:05:12 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
mutt: Disable filemonitor (inotify) on SunOS.
|
2019-06-17 16:28:43 by Matthias Scheler | Files touched by this commit (2) |  |
Log message:
mutt: Update to version 1.12.1
+ $fcc_before_send, when set, causes Fcc to occur before sending instead of
afterwards. When set, the message is saved as-sent; please see the
documentation for details.
|
2019-05-26 10:43:15 by Matthias Scheler | Files touched by this commit (4) |  |
Log message:
mutt: Update to version 1.12.0
Changes since version 1.11.4:
! $ssl_use_tlsv1 and $ssl_use_tlsv1_1 now default to unset.
+ $auto_subscribe, when set, automatically adds an email with the List-Post
header to the subscribe list.
! Fcc now occurs after sending a message. If the fcc fails, mutt will prompt
to try again, or to try another mailbox.
+ Basic protected header ("memory hole") support added for the Subject \
header.
See the config vars: $crypt_protected_headers_read,
$crypt_protected_headers_save, $crypt_protected_headers_subject,
and $crypt_protected_headers_write.
! Color names can be prefixed with "light" in addition to \
"bright". "bright"
colors are bold face, while "light" are non-bold.
! Color commands can now include an attribute (e.g. bold, underline).
! $pgp_use_gpg_agent defaults set.
+ <descend-directory> in the browser menu allows entering nested maildir
directories.
+ <group-chat-reply> replies to all, but preserves To recipients in the reply.
+ $include_encrypted, default unset, prevents separately encrypted contents
from being included in a reply. This helps to prevent a decryption oracle
attack.
! With gpgme >= 1.11, recipient keys with a trailing '!' now force subkey use,
as with classic gpg.
! In send mode, %{charset} mailcap expansion uses the current charset of the
file.
+ $imap_fetch_chunk_size allows fetching new headers in groups of this size.
This might help with timeouts during opening of huge mailboxes.
If you have huge mailboxes, you should also try $imap_qresync.
! <toggle-write> can be invoked from the pager too.
+ The $forward_attachments quadoption allows including attachments in
inline-forwards (i.e. $mime_forward unset, $forward_decode set.)
|