Code

. added option to automatically add the authors and recipients of messages
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 2 May 2002 07:56:34 +0000 (07:56 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 2 May 2002 07:56:34 +0000 (07:56 +0000)
commit5804b3d347231a0f49494b270253b27c835554fa
tree2f87c12b55f701c9cd40c837643bf82d268d443f
parent50175cd687c7479beb6d5760b077eff7b4dc54d7
. added option to automatically add the authors and recipients of messages
  to the nosy lists with the options ADD_AUTHOR_TO_NOSY (default 'new') and
  ADD_RECIPIENTS_TO_NOSY (default 'new'). These settings emulate the current
  behaviour. Setting them to 'yes' will add the author/recipients to the nosy
  on messages that create issues and followup messages.
. added missing documentation for a few of the config option values

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@713 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/mailgw.py
roundup/templates/classic/instance_config.py
roundup/templates/extended/instance_config.py
test/test_mailgw.py