mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Monotone-Parent: 5966d179f5ba5866b985546c60bf56fb8c81da28
Monotone-Revision: fd131f17ab49c14614952e0ede565d75240108d4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-28T21:25:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -209,6 +209,7 @@ static NSString *mailETag = nil;
|
||||
inContext: (WOContext *) _ctx
|
||||
{
|
||||
UIxMailRenderingContext *mctx;
|
||||
SOGoMailFolder *mailFolder;
|
||||
|
||||
if (mailETag != nil)
|
||||
[[_ctx response] setHeader:mailETag forKey:@"etag"];
|
||||
@@ -222,6 +223,9 @@ static NSString *mailETag = nil;
|
||||
[super appendToResponse: _response inContext: _ctx];
|
||||
|
||||
[[_ctx popMailRenderingContext] reset];
|
||||
|
||||
mailFolder = [[self clientObject] container];
|
||||
[mailFolder unselect];
|
||||
}
|
||||
|
||||
@end /* UIxMailView */
|
||||
|
||||
Reference in New Issue
Block a user