]> err.no Git - scalable-opengroupware.org/commitdiff
minor tree improvements
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 13 Feb 2005 03:16:33 +0000 (03:16 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 13 Feb 2005 03:16:33 +0000 (03:16 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@554 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/Mailer/ChangeLog
SOGo/SoObjects/Mailer/SOGoMailAccount.m
SOGo/SoObjects/Mailer/Version
SOGo/UI/Mailer/mailer.css

index ea47f5e52fa3b487edcd20b57775fb96c791b709..4565a458886d2a6b2c94063dd043b5ccd5c8491e 100644 (file)
@@ -1,5 +1,8 @@
 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)
 
index 1ff8084b96657a4924d1dea7c26d98b5fc6c88cb..1d429846aee7224abf6ee7b42084396f94043877 100644 (file)
@@ -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 {
index 19379aaccbbaf5c9ae937c375f01e28934bda925..77d2e6e0371d1304768e9d0fdc4c2cfec8f9f2d6 100644 (file)
@@ -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
index 583abd14b18317a554aeadc3388a64b4a5949881..090d781e8dea8cc3a2ea2a123659a59b18e9675c 100644 (file)
@@ -91,6 +91,7 @@
   color:          black;
   vertical-align: bottom;
   padding-left:   4px;
+  white-space:    nowrap;
 }
 
 /* toolbar */