Skip to content

Commit fb31ebb

Browse files
author
Samuel FORESTIER
committed
Prefers "personal" section (9000) for mail.compose.other.header pref
> followup for e5fdab0.
1 parent 50afdb9 commit fb31ebb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

user.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -594,9 +594,6 @@ user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
594594
* [NOTE] DNT is enforced with Enhanced Tracking Protection (2710)
595595
* [SETTING] Privacy & Security > Privacy > Web Content > Send websites a "Do Not Track" signal... ***/
596596
user_pref("privacy.donottrackheader.enabled", true);
597-
/* 1690: add emails custom headers
598-
* [NOTE] The value of each header can be set in the compose window by clicking on the "double-arrow" drop-down ***/
599-
// user_pref("mail.compose.other.header", "X-Custom-Header,X-Another-Custom-Header");
600597

601598
/*** [SECTION 1700]: CONTAINERS
602599
Check out Temporary Containers [2], read the article [3], and visit the wiki/repo [4]
@@ -1312,6 +1309,7 @@ user_pref("mailnews.start_page_override.mstone", "ignore"); // master switch
13121309
/* RETURN RECEIPT BEHAVIOR ***/
13131310
// user_pref("mail.mdn.report.enabled", false); // disable return receipt sending unconditionally
13141311
/* CUSTOM HEADERS ***/
1312+
// user_pref("mail.compose.other.header", "X-Custom-Header,X-Another-Custom-Header"); // corresponding values can be set in compose window ("double-arrow" drop-down)
13151313
// user_pref("mail.identity.id1.headers", "References, InReplyTo");
13161314
// user_pref("mail.identity.id1.header.References", "References: <2ad46d80-c8ce-49a3-9896-16171788ac28@example.tld>\n <31ff00c2-b7cb-4063-beeb-a0bdd424c3a7@example1.tld>");
13171315
// user_pref("mail.identity.id1.header.InReplyTo", "In-Reply-To: <31ff00c2-b7cb-4063-beeb-a0bdd424c3a7@example1.tld>");

0 commit comments

Comments
 (0)