> > > Is possible this? insert
> > > message-insert-disposition-notification-to in Posting Styles

> > Yes, you can insert any header you need.

> and... how? :)

(setq gnus-posting-styles
      '(
        (message-this-is-mail
         ("From" "Dave Null <[EMAIL PROTECTED]>")
         (signature-file "~/.signature")
         ("Disposition-Notification-To" "Dave Null <[EMAIL PROTECTED]>")
         ("Any-Other-Header-You-Want" "Value of this header")
         )))

Only a simple example, you might use many conditional clauses (here
I used only one, message-this-is-mail).

See the manual for more details :
http://gnus.org/manual/gnus_139.html

-- 
DW
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to