Hi all,

I switched back to separated posting styles and grous parameters.

,----[ ~/.gnus.el ]
| (setq gnus-posting-styles
|       '((".*"
|          ("Face" (lambda ()
|                     (let ((file (th-random-file "~/.faces" "\\.jpg")))
|                       (message "Chose %s as Face file." file)
|                       (gnus-face-from-file file)))))
|         ("^infko\\..*"
|          (address "[EMAIL PROTECTED]"))
|         ("^nnimap\\+Fastmail:INBOX"
|          (address "[EMAIL PROTECTED]"))
|         ("^nnimap\\+Fastmail:INBOX\\.\\(emms-patches\\|FSF\\)$"
|          (address "[EMAIL PROTECTED]"))))
| 
| (setq gnus-parameters
|       '(("^nnimap\\+Fastmail:INBOX"
|          (gnus-use-scoring nil)
|          (gcc-self . t))
|         ("^nnimap\\+Fastmail:INBOX\\.D-BARF$"
|          (to-address . "[EMAIL PROTECTED]")
|          (subscribed . t)
|          (gnus-use-scoring t)
|          (gcc-self . "nnimap+Fastmail:INBOX.Sent Items"))
|         ("^nnimap\\+Fastmail:INBOX\\.emms-patches$"
|          (to-address . "[email protected]")
|          (subscribed . t)
|          (gnus-use-scoring t)
|          (gcc-self . "nnimap+Fastmail:INBOX.Sent Items"))))
`----

Now the posting styles work flawlessly, but there's still a problem with
the `gnus-parameters'.

What works are gnus-use-scoring, to-address, subscribed. But there's
self-gcc-ing in all my Fastmail IMAP groups, although this shouldn't be
done in the 2 mailing list groups (D-BARF and emms-patches). I also
tried (gcc-self . none) and (gcc-self . nil) without any luck. Gnus
always generates a Gcc header with the current group.

What's wrong with it?

Bye and thanks,
Tassilo



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

Reply via email to