VirtualMailManager/Config.py
branchv0.6.x
changeset 304 df0f7b22540c
parent 303 8dd3a107fd92
child 316 31d8931dc535
equal deleted inserted replaced
303:8dd3a107fd92 304:df0f7b22540c
   330             'mailbox': {
   330             'mailbox': {
   331                 'folders': LCO(str, 'Drafts:Sent:Templates:Trash',
   331                 'folders': LCO(str, 'Drafts:Sent:Templates:Trash',
   332                                self.unicode),
   332                                self.unicode),
   333                 'format': LCO(str, 'maildir', self.get, check_mailbox_format),
   333                 'format': LCO(str, 'maildir', self.get, check_mailbox_format),
   334                 'root': LCO(str, 'Maildir', self.unicode),
   334                 'root': LCO(str, 'Maildir', self.unicode),
       
   335                 'subscribe': LCO(bool_t, True, self.getboolean),
   335             },
   336             },
   336             'misc': {
   337             'misc': {
   337                 'base_directory': LCO(str, '/srv/mail', self.get, is_dir),
   338                 'base_directory': LCO(str, '/srv/mail', self.get, is_dir),
   338                 'crypt_blowfish_rounds': LCO(int, 5, self.getint),
   339                 'crypt_blowfish_rounds': LCO(int, 5, self.getint),
   339                 'crypt_sha256_rounds': LCO(int, 5000, self.getint),
   340                 'crypt_sha256_rounds': LCO(int, 5000, self.getint),