Monotone-Parent: 9159a1e2f94d0a238a52c1da53f62a1e2996469e

Monotone-Revision: dc2b0827f3e72cd80a1a6e0907d7f31d9eabcdf3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-04T17:25:49
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2007-10-04 17:25:49 +00:00
parent b1fcb599fd
commit cf94665c05
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2007-10-04 Francis Lachapelle <flachapelle@inverse.ca>
* Main/SOGo.m ([SOGo -isUserName:_keyinContext:_ctx]): removed
the constraint that a username can't start with a digit.
2007-10-02 Francis Lachapelle <flachapelle@inverse.ca>
* Moved SOPE/sope-gdl1/GDLContentStore from the default trunk

View File

@ -254,9 +254,6 @@ static BOOL debugObjectAllocation = NO;
if ([_key length] < 1)
return NO;
if (isdigit([_key characterAtIndex:0]))
return NO;
return YES;
}

1
NEWS
View File

@ -3,6 +3,7 @@
- implemented cookie-based identification in the web interface;
- fixed a bug where a false positive happening whenever a wrong user login was
given during an indirect bind;
- remove the constraint that a username can't begin with a digit;
- deleting a message no longer expunges its parent folder;
- implemented support for multiple calendars;
- it is now possible to rename folders;