﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
6052	When used with AnnouncerPlugin, make watch turn notifications on by default	kavehv	martin_s	"This is easy to do (I've done it locally):

Add
{{{
self.set_notify(req.session.sid, True, realm, resid)
}}}

and
{{{
self.unset_notify(req.session.sid, True, realm, resid)
}}}

under the ""watch"" and ""unwatch"" actions respectively.  This could also easily be put behind an option that's looked at under [watchlist].

The way I've set this plugin up with AnnouncerPlugin, you can disable AnnouncerPlugin's ""Watch"" component and use Watchlist's instead.  Thus when you watch and unwatch, notifications follow it by default.
"	enhancement	closed	normal	WatchlistPlugin	normal	fixed			0.11
