Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
Subject: Re: gnus-parameters don't have an effect
Date: Fri, 08 Dec 2006 14:56:10 +0100	[thread overview]
Message-ID: <87ac1yfq4l.fsf@baldur.tsdh.de> (raw)
In-Reply-To: <mailman.1655.1165529527.2155.info-gnus-english@gnu.org>

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 "heimdall@uni-koblenz.de"))
|         ("^nnimap\\+Fastmail:INBOX"
|          (address "thorn@fastmail.fm"))
|         ("^nnimap\\+Fastmail:INBOX\\.\\(emms-patches\\|FSF\\)$"
|          (address "tassilo@member.fsf.org"))))
| 
| (setq gnus-parameters
|       '(("^nnimap\\+Fastmail:INBOX"
|          (gnus-use-scoring nil)
|          (gcc-self . t))
|         ("^nnimap\\+Fastmail:INBOX\\.D-BARF$"
|          (to-address . "D-BARF@yahoogroups.de")
|          (subscribed . t)
|          (gnus-use-scoring t)
|          (gcc-self . "nnimap+Fastmail:INBOX.Sent Items"))
|         ("^nnimap\\+Fastmail:INBOX\\.emms-patches$"
|          (to-address . "emms-patches@gnu.org")
|          (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

  parent reply	other threads:[~2006-12-08 13:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1655.1165529527.2155.info-gnus-english@gnu.org>
2006-12-08  8:14 ` Slackat
2006-12-08  9:19   ` Tassilo Horn
     [not found]   ` <mailman.1663.1165569576.2155.info-gnus-english@gnu.org>
2006-12-08 10:37     ` Slackat
2006-12-08 11:49       ` Tassilo Horn
     [not found]       ` <mailman.1666.1165578561.2155.info-gnus-english@gnu.org>
2006-12-08 12:51         ` Slackat
2006-12-08 13:08         ` Slackat
2006-12-08 13:56 ` Tassilo Horn [this message]
2006-12-07 22:11 Tassilo Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ac1yfq4l.fsf@baldur.tsdh.de \
    --to=tassilo@member.fsf.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).