Adding X headers

User Help for Mozilla Thunderbird
Post Reply
Pun Krocker
Guest

Adding X headers

Post by Pun Krocker »

Hi,

I cannot figure how to add X headers to mail in Firebird!
I can do it in Mozilla fine but in Firebird the same code does not work.

I used this format:
-------------------
user_pref("mail.identity.id2.headers", "pk");
user_pref("mail.identity.id2.header.pk", "X-No-Archive:yes");
--------------------

Any links to info sites would be gratefully received.

Many thanks

PK
Pun Krocker
Guest

Post by Pun Krocker »

Anonymous wrote:Hi,

I cannot figure how to add X headers to mail in Firebird!
I can do it in Mozilla fine but in Firebird the same code does not work.

I used this format:
-------------------
user_pref("mail.identity.id2.headers", "pk");
user_pref("mail.identity.id2.header.pk", "X-No-Archive:yes");
--------------------

Any links to info sites would be gratefully received.

Many thanks

PK
Got it :-)

user_pref("mail.identity.id3.headers", "archive");
user_pref("mail.identity.id3.header.archive", "X-No-Archive: yes");

Cheers

PK
Post Reply