mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
Monotone-Parent: fc7652ed896945e9e9171d1081661b72921d2cb6
Monotone-Revision: 1386ff575a581ce153a4d70c50dc0bed29d339ed Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-31T20:11:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-03-31 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* Tools/sogo-tool.m (-run): return a proper return code rather
|
||||
than "NO".
|
||||
|
||||
2010-03-31 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* SoObjects/Mailer/SOGoDraftObject.m (+initialize): updated the
|
||||
|
||||
@@ -209,7 +209,7 @@
|
||||
rc = NO;
|
||||
}
|
||||
|
||||
return NO;
|
||||
return rc;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user