From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21712 Path: main.gmane.org!not-for-mail From: Dmitry Yaitskov Newsgroups: gmane.emacs.gnus.general Subject: Group buffer not updated for mail groups Date: 02 Mar 1999 20:45:31 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159766 24375 80.91.224.250 (21 Oct 2002 00:22:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:22:46 +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 UAA22884 for ; Tue, 2 Mar 1999 20:46:46 -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 TAB24864; Tue, 2 Mar 1999 19:44:20 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 02 Mar 1999 19:45:14 -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 TAA08168 for ; Tue, 2 Mar 1999 19:45:05 -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 UAA22837 for ; Tue, 2 Mar 1999 20:44:44 -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 <19990303014413.JLBB14824.mail.rdc1.on.home.com@LUCY> for ; Tue, 2 Mar 1999 17:44:13 -0800 Original-To: Ding Original-Lines: 30 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:21712 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21712 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? -- Cheers, -Dima.