]> granicus.if.org Git - mutt/commit
* Small imap/Makefile.am tweak for make dist
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 6 Sep 1999 09:16:50 +0000 (09:16 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 6 Sep 1999 09:16:50 +0000 (09:16 +0000)
commit54451b0ecb298233b8587273e5dad5b21b08749a
tree2a826c3b68bbbaee5a9b87b77e871479973cb465
parent48955dc7307aa3d8d54fa6043f4dc33b7d5b694d
* Small imap/Makefile.am tweak for make dist

* 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>)
imap/Makefile.am
imap/TODO
imap/imap.c
imap/imap.h
imap/imap_private.h
imap/message.c
imap/message.h [new file with mode: 0644]
mutt.h
muttlib.c