Difference between revisions of "Jabber Email Header"

Jump to navigation Jump to search
Line 13: Line 13:
If you use message-mode for composing mail (which you do if you use Gnus for reading mail), this should do the trick:
If you use message-mode for composing mail (which you do if you use Gnus for reading mail), this should do the trick:


  (setq message-default-headers
  (if (not (string-match "Jabber-ID" message-default-headers))
      (concat "Jabber-ID: your-jid-here\n"
    (setq message-default-headers
              message-default-headers))
  (concat "Jabber-ID: your-jid-here\n"
  message-default-headers))
)
 
== KMail ==
== KMail ==


81

edits

Navigation menu