Tassilo Horn <[EMAIL PROTECTED]> writes:
>
> Sure, here're mine.
>
> (setq gnus-posting-styles
> `((".*"
> (address "[EMAIL PROTECTED]")
> ("Face" (lambda ()
> (let ((file (th-random-file "~/.faces" "\\.jpg")))
> (message "Chose %s as Face file." file)
> (gnus-face-from-file file))))
> (signature (fortune-to-signature
> (replace-regexp-in-string
> "\\.dat$" ""
> (th-random-file fortune-dir)))))
>
> (,(rx "infko.")
> (address "[EMAIL PROTECTED]"))
>
> (,(rx (or (and (opt "de.") (or "comp." "comm.software."))
> "gnu."
> "nntp+Gmane:"))
> (address "[EMAIL PROTECTED]"))
>
*snip*
>
> (,(rx "nnimap+Fastmail:INBOX.uni")
> (address "[EMAIL PROTECTED]"))))
>
Here's an extract from mine which will give you some more ideas,
(
,(rx(or "linux" "emacs" "programming" "sport" "embedded" "physics"))
;; (x-face-file "~/.xfaces/hadron.xface")
(face (gnus-face-from-file "~/.xfaces/penguin.jpg"))
;; (face (gnus-face-from-file "~/.xfaces/quark.jpg"))
(organization "http://en.wikipedia.org/wiki/Quark")
(eval (setq pgg-gpg-user-id "5C******"))
(eval(setq gnushush-user-agent-header (quote real)))
(signature-file "~/.sigs/hadron")
)
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english