From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52600 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-gcc-mark-as-read sometimes marks wrong message Date: Tue, 13 May 2003 18:30:43 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052843868 23809 80.91.224.249 (13 May 2003 16:37:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 13 May 2003 16:37:48 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M1143@lists.math.uh.edu Tue May 13 18:37:46 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 19FcfF-0005Vz-00 for ; Tue, 13 May 2003 18:30:05 +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 19Fcg5-00009C-00; Tue, 13 May 2003 11:30:57 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19Fcfx-000096-00 for ding@lists.math.uh.edu; Tue, 13 May 2003 11:30:49 -0500 Original-Received: (qmail 27777 invoked by alias); 13 May 2003 16:30:48 -0000 Original-Received: (qmail 27772 invoked from network); 13 May 2003 16:30:48 -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; 13 May 2003 16:30:48 -0000 Original-Received: from latte-wlan.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 h4DGUhB4022395 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 13 May 2003 18:30:44 +0200 Original-To: ajk@iu.edu (Andrew J. Korty) Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030513:ajk@iu.edu:564fa260f476a7c2 X-Hashcash: 0:030513:ajk@iu.edu:564fa260f476a7c2 X-Payment: hashcash 1.2 0:030513:ding@gnus.org:a37305e36f6ae8da X-Hashcash: 0:030513:ding@gnus.org:a37305e36f6ae8da In-Reply-To: (Andrew J. Korty's message of "Tue, 13 May 2003 08:25:39 -0500") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52600 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52600 ajk@iu.edu (Andrew J. Korty) writes: > I use Gcc: INBOX on most of my outgoing mail, and I have > gnus-gcc-mark-as-read set. Normally, it works as expected, but > sometimes my outgoing message does not get marked as read. Instead, > an incoming, unread message gets marked as read. My INBOX is an > nnimap group. > > I haven't been able to reproduce this behavior at will, but I think it > happens when a message has arrived but hasn't been noticed by Gnus. > I'll try to reproduce it and post details, but for now I'm wondering > if anyone else has noticed this problem. No, but I suspect your suspicion may be correct. Try GCC another mailbox. It should be possibly to fix this, I believe nnimap goes through some trouble to get the proper UID of the article it appended, and it is given to Gnus -- perhaps Gnus doesn't use it, but rather takes the next larger integer in the group. Hm. OTOH, the nnimap implementation use the UIDPLUS extension for this, although I think it contains a workaround for servers that doesn't support it, but perhaps it is incomplete.