Browse Source

Add default value for email.reply.activated config

Bastien Sevajol 7 years ago
parent
commit
3268eb3b45
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tracim/tracim/config/app_cfg.py

+ 1 - 0
tracim/tracim/config/app_cfg.py View File

356
 
356
 
357
         self.EMAIL_REPLY_ACTIVATED = asbool(tg.config.get(
357
         self.EMAIL_REPLY_ACTIVATED = asbool(tg.config.get(
358
             'email.reply.activated',
358
             'email.reply.activated',
359
+            False,
359
         ))
360
         ))
360
 
361
 
361
         self.EMAIL_REPLY_IMAP_SERVER = tg.config.get(
362
         self.EMAIL_REPLY_IMAP_SERVER = tg.config.get(