mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
23 lines
1,012 B
JavaScript
23 lines
1,012 B
JavaScript
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
/*
|
|
* default prefs for mdn
|
|
*/
|
|
|
|
pref("mail.identity.default.use_custom_prefs", false); // false: Use global true: Use custom
|
|
|
|
pref("mail.identity.default.request_return_receipt_on", false);
|
|
|
|
pref("mail.server.default.incorporate_return_receipt", 0); // 0: Inbox/filter 1: Sent folder
|
|
|
|
pref("mail.server.default.mdn_report_enabled", true); // false: Never return receipts true: Return some receipts
|
|
|
|
pref("mail.server.default.mdn_not_in_to_cc", 2); // 0: Never 1: Always 2: Ask me 3: Denial
|
|
pref("mail.server.default.mdn_outside_domain", 2);
|
|
pref("mail.server.default.mdn_other", 2);
|
|
|
|
pref("mail.identity.default.request_receipt_header_type", 0); // return receipt header type - 0: MDN-DNT 1: RRT 2: Both
|
|
|
|
pref("mail.server.default.mdn_report_enabled", true);
|