mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-15 19:55:56 +00:00
Monotone-Parent: b0de6c606ce6f295a8956a42ed0f0bc3b6e3cca3
Monotone-Revision: 24970ed1a272e80da6d29bce76d7fb4093a1d2a6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-30T20:02:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -365,7 +365,7 @@
|
||||
}
|
||||
if (value)
|
||||
{
|
||||
if ([value length] == 0)
|
||||
if ([value length] == 0 || [value isEqualToString: @"\\n"])
|
||||
value = nil;
|
||||
[vToDo setComment: value];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user