all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Gnus: Blocked message to gmail addresses
Date: Sun, 12 Feb 2023 12:11:41 -0800	[thread overview]
Message-ID: <87k00mhcea.fsf@ericabrahamsen.net> (raw)
In-Reply-To: 86zg9i65yz.fsf@duenenhof-wilhelm.de

"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	other threads:[~2023-02-12 20:11 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 [this message]
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=87k00mhcea.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --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.