]> granicus.if.org Git - neomutt/commit
merge: upstream fixes (mutt/default)
authorRichard Russon <rich@flatcap.org>
Tue, 13 Sep 2016 16:42:33 +0000 (17:42 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 13 Sep 2016 16:42:33 +0000 (17:42 +0100)
commit6bb33394b4f8800a7a3e503ec93c86c8810c363a
tree7b482b581d44f3d908ba81d358e683422ca606f4
parent6ba1a117bcc2fd0df10dccd8f68bc42ddda9d76f
parent73522d8620f6ffde4a69146fa91ccea883256dff
merge: upstream fixes (mutt/default)

 * Remove the $locale configuration variable.
 * Add $attribution_locale configuration variable.
 * Add missing include <locale.h> to send.c and edit.c.
 * Filter out zero width no-break space (U+FEFF).
 * Update a confusing and obsolete comment.
 * Moves mutt_copy_list to muttlib.c, where it belongs.
 * Redraw screen after an SSL cert prompt
 * Preserve message-id and mft headers for recalled messages. (closes #3081)
 * Fix openssl 1.1 compilation issues. (closes #3870)