From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52834 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: possible bug: article marks are wrong when moving article Date: Sun, 25 May 2003 16:38:41 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4nhe7lsfvu.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053873512 26367 80.91.224.249 (25 May 2003 14:38:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 25 May 2003 14:38:32 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M1378@lists.math.uh.edu Sun May 25 16:38:29 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19JwdN-0006ll-00 for ; Sun, 25 May 2003 16:38:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19JweM-0003zl-00; Sun, 25 May 2003 09:39:02 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19JweD-0003zd-00 for ding@lists.math.uh.edu; Sun, 25 May 2003 09:38:53 -0500 Original-Received: (qmail 16475 invoked by alias); 25 May 2003 14:38:49 -0000 Original-Received: (qmail 16470 invoked from network); 25 May 2003 14:38:49 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 25 May 2003 14:38:49 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h4PEcfB4025610 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 25 May 2003 16:38:44 +0200 Original-To: "Michael R. Wolf" Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030525:MichaelRunningWolf@att.net:42b31e7e498a33dc X-Hashcash: 0:030525:MichaelRunningWolf@att.net:42b31e7e498a33dc X-Payment: hashcash 1.2 0:030525:ding@gnus.org:2ed5f21d38ff0823 X-Hashcash: 0:030525:ding@gnus.org:2ed5f21d38ff0823 In-Reply-To: (Michael R. Wolf's message of "Sun, 25 May 2003 04:02:24 -0700") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52834 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52834 "Michael R. Wolf" writes: > Simon Josefsson writes: > >> Ted Zlatanov writes: > > [...] > >>> So the temporary solution is to quit the summary, go back and then >>> move? >> >> Yup. Or move it and mark it in the new folder. >> >>> Is the "update marks on server" command a stand-alone function that >>> the article move/copy operation can trigger? If you could point me to >>> where it happens, maybe I can do the rest. >> >> gnus-summary-update-info is run on 'q' and propagates the flags, but > > Is it also called with 'M-g' (gnus-summary-rescan-group)? If so, then > it's an easier solution than doing the exit and reentry. Yup. Still only as a workaround, though.