summaryrefslogtreecommitdiffstats
path: root/copy.c
AgeCommit message (Expand)Author
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
1999-07-01Various patches from last week, including:Thomas Roessler
1999-03-15Add $bounce_delivered.Thomas Roessler
1999-02-02Merging the external character set patch into unstable.Thomas Roessler
1999-02-02[unstable] merging Brandon's imap fixes.Thomas Roessler
1999-01-11When decode-forwarding messages with message/Rfc822 attachments,Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
1998-11-15I can elaborate a little more on the last paragraph. It is deletionThomas Roessler
1998-11-14Simplify the new attachment deletion code not to require an extraThomas Roessler
1998-11-12Byrial's latest attachment deletion patch.Thomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
1998-11-10Experimental support for the so-called "kendra" mail folder format.Thomas Roessler
1998-11-09Rewrite copy_delete_attach().Thomas Roessler