From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.help Subject: Re: Gnus: Blocked message to gmail addresses Date: Tue, 31 Jan 2023 12:28:59 +0100 Message-ID: <86tu07t01w.fsf@gnu.org> References: <86cz6xmsxr.fsf@duenenhof-wilhelm.de> <86h6w8jsyt.fsf@gnu.org> <86r0vbeiob.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="9357"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: help-gnu-emacs@gnu.org To: "H. Dieter Wilhelm" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jan 31 12:29:32 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 1pMopP-0002JB-VM for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 31 Jan 2023 12:29:31 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pMopB-0005O6-64; Tue, 31 Jan 2023 06:29:17 -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 1pMopA-0005Nv-DA for help-gnu-emacs@gnu.org; Tue, 31 Jan 2023 06:29:16 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMop9-0005BW-Pg; Tue, 31 Jan 2023 06:29:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=veql/83KiTQfVh8sg2o/Rs6aTfWsrWMP8sXQYSGznRE=; b=muajSxIg5Z13H9kks94b p4PcJeRLSNWFaCnpahxYC5zpEU2UHL0LI7cnf0wICPVFEd4EtTfUbyKeJ8T4IooxMHmm7o4ARxgwn k3aKFBXMvoNpsW2b9VySmK6h+TSu60MZzsxOGiockFwidJ+7sJOXo4cuQ0NsAlgZA8BWiq5eQTZqa uBPBUdYUdPKa9X61fUdpShXfuEzZ2mdt8YnVHeqTveey9gEa74oKjBoWfzBpqVKmN1nYBVFMHJH3C wnO9G1pXG0hA9VwqBiGFOSEv8Lz94fQOF8sCQeRUzlBO+tTEMaKP0rfisNh5l+KjkHzOXqyHPkqJb akQPc1jgg6SNAA==; Original-Received: from p5b326467.dip0.t-ipconnect.de ([91.50.100.103] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMop9-0006Ya-C3; Tue, 31 Jan 2023 06:29:15 -0500 In-Reply-To: <86r0vbeiob.fsf@duenenhof-wilhelm.de> (H. Dieter Wilhelm's message of "Mon, 30 Jan 2023 23:55:48 +0100") 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:142569 Archived-At: "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' 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