summaryrefslogtreecommitdiffstats
path: root/copy.c
AgeCommit message (Collapse)Author
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
1970 12:00 - apparently, this point of time occurs on real mail folders.
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
- $delete_untag - creation of "application/pgp" messages - an attempt to fix prepare. - Browser format changes
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
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
1999-03-15Add $bounce_delivered.Thomas Roessler
1999-02-02Merging the external character set patch into unstable.Thomas Roessler
Additionally, this change introduces a M_CHARCONV state flag which gives us some more control about when character set conversions are actually done. Current versions of mutt would happily apply character set conversions when, e.g., saving a text/plain attachment to a file. (We had at least one corrupt russing translation file due to this mis-feature.) Additionally, we clean up some of the character set related code in handler.c. Most of that is now done by the decoder functions in charset.c.
1999-02-02[unstable] merging Brandon's imap fixes.Thomas Roessler
1999-01-11When decode-forwarding messages with message/Rfc822 attachments,Thomas Roessler
mutt should weed the attachments' headers according to the setting of $forward_weed.
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-11-15I can elaborate a little more on the last paragraph. It is deletionThomas Roessler
of the top level part direct under a message/rfc822 part which gives problems because the headers of the message/rfc822 part have to be changed in this case. It is hard to tell exactly how many bytes and lines will be removed and added in this case. If we can refrain from deletion of such parts and thus only allow deletion of parts direct under a multipart part, then it is relative easy always to make correct Content-Length: and Lines: headers in the copy. (The correctness of the Lines count is dependent of the correctness of the initial value, though). (From: Byrial Jensen)
1998-11-14Simplify the new attachment deletion code not to require an extraThomas Roessler
temporary file. (From: Byrial Jensen <byrial@image.dk>)
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
place. If there are still segmentation faults due to missing NONULLs over, they are gone now.
1998-11-10Experimental support for the so-called "kendra" mail folder format.Thomas Roessler
This seems to be used on OS/2 and is, actually, a slibhtly modified version of the MMDF format.
1998-11-09Rewrite copy_delete_attach().Thomas Roessler
1998-10-28Fix a possible segmentation fault when deleting nested attachments.Thomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
gcc shut up about this.
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-10-01Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler
1998-09-30When forwarding a mail (nomime_forw) and you have forw_quote set,Thomas Roessler
mutt inserts a blank line between header and body of the forwarded message.
1998-09-16[patch-0.94.6i.oe.dprint2.1] Fix a segmentation fault when runningThomas Roessler
in -d2 mode.
1998-09-15When using mutt_copy_header with CH_TXTPLAIN, generate aThomas Roessler
content-type _with_ a character set parameter.
1998-09-08Change the interface of pgp_decrypt_mime() to enable thisThomas Roessler
function to do some sanity checks.
1998-09-07Introducing decrypt-save, decrypt-copy, andThomas Roessler
$forw{ard,}-decrypt. Based on work by Emil Laurentiu.
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08Mutt 0.92.9i.mutt-0-92-9iThomas Roessler
1998-06-08Initial revisionThomas Roessler