- Update to mutt 2.1.5
* This is a bug-fix release, fixing two SMTP authentication
issues, a crash bug on NetBSD, and a couple other issues.
* Mutt 2.1.4 was released on December 11, 2021. This is a bug-fix
release, fixing a performance issue when used with DavMail.
* Mutt 2.1.3 was released on September 10, 2021. This is a
bug-fix release, fixing some of the fixes in the last release. IMAP
and QRESYNC users are advised to upgrade.
* Mutt 2.1.2 was released on August 24, 2021. This is an
important bug-fix release, fixing a potential data-loss IMAP
bug, a couple QRESYNC bugs, and a few other issues. IMAP users
are strongly advised to upgrade.
* Mutt 2.1.1 was released on July 12, 2021. This is a bug-fix
release, fixing some redraw issues and a problem with the new List
Menu for mbox mailboxes.
* Mutt 2.1.0 was released on June 12, 2021. This release has new
features and bug fixes.
! The -d option allows a negative number. If negative, debug files are
not rotated. The debug level is the absolute value.
+ <view-pager> in the attachment menu uses a copiousoutput mailcap
entry, or falls back to raw text.
+ <view-mailcap>, <view-pager>, and <view-text> functions added to the
compose menu.
+ <view-alt-pager> in the compose menu allows previewing the output
of the $send_multipart_alternative_filter the way <view-pager> does.
+ <list-action>, bound to Esc-L in the index and pager menu, brings
up a menu of operations to perform on mailing list emails, such as
subscribe/unsubscribe.
+ <skip-headers>, bound to 'H' in the pager, will skip to the first
blank line following the headers.
OBS-URL: https://build.opensuse.org/request/show/945563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=104
- Update to mutt 2.0.7
* Update UPDATING file for 2.0.7.
* Fix seqset iterator when it ends in a comma (boo#1185705, CVE-2021-32055)
* Filter unprintables for 2231 encoded continuations too.
* Turn off pylint in gitlab-ci.
* Check if mutt_prepare_template() fails for -H command line arg.
* Fix resolve_types() newline removal and restoration.
* automatic post-release commit for mutt-2.0.6
- Fix offset of patch mutt-1.5.21-mailcap.diff
OBS-URL: https://build.opensuse.org/request/show/891208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=102
- Update to version 1.14.0
* $imap_check_subscribed will fetch the set of subscribed folders from
your server on connection.
* IMAP server-side simple string search using '=' instead of '~'.
('=' also provides local simple string search.)
* IMAP IDLE support and $imap_idle
* <rename-mailbox> function
* S/MIME support. Please see contrib/smime.rc for suggested settings.
* GPGME support via $crypt_use_gpgme
* Ability to encrypt postponed messages. See $postpone_encrypt and
$postpone_encrypt_as.
* GnuPG fingerprints are used internally when possible.
* $crypt_opportunistic_encrypt automatically enables/disables encryption
based on message recipients.
* IDNA support. Options $idn_decode and $idn_encode control whether
mutt will decode and encode international domains using IDNA.
* SMTPUTF8 support. Support for utf-8 domains without IDNA encoding.
To use this, unset idn_encode.
* $assumed_charset, $attach_charset, $ignore_linear_white_space
* Header caching for IMAP and Maildir. See $header_cache for more details.
* Internal ESMTP relay support. See $smtp_url.
* $mail_check_recent controls whether all unread mail or only new mail
since the last mailbox visit will be reported as new
* Support for saving history across sessions. See $save_history,
$history_file.
* More search patterns:
+ thread patterns. Use ~(...) to match all threads that
contain a message that matches ...
+ ~l matches all known lists, ~u only subscribed.
+ ~$ pattern matches unreferenced messages.
OBS-URL: https://build.opensuse.org/request/show/800759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=92
- Update to version 1.14.0
* $imap_check_subscribed will fetch the set of subscribed folders from
your server on connection.
* IMAP server-side simple string search using '=' instead of '~'.
('=' also provides local simple string search.)
* IMAP IDLE support and $imap_idle
* <rename-mailbox> function
* S/MIME support. Please see contrib/smime.rc for suggested settings.
* GPGME support via $crypt_use_gpgme
* Ability to encrypt postponed messages. See $postpone_encrypt and
$postpone_encrypt_as.
* GnuPG fingerprints are used internally when possible.
* $crypt_opportunistic_encrypt automatically enables/disables encryption
based on message recipients.
* IDNA support. Options $idn_decode and $idn_encode control whether
mutt will decode and encode international domains using IDNA.
* SMTPUTF8 support. Support for utf-8 domains without IDNA encoding.
To use this, unset idn_encode.
* $assumed_charset, $attach_charset, $ignore_linear_white_space
* Header caching for IMAP and Maildir. See $header_cache for more details.
* Internal ESMTP relay support. See $smtp_url.
* $mail_check_recent controls whether all unread mail or only new mail
since the last mailbox visit will be reported as new
* Support for saving history across sessions. See $save_history,
$history_file.
* More search patterns:
+ thread patterns. Use ~(...) to match all threads that
contain a message that matches ...
+ ~l matches all known lists, ~u only subscribed.
+ ~$ pattern matches unreferenced messages.
+ ~V pattern matches cryptographically verified messages.
* Improved flowed text support: $reflow_text, $reflow_wrap,
$reflow_space_quotes.
* $braille_friendly option will place the cursor at the beginning of
the current line in menus.
* Full large file support.
* Terminal status-line (TS) support, a.k.a. xterm title. see the
following variables: $ts_enabled, $ts_icon_format, $ts_status_format
* Generic spam detection: new configuration commands: 'spam' and
'nospam', new options: $spam_separator, new expando: %H (for
$index_format), new pattern: ~H pattern
* New command line options:
+ -A command line option for alias expansion.
+ -D will print the value of all variables.
+ -E command line option to edit draft and include files.
+ -Q queries configuration variables
* New functions:
+ you can edit threads via <break-thread> and <link-threads>
+ <buffy-list> lists mailboxes with new mail.
+ <what-key> displays the keycode for a key press.
+ <next-new-then-unread> and <previous-new-then-unread>
+ <tag-prefix-cond> and <cond-end>
* $resume_draft_files and $resume_edited_draft files control how
draft files are processed.
* $narrow_tree makes the thread tree narrower.
* new and changed hooks: reply-hook, send2-hook. crypt-hook can be
specified multiple times for the same regexp.
* The $alternates option has turned into the 'alternates' command.
* mime_lookup command specifies a list of MIME types that should not
be treated according to their mailcap entry
OBS-URL: https://build.opensuse.org/request/show/800043
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=214
- Update to mutt 1.12.2 (2019-09-21):
+ $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.
! $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.
OBS-URL: https://build.opensuse.org/request/show/748572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=86
- Update to mutt 1.11.3
* This is a bug-fix release, fixing compilation with LibreSSL
and various other bug fixes.
* Show top-level decoded smime text/plain parts.
* Improve attachment menu for s/mime parts. (closes#113)
* Fix tunnels to also retry and write full buffer.
* Fix raw socket read/write to follow expected behavior.
* Fix gnutls tls_socket_write() to properly retry.
* Update the muttrc man page with added commands.
* Wrap ssl init calls for LibreSSL too.
- Modify the patches
* mutt-1.10.0.dif
* mutt-1.5.23-carriage-return.path
OBS-URL: https://build.opensuse.org/request/show/678427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=85