Monotone-Parent: 1e445a759baf03865aad01318b01c32c1c83c456

Monotone-Revision: 76b80b70d982a6797653b57df9258fed33df4bd9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-10-26T14:26:01
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-10-26 14:26:01 +00:00
parent 127599b7ff
commit 941605d08f
5 changed files with 71 additions and 2 deletions
+16
View File
@@ -1,3 +1,19 @@
2007-10-26 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailerUI/UIxMailListView.m ([UIxMailListView
-defaultAction]): now expunges the last folder marked for expunge.
* SoObjects/Mailer/SOGoMailObject.m ([SOGoMailObject
-trashInContext:_ctx]): now marks the container folder for
expunge.
* SoObjects/Mailer/SOGoMailFolder.m ([SOGoMailFolder
-markForExpunge]): new method that marks the folder for the next
automatic expunge operation in the user settings.
([SOGoMailFolder -expungeLastMarkedFolder]): new methods that
takes the last folder marked for expunge, expunges it and removes
it from the user settings, if it exists.
2007-10-25 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailerUI/UIxMailListView.m ([UIxMailListView