See ChangeLog

Monotone-Parent: 63271073bf7d0a76f33d176368439c6dcd2cb1b1
Monotone-Revision: 73e29d3a84d2c6904889f66d1758bfcbbb10951c

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2007-11-15T22:39:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2007-11-15 22:39:17 +00:00
parent 958f39b5f8
commit 51f5520e44
5 changed files with 55 additions and 16 deletions
+1 -1
View File
@@ -506,7 +506,7 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
messageForwarding
= [[self userDefaults] stringForKey: @"MessageForwarding"];
if (![messageForwarding length])
messageForwarding = @"attached";
messageForwarding = @"inline";
return messageForwarding;
}