From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Dmitry Alexandrov Newsgroups: gmane.emacs.help Subject: Re: View my replies to messages in a thread in Gnus Date: Mon, 13 Jul 2020 08:46:09 +0300 Message-ID: References: <87blkozaww.fsf@gmail.com> <87ft9zraa9.fsf@ucl.ac.uk> <87pn93s48p.fsf@gmail.com> <87mu461cs4.fsf@ucl.ac.uk> <87a706ntiw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15529"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: help-gnu-emacs@gnu.org, Eric S Fraga To: Narendra Joshi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jul 13 07:48:28 2020 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 1jurKG-0003wd-S7 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 13 Jul 2020 07:48:28 +0200 Original-Received: from localhost ([::1]:34630 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jurKF-0001Wf-GD for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 13 Jul 2020 01:48:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38954) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jurID-0001WU-RZ for help-gnu-emacs@gnu.org; Mon, 13 Jul 2020 01:46:21 -0400 Original-Received: from relay-1.mailobj.net ([213.182.54.6]:35375) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jurIC-0003h0-17 for help-gnu-emacs@gnu.org; Mon, 13 Jul 2020 01:46:21 -0400 Original-Received: from v-1c.localdomain (unknown [192.168.90.161]) by relay-1.mailobj.net (Postfix) with SMTP id 218C91234; Mon, 13 Jul 2020 07:46:14 +0200 (CEST) Original-Received: by mail-1.net-c.com [213.182.54.15] with ESMTP Mon, 13 Jul 2020 07:46:13 +0200 (CEST) X-EA-Auth: x1v2WNE0Yp1dFGT7BVyw6Kx6DQmeHDFX4JE26NV8MHtjqyuFF4WdYFvoA+bET0B7CWZCLXS+moyb+fLNMUl5Pe7EhFNxozMD In-Reply-To: <87a706ntiw.fsf@gmail.com> (Narendra Joshi's message of "Sat, 11 Jul 2020 14:08:39 +0200") Received-SPF: pass client-ip=213.182.54.6; envelope-from=dag@gnui.org; helo=relay-1.mailobj.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/13 01:46:14 X-ACL-Warn: Detected OS = Linux 3.1-3.10 X-Spam_score_int: -28 X-Spam_score: -2.9 X-Spam_bar: -- X-Spam_report: (-2.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.help:123534 Archived-At: --=-=-= Content-Type: text/plain Narendra Joshi wrote: > I have set `gnus-parameters` to: > > (setq gnus-parameters '((".*" (gcc-self . t)))) But many backends are not writable. You, perhaps, meant something like: (setq gnus-parameters (list (list (rx bos (or "nnmbox" "nnfolder" "nnml" "nnmh" "nnmaildir" "nnimap") ":") '(gcc-self . t)))) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYIACsWIQRSX35grYEsI2F1K7TIsPhUjufz5wUCXwv1IQ0cZGFnQGdudWku b3JnAAoJEMiw+FSO5/Pn0CcA/RrYMtMYAiKmmA4707oGw4UWakrYQixlho/isWFR iIaAAP9PVE9/t1KdP0JC+T+d530t4/W7UMpBqKEoRDe2XdqEBw== =tRdo -----END PGP SIGNATURE----- --=-=-=--