From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50725 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap doing redundant work? Date: Sun, 09 Mar 2003 18:06:56 +0100 Sender: owner-ding@hpc.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 1047229642 31161 80.91.224.249 (9 Mar 2003 17:07:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 9 Mar 2003 17:07:22 +0000 (UTC) Cc: ding@hpc.uh.edu Original-X-From: owner-ding@hpc.uh.edu Sun Mar 09 18:07:21 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 18s4Gf-00086P-00 for ; Sun, 09 Mar 2003 18:07:21 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18s4Ge-0002Ux-00; Sun, 09 Mar 2003 11:07:20 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 09 Mar 2003 11:08:20 -0600 (CST) Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA14535 for ; Sun, 9 Mar 2003 11:08:07 -0600 (CST) Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.8/8.12.8) with ESMTP id h29H6uZG018915 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 9 Mar 2003 18:06:57 +0100 Original-To: David Abrahams Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030309:dave@boost-consulting.com:0e45a5be89de2c6e X-Hashcash: 0:030309:dave@boost-consulting.com:0e45a5be89de2c6e X-Payment: hashcash 1.2 0:030309:ding@hpc.uh.edu:877fdeb4bd9267c4 X-Hashcash: 0:030309:ding@hpc.uh.edu:877fdeb4bd9267c4 In-Reply-To: (David Abrahams's message of "Sun, 09 Mar 2003 11:56:23 -0500") User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (gnu/linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50725 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50725 David Abrahams writes: > Simon Josefsson writes: > >> Perhaps C-k'ing all your nnimap groups, restart emacs and subscribe to >> them again will clean things up. > > That seems to have cleared the symptoms when entering gnus, but when > I do `M-g' from within my INBOX group, I still get: > > Expiring articles...done > imap: Connecting to www.stlport.com... > imap: Opening SSL connection with `openssl s_client -quiet -ssl3 -connect %s:%p'...done > Waiting for response from www.stlport.com...done > imap: Plaintext authentication... > nnimap: Setting marks in INBOX...done > nnimap: Updating info for INBOX...done > Retrieving newsgroup: INBOX... > nnimap: Updating info for INBOX...done > Fetching headers for INBOX...done > Generating summary...done > > Note that "nnimap: Updating info for INBOX...done" is repeated Do you get the same behaviour for M-g on other mailboxes? Perhaps your nnimap-split-inbox is INBOX, and splitting is run when M-g is pressed, so the mailbox is selected twice. Protocol wise I think this is optimized away though, frob `imap-log' and look in *imap-log* to tell for sure.