]> granicus.if.org Git - neomutt/commit
merge: upstream fixes
authorRichard Russon <rich@flatcap.org>
Sat, 1 Sep 2018 17:59:12 +0000 (18:59 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 1 Sep 2018 17:59:12 +0000 (18:59 +0100)
commit375a5bbf0b50f026b2c5753fc98da4201f246530
tree0fe71808b923f41c56183c892e411d56fc019434
parentc8b86e8a03dddbcd582435770af5c2c80a0d5fa6
parent1ffa7736b7ac164cc4ca6371fd28a43a9f884b68
merge: upstream fixes

 * crypt-gpgme: prevent crash on bad S/MIME signature
 * Void passphrase on s/mime decryption error
 * smime_handle_entity() cleanup
 * Mention $pgp_decode_command for $pgp_check_gpg_decrypt_status_fd
 * Minor documentation fix
 * Display matching new messages in a thread-limited index
 * Bug fix: reset ctx->vsize in update_index_unthreaded on reopened mailbox
 * Improved limit-to-all detection by skipping leading spaces of the pattern
 * Add ctx->vsize = 0 in a couple of places
 * Handle reopen/new_mail when closing mailbox in <imap-logout-all>
 * Skip sort in mbox_sync_mailbox() when new/reopen occurs
 * Add mx_ops.msg_padding_size to return the padding for a mx type
 * Add message padding to ctx->vsize computation
 * Fix AUXSORT usage in compare_spam
 * Fix -z and -Z options to work with IMAP
 * Create mutt_buffer_increase_size() function
 * Always check UID vs MSN when handling FETCH
 * Refactor out mutt_is_quote_line()
 * Don't match $abort_noattach_regexp on quoted lines
 * Remove legacy trim_incomplete_mbyte() in the pager
 * Remove compare_stat() call in safe_rename()
 * Display an error message if syncing fails
 * Change $query_format to use mutt_format_s
 * Fix alias documentation examples
 * Add additional error handling to safe_rename()
 * Remove extra lstats() in safe_rename() upon link success
 * Add compose-to-sender functionality.