]> granicus.if.org Git - neomutt/commit
merge: upstream fixes (mutt/default)
authorRichard Russon <rich@flatcap.org>
Fri, 28 Oct 2016 10:13:24 +0000 (11:13 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 28 Oct 2016 10:13:24 +0000 (11:13 +0100)
commit669ca2c1250e174e34ccd09b42ac98bc1cd63e4b
tree910561a4539aba89f12f99d8b9dc4971f09e02ab
parent852b66f42e2020fdaae37c0a4cf6a15a0975655c
parentd94b68aa6932bf79f8b1a2ad4eff018ba002b69f
merge: upstream fixes (mutt/default)

 * Fix POP3 SASL authentication mechanism DIGEST-MD5. (closes #3862)
 * Add a few explanatory comments to pop_auth_sasl().  (see #3862)
 * Fix GPGME signature zero timestamp and locale awareness issues. (closes #3882)
 * Handle presence of '--' delimiter in $sendmail. (closes #3168)
 * Allow IPv6 literal addresses in URLs. (closes #3681)
 * Fix gpgme segfault in create_recipient_set().
 * Use mutt_strlen and mutt_strncmp in sidebar.c.
 * Change sidebar to only match $folder prefix on a $sidebar_divider_char. (closes #3887)
 * Actually fix gpgme segfault in create_recipient_set().