From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28437 Path: main.gmane.org!not-for-mail From: dsg@mitre.org (David S. Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: has "incorporating new mail" bug been fixed yet? Date: 23 Dec 1999 13:23:44 -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 1035165285 29856 80.91.224.250 (21 Oct 2002 01:54:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:54:45 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 18875D051F for ; Thu, 23 Dec 1999 13:26:46 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB20641; Thu, 23 Dec 1999 12:26:05 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 Dec 1999 12:25:44 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA10794 for ; Thu, 23 Dec 1999 12:25:33 -0600 (CST) Original-Received: from linus.mitre.org (linus.mitre.org [129.83.10.1]) by mailhost.sclp.com (Postfix) with ESMTP id BD4DCD051F for ; Thu, 23 Dec 1999 13:23:51 -0500 (EST) Original-Received: from blackbird.mitre.org (blackbird [129.83.65.14]) by linus.mitre.org (8.8.7/8.8.7) with ESMTP id NAA07852 for ; Thu, 23 Dec 1999 13:23:45 -0500 (EST) Original-Received: (from dsg@localhost) by blackbird.mitre.org (8.8.7/8.8.7) id NAA19071; Thu, 23 Dec 1999 13:23:45 -0500 (EST) Mail-Copies-To: never Original-To: The Gnus Mailing List X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 In-Reply-To: merlyn@stonehenge.com's message of "23 Dec 1999 09:51:59 -0800" Original-Lines: 42 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Biscayne) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28437 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28437 > So where are we at? Did the latest release fix it so that I can: > M-g on a single nnml group Yes. > 2 M-g to get all nnml groups at level 2-1 Yes. > gnus-no-server to start at my level 2-1 groups Yes. > without the annoying dozens of "no mail" messages? No :-( My workaround: nnml incorporation works without all the "no mail" messages if you run gnus and use 'g'. In fact, I've found that to be so fast now that I don't mind the connection to my primary nntp server. Of course that nntp server is only three hops away on a mostly 100baseT switched network. I've added this advice (defadvice gnus-group-list-groups (around set-default-list-level activate) ad-do-it (if (ad-get-arg 0) (setq gnus-group-default-list-level (ad-get-arg 0)))) to ensure that when I do a '2 l' (or '1 l') only the groups on that level are displayed and subsequent calls to 'l' don't bring in all the higher ones. I don't fully understand the lisp needed to fix this. I *think* that nnml-request-scan (and probably others, too) needs to be made specifically aware of a directory mail-source but I haven't had time to try to actually write code to make it do so. -- Dave Goldberg Post: The Mitre Corporation\MS B325\202 Burlington Rd.\Bedford, MA 01730 Phone: 781-271-3887 Email: dsg@mitre.org