commit 95388488e7dc34cc6abc2fd8f5d073f8cf808f59 Author: Arlo Breault arlolra@gmail.com Date: Tue Nov 17 10:42:56 2015 -0800
Do not set messenger.startup.action
* Follow up to 4f9934fae3244b99262d45ec8039e12ab0517926 --- projects/instantbird/preferences.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/projects/instantbird/preferences.patch b/projects/instantbird/preferences.patch index 164fd06..cb789ee 100644 --- a/projects/instantbird/preferences.patch +++ b/projects/instantbird/preferences.patch @@ -131,8 +131,7 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird. +// Disable geolocation +pref("geo.enabled", false); + -+// Messenger // 0 = do not connect / show the account manager -+pref("messenger.startup.action", 0); ++// Messenger +// Do not report idle status or the away message +pref("messenger.status.awayWhenIdle", false); +pref("messenger.status.defaultIdleAwayMessage", "");