Code

Call post events if sieve script was written
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Oct 2007 07:44:36 +0000 (07:44 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Oct 2007 07:44:36 +0000 (07:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7684 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/mail/class_mailAccount.inc

index f9fd7e32d9095b57cdc6169df4bd43fbf252b221..ba53438af09be97ebeaa4d219d8fc1ee50b6a731 100644 (file)
@@ -907,6 +907,7 @@ class mailAccount extends plugin
                 $this->gosaSpamMailbox,
                 $this->gosaSpamSortLevel,
                 $this->gosaVacationMessage);
+            $this->is_modified = TRUE;
           }else{
             $this->sieve_management->save();
           }