summaryrefslogtreecommitdiffstats
path: root/copy.c
AgeCommit message (Expand)Author
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
2002-04-20Bug #571 "mutt should not replicate ">From " headers while bounding",Wouter Verheijen
2002-01-24S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike SchiraldiThomas Roessler
2001-09-26Fix inconsistencies between printing and displaying ofThomas Roessler
2001-05-11Add experimental support for text/plain; format=flowed.Thomas Roessler
2001-05-10A slightly extended version of Dave Ewart's sleeptime patch.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2001-01-15Some debugging helpers.Thomas Roessler
2001-01-08Fix and/or check more fishy code.Thomas Roessler
2000-09-11Fix some more character set glitches.Thomas Roessler
2000-07-07Fix #185: is_from would return 0 (i.e., error) when parsing Jan 1Thomas Roessler
2000-06-15Avoid dumping core when Charset isn't set.Thomas Roessler
2000-06-08This patch should fix the mailbox corruption various people observed.Thomas Roessler
2000-05-18rfc2047_decode change from EGE.Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-02-10PGP-cleanup patch from Roland Rosenfeld. Thanks!Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-08-20Brendan Cully's latest IMAP clean-up.Thomas Roessler
1999-08-15Various changes added over the last week:Thomas Roessler
1999-08-15Remove ugly mh-synching kludge.Thomas Roessler
1999-07-26Implement RFC 2231.Thomas Roessler