summaryrefslogtreecommitdiffstats
path: root/config/settings.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-14 15:30:46 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-14 15:30:46 +0000
commit23264ec3eb8e17543922a0093ed402a9d7ba5de9 (patch)
tree94817aaa5e78fe305732196d5c4ed79602a2ea78 /config/settings.yml
parent1fa1f620183d2268e906deadb1c5f87a0335d518 (diff)
downloadredmine-23264ec3eb8e17543922a0093ed402a9d7ba5de9.tar.gz
redmine-23264ec3eb8e17543922a0093ed402a9d7ba5de9.zip
Mail notification options restored (default is: issue_added and issue_updated).
Added mail notification when adding a news (disabled by default). git-svn-id: http://redmine.rubyforge.org/svn/trunk@728 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/settings.yml')
-rw-r--r--config/settings.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml
index 718401f5f..0ab1bc184 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -74,3 +74,9 @@ date_format:
default: 0
cross_project_issue_relations:
default: 0
+notified_events:
+ serialized: true
+ default: --
+ - issue_added
+ - issue_updated
+ \ No newline at end of file