Monotone-Parent: b32a3736b939af117ea6ccc7b8ce477cdc8c0b90

Monotone-Revision: bf4570489172c778883e36d3a499496d332f3813

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-10-15T19:57:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-10-15 19:57:17 +00:00
parent 2a28f07821
commit 76f4172408
3 changed files with 17 additions and 4 deletions
+5 -2
View File
@@ -289,8 +289,11 @@
potential = [[elements objectAtIndex: 0] value: 0];
if (!workMail)
{
if (homeMail && homeMail == potential && max > 1)
workMail = [[elements objectAtIndex: 1] value: 0];
if (homeMail && homeMail == potential)
{
if (max > 1)
workMail = [[elements objectAtIndex: 1] value: 0];
}
else
workMail = potential;
}