From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help Subject: Re: Gnus: Blocked message to gmail addresses Date: Sun, 12 Feb 2023 12:11:41 -0800 Message-ID: <87k00mhcea.fsf@ericabrahamsen.net> References: <86cz6xmsxr.fsf@duenenhof-wilhelm.de> <86h6w8jsyt.fsf@gnu.org> <86r0vbeiob.fsf@duenenhof-wilhelm.de> <86tu07t01w.fsf@gnu.org> <86zg9i65yz.fsf@duenenhof-wilhelm.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22605"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) To: help-gnu-emacs@gnu.org Cancel-Lock: sha1:ztNslnz0x3uk0MRsFRFQokuWoWM= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Feb 12 21:12:25 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRIi0-0005fl-Ky for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 12 Feb 2023 21:12:24 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pRIhZ-0004H4-2I; Sun, 12 Feb 2023 15:11:57 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRIhV-0004Gh-RR for help-gnu-emacs@gnu.org; Sun, 12 Feb 2023 15:11:54 -0500 Original-Received: from ciao.gmane.io ([116.202.254.214]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRIhU-000382-1f for help-gnu-emacs@gnu.org; Sun, 12 Feb 2023 15:11:53 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1pRIhQ-0004xb-9o for help-gnu-emacs@gnu.org; Sun, 12 Feb 2023 21:11:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=geh-help-gnu-emacs@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:142727 Archived-At: "H. Dieter Wilhelm" writes: > Arash Esbati writes: > >> "H. Dieter Wilhelm" 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...