all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arash Esbati <arash@gnu.org>
To: "H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Gnus: Blocked message to gmail addresses
Date: Sun, 12 Feb 2023 21:15:08 +0100	[thread overview]
Message-ID: <865yc6iqsz.fsf@gnu.org> (raw)
In-Reply-To: <86zg9i65yz.fsf@duenenhof-wilhelm.de> (H. Dieter Wilhelm's message of "Sun, 12 Feb 2023 20:25:56 +0100")

"H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de> writes:

> Above configurations seem to apply when I'm "in" a respective group but
> how can I set parameters when I'm in the Gnus' *Group* buffer and want
> to write a new mail (m) or with C-x m from an arbitrary buffer?
>
> So far I'm always getting
>
> Gcc: nnfolder+archive:sent.2023-02
>
> instead of
>
> Gcc: nnimap+1und1:Sent

The relevant part from the manual is this:

    All clauses that match the group name will be used, but the last
    setting “wins”. So if you have two clauses that both match the group
    name, and both set, say display, the last setting will override the
    first.

So depending on your setup, you could write:

    (setq gnus-parameters
          '((".*"
             (gcc-self . "nnimap+1und1:Sent"))

             (further refinements here)
             (...)))

And then you should also delete the part which is responsible for

    Gcc: nnfolder+archive:sent.2023-02

Best, Arash



      parent reply	other threads:[~2023-02-12 20:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-29 12:22 Gnus: Blocked message to gmail addresses H. Dieter Wilhelm
2023-01-29 16:45 ` Manuel Giraud via Users list for the GNU Emacs text editor
2023-01-29 18:13   ` Colin Baxter
2023-01-29 18:41     ` tomas
2023-01-30  6:38   ` H. Dieter Wilhelm
2023-01-30  9:02 ` Arash Esbati
2023-01-30 22:55   ` H. Dieter Wilhelm
2023-01-31 10:33     ` Robert Pluim
2023-02-04  3:03       ` Bob Newell
2023-02-07 10:47         ` Robert Pluim
2023-01-31 11:28     ` Arash Esbati
2023-02-12 19:25       ` H. Dieter Wilhelm
2023-02-12 20:11         ` Eric Abrahamsen
2023-02-12 20:15         ` Arash Esbati [this message]

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=865yc6iqsz.fsf@gnu.org \
    --to=arash@gnu.org \
    --cc=dieter@duenenhof-wilhelm.de \
    --cc=help-gnu-emacs@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.