sogo/SoObjects/Appointments/SOGoAptMailCzechDeletion.wo/SOGoAptMailCzechDeletion.wod
Francis Lachapelle bfc2a3df10 Brazilian Portuguese and Czech translations
Monotone-Parent: f6c80d5cb25bb1c9887983399ad7fa9954631ac1
Monotone-Revision: 7b03263e13e147398fe20e146d3d81f492a5f76a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-09T19:49:04
Monotone-Branch: ca.inverse.sogo
2009-07-09 19:49:04 +00:00

27 lines
365 B
Plaintext

IsSubject: WOConditional {
condition = isSubject;
}
IsBody: WOConditional {
condition = isSubject;
negate = YES;
}
organizer: WOString {
value = organizerName;
escapeHTML = NO;
}
summary: WOString {
value = summary;
escapeHTML = NO;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}