summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2010-10-01 19:50:37 +0200
committerAlex Legler <alex@a3li.li>2010-10-01 19:50:37 +0200
commite7cb694950cc9d40a312b262277a121654bd7796 (patch)
treeed1c1b777880d27405f35871e0fb0f8740acfd7f /config
parentupdate-portage-cache: Update in/exclude list (diff)
downloadglsamaker-e7cb694950cc9d40a312b262277a121654bd7796.tar.gz
glsamaker-e7cb694950cc9d40a312b262277a121654bd7796.tar.bz2
glsamaker-e7cb694950cc9d40a312b262277a121654bd7796.zip
Email notifications: Add preferences UI and only send email to users who can view a draft.
Diffstat (limited to 'config')
-rw-r--r--config/initializers/glsamaker.rb.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/initializers/glsamaker.rb.sample b/config/initializers/glsamaker.rb.sample
index be7d640..6920383 100644
--- a/config/initializers/glsamaker.rb.sample
+++ b/config/initializers/glsamaker.rb.sample
@@ -16,6 +16,9 @@ GLSAMAKER_ADMIN_EMAIL = "security@gentoo.org"
# Email address to send email from
GLSAMAKER_FROM_EMAIL = "glsamaker@gentoo.org"
+# Do not send any emails (for development)
+GLSAMAKER_NO_EMAIL = false
+
# Location of the Portage tree, that can be a full gentoo tree, or what this gets you:
#
# rsync -av rsync://rsync1.de.gentoo.org/gentoo-portage --include 'metadata' \