Code

Call post events when sieve script is written.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Oct 2007 07:43:50 +0000 (07:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Oct 2007 07:43:50 +0000 (07:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7683 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/mail/class_mailAccount.inc

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