From 7bc7c89ac78f809ecd2585473ed5206a40085300 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Tue, 3 Nov 2020 20:34:12 +0100 Subject: [PATCH] Exposes the default return receipt behavior pref in `5000` ("personal") --- user.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user.js b/user.js index 4e05a75..05c842e 100644 --- a/user.js +++ b/user.js @@ -1402,6 +1402,8 @@ user_pref("_user.js.parrot", "5000 syntax error: this is an ex-parrot!"); /* CONTENT BEHAVIOR ***/ // user_pref("accessibility.typeaheadfind", true); // enable "Find As You Type" // user_pref("clipboard.autocopy", false); // disable autocopy default [LINUX] +/* RETURN RECEIPT BEHAVIOR ***/ + // user_pref("mail.mdn.report.enabled", false); // disable return receipt sending unconditionally /* UX BEHAVIOR ***/ // user_pref("general.autoScroll", false); // middle-click enabling auto-scrolling [DEFAULT: false on Linux] // user_pref("ui.key.menuAccessKey", 0); // disable alt key toggling the menu bar [RESTART]