From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21732 Path: main.gmane.org!not-for-mail From: Dmitry Yaitskov Newsgroups: gmane.emacs.gnus.general Subject: Re: Group buffer not updated for mail groups Date: 03 Mar 1999 13:19:04 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159782 24477 80.91.224.250 (21 Oct 2002 00:23:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:23:02 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA16464 for ; Wed, 3 Mar 1999 13:19:13 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB00785; Wed, 3 Mar 1999 12:17:14 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 03 Mar 1999 12:18:32 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA16704 for ; Wed, 3 Mar 1999 12:18:22 -0600 (CST) Original-Received: from mail.rdc1.on.home.com (imail@ha1.rdc1.on.wave.home.com [24.2.9.66]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA16429 for ; Wed, 3 Mar 1999 13:18:11 -0500 (EST) Original-Received: from LUCY ([24.65.93.139]) by mail.rdc1.on.home.com (InterMail v4.00.03 201-229-104) with SMTP id <19990303181744.UFDQ14824.mail.rdc1.on.home.com@LUCY> for ; Wed, 3 Mar 1999 10:17:44 -0800 Original-To: Ding In-Reply-To: Dmitry Yaitskov's message of "02 Mar 1999 20:45:31 -0500" Original-Lines: 35 User-Agent: Gnus/5.070079 (Pterodactyl Gnus v0.79) XEmacs/21.2(beta11) (Calliope) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21732 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21732 Dmitry Yaitskov spake thusly: > Hi, > > Some days ago I wrote about a problem I was having - after a 'g' in > the group buffer, some mail groups did not have their new messages > counters updated, and those counters were updated only after another > 'g'. Here's some more info: I have three pop accounts. Seems like this > happens not for specific mail groups, rather for mail fetched from > all accounts after the first one. So, if I have: > > (setq nnmail-spool-file > '((pop :server "mail.1.com" > :user "me" > :port "pop3" > :password "secret1") > (pop :server "mail.2.com" > :user "me-too" > :port "pop3" > :password "secret2") > (pop :server "mail.3.com" > :user "still-me" > :port "pop3" > :password "secret3"))) > > then mail fetched from mail.1.com would show immediately, whereas mail > fetched from mail.2.com & mail.3.com would show up in the Group buffer > only after another check for new news/mail. Does it make any sense? Correction. Seems like only mail received from the *last* server does not make it to the Group buffer immediately. -- Cheers, -Dima.