[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-240-g1317d83

Kevin Falcone falcone at bestpractical.com
Tue Nov 2 14:08:49 EDT 2010


The branch, 3.9-trunk has been updated
       via  1317d8396d14b4eb8303bc81869b652e6cfe4452 (commit)
      from  593e1e1ca35198eda05966ba25d92c45479a45d7 (commit)

Summary of changes:
 etc/RT_Config.pm.in |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 1317d8396d14b4eb8303bc81869b652e6cfe4452
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Nov 2 14:03:02 2010 -0400

    Switch ShowUnreadMessageNotifications off by default

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 070544c..2c06e10 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1416,14 +1416,13 @@ Set($PlainTextMono, 0);
 
 =item C<$ShowUnreadMessageNotifications>
 
-By default, RT will prompt users when there are new, unread messages on
-tickets they are viewing.
+RT will prompt users when there are new, unread messages on tickets they are viewing.
 
-Set C<$ShowUnreadMessageNotifications> to a false value to disable this feature.
+Set C<$ShowUnreadMessageNotifications> to a true value to enable this feature.
 
 =cut
 
-Set($ShowUnreadMessageNotifications, 1);
+Set($ShowUnreadMessageNotifications, 0);
 
 
 =item C<$HomepageComponents>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list