Open
Bug 728845
Opened 13 years ago
Updated 2 years ago
Add custom headers to every message does not work.
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: cstef, Unassigned)
References
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Build ID: 20120215223356
Steps to reproduce:
I have a pref to add a custom header to every message as described in http://kb.mozillazine.org/Custom_headers#Add_custom_headers
user_pref("mail.identity.id1.headers", "keywords");
user_pref("mail.identity.id1.headers.keywords", "Keywords: XXX");
I have this pref since TB 2. It used to work then. I did not use that account for a while, but now with TB 10.2 this does not work.
Actual results:
No header 'Keywords: XXX' added to messages sent with id1.
Expected results:
Custom header 'Keywords: XXX' should be added to every message composed with id1.
Reporter | ||
Updated•13 years ago
|
Keywords: regression
Confirming.
At least according to this file this should still be supported http://mxr.mozilla.org/comm-central/source/mailnews/mailnews.js#383
But I couldn't find any code that would read these prefs.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•