summaryrefslogtreecommitdiffstats
path: root/postpone.c
AgeCommit message (Collapse)Author
1999-10-29Don't check the number of postponed messages every time the statusThomas Roessler
line is updated - this gets quite slow when used with slow IMAP connections.
1999-10-04Remove some nonsense from the resend-message patches.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-17Fixing a mutt -p segfault.Thomas Roessler
1999-07-26Assorted IMAP fixes. From Brendan Cully <brendan@kublai.com>,Thomas Roessler
message <19990725150346.A19750@xanadu.kublai.com>.
1999-07-01Various patches from last week, including:Thomas Roessler
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
1999-03-23Vikas' forward_attachment patch.Thomas Roessler
1999-02-03[unstable] Produce some reasonable character set support whenThomas Roessler
postponing messages. Additionally, this patch fixes a nasty pointer leak in load_charset() [noted with electric fence], and a completely mis-lead attempt to use bsearch(). Apparently, nobody ever tested the utf8 decoder for quite some time.
1999-01-13Fix postponing of PGP messages.Thomas Roessler
1999-01-13A first take at adding a mixmaster front-end to mutt. Don't worry,Thomas Roessler
it's optional. ;-)
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-11-17Fix a search coloring related bug.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-27Preserve FCC headers when postponing. From Vikas.Thomas Roessler
1998-10-22- Preserve certain headers' values when recallling a postponedThomas Roessler
message. TBD: Fcc. - Rename mutt_edit_message() to mutt_prepare_edit_message() since that's what that function actually does.
1998-10-19fix a typo.Thomas Roessler
1998-10-19Fix the behaviour when recalling postponed messages: Content typesThomas Roessler
would not be restored.
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-12The attached patch removes some redundant code related to the macroThomas Roessler
function stuff. Since each menu calls km_dokey() to get the 'op' number to execute, the 'menu' argument to km_dokey() _is_ the CurrentMenu. Hence, there is no need to explicitly save/restore the CurrentMenu all over the code. The only places it is being captured now is just before mutt_enter_comamnd() is called. This is to help the 'exec' command completion code so that it knows which menu to try and complete the function name from. (From: Vikas Agnihotri <VikasA@att.com>)
1998-10-05Vikas' macro_function patch.Thomas Roessler
1998-10-01Translate help strigns.Thomas Roessler
1998-10-01Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler
1998-09-30Don't generate a NULL micalg parameter when getting postponedThomas Roessler
messages.
1998-09-12Adding the edit-message feature.Thomas Roessler
1998-08-27[patch-0.94.4i.gt.arrowcursor.1] Padding to the end ofThomas Roessler
line/right jusitifying does not work in menus when $arrow_cursor is set, because the extra space needed for the arrow is not taken into account. (From Gero Treuner <gero@faveve.uni-stuttgart.de>)
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-19Removing the Attach-Menu feature for the next releaseThomas Roessler
version.
1998-06-08Mutt 0.92.9i.mutt-0-92-9iThomas Roessler
1998-06-08Initial revisionThomas Roessler