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: Arash Esbati
Subject: Re: Gnus: Blocked message to gmail addresses
Date: Tue, 31 Jan 2023 12:28:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

"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'
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))))

Best, Arash



reply via email to

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