Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 396 Bytes

thunderbird.md

File metadata and controls

11 lines (8 loc) · 396 Bytes

Manual advanced configuration (about:config)

user_pref("general.useragent.override", "");
user_pref("mailnews.headers.showUserAgent", true);
user_pref("mailnews.wraplength", 0);

If support for the Markdown Here extension is needed, the first preference needs to be like this:

user_pref("general.useragent.override", "Thunderbird");