Skip to content

Commit

Permalink
chore(tool): conditionally activate the Sieve script
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Dec 13, 2019
1 parent 0ceccdd commit a25e5ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tools/SOGoToolUpdateAutoReply.m
Expand Up @@ -127,7 +127,9 @@ - (BOOL) updateAutoReplyForLogin: (NSString *) theLogin
account = [folder lookupName: @"0" inContext: localContext acquire: NO];
[account setContext: localContext];

result = [account updateFiltersWithUsername: theUsername andPassword: thePassword];
result = [account updateFiltersWithUsername: theUsername
andPassword: thePassword
forceActivation: NO];
if (!result)
{
// Can't update Sieve script -- Reactivate auto-reply
Expand Down

0 comments on commit a25e5ac

Please sign in to comment.