]> granicus.if.org Git - neomutt/commit
merge: upstream fixes (mutt/default)
authorRichard Russon <rich@flatcap.org>
Fri, 1 Sep 2017 12:45:23 +0000 (13:45 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 1 Sep 2017 12:45:23 +0000 (13:45 +0100)
commit6cb83380119429e8522fb09e1b73005ff998d8e3
tree5b0c119d93cd8c98262895fc6d48a41a8cee1062
parente2f560efb850cd8fbc82bf3bac36b62b18385ac5
parent5ded7b16fd2f3778ef9b1677e25d5d18dbfa292c
merge: upstream fixes (mutt/default)

 * Create ATTACH_CONTEXT to hold attachment index. (see #3728)
 * Change helpers functions to pass actx. (see #3728)
 * Add helpers to add and remove actx entries. (see #3728)
 * Change recvattach to allow nested encryption. (see #3728)
 * Add virtual index to actx. (see #3728)
 * Fix the expand/collapse code to use the virtual index. (see #3728)
 * Fix shared attachment functions. (see #3728)
 * Fix attachment check_traditional and extract_keys operations. (see #3728)
 * Add edit-content-type helper and warning for decrypted attachments. (closes #3728)
 * Fix parent_hdr usage in mutt_attach_reply(). (see #3728)
 * Add option to run command to query attachment mime type. (closes #2933) (closes #3959)