Monotone-Parent: 7d2b60688cdc88f9cad91827644a95830fad8d3f

Monotone-Revision: e89b81e10035781a2a58c45163daa46c34bb7726

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-17T02:18:34
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-17 02:18:34 +00:00
parent 91c8da4b81
commit 7d1088753f
3 changed files with 114 additions and 223 deletions
+12
View File
@@ -1,5 +1,17 @@
2007-08-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Mailer/SOGoDraftsFolder.m ([SOGoDraftsFolder
-newDraft]): new method that returns a new SOGoDraftObject
instance with a unique filename based on the current timestamp and
the "newDraft" prefix.
([SOGoDraftsFolder
-lookupName:nameinContext:localContextacquire:acquire]): overriden
method by detecting local drafts with their "newDraft" prefix.
([SOGoDraftsFolder -isInDraftsFolder]): returns YES.
* SoObjects/Mailer/SOGoDraftsFolder.[hm]: rewrote class module
from scratch by making it a subclass of SOGoMailFolder.
* UI/MailerUI/UIxMailReplyAction.m: removed obsolete class
module.