Difference between revisions of "Jabber Email Header"

Jump to navigation Jump to search
274 bytes added ,  23:34, 21 February 2006
no edit summary
 
(2 intermediate revisions by the same user not shown)
Line 16: Line 16:
       (concat "Jabber-ID: your-jid-here\n"
       (concat "Jabber-ID: your-jid-here\n"
               message-default-headers))
               message-default-headers))
== KMail ==
In [http://kmail.kde.org/ KMail], do the following:
# Select Settings > Configure KMail
# Go to the Composer category
# Select the Headers tab
# Click on New
# In the Name: field, type "Jabber-ID"
# In the Value: field, type "[your-jid-here]"
# Click OK


== Mail.app ==
== Mail.app ==
Line 22: Line 33:


# Open a terminal window
# Open a terminal window
# Construct a command like: <blockquote><code>defaults write com.apple.mail UserHeaders '{"Jabber-ID" = "your-jid-here";}'</code></blockquote>
# Construct a command like:  
defaults write com.apple.mail UserHeaders '{"Jabber-ID" = "your-jid-here";}'


== Mutt ==
== Mutt ==
Line 29: Line 41:


# Open your .muttrc file
# Open your .muttrc file
# In the Composing section (or wherever) add a line that reads <blockquote><code>my_hdr Jabber-ID: your-jid-here</code></blockquote>
# In the Composing section (or wherever) add a line that reads
 
my_hdr Jabber-ID: your-jid-here


== Thunderbird ==
== Thunderbird ==
Line 50: Line 62:


Note: The text "jid" can be anything, as long as it's consistent
Note: The text "jid" can be anything, as long as it's consistent
== Mail Gateways ==
More e-mail header information in [[Email Gateway]] page.
80

edits

Navigation menu