Explorar el Código

Add default value for email.reply.activated config

Bastien Sevajol hace 7 años
padre
commit
3268eb3b45
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tracim/tracim/config/app_cfg.py

+ 1 - 0
tracim/tracim/config/app_cfg.py Ver fichero

@@ -356,6 +356,7 @@ class CFG(object):
356 356
 
357 357
         self.EMAIL_REPLY_ACTIVATED = asbool(tg.config.get(
358 358
             'email.reply.activated',
359
+            False,
359 360
         ))
360 361
 
361 362
         self.EMAIL_REPLY_IMAP_SERVER = tg.config.get(