From: hickert Date: Thu, 18 Dec 2008 08:05:02 +0000 (+0000) Subject: Removed golab mail method X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d7659158ff1deb0e186da6aebcf024bedbe25e3b;p=gosa.git Removed golab mail method git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13311 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/kolab/personal/mail/kolab/class_mail-methods-golab.inc b/gosa-plugins/kolab/personal/mail/kolab/class_mail-methods-golab.inc deleted file mode 100644 index 10f96cfef..000000000 --- a/gosa-plugins/kolab/personal/mail/kolab/class_mail-methods-golab.inc +++ /dev/null @@ -1,36 +0,0 @@ -build_account_id(); - $this->parent->attrs['kolabDeleteFlag'] = array(); - if($this->type == "group"){ - $this->parent->attrs['gosaSharedFolderTarget'] = "kolab+".$this->parent->mail; - } - } -} - -// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: -?>