Monotone-Parent: 2b06dc463d88e9e0940158ceccab067e7cc497f7

Monotone-Revision: 81f6f619789306a73dc061a36ac5b92bc8ecaac6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-09-05T15:55:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-09-05 15:55:03 +00:00
parent 0e1504416a
commit 627c07b01f
5 changed files with 47 additions and 4 deletions
+2
View File
@@ -32,9 +32,11 @@
SOGoMailObject *sourceMail;
NSString *field;
NSString *currentValue;
BOOL replyMode;
}
- (void) setForwardedMail: (SOGoMailObject *) newSourceMail;
- (void) setReplyMode: (BOOL) newReplyMode;
@end