summaryrefslogtreecommitdiffstats
path: root/mbox.c
AgeCommit message (Collapse)Author
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-12-06Cosmetic improvement for reading mmdf folders. From John HawkinsonThomas Roessler
<jhawk@bbnplanet.com>.
1999-11-09Add some more sanity checks about content-length.Thomas Roessler
1999-09-30Add a resend-message function (similar to the _old_ edit-message),Thomas Roessler
and redo large parts of mutt_prepare_edit_message (now mutt_prepare_template).
1999-08-04Fix $save_empty.Thomas Roessler
1999-02-22Avoid reading past actual headers when reopening mailboxes. FromThomas Roessler
Daniel Eisenbud.
1999-02-09Vikas' latest collapse fix.Thomas Roessler
1999-01-12Open folders in read-only mode if mutt can't lock them.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1999-01-06[unstable] Merge changes from stable: rx -> regex, Byrial's timezoneThomas Roessler
patch, translation updates.
1998-12-29Use sizeof instead of strlen for some fixed strings.Thomas Roessler
1998-12-21Adjust some hash-related parameters.Thomas Roessler
1998-12-21Mail folder synchronization-related fixes:Thomas Roessler
- Another situation under which mutt would lose track of the current message when maildir folders changed has been removed. - While synchronizing mbox-type folders, a write error when constructing the draft version of the new mail folder would leave behind a copy ofthe file containing the draft. This is most annoying if the write error is due to lack of disk space.
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-10-29Mbox robustness patch from Johnny Tevessen <j.tevessen@gmx.net>.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-15Fixing a memory hog which was introduced by the edit-message patch.Thomas Roessler
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-22A first take at corrected mh/maildir support.Thomas Roessler
1998-09-07[patch-0.94.4i.matthewf.writingmessages-fix.1] Fix theThomas Roessler
display when synchronizing mbox mail folders.
1998-08-27[patch-0.94.4.vikas.collapse.2] Vikas' collapse-threadThomas Roessler
patch.
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08Initial revisionThomas Roessler