From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52950 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: bug in gnus-fixup-nnimap-unread-after-getting-new-news? Date: Sat, 31 May 2003 05:54:45 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4nllwxsg1j.fsf@lockgroove.bwh.harvard.edu> <4nisrwi9qe.fsf@lockgroove.bwh.harvard.edu> <4nptm1x0p7.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 1054353209 30674 80.91.224.249 (31 May 2003 03:53:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 31 May 2003 03:53:29 +0000 (UTC) Original-X-From: ding-owner+M1494@lists.math.uh.edu Sat May 31 05:53:23 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 19LxQY-0007xo-00 for ; Sat, 31 May 2003 05:53:07 +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 19LxSN-00078c-00; Fri, 30 May 2003 22:54:59 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19LxSE-00078W-00 for ding@lists.math.uh.edu; Fri, 30 May 2003 22:54:50 -0500 Original-Received: (qmail 22272 invoked by alias); 31 May 2003 03:54:50 -0000 Original-Received: (qmail 22266 invoked from network); 31 May 2003 03:54: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; 31 May 2003 03:54: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 h4V3sjB4030857 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Sat, 31 May 2003 05:54:46 +0200 Original-To: Ding Mailing List Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030531:ding@gnus.org:b31b299912170a1d X-Hashcash: 0:030531:ding@gnus.org:b31b299912170a1d In-Reply-To: (Ted Zlatanov's message of "Fri, 30 May 2003 18:15:10 -0400") 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:52950 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52950 Ted Zlatanov writes: > On Thu, 29 May 2003, jas@extundo.com wrote: >> Ted Zlatanov writes: >> >>> On Wed, 28 May 2003, jas@extundo.com wrote: >>>> If you G e some nnimap groups, does it look the same on both >>>> machines? >>> >>> Yes, "nnimap:mail.lifelogs.com" is the select method on both my >>> home and work machines for my "nnimap+mail.lifelogs.com:mail" >>> group. >> >> What does (gnus-group-prefixed-name "mail" >> "nnimap:mail.lifelogs.com") evaluate to on both machines? If they >> differ, try to find out why. > > Same thing on both machines, "nnimap+mail.lifelogs.com:mail" Weird. Could you try edebugging (or similar) nnimap-update-unseen to see why gnus-group-prefixed-name returns unqualified group names on one of the machines? I don't understand how nnimap-mailbox-info could end up containing unqualified group names unless g-g-p-n fail somehow.