Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less email

notifications.

Thanks to rinnaz and xet7 !

Closes #2646,
closes #2617
This commit is contained in:
Lauri Ojansivu 2019-08-26 22:27:45 +03:00
parent cdea7e8869
commit 0083215ea3
8 changed files with 76 additions and 15 deletions

View file

@ -104,8 +104,8 @@ DESCRIPTION_IMAGE_COMPRESS_RATIO="Image compress ratio: Allow to shrink attached
DEFAULT_IMAGE_COMPRESS_RATIO=""
KEY_IMAGE_COMPRESS_RATIO="image-compress-ratio"
DESCRIPTION_BIGEVENTS_PATTERN="Big events pattern: Notify always due etc regardless of notification settings. Default: due, All: received|start|due|end, Disabled: NONE"
DEFAULT_BIGEVENTS_PATTERN=""
DESCRIPTION_BIGEVENTS_PATTERN="Big events pattern: Notify always due etc regardless of notification settings. Default: NONE, All: received|start|due|end, Disabled: NONE"
DEFAULT_BIGEVENTS_PATTERN="NONE"
KEY_BIGEVENTS_PATTERN="bigevents-pattern"
DESCRIPTION_NOTIFY_DUE_DAYS_BEFORE_AND_AFTER="Notify due days, default 2 days before and after. 0 = due notifications disabled. Default: 2"