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

Arash Esbati <arash@gnu.org> writes:

> "H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de> writes:
>
>> It's working with ggc-self when I'm replying in a group buffers :-)
>>
>> Now I've to figure out how to get automatically such a Gcc field when
>> I'm writing a new mail.
>
> What did you set the gcc-self parameter, via the 'G p' or the 'G c'

In the beginning yes, now I've

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

and that works for INBOX replies. 

> command?  Try to set the `gnus-parameters', this is the example given in
> the manual as a starting point:
> (setq gnus-parameters
>       '(("mail\\..*"
>          (gnus-show-threads nil)
>          (gnus-use-scoring nil)
>          (gnus-summary-line-format
>           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
>          (gcc-self . t)
>          (display . all))
>         ("^nnimap:\\(foo.bar\\)$"
>          (to-group . "\\1"))
>         ("mail\\.me"
>          (gnus-use-scoring t))
>
>         ("list\\..*"
>          (total-expire . t)
>          (broken-reply-to . t))))

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

Thanks

        Dieter
-- 
Best wishes
H. Dieter Wilhelm
Zwingenberg, Germany



  reply	other threads:[~2023-02-12 19:25 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 [this message]
2023-02-12 20:11         ` Eric Abrahamsen
2023-02-12 20:15         ` Arash Esbati

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=86zg9i65yz.fsf@duenenhof-wilhelm.de \
    --to=dieter@duenenhof-wilhelm.de \
    --cc=arash@gnu.org \
    --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.