Monotone-Parent: ba544c4d9dc8a0764eb65feb6e8655bacf2701c5

Monotone-Revision: 2ddbb7513b1b8ba7d0d14c8cb60d801fac9314a6

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-09-02T19:00:38
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2010-09-02 19:00:38 +00:00
parent a7b0d55b0c
commit b7c9ebdd45
1 changed files with 2 additions and 2 deletions

View File

@ -249,8 +249,8 @@
}
if ([addresses count] > 0)
parameters = [NSString stringWithFormat: @"?mailto=%@",
[addresses componentsJoinedByString: @","]];
parameters = [NSString stringWithFormat: @"?mailto=%@",
[addresses componentsJoinedByString: @","]];
}
}
else if ([[request formValues] objectForKey: @"mailto"])