mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 06:42:44 +00:00
Monotone-Parent: 92ec8d2f76cb2878fe2ef2c11944485cc9b5127f
Monotone-Revision: fdaa9bb9f2456732024f9c342a2ebc46376564c1 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-16T23:02:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -219,9 +219,8 @@ function hasRecipients() {
|
||||
var count;
|
||||
|
||||
count = this.getAddressCount();
|
||||
if (count > 0)
|
||||
return true;
|
||||
return false;
|
||||
|
||||
return (count > 0)
|
||||
}
|
||||
|
||||
/* addressbook helpers */
|
||||
|
||||
Reference in New Issue
Block a user