From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46440 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Splitting and procmail Date: Sun, 08 Sep 2002 17:14:39 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031530616 17199 127.0.0.1 (9 Sep 2002 00:16:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Sep 2002 00:16:56 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17oCEY-0004TE-00 for ; Mon, 09 Sep 2002 02:16:55 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17oCDM-0001oW-00; Sun, 08 Sep 2002 19:15:40 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 08 Sep 2002 19:16:16 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id TAA06693 for ; Sun, 8 Sep 2002 19:16:04 -0500 (CDT) Original-Received: (qmail 11518 invoked by alias); 9 Sep 2002 00:15:23 -0000 Original-Received: (qmail 11513 invoked from network); 9 Sep 2002 00:15:23 -0000 Original-Received: from mail.dslextreme.com (66.51.205.14) by gnus.org with SMTP; 9 Sep 2002 00:15:23 -0000 Original-Received: (qmail 582 invoked from network); 9 Sep 2002 00:13:25 -0000 Original-Received: from adsl-66.51.210.228.dslextreme.com (HELO reader.local.lan) (66.51.210.228) by mail.dslextreme.com with SMTP; 9 Sep 2002 00:13:25 -0000 Original-Received: from reader.local.lan (localhost [127.0.0.1]) by reader.local.lan (8.12.3/8.12.3) with ESMTP id g890FFZo032486 for ; Sun, 8 Sep 2002 17:15:15 -0700 Original-Received: (from reader@localhost) by reader.local.lan (8.12.3/8.12.3/Submit) id g890FFFb032483; Sun, 8 Sep 2002 17:15:15 -0700 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org In-Reply-To: (Reiner Steib's message of "Sun, 08 Sep 2002 14:33:39 +0200") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Original-Lines: 20 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46440 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46440 Reiner Steib <4uce.02.r.steib@gmx.net> writes: > ,----[ C-h v nnmail-resplit-incoming RET ] > | nnmail-resplit-incoming's value is nil > | > | Documentation: > | *If non-nil, re-split incoming procmail sorted mail. > `---- Reiner, How does that actually work. I see no documentation in manual with `i' (index) or s (regex) searches Say my mail has been split to 25 different files by procmail. All in ~/spool/*.in files When I call `g' in gnus with nnmail-resplit-incoming set to t what will actually happen? Instead of moving these 25 files to there similarly named nnml counterparts, all 25 files are resplit accourding to whatever split I have inside gnus... What is this for?