summaryrefslogtreecommitdiffstats
path: root/attach.c
AgeCommit message (Expand)Author
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
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-06-11Do not attempt to close invalid descriptors. Closes #3075Alexey I. Froloff
2007-03-21Back out $umask.Brendan Cully
2007-03-02Add $umask for mailboxes and attachments.Brendan Cully
2006-02-21Fix mutt/2186.Thomas Roessler
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-09-03Note when mutt_edit_attachment fails and display error instead of promptingBrendan Cully
2005-08-14Don't pass an empty filename to the default text editor when editingTAKAHASHI Tamotsu
2005-08-05Move some attachment-related prototypes and structures into attach.hBrendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-04-12Don't open a file for writing that we have unlinked before. ReportedThomas Roessler
2003-11-03Fix a logic flaw in attachment saving.Thomas Roessler
2003-08-05This patch removes the Kendra format from mutt. (The support wasBrendan Cully
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch