summaryrefslogtreecommitdiffstats
path: root/snap-src
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-26 22:27:45 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-26 22:27:45 +0300
commit0083215ea3955a950d345d44a8663e5b05e8f00f (patch)
treeaa3b41c0b5dd7c714b0fdc687d25bddd38124200 /snap-src
parentcdea7e88691f82f3d179bd21cceffde0a136f67a (diff)
downloadwekan-0083215ea3955a950d345d44a8663e5b05e8f00f.tar.gz
wekan-0083215ea3955a950d345d44a8663e5b05e8f00f.tar.bz2
wekan-0083215ea3955a950d345d44a8663e5b05e8f00f.zip
Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less email
notifications. Thanks to rinnaz and xet7 ! Closes #2646, closes #2617
Diffstat (limited to 'snap-src')
-rwxr-xr-xsnap-src/bin/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config
index aba15f63..855caa32 100755
--- a/snap-src/bin/config
+++ b/snap-src/bin/config
@@ -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"