]> granicus.if.org Git - neomutt/commitdiff
merge: upstream fixes (mutt/default)
authorRichard Russon <rich@flatcap.org>
Tue, 21 Mar 2017 16:12:39 +0000 (16:12 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 21 Mar 2017 16:12:39 +0000 (16:12 +0000)
 * Add SNI support for OpenSSL. (see #3923)
 * Add SNI support for GnuTLS. (closes #3923)
 * Add shortcuts for IMAP and POP mailboxes in the file browser
 * Change OpenSSL to use SHA-256 for cert comparison. (closes #3924)
 * Fix conststrings type mismatches. (closes #3926)
 * Pass envlist to filter children too.  (closes #3922)
 * Fix mutt_envlist_set() for the case that envlist is null. (see #3922)
 * Fix setenv overwriting to not truncate the envlist. (see #3922)


Trivial merge