From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27170 invoked from network); 16 Jan 2021 09:57:41 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 16 Jan 2021 09:57:41 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1l0iKw-00FMS1-D8 for ml@inbox.vuxu.org; Sat, 16 Jan 2021 03:57:38 -0600 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1l0iKv-006RG0-OU for ml@inbox.vuxu.org; Sat, 16 Jan 2021 03:57:37 -0600 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1l0iKu-006RFt-QK for ding@lists.math.uh.edu; Sat, 16 Jan 2021 03:57:36 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1l0iKs-00FMRm-6j for ding@lists.math.uh.edu; Sat, 16 Jan 2021 03:57:36 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Pl34ck57rVZm5pA8hpTjXc9lL/Fa+Agis3wfP8qHVrE=; b=lI3wAASYOxIBkeTGYxZ0JUvei8 fQGd/ymKwaK9fic/AcXpzLg+NHIRJBiVhZuXmxKmkf5CJX/0vDa2VgV3mqKj4RWd7yRaidVH0i91l U7f4Y2tNfSCyi08O42tL6luH2Kta4Bg4hITOOmBg/IKgsh7WVJ8SzIEhAF0lBjeqFINg=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l0iKl-0002Rk-DB for ding@gnus.org; Sat, 16 Jan 2021 10:57:29 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1l0iKk-00038z-4m for ding@gnus.org; Sat, 16 Jan 2021 10:57:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: =?utf-8?Q?G=C4=B3s_Hillenius?= Subject: Re: unticking Date: Sat, 16 Jan 2021 10:57:21 +0100 Organization: Using Emacs' Org Mode Message-ID: <87turh9pby.fsf@hillenius.net> References: <87zh1aefqu.fsf@mat.ucm.es> <877doe8mid.fsf@igel.home> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:ySXSp4BGa1H1evBuPAEzbyrq4KI= OpenPGP: id=340F F9A4 8F6C 18FD D032 0C33 ABA1 CB30 E997 A3AF X-Operating-System: Debian GNU/Linux Sid List-ID: Precedence: bulk >>> I just wanted to remove some tick marks on ticked messages and realized >>> that there is no such function. >> >> Both M-u (gnus-summary-clear-mark-forward) and d >> (gnus-summary-mark-as-read-forward) will untick the message. > > Thanks Andreas, just i did mark this thread as "tick" because i also use > often this rule ticking ("!"). Thanks again ^^^ Could the tick mark be made a toggle? Perhaps the doc for gnus-summary-tick-article-forward could point to the above two commands.