Gnus development mailing list
 help / color / mirror / Atom feed
* Getting new mail with nnml
@ 1995-11-05  0:25 Sean Lynch
  1995-11-05  1:41 ` Steven L. Baur
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sean Lynch @ 1995-11-05  0:25 UTC (permalink / raw)


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"))


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1995-11-07 18:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-05  0:25 Getting new mail with nnml Sean Lynch
1995-11-05  1:41 ` Steven L. Baur
1995-11-05  3:43   ` Steven L. Baur
1995-11-06 13:33 ` Lars Magne Ingebrigtsen
1995-11-07 18:46 ` Sean Lynch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).