>From 759259e6affdd2b40c869746b545dc98accfc134 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 2 Apr 2020 14:58:43 +1100 Subject: [PATCH] Send Trac email notifications to issue reporters by default. --- trac/trac/conf/trac.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/trac/trac/conf/trac.ini b/trac/trac/conf/trac.ini index e171b83..8bfa00c 100644 --- a/trac/trac/conf/trac.ini +++ b/trac/trac/conf/trac.ini @@ -3,7 +3,7 @@ file = /var/lib/trac/conf/db.ini [account-manager] -account_changes_notify_addresses = address@hidden +account_changes_notify_addresses = address@hidden,address@hidden force_passwd_change = enabled hash_method = HtDigestHashMethod notify_actions = new,change,delete @@ -158,6 +158,10 @@ use_tls = disabled always_notify_cc = CarbonCopySubscriber always_notify_previous_updater = TicketPreviousUpdatersSubscriber always_notify_updater = TicketUpdaterSubscriber +# Reporters should be notified of updates to a ticket. Otherwise they'd need to +# come back and check Trac explicitly, or know to manually configure +# notifications in their preferences. +always_notify_reporter = TicketReporterSubscriber [project] admin = -- 2.25.2