2015-09-11 15:37:14 +00:00
committed by Git OBS Bridge
parent 5f3812736e
commit 35fed0c7cd
15 changed files with 2133 additions and 2731 deletions

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Fri Sep 11 15:14:48 UTC 2015 - werner@suse.de
- 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.
+ $maildir_check_cur polls the maildir "cur" directory for new mail.
- Ported patches
patch-1.5.21.vk.pgp_verbose_mime becomes patch-1.5.24.vk.pgp_verbose_mime
patch-1.5.23.rr.compressed.bz2 becomes patch-1.5.24.rr.compressed.bz2
patch-1.5.23.sidebar.20140412.patch becomes patch-1.5.24.sidebar.20140412.patch
mutt-1.5.21-opennfs.dif becomes mutt-1.5.24-opennfs.dif
mutt-1.5.23.dif becomes mutt-1.5.24.dif
- Modfied patches
nion.sidebar-color.diff
widechar.sidebar.dif
- Removed patch
patch-1.5.23.xtitles.patch
-------------------------------------------------------------------
Mon Jan 26 16:22:08 UTC 2015 - werner@suse.de