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;