summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8741def)
raw | patch | inline | side by side (parent: 8741def)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 Feb 2009 12:31:29 +0000 (12:31 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 Feb 2009 12:31:29 +0000 (12:31 +0000) |
-Save sieve scripts managed by the sieve management plugin
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13450 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13450 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/personal/mail/class_mailAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/personal/mail/class_mailAccount.inc b/gosa-plugins/mail/personal/mail/class_mailAccount.inc
index 958770a5858e2d904bb6565a0861d383c75e7c49..34c66cb5211b552c2ee3d13d4138e2429ccc9455 100644 (file)
}
}
}else{
- echo "Check sieve management here";
@DEBUG (DEBUG_MAIL, __LINE__, __FUNCTION__, __FILE__,
"User uses an own sieve script, skipping sieve update.".$str."</b>","");
+ $this->sieve_management->save();
}
}
}