summaryrefslogtreecommitdiffstats
path: root/attach.c
AgeCommit message (Expand)Author
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
2001-02-13Fix #470: multipart- and message-type attachments weren't handledThomas Roessler
2001-02-08Replace various instances of endwin() by mutt_endwin(). This shouldThomas Roessler
2001-01-27Add collapsing to the receive-attach menu, and improve digestThomas Roessler
2001-01-08Some automated security checks concerning fopen() calls.Thomas Roessler
2000-07-07Fix #185: is_from would return 0 (i.e., error) when parsing Jan 1Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-03-03Fix index updates when closing or synching mail folders fails.Thomas Roessler
2000-02-17Do more error checking when writing messages to folders.Thomas Roessler
2000-02-14Fix a couple of random perror() calls and related problems.Thomas Roessler
2000-02-10PGP-cleanup patch from Roland Rosenfeld. Thanks!Thomas Roessler
2000-01-10More copyright cosmetics - noted by Martin Michlmayr <tbm@cyrius.com>.Thomas Roessler
2000-01-10Add (and use) a function mutt_str_replace, which essentiallyThomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-11-07Rewriting lots of the recvattach code.Thomas Roessler
1999-07-01Various patches from last week, including:Thomas Roessler
1999-02-28Fix a $TMPDIR race condition.Thomas Roessler
1999-02-10Fix the security fix.Thomas Roessler
1999-02-10patch.mutt-0.95.1i.ld.signals.1: A major redesign of how childThomas Roessler
1999-02-02[unstable] Fix mutt_decode_save_attachment's handling of characterThomas Roessler
1999-02-02Merging the external character set patch into unstable.Thomas Roessler
1999-01-07Updated implicit autoview handling from stable.Thomas Roessler
1999-01-07Merge in the mailcap patch from stable.Thomas Roessler