diff options
Diffstat (limited to 'thunderbird')
| -rw-r--r-- | thunderbird/user.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/thunderbird/user.js b/thunderbird/user.js index ace7bed..94c1f34 100644 --- a/thunderbird/user.js +++ b/thunderbird/user.js @@ -61,3 +61,8 @@ user_pref("mail.pane_config.dynamic", 2); /** Calendar **/ user_pref("calendar.week.start", 1); user_pref("calendar.timezone.useSystemTimezone", true); +// Kill the floating dismiss/snooze reminder dialog; TB still fires +// libnotify-backed desktop notifications (caught by mako). +user_pref("calendar.alarms.show", false); +user_pref("calendar.alarms.showmissed", false); +user_pref("calendar.alarms.playsound", false); |
