From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71446 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: "Format specifier doesn't match argument type" error message when exiting nnimap group Date: Wed, 22 Sep 2010 14:28:05 -0400 Message-ID: <87aan9k4zu.fsf@uwo.ca> References: <87vd60qrk7.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285180113 22251 80.91.229.12 (22 Sep 2010 18:28:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Sep 2010 18:28:33 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19819@lists.math.uh.edu Wed Sep 22 20:28:32 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OyU3R-00081Y-Ni for ding-account@gmane.org; Wed, 22 Sep 2010 20:28:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OyU3L-00058h-Ey; Wed, 22 Sep 2010 13:28:23 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OyU3K-00058U-1e for ding@lists.math.uh.edu; Wed, 22 Sep 2010 13:28:22 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OyU3F-0003zl-BF for ding@lists.math.uh.edu; Wed, 22 Sep 2010 13:28:21 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OyU3E-0004e8-00 for ; Wed, 22 Sep 2010 20:28:16 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OyU3B-0007tQ-56 for ding@gnus.org; Wed, 22 Sep 2010 20:28:13 +0200 Original-Received: from bas3-london14-1096786111.dsl.bell.ca ([65.95.160.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2010 20:28:13 +0200 Original-Received: from jdc by bas3-london14-1096786111.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2010 20:28:13 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096786111.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:ewKS25dTiAMPmNTU/FCezSq1wxw= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71446 Archived-At: Lars Magne Ingebrigtsen writes: > Could you try pressing `g' and then try to find the corresponding entry > in the *nnimap ... * server buffer? Look in the *imap log* buffer to > find the sequence number of the EXAMINE and FETCH commands on the group > that's displaying 1, and then find the data in the *nnimap ... * buffer. My nnimap+rocky:Drafts group shows * unread when Gnus first starts, and this persists after hitting `g'. Once I hit `M-g', the problem goes away, and it doesn't reappear if I hit `g'. The *nnimap...* buffer didn't seem to show enough history, so I can't cut and paste from there, but I connected to the server manually and repeated the commands: 1 EXAMINE "Drafts" * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS ()] Read-only mailbox. * 0 EXISTS * 0 RECENT * OK [UIDVALIDITY 1256067218] UIDs valid * OK [UIDNEXT 13] Predicted next UID 1 OK [READ-ONLY] Select completed. 2 UID FETCH 1:* FLAGS 2 OK Fetch completed. Hmm, why does it say "Read-only mailbox"? Could that be related? Dan