summaryrefslogtreecommitdiffstats
path: root/mh.c
AgeCommit message (Collapse)Author
2000-01-10More copyright cosmetics - noted by Martin Michlmayr <tbm@cyrius.com>.Thomas Roessler
2000-01-10Add (and use) a function mutt_str_replace, which essentiallyThomas Roessler
replaces the sequence: safe_free (&s); s = safe_strdup (t);
2000-01-06Update copyright notices for unstable.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-30cosmetics.Thomas Roessler
1999-08-30Avoid a memory and temporary file leak.Thomas Roessler
1999-08-26hrmpf.Thomas Roessler
1999-08-26Fixing a somewhat hypothetical error condition.Thomas Roessler
1999-08-15Remove ugly mh-synching kludge.Thomas Roessler
1999-07-28Re-parse mh messages when committing them to disk. The structureThomas Roessler
may have changed.
1999-07-01Various patches from last week, including:Thomas Roessler
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
1999-05-06Fixing more maildir cursor problems.Thomas Roessler
1999-02-09Vikas' latest collapse fix.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-12-29Take setting the index_hint out of the main loop ofThomas Roessler
mh_check_mailbox().
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-12-18Catch an error condition when synchronizing mh messages.Thomas Roessler
1998-12-17Fix attachment deletion for maildir/mh folders. This may fix otherThomas Roessler
mh-related problems, too.
1998-12-11Undoing the mh_speed patch.Thomas Roessler
1998-12-08Keep track of file name changes for files wandering around betweenThomas Roessler
the subfolders of a maildir.
1998-12-08More fixes to the maildir resynchronization code. This should nowThomas Roessler
also smoothly handle the case of messages _vanishing_ from maildir's new/ subdirectory.
1998-12-07Fix a couple of flag-related bugs in the maildir folder update code.Thomas Roessler
1998-11-23Introduce a new option $reply_self. From Vikas.Thomas Roessler
1998-11-18Remove bogus re-sorting code from the maildir check routine.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-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-26Changing the index_hint handling for mh folders once again.Thomas Roessler
1998-09-26Resort the incoming folder from mh_sync_mailbox() also when new mailThomas Roessler
arrived.
1998-09-23Really fix the index hints.Thomas Roessler
1998-09-23Correct the index_hint handling in mh_check_mailbox().Thomas Roessler
1998-09-22A first take at corrected mh/maildir support.Thomas Roessler
1998-09-22Some fixes and code clean-ups.Thomas Roessler
1998-09-22Introduce the $mh_purge option.Thomas Roessler
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08Mutt 0.92.9i.mutt-0-92-9iThomas Roessler
1998-06-08Initial revisionThomas Roessler