Jabber Email Header
Jump to navigation
Jump to search
Tell the world that you use Jabber by including a "Jabber-ID" header in your outgoing email. This page describes how to set that up in various email clients.
Note well: RFC 2822 does not allow anything but US-ASCII text in email headers, so if you have a Jabber ID with Unicode characters in it, you will need to escape those!
Mutt
In Mutt, do the following:
- Open your .muttrc file
- In the Composing section (or wherever) add a line that reads "my_hdr Jabber-ID: your-jid-here"
Thunderbird
In Thunderbird, do the following:
- Open the Preferences
- Click the Advanced tab
- Click the Config Editor button
- Right-click anywhere in the about:config window
- Select New -> String
- For the preference name, type "mail.identity.id.header.jid"
- For the preference value, type "Jabber-ID: your-jid-here"
- Right-click anywhere in the about:config window
- Select New -> String
- For the preference name, type "mail.identity.id.headers"
- For the preference value, type "jid"
- If you have multiple accounts in Thunderbird, differentiate them with mail.identity.id1... and mail.identity.id2 (etc.)
- The text "jid" can be anything, as long as it's consistent