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: Eric Abrahamsen
Subject: Re: Gnus: Blocked message to gmail addresses
Date: Sun, 12 Feb 2023 12:11:41 -0800
User-agent: Gnus/5.13 (Gnus v5.13)

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

> 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?

In these cases you can put point on a group whose parameters you want to
apply, then use "C-u m" to start a new mail.

If this feels too awkward, you could also explore one of the third-party
packages for mail profiles: gnus-pers or gnus-alias, there might be
another one...




reply via email to

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