From: helge Date: Sun, 13 Feb 2005 03:16:33 +0000 (+0000) Subject: minor tree improvements X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34997cfd9f43ab48fa136e5f48692ee1df45a651;p=scalable-opengroupware.org minor tree improvements git-svn-id: http://svn.opengroupware.org/SOGo/trunk@554 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/SoObjects/Mailer/ChangeLog b/SOGo/SoObjects/Mailer/ChangeLog index ea47f5e5..4565a458 100644 --- a/SOGo/SoObjects/Mailer/ChangeLog +++ b/SOGo/SoObjects/Mailer/ChangeLog @@ -1,5 +1,8 @@ 2005-02-13 Helge Hess + * 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) diff --git a/SOGo/SoObjects/Mailer/SOGoMailAccount.m b/SOGo/SoObjects/Mailer/SOGoMailAccount.m index 1ff8084b..1d429846 100644 --- a/SOGo/SoObjects/Mailer/SOGoMailAccount.m +++ b/SOGo/SoObjects/Mailer/SOGoMailAccount.m @@ -318,8 +318,12 @@ static NSString *sieveFolderName = @"Filters"; 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 { diff --git a/SOGo/SoObjects/Mailer/Version b/SOGo/SoObjects/Mailer/Version index 19379aac..77d2e6e0 100644 --- a/SOGo/SoObjects/Mailer/Version +++ b/SOGo/SoObjects/Mailer/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=72 +SUBMINOR_VERSION:=73 # v0.9.69 requires libNGMime v4.5.210 # v0.9.55 requires libNGExtensions v4.5.136 diff --git a/SOGo/UI/Mailer/mailer.css b/SOGo/UI/Mailer/mailer.css index 583abd14..090d781e 100644 --- a/SOGo/UI/Mailer/mailer.css +++ b/SOGo/UI/Mailer/mailer.css @@ -91,6 +91,7 @@ color: black; vertical-align: bottom; padding-left: 4px; + white-space: nowrap; } /* toolbar */