Damien Wyart <[email protected]> writes: > I would say posting styles are more "global" and > more powerful (signature can be changed for example)
Don't forget the message parameters if you want that truly global. I used to rely on gnus-posting-styles a lot but eventually moved most of that work to other settings. Here are some examples, that I use: ;; misc (setq message-subject-trailing-was-query nil) ; keep "... (was: ...)" (setq message-dont-reply-to-names "\\(emanuel.berg.\\|embe\\)[email protected]") (setq message-signature "underground experts united") ;; headers (setq mail-header-separator "---") (setq message-default-headers "Mail-Copies-To: never") (setq message-default-news-headers "To: ") (setq message-default-mail-headers "Newsgroups: ") (setq message-hidden-headers '("References" "Face" "X-Face" "X-Draft-From" "Mail-Copies-To" "From" "Gcc") ) -- underground experts united _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
