From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52916 Path: main.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (=?iso-8859-1?q?Kai_Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Skip intermediate mbox file in mail-sources? Date: Thu, 29 May 2003 10:40:31 +0200 Organization: University of Duisburg, Germany Sender: ding-owner@lists.math.uh.edu Message-ID: <84llwqm9hc.fsf@lucy.is.informatik.uni-duisburg.de> References: <87d6i43wgs.fsf@cag.lcs.mit.edu> <4n7k8aewag.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054197686 4533 80.91.224.249 (29 May 2003 08:41:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 29 May 2003 08:41:26 +0000 (UTC) Original-X-From: ding-owner+M1460@lists.math.uh.edu Thu May 29 10:41:25 2003 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 19LIyT-0001Av-00 for ; Thu, 29 May 2003 10:41:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19LIzC-0007Qq-00; Thu, 29 May 2003 03:42:10 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 19LIz3-0007Qk-00 for ding@lists.math.uh.edu; Thu, 29 May 2003 03:42:01 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by util2.math.uh.edu with smtp (Exim 4.10) id 19LIz2-0004Ke-00 for ding@lists.math.uh.edu; Thu, 29 May 2003 03:42:00 -0500 Original-Received: (qmail 94904 invoked by alias); 29 May 2003 08:41:00 -0000 Original-Received: (qmail 94899 invoked from network); 29 May 2003 08:40:59 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 29 May 2003 08:40:59 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19LJAU-0001sq-00 for ; Thu, 29 May 2003 10:53:50 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 14 Original-NNTP-Posting-Host: pd9e1e519.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1054198430 7211 217.225.229.25 (29 May 2003 08:53:50 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 29 May 2003 08:53:50 GMT Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:5GZ5LqXzjo9SZKJvLCy47cBGWmA= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52916 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52916 Ted Zlatanov writes: > Fetching a message at a time may be inconvenient or unfeasible, so I > think a format like digests that allows 1 to N attachments with > minimal overhead and no quoting issues is nice. I think it's a good idea to process one message at a time, if the fetching process allows this. The fetching that uses movemail to fetch from /var/mail/jrl could use the existing mechanism to narrow to each message in sequence, and then call the one-message-at-a-time function. -- This line is not blank.