summaryrefslogtreecommitdiffstats
path: root/attach.c
AgeCommit message (Expand)Author
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
2003-01-05Fix a number of invocations of mutt_yesorno(): Always explicitly useArmin Wolfermann
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-09-09Fixing #1330.Michael Elkins
2002-07-24Fix $editor and $visual. Based on an earlier patch from EdmundMichael Elkins
2002-03-13Undoing the previous patch. It was junk, and may ruin files.Thomas Roessler
2002-03-13Don't fopen mail folders in append mode where we should safe_fopen()Thomas Roessler
2002-01-24S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike SchiraldiThomas Roessler
2002-01-24Introduce mime_lookup. From Brian Foley and Ulf Erikson.Thomas Roessler
2002-01-07Fix #951.Thomas Roessler
2001-09-26Fix inconsistencies between printing and displaying ofThomas Roessler
2001-09-26Fix attachment printing.Thomas Roessler
2001-06-05Check mutt_create_filter*'s return value for errors. This shouldThomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler