- Update to mutt 1.11.1 * Bug fix release. * IMAP retrieves the Sender header by default. It doesn't need to be added to $imap_headers. * inotify is used for local mailbox monitoring on Linux. Configuration flag --disable-filemonitor turns this off. * OAUTHBEARER support for IMAP, SMTP and POP via $imap_oauth_refresh_command, $smtp_oauth_refresh_command, and $pop_oauth_refresh_command. * $pgp_timeout and $smime_timeout support 32-bit numbers. * <check-stats> manually updates mailbox statistics, the same way $mail_check_stats does when set. * Thread limited views, e.g. ~(pattern), now show new mail as it arrives. * Command line argument -z and -Z options also work for IMAP mailboxes. * $imap_condstore and $imap_qresync enable IMAP CONDSTORE and QRESYNC support, respectively. QRESYNC should provide much faster mailbox opening. * $abort_noattach skips quoted lines (as defined by $quote_regexp and $smileys). * Initial IMAP header downloading can be aborted with ctrl-c. * <compose-to-sender> composes a message to the sender of the selected message, in the index or attachment menu. * Address book queries ($query_format) now support multibyte characters. * Finnish translation. * pgpring has been renamed to mutt_pgpring. * Certificate prompts show sha-256 instead of md5 fingerprints. * Non-threaded $sort_aux "reverse-" settings now work properly. * The manual can be generated and installed in GNU Info format. * index-format-hook and the new %@name@ expando for $index_format enable dynamic index formats using pattern matching against the current message. This can be used, for example, to format dates based on the age of OBS-URL: https://build.opensuse.org/request/show/662611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=83
Since Mutt version 1.5.6 there's changes with regards to the $alternates variable. It's no longer a variable, but a command. When it before was: set alternates=foo@bar.org It's now: alternates foo@bar.org It's elaborated in the alternates section of the manpage muttrc.5
Description
Languages
Python
90%
Shell
10%