summaryrefslogtreecommitdiffstats
path: root/recvattach.c
AgeCommit message (Expand)Author
2021-10-04Add $attach_save_charset_convert quadoption.Kevin McCarthy
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-11-22Add <view-pager> function to attachment menu.Kevin McCarthy
2020-10-13Create $attach_save_dir.Kevin McCarthy
2020-08-29Remove relative path expansion for some cases.Kevin McCarthy
2020-07-10Fix mutt_pipe_attachment_list() to unstuff format=flowed.Kevin McCarthy
2020-07-10Fix mutt_save_attachment_list() to unstuff format=flowed.Kevin McCarthy
2020-04-06Add message/global to the list of known "message" types.Kevin McCarthy
2020-03-30Convert mutt_pipe_attachment_list() to use buffer pool.Kevin McCarthy
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2020-02-29Add background flags to all other operations.Kevin McCarthy
2019-11-10Add gcc comments for fallthrough case statements.Kevin McCarthy
2019-10-23Add typelen parameter to rfc1524_mailcap_lookup().Kevin McCarthy
2019-10-23Convert attach_fmt %f to use buffer pool.Kevin McCarthy
2019-09-22Convert buffer callers of mutt_get_field() to use buffer version.Kevin McCarthy
2019-09-13Convert print_attachment_list to use buffer pool.Kevin McCarthy
2019-09-13Convert query_pipe_attachment to use buffer pool.Kevin McCarthy
2019-09-13Convert recvattach save_attachment functions to use buffer pool.Kevin McCarthy
2019-04-27Add $forward_attachments quadoption for inline-forward mode.Kevin McCarthy
2019-02-06Create <group-chat-reply> function.Kevin McCarthy
2019-01-24Merge branch 'stable'Kevin McCarthy
2019-01-24Show top-level decoded smime text/plain parts.Kevin McCarthy
2019-01-24Simplify nested smime handling in the attachment menu.Kevin McCarthy
2019-01-24Merge branch 'stable'Kevin McCarthy
2019-01-24Improve attachment menu for s/mime parts. (closes #113)Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-31Remove unused MUTT_FORMAT_MAKEPRINT flag.Kevin McCarthy
2018-12-31Remove dead code.Kevin McCarthy
2018-08-22Add compose-to-sender functionality.Kevin McCarthy
2018-03-22Fix comparison of flags with multiple bits set.Kevin McCarthy
2017-08-10Add edit-content-type helper and warning for decrypted attachments. (closes #...Kevin McCarthy
2017-08-10Fix attachment check_traditional and extract_keys operations. (see #3728)Kevin McCarthy
2017-08-10Fix shared attachment functions. (see #3728)Kevin McCarthy
2017-08-10Fix the expand/collapse code to use the virtual index. (see #3728)Kevin McCarthy
2017-08-10Add virtual index to actx. (see #3728)Kevin McCarthy
2017-08-10Change recvattach to allow nested encryption. (see #3728)Kevin McCarthy
2017-08-10Add helpers to add and remove actx entries. (see #3728)Kevin McCarthy
2017-08-10Change helpers functions to pass actx. (see #3728)Kevin McCarthy
2017-08-10Create ATTACH_CONTEXT to hold attachment index. (see #3728)Kevin McCarthy
2017-03-26Add a menu stack to track current and past menus.Kevin McCarthy
2016-11-07Chain %d->%F->%f in the attachment menu.Kevin McCarthy
2016-11-07attach_format: add new %F placeholderDamien Riegel
2016-10-23Perform charset conversion on text attachments when piping. (closes #3773) (s...Kevin McCarthy
2016-06-18pass context in mx_close_messageDamien Riegel
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Add cols parameter to mutt_FormatString()Kevin McCarthy
2016-04-27Fix remaining direct usages of COLS/LINES to use mutt window functions.Kevin McCarthy
2016-03-17Fix typo picked up by Debian's QA.Richard Russon