From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/3848 Path: main.gmane.org!not-for-mail From: nc0273@netcom.com (Sean Lynch) Newsgroups: gmane.emacs.gnus.general Subject: Getting new mail with nnml Date: 04 Nov 1995 16:25:37 -0800 Organization: Netcom Online Communication Services, Inc. Sender: nc0273@netcom.com Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144672 27550 80.91.224.250 (20 Oct 2002 20:11:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:11:12 +0000 (UTC) X-From-Line: ding-request@ifi.uio.no Sat Nov 4 17:03:00 1995 Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id RAA17913 for ; Sat, 4 Nov 1995 17:02:21 -0800 Original-Received: from office4.netcom.com (office4.netcom.com [199.35.110.148]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sun, 5 Nov 1995 01:26:12 +0100 Original-Received: by office4.netcom.com (8.6.12/Netcom) id QAA19796; Sat, 4 Nov 1995 16:25:38 -0800 Original-To: ding@ifi.uio.no Original-Lines: 36 Xref: main.gmane.org gmane.emacs.gnus.general:3848 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:3848 When I'm in the middle of a September 0.12 session, if I receive new mail, and I type "2g" to get my new mail (all my mail groups are at level 2 or below), it all ends up in an mbox in my home directory rather than being put into the appropriate nnml groups. However, if I respool articles from other groups, they get split up properly. Anyone have any insight on this one? Here's the segment of my .emacs that controls my gnus configuration: (setq gnus-auto-select-first nil) (setq gnus-use-adaptive-scoring t) (setq gnus-mail-forward-method 'gnus-mail-forward-using-vm) (setq gnus-mail-other-window-method 'gnus-mail-other-window-using-vm) (setq gnus-mail-reply-method 'gnus-mail-reply-using-vm) (setq gnus-group-line-format "%2L%S%M%5y:%(%g%)\n") (setq gnus-group-sort-function 'gnus-group-sort-by-level) (setq gnus-local-organization "Netcom Online Communication Services, Inc.") (setq gnus-secondary-select-methods '((nnml ""))) (setq nnmail-split-methods 'nnmail-split-fancy) (setq nnmail-split-fancy '(| (& ("to" "seanl@netcom\\.com" "personal.misc") ("to" "support-staff" "support-staff.misc") ("to" "operations-dept" (| ("subject" "NETWORK INCIDENT REPORT" "operations-dept.network-incident") "operations-dept.misc")) ("to" "netcom-all" "netcom-all.misc") (any "ding@ifi\\.uio\\.no" "ding.list") ("from" "liaison" (| ("subject" "liaison" "liaison.report") "liaison.misc")) ("from" "anon\\.penet\\.fi" (| ("from" "daemon" "anon.daemon") "anon.misc"))) "misc.misc"))