commit 8c85f720e6809102036ed761256bd762a14f6b4a Author: Sukhbir Singh sukhbir@torproject.org Date: Mon Nov 10 14:45:57 2014 +0530
Disable sounds on messaging events --- projects/instantbird/preferences.patch | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/projects/instantbird/preferences.patch b/projects/instantbird/preferences.patch index 8d05d84..1b48a6e 100644 --- a/projects/instantbird/preferences.patch +++ b/projects/instantbird/preferences.patch @@ -86,6 +86,8 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird. +pref("messenger.status.awayWhenIdle", false); +pref("messenger.status.defaultIdleAwayMessage", ""); +pref("messenger.status.reportIdle", false); ++// Do not play sounds on messaging events ++pref("messenger.options.playSounds.message", false); + +// Chat +// Do not show any quit message
tor-commits@lists.torproject.org