mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-11-04 23:35:25 +01:00
Enables User-Agent header display in message pane (9121)
This commit is contained in:
2
user.js
2
user.js
@@ -1273,7 +1273,7 @@ user_pref("mailnews.headers.showSender", true);
|
|||||||
/* 9121:
|
/* 9121:
|
||||||
* true=Show User Agent header in message pane
|
* true=Show User Agent header in message pane
|
||||||
* false=Does nothing. (default) ***/
|
* false=Does nothing. (default) ***/
|
||||||
user_pref("mailnews.headers.showUserAgent", false);
|
user_pref("mailnews.headers.showUserAgent", true);
|
||||||
/* 9122: Hello argument
|
/* 9122: Hello argument
|
||||||
* Lets you replace your IP address with the specified string in Received: headers when your
|
* Lets you replace your IP address with the specified string in Received: headers when your
|
||||||
* IP address is not a "fully qualified domain name" (FQDN). Typically you only need to do this
|
* IP address is not a "fully qualified domain name" (FQDN). Typically you only need to do this
|
||||||
|
|||||||
Reference in New Issue
Block a user