forked from rpm/mutt
- Update to mutt version 1.5.24 + terminal status-line (TS) support, a.k.a. xterm title. see the following variables: $ts_enabled, $ts_icon_format, $ts_status_format ! $ssl_use_sslv3 is disabled by default. ! command-line arguments: -H now combines template and command-line address arguments. ! GnuPG signature name is set to signature.asc + New color object "prompt" added. + Ability to encrypt postponed messages. See $postpone_encrypt and $postpone_encrypt_as. ! History ring now has a scratch buffer. ! mail-key is implemented for GPGME. (Requires a recent GPGME). ! Removed GPG_AGENT_INFO check for GnuPG 2.1 compatibility. Please set pgp_use_gpg_agent if using GnuPG 2.1 or later. ! $smime_encrypt_with now defaults to aes256. ! GnuPG fingerprints are used internally when possible. "--with-fingerprint" should be added to $pgp_list_pubring_command and $pgp_list_secring_command to enable this. Please see contrib/gpg.rc. Fingerprints may also be used at the prompts for key selection. + $crypt_opportunistic_encrypt automatically enables/disables encryption based on message recipients. ! Attachments for signed, unencrypted emails may be deleted. ! Multiple crypt-hooks may be defined for the same regexp. This means multiple keys may be used for a recipient. + $crypt_confirmhook allows the confirmation prompt for crypt-hooks to be disabled. + $ssl_ciphers allows the SSL ciphers to be directly set. ! sime_keys better handles importing certificate chains. ! sime_keys now records certificate purposes (sign/encrypt). Run "sime_keys refresh" to update smime index files. OBS-URL: https://build.opensuse.org/request/show/330555 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=62
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%