/head: changeset 123

- Made folder/Maildir.py/deletemessage() more tolerant if a message
  asked to be deleted already has been.

- In Base.py/copymessageto(), no longer bother calling getmessage()
  unless a folder's storemessages() returns true. This will also help
  with syncing to LocalStatus if the user deleted messages in the
  Maildir since the cachemessagelist() was called.
This commit is contained in:
jgoerzen
2002-07-16 03:26:58 +01:00
parent 09cf911d53
commit d3f86beb9f
9 changed files with 366 additions and 234 deletions

View File

@ -1,3 +1,63 @@
2002-07-15 11:22 jgoerzen
* debian/changelog, offlineimap/folder/Base.py,
offlineimap/folder/LocalStatus.py, offlineimap/folder/Maildir.py:
* Made folder/Maildir.py/deletemessage() more tolerant if a message
asked to be deleted already has been.
* In Base.py/copymessageto(), no longer bother calling
getmessage()
unless a folder's storemessages() returns true. This will also
help
with syncing to LocalStatus if the user deleted messages in the
Maildir since the cachemessagelist() was called.
2002-07-15 10:46 jgoerzen
* debian/changelog, offlineimap/imaputil.py,
offlineimap/folder/IMAP.py: * Optimized folder/IMAP.py
addmessagesflags() with new listjoin() in
imaputil. Now, send the server 1:5,7 instead of 1,2,3,4,5,7.
2002-07-15 08:50 jgoerzen
* offlineimap.1, offlineimap.py, debian/changelog: Added -o (run
only once) option with patch sent in by Martijn Pieters.
2002-07-15 08:40 jgoerzen
* debian/changelog, offlineimap/version.py: Fixed changelog and
version.py
2002-07-15 08:40 jgoerzen
* offlineimap.1, debian/changelog: Noted options for -u in manpage
2002-07-15 08:38 jgoerzen
* offlineimap/ui/__init__.py: Cleaned up imports
2002-07-12 09:41 jgoerzen
* TODO, debian/changelog: Updated TODO list.
2002-07-12 09:27 jgoerzen
* COPYING, debian/copyright, offlineimap/ui/UIBase.py: Detabified
the source
2002-07-11 22:58 jgoerzen
* debian/control: Added suggests for python2.2-tk
2002-07-11 22:26 jgoerzen
* manual.html, manual.ps, debian/changelog: Final doc update for
3.0.0 release
2002-07-11 22:20 jgoerzen
* ChangeLog: Updated for 3.0.0
2002-07-11 22:20 jgoerzen
* debian/changelog, offlineimap/folder/IMAP.py,