Code

Add config-option "nosy" to messages_to_author setting in [nosy] section master
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 19 Oct 2011 13:20:22 +0000 (13:20 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 19 Oct 2011 13:20:22 +0000 (13:20 +0000)
commit2f96d56d70616ba2df4acd5a5fea456d28286846
tree71699592879b4f1140d650f0157b00338a0374d5
parent9976de4f1761b47dc459f10c4b28c311de84e103
Add config-option "nosy" to messages_to_author setting in [nosy] section
of config: This will send a message to the author only in the case where
the author is on the nosy-list (either added earlier or via the
add_author setting). Current config-options for this setting will send /
not send to author without considering the nosy list.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4659 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/configuration.py
roundup/roundupdb.py
test/test_mailgw.py