[[PageOutline(2-5,Contents,pullout)]] = Toggle sending Announcer emails = == Description == This plugin provides a link to toggle on and off sending emails for your ticket changes. The purpose is to reduce superfluous emails for changes the author deems unworthy. [[Image(quiet.png)]] This plugin is dependent upon the [wiki:AnnouncerPlugin Announcer plugin] (which must already be installed) and Javascript. The toggling is handled via ajax so you can remain on the same page and not disrupt any current work. The toggle link will appear on {{{/newticket}}}, {{{/ticket}}}, {{{/query}}}, and {{{/report}}} pages since ticket changes are possible on all of these (e.g., via [wiki:BatchModifyPlugin BatchModify] or [wiki:GridModifyPlugin GridModify]). == Configuration == 1. Install the plugin (after downloading and unzipping): {{{ cd quietplugin/0.12 sudo python setup.py install }}} See [http://trac.edgewall.org/wiki/TracPlugins TracPlugins] for more installation details and options. You'll likely need to restart Trac's web server after installation. 2. Enable the plugin ''and'' '''disable''' {{{announcer.distributors.mail.EmailDistributor}}} in {{{trac.ini}}}: {{{ [components] announcer.* = enabled announcer.distributors.mail.EmailDistributor = disabled quiet.* = enabled }}} You can alternatively use the Trac Web Admin GUI. 3. (Optional) Customize the quiet mode labels: {{{ [quiet] enter_label = Enter Quiet Mode leave_label = Leave Quiet Mode }}} == Bugs/Feature Requests == Existing bugs and feature requests for QuietPlugin are [report:9?COMPONENT=QuietPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=QuietPlugin&owner=robguttman new ticket]. == Download == Download the zipped source from [download:quietplugin here]. == Source == You can check out QuietPlugin from [http://trac-hacks.org/svn/quietplugin here] using Subversion, or [source:quietplugin browse the source] with Trac. == Example == I'll enter quite mode during planning so that moving large batches of tickets from one milestone to the next doesn't trigger a barrage of emails. == Recent Changes == [[ChangeLog(quietplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:robguttman] [[BR]] '''Maintainer:''' [wiki:robguttman] [[BR]] '''Contributors:'''