From 1bfbe1caada2bdf6ae4c76da754ffc0650f880d7 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 29 Sep 2006 18:31:51 +0000 Subject: [PATCH] Monotone-Parent: c0c1c6cf72acfbec9c8a2b4e7eeef2f801f49e54 Monotone-Revision: 0dec2fe97ccbe3ebaf8c37cca2fe8536d2ffde6f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-29T18:31:51 Monotone-Branch: ca.inverse.sogo --- UI/MailerUI/UIxMailEditor.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/MailerUI/UIxMailEditor.m b/UI/MailerUI/UIxMailEditor.m index 6914e061d..4d777ad46 100644 --- a/UI/MailerUI/UIxMailEditor.m +++ b/UI/MailerUI/UIxMailEditor.m @@ -276,7 +276,7 @@ static NSArray *infoKeys = nil; - (void)_presetFromBasedOnAccountsQueryParameter { /* preset the from field to the primary identity of the given account */ /* Note: The compose action sets the 'accounts' query parameter */ - NSString *accountID, *mailto; + NSString *accountID; SOGoMailAccounts *accounts; SOGoMailAccount *account; SOGoMailIdentity *identity;