2005-02-13 Helge Hess <helge.hess@opengroupware.org>
+ * SOGoMailAccount.m: changed short title creation to use login@host
+ (v0.9.73)
+
* SOGoMailFolder.m: do not fetch message ids on folder traversal
(v0.9.72)
if ([login length] == 0)
return host;
+
+ r = [login rangeOfString:@"."];
+ if (r.length > 0)
+ login = [login substringToIndex:r.location];
- return [NSString stringWithFormat:@"%@ (%@)", host, login];
+ return [NSString stringWithFormat:@"%@@%@", login, host];
}
- (NSString *)davDisplayName {
# Version file
-SUBMINOR_VERSION:=72
+SUBMINOR_VERSION:=73
# v0.9.69 requires libNGMime v4.5.210
# v0.9.55 requires libNGExtensions v4.5.136
color: black;
vertical-align: bottom;
padding-left: 4px;
+ white-space: nowrap;
}
/* toolbar */