From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52667 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: Wed, 14 May 2003 15:11:18 +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 1052917946 25726 80.91.224.249 (14 May 2003 13:12:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 14 May 2003 13:12:26 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M1211@lists.math.uh.edu Wed May 14 15:12:24 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 19Fw19-0006YJ-00 for ; Wed, 14 May 2003 15:09:59 +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 19Fw2b-0007VG-00; Wed, 14 May 2003 08:11:29 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19Fw2W-0007VB-00 for ding@lists.math.uh.edu; Wed, 14 May 2003 08:11:24 -0500 Original-Received: (qmail 85777 invoked by alias); 14 May 2003 13:11:24 -0000 Original-Received: (qmail 85770 invoked from network); 14 May 2003 13:11:24 -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; 14 May 2003 13:11:24 -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 h4EDBIB4021475 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 14 May 2003 15:11:19 +0200 Original-To: ajk@iu.edu (Andrew J. Korty) Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030514:ajk@iu.edu:ec5a95947c3c3da7 X-Hashcash: 0:030514:ajk@iu.edu:ec5a95947c3c3da7 X-Payment: hashcash 1.2 0:030514:ding@gnus.org:d666112caf412964 X-Hashcash: 0:030514:ding@gnus.org:d666112caf412964 In-Reply-To: (Andrew J. Korty's message of "Wed, 14 May 2003 08:03:33 -0500") 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:52667 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52667 ajk@iu.edu (Andrew J. Korty) writes: > Simon Josefsson writes: > >> 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. > > I've just confirmed my suspicion. If I send myself mail from outside > Gnus (I used /usr/bin/mail) and then immediately send mail to someone > else from inside Gnus, the first message automatically gets marked as > read. *imap-debug* available on request. *imap-log* would be more useful. Does your server support UIDPLUS?