diff --git a/SoObjects/SOGo/SOGoSieveManager.m b/SoObjects/SOGo/SOGoSieveManager.m index d09b74b85..7dec0cd0b 100644 --- a/SoObjects/SOGo/SOGoSieveManager.m +++ b/SoObjects/SOGo/SOGoSieveManager.m @@ -964,6 +964,9 @@ static NSString *sieveScriptName = @"sogo"; text = [values objectForKey: @"autoReplyText"]; b = YES; + if (!text) + text = @""; + if (!useCustomSubject) { // If user has not specified a custom subject, fallback to the domain's defaults diff --git a/UI/Templates/PreferencesUI/UIxPreferences.wox b/UI/Templates/PreferencesUI/UIxPreferences.wox index c6c962962..c895b6b3b 100644 --- a/UI/Templates/PreferencesUI/UIxPreferences.wox +++ b/UI/Templates/PreferencesUI/UIxPreferences.wox @@ -985,6 +985,7 @@