Hi,

Depending on posting style I wanted to change some of my supercite
parameters. So can I ask gnus-posting-styles to just call a function of
my own, but not add any header? For example I have:

(setq gnus-posting-styles
    '((".*"
       (Face mf-insert-random-face)
       (nil (lambda () (setq sc-citation-delimiter ">")))
       ("X-Now-Playing" (mr-now-playing)))
      ("school"
       (signature-file "~/.signature_short")
       )
))

But this still puts a header "Nil: >" in the outgoing message ... which
I want to suppress. Do I have to define a message-send-hook which will
strip out the Nil: header before sending out the message? Or maybe I
should consider sending such an header harmless?

regards
Kousik

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

Reply via email to