help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus: Blocked message to gmail addresses


From: H. Dieter Wilhelm
Subject: Re: Gnus: Blocked message to gmail addresses
Date: Sun, 12 Feb 2023 20:25:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]