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), |