Adding custom headers (such as Approved:) to Thunderbird mail

Sometimes you want to send email or newsgroup posts with custom headers. For example, the Approved: header can be used to post to a restricted "Announce" newsgroup for a class, or you may want to mark your email with an "X-No-Arc: yes" header to prevent a mailing list archive from saving a copy. 

The easy way to add a custom header to the Thunderbird email/newsgroup compose window is by adding a user.js file to your configuration directory ( .thunderbird/default//user.js ) with the following line in it:

user_pref("mail.compose.other.header", "Approved");
 

Related posts:

  1. Ubuntu 8.10 bootup time compared with 9.04 and Windows Vista
  2. Mythexport not working with mythbuntu
  3. Fixing Java in the Razr V3xx (Cingular)

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment