mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 23:15:26 +00:00
Monotone-Parent: 2d2d47c8c2a7874ff16e8677d2bb7c3607c56d5c
Monotone-Revision: 7b5f08442cc8a464b29abb66c14ba679da84d277 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-09-02T02:57:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2008-09-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/MailerUI/UIxMailEditor.m ([UIxMailEditor -from]): retain the
|
||||
initialized value of from, otherwise we create a future zombie.
|
||||
|
||||
* SoObjects/SOGo/SOGoObject.m ([SOGoObject
|
||||
-initWithName:_nameinContainer:_container]): we no longer retain
|
||||
the context, to avoid making a circular reference.
|
||||
|
||||
@@ -211,7 +211,6 @@ static NSString *mailETag = nil;
|
||||
inContext: (WOContext *) _ctx
|
||||
{
|
||||
UIxMailRenderingContext *mctx;
|
||||
NGImap4Connection *conn;
|
||||
|
||||
if (mailETag != nil)
|
||||
[[_ctx response] setHeader:mailETag forKey:@"etag"];
|
||||
@@ -225,9 +224,6 @@ static NSString *mailETag = nil;
|
||||
[super appendToResponse: _response inContext: _ctx];
|
||||
|
||||
[[_ctx popMailRenderingContext] reset];
|
||||
|
||||
conn = [[self clientObject] imap4Connection];
|
||||
[[conn client] logout];
|
||||
}
|
||||
|
||||
@end /* UIxMailView */
|
||||
|
||||
Reference in New Issue
Block a user