44
edits
(Add Evolution) |
(→Thunderbird: Remove reference to defunct add-on, add text on displaying the header, formatting.) |
||
Line 77: | Line 77: | ||
# Right-click anywhere in the about:config window | # Right-click anywhere in the about:config window | ||
# Select New -> String | # Select New -> String | ||
# For the preference name, type | # For the preference name, type <code>mail.identity.id.header.jid</code> | ||
# For the preference value, type | # For the preference value, type <code>Jabber-ID: your-jid-here</code> | ||
# That's the first pref; now right-click anywhere in the about:config window | # That's the first pref; now right-click anywhere in the about:config window | ||
# Select New -> String | # Select New -> String | ||
# For the preference name, type | # For the preference name, type <code>mail.identity.id.headers</code> | ||
# For the preference value, type | # For the preference value, type <code>jid</code> | ||
# If you have multiple accounts in Thunderbird, differentiate them with mail.identity.id1... and mail.identity.id2 (etc.) | # If you have multiple accounts in Thunderbird, differentiate them with mail.identity.id1... and mail.identity.id2 (etc.) | ||
Note: In the preference name for Step 7 and the preference value for Step 12, the string "jid" can be anything, as long as the string is the same for both. | Note: In the preference name for Step 7 and the preference value for Step 12, the string "jid" can be anything, as long as the string is the same for both. | ||
=== Displaying the header === | |||
The preference <code>mailnews.headers.extraExpandedHeaders</code> is a list of '''space'''-delimited additional headers to be shown in the header section of the message pane. To show the <code>Jabber-ID</code> header on messages, just add <code>Jabber-ID</code> to this preference. | |||
== Mail Gateways == | == Mail Gateways == | ||
More e-mail header information in [[Email Gateway]] page. | More e-mail header information in [[Email Gateway]] page. |
edits