From 0083215ea3955a950d345d44a8663e5b05e8f00f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 26 Aug 2019 22:27:45 +0300 Subject: Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less email notifications. Thanks to rinnaz and xet7 ! Closes #2646, closes #2617 --- snap-src/bin/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'snap-src/bin/config') 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" -- cgit v1.2.3-1-g7c22 From 020b66383643f42c183b758fe1bcb73ac6f689bb Mon Sep 17 00:00:00 2001 From: "Sam X. Chen" Date: Thu, 26 Sep 2019 12:24:40 -0400 Subject: Feature enhancement: Allow wekan master have more flexiblity on setting up due reminder --- snap-src/bin/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snap-src/bin/config') diff --git a/snap-src/bin/config b/snap-src/bin/config index 855caa32..21e2608d 100755 --- a/snap-src/bin/config +++ b/snap-src/bin/config @@ -108,7 +108,7 @@ DESCRIPTION_BIGEVENTS_PATTERN="Big events pattern: Notify always due etc regardl 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" +DESCRIPTION_NOTIFY_DUE_DAYS_BEFORE_AND_AFTER="Notify due days, accepts ',' delimited string, i.e. 2,0 means notify will be sent out 2 days before and right on due day. Default: empty" DEFAULT_NOTIFY_DUE_DAYS_BEFORE_AND_AFTER="" KEY_NOTIFY_DUE_DAYS_BEFORE_AND_AFTER="notify-due-days-before-and-after" -- cgit v1.2.3-1-g7c22