See ChangeLog

Monotone-Parent: baff8f841a09a6ce7b85defe87388086513344c4
Monotone-Revision: 3055240bcbfdf1f126dd4c98383756015fe19b9f

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-03-11T17:59:49
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte 2009-03-11 17:59:49 +00:00
parent 7664654e42
commit 38bb5c88c2
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,9 @@
We now correctly escape caracters that can be We now correctly escape caracters that can be
present in the filename prior to initalizing present in the filename prior to initalizing
the NSURL instance. the NSURL instance.
* UI/MailerUI/UIxMailAccountActions.m
We correctly intialize the "unseen" variable
to nil in _statusFolders.
2009-03-09 Ludovic Marcotte <lmarcotte@inverse.ca> 2009-03-09 Ludovic Marcotte <lmarcotte@inverse.ca>

View file

@ -137,6 +137,7 @@
co = [self clientObject]; co = [self clientObject];
inbox = [co inboxFolderInContext: context]; inbox = [co inboxFolderInContext: context];
client = [[inbox imap4Connection] client]; client = [[inbox imap4Connection] client];
unseen = nil;
if ([client select: [inbox relativeImap4Name]]) if ([client select: [inbox relativeImap4Name]])
{ {