summaryrefslogtreecommitdiffstats
path: root/muttlib.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-11-23Permit !! for the last folder. Elm compatibility.Thomas Roessler
1999-11-07Rewriting lots of the recvattach code.Thomas Roessler
1999-09-07* redoes the folder update optimisation I did yesterday. It's somewhatThomas Roessler
cleaner and less invasive, and I'm not so worried about memory leaks now. * Fixes the bug where mutt would append a '/' to $folder even if it was only {mailhost}, causing mutt to browse the root directory instead of the home directory. * includes a first stab at preserving the D flag on the IMAP server. Now if you answer no to 'Purge deleted', the server still stores the messages as deleted, but doesn't expunge them on exit. NOTE: this is a first attempt. Play around, but don't mark things as deleted that you'd be sorry to see disappear. (From: Brendan Cully <brendan@kublai.com>)
1999-09-06* Small imap/Makefile.am tweak for make distThomas Roessler
* Hold on to mailbox flags, message flags, do update in one pass instead of two, halving traffic on mailbox sync. * Update message flags at fetch as well as header download, if the server thinks they've changed. Saves some unneeded updates on sync. * Move some structures out of imap_private.h into message.h, since they are local now. (From: Brendan Cully <brendan@kublai.com>)
1999-08-19Ian Bell (turnpike) reports that Outlook Express expects theThomas Roessler
boundary parameter to be the _last_ MIME parameter on a multipart/* body part, and otherwise displays messages as empty.
1999-06-02Major cutting & pasting: We now have a "real" library in lib.c whichThomas Roessler
can be linked against external programs without much effort.