mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 17:35:25 +00:00
fix(preferences): Fix the issue when signature is too long and preferences are not saved. Note that MySQL profile table should be updated with a migration script
This commit is contained in:
@@ -86,6 +86,8 @@ NSString *SOGoPasswordRecoverySecondaryEmail = @"SecondaryEmail";
|
||||
[ud setObject: @"text" forKey: @"SOGoMailComposeMessageType"];
|
||||
}
|
||||
|
||||
[ud setObject: [NSNumber numberWithUnsignedLongLong: [up getCDefaultsSize]] forKey: @"CDefaultsSize"]; // Add c_defaults field size
|
||||
|
||||
return ud;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user