From: hickert Date: Tue, 30 Oct 2007 07:43:50 +0000 (+0000) Subject: Call post events when sieve script is written. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a5a6132ad22f15a64d1507474df4c5868c9f3ba4;p=gosa.git Call post events when sieve script is written. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7683 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc index e1536d2b2..f1a5cd7dc 100644 --- a/plugins/personal/mail/class_mailAccount.inc +++ b/plugins/personal/mail/class_mailAccount.inc @@ -867,6 +867,7 @@ class mailAccount extends plugin $this->gosaSpamMailbox, $this->gosaSpamSortLevel, $this->gosaVacationMessage); + $this->is_modified = TRUE; }else{ $this->sieve_management->save(); }