mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-17 06:14:54 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user