]> granicus.if.org Git - mutt/commit
* redoes the folder update optimisation I did yesterday. It's somewhat
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 7 Sep 1999 06:53:08 +0000 (06:53 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 7 Sep 1999 06:53:08 +0000 (06:53 +0000)
commit458307e72af511d2fad7961fdd180f02b9f77256
tree5ea94d8f9a3790829f107aef4b7ee56ddf9b3fd1
parentf7e524f1a7100545042241e68f83099a07c30086
* redoes the folder update optimisation I did yesterday. It's somewhat
  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>)
13 files changed:
complete.c
flags.c
imap/BUGS
imap/Makefile.am
imap/TODO
imap/imap.c
imap/imap_private.h
imap/message.c
imap/message.h
mutt.h
muttlib.c
mx.c
status.c