summaryrefslogtreecommitdiffstats
path: root/attach.c
AgeCommit message (Expand)Author
2021-10-04Add $attach_save_charset_convert quadoption.Kevin McCarthy
2021-07-17Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.Kevin McCarthy
2021-05-01Add sanitize call in print mailcap function.Kevin McCarthy
2021-05-01Add allow_8bit flag to sanitize_filename functions.Kevin McCarthy
2020-11-22Add <view-pager> function to attachment menu.Kevin McCarthy
2020-07-10Fix mutt_print_attachment_list() to unstuff format=flowed.Kevin McCarthy
2020-07-10Fix mutt_pipe_attachment_list() to unstuff format=flowed.Kevin McCarthy
2020-07-10Fix mutt_view_attachment() to unstuff format=flowed.Kevin McCarthy
2019-10-23Add typelen parameter to rfc1524_mailcap_lookup().Kevin McCarthy
2019-09-13Convert query_pipe_attachment to use buffer pool.Kevin McCarthy
2019-06-22Add NULL checks to rfc1524_free_entry().Kevin McCarthy
2019-06-22Clean up mutt_print_attachment() cleanup.Kevin McCarthy
2019-06-22Remove mutt_rfc1524_expand_filename() return value and checks.Kevin McCarthy
2019-06-22Remove unnecessary strcmp for mutt_view_attachment().Kevin McCarthy
2019-06-22Fix compose and edit attachment symlink failure code.Kevin McCarthy
2019-06-22Fix send-mode printing when expand_filename() returns 1.Kevin McCarthy
2019-04-14Rename mutt_buffer_rfc1524_expand_command()Kevin McCarthy
2019-04-14Rename mutt_buffer_adv_mktemp().Kevin McCarthy
2019-04-10Rename to mutt_rfc1524_expand_filename().Kevin McCarthy
2019-01-05Fix a few indenting issues.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-10-16Minor syntactic cleanup in mutt_print_attachment().Kevin McCarthy
2018-10-15Convert mutt_print_attachment to use BUFFER.Kevin McCarthy
2018-10-15Convert mutt_view_attachment to use BUFFER.Kevin McCarthy
2018-10-15Convert mutt_edit_attachment to use BUFFER.Kevin McCarthy
2018-10-15Convert mutt_compose_attachment to use BUFFER.Kevin McCarthy
2018-10-15Convert mutt_get_tmp_attachment to use BUFFER.Kevin McCarthy
2018-09-17Send imap keepalives for interactive filters.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
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-01-01Update copyright notices.Kevin McCarthy
2013-10-05Fix segfault when viewing text attachments in compose menu. (closes #3644)Kevin McCarthy
2013-01-17backout [392e945dfba7]Michael Elkins
2013-01-17when falling back to viewing an attachment as text in the internal pager, per...Michael Elkins
2013-01-17change semantics of mutt_is_autoview() to return 1 if there is a matching mai...Michael Elkins
2010-04-01fix comment typosSimon Ruderich
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-05-26Use charset parameter to view text attachments using <view-attach>. Closes #3...Rocco Rutte
2009-05-25Mark strings for translationRocco Rutte
2009-05-13Don't loose error message when attachment saving fails. Closes #3156.Rocco Rutte
2009-04-17Enlarge buffer size for parsing mailcap filesRocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte