summaryrefslogtreecommitdiffstats
path: root/copy.c
AgeCommit message (Expand)Author
2016-06-18pass context in mx_close_messageDamien Riegel
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Modify the pager to use windows.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2014-03-11Fix buffer overrun caused by not updating a string length after address expan...Michael Elkins
2012-07-08Fix some spelling errors (closes #3493)Antonio Radici
2010-03-02Fix thinko in [cc02f079b1b9]Brendan Cully
2010-03-01Guard dequote with NULL check on personal fieldBrendan Cully
2010-03-01Another attempt to dequote RFC2047-encoded address comments (see #2014)Brendan Cully
2009-06-13Rewrite header foldingRocco Rutte
2009-06-11Don't reformat Return-Path (angle brackets are not optional). Closes #1702.Rocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2008-07-10Fix three bugs handling flags in mutt_copy_headerAron Griffis
2008-07-24Remove variables no longer used since [7729b1ad530c]Brendan Cully
2008-07-10Unify mutt_write_referencesAron Griffis
2008-07-10Clean up error handling in mutt_copy_headerAron Griffis
2008-07-01Bail out of copy if decryption is requested but the desired engine is missing.Brendan Cully
2008-07-01When deleting attachments, always print newline separating header from body.rtc
2008-06-25Make mutt_copy_message distinguish between fatal and non-fatal errors.Brendan Cully
2007-11-08Turn down some debug logging levelsBrendan Cully
2007-04-07Fix some compiler warningsFabian Groffen
2007-03-12Improve strcat usage (#2802).Sami Farin
2007-03-03Add $wrap, which supersedes $wrapmargin.Brendan Cully
2007-01-09Smarter header wrapping -- different behavior for displayThomas Roessler
2006-08-16Do intelligent things with long header lines.Thomas Roessler
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully
2005-09-29Ensure that Content-Length printf format specifier matches off_t size, toBrendan Cully
2005-09-24Cosmetic fixes to MIME headers. Closes: #2086.Alain Bench
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-08-11Add error results to mutt_body_handlers, and check them when doingBrendan Cully
2005-08-09Remove an unneeded cast, which introduces type-punning. Modified to use FREEMads Martin Joergensen
2005-07-25Get rid of IMAP-related special casing all over the thread editingThomas Roessler
2005-07-24Add thread editing commands.Cedric Duval
2005-07-24Don't assume messages in MMDF mailboxes have From separators when copying them.Brendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-07-14$include_onlyfirst, again.TAKAHASHI Tamotsu
2004-07-14Fix a cvs commit SNAFU: This commit undoes the include_onlyfirstThomas Roessler
2004-07-14Introduce $include_onlyfirst.TAKAHASHI Tamotsu
2004-04-12Fix #1804.Thomas Roessler
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-08-05This patch removes the Kendra format from mutt. (The support wasBrendan Cully
2003-07-24Some functions/macros like isspace take an int and require theVincent Lefevre
2003-03-12We need to re-format address headers instead of just decoding them.Thomas Roessler
2003-03-04Fix another stupid error, and decode IDNs in the CC header.Thomas Roessler
2003-03-03Fixing some nits.Thomas Roessler
2003-03-03IDN support for e-mail messages. Things should work automagicallyThomas Roessler
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-11-11Fix #1379 - update the total mailbox size when an attachment isMichael Elkins