mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 05:55:25 +00:00
Monotone-Parent: 970df33571464dbba1559ddd5794abaa1dd248c4
Monotone-Revision: cb5bfb62000fd7982b31d051ab2a4f4d859b9125 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-17T02:24:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2007-08-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Mailer/SOGoMailBaseObject.m ([-imap4URLString]): no
|
||||
longer adds a "/" at the end of the string (the default for
|
||||
folders), therefore this will be overriden in SOGoMailFolder
|
||||
rather than in SOGoMailObject.
|
||||
|
||||
* UI/MailerUI/UIxMailListView.m ([-expungeAction]): removed
|
||||
method, moved into the new UIxMailActions module class.
|
||||
|
||||
|
||||
@@ -151,7 +151,7 @@ static BOOL debugOn = YES;
|
||||
|
||||
urlString = [container imap4URLString];
|
||||
imap4Name = [[self relativeImap4Name] stringByEscapingURL];
|
||||
[urlString appendFormat: @"%@/", imap4Name];
|
||||
[urlString appendFormat: @"%@", imap4Name];
|
||||
|
||||
return urlString;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user