From: hickert Date: Thu, 5 Feb 2009 08:44:17 +0000 (+0000) Subject: Updated config creation. Add mailAttribute="..." even there is no mailMethod selected. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=50622f9d8a7b50410fb65979970dd89874a24006;p=gosa.git Updated config creation. Add mailAttribute="..." even there is no mailMethod selected. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13383 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/contrib/gosa.conf b/gosa-core/contrib/gosa.conf index dfa588b2f..64302b664 100644 --- a/gosa-core/contrib/gosa.conf +++ b/gosa-core/contrib/gosa.conf @@ -572,6 +572,7 @@ {if $cv.id_settings.minid_active} minId="{$cv.id_settings.minid}" {/if} + mailAttribute="{$cv.mail_attrib}" {if $cv.mail != "disabled"} mailMethod="{$cv.mail}" {if $cv.cyrusunixstyle} @@ -579,7 +580,6 @@ {else} cyrusUseSlashes="false" {/if} - mailAttribute="{$cv.mail_attrib}" {if $cv.mail_settings.vacationdir_active} vacationTemplateDirectory="{$cv.mail_settings.vacationdir}" {/if}