From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63828 Path: news.gmane.org!not-for-mail From: Martin Steffen Newsgroups: gmane.emacs.gnus.general Subject: failure of gnus to determine boundaries of emails Date: 14 Oct 2006 15:32:15 +0200 Organization: IFI UiO Norway Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1160856567 31999 80.91.229.2 (14 Oct 2006 20:09:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Oct 2006 20:09:27 +0000 (UTC) Original-X-From: ding-owner+m12355@lists.math.uh.edu Sat Oct 14 22:09:27 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYpoz-0004Km-VN for ding-account@gmane.org; Sat, 14 Oct 2006 22:09:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1GYpok-0005RY-00; Sat, 14 Oct 2006 15:09:10 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1GYjp3-00050x-00 for ding@lists.math.uh.edu; Sat, 14 Oct 2006 08:45:05 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1GYjp3-0005wO-1Y for ding@lists.math.uh.edu; Sat, 14 Oct 2006 08:45:05 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GYjp1-0007Sg-00 for ; Sat, 14 Oct 2006 15:45:03 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GYjoz-0003Nh-Oi for ding@gnus.org; Sat, 14 Oct 2006 15:45:01 +0200 Original-Received: from 84.209.8.188 ([84.209.8.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Oct 2006 15:45:01 +0200 Original-Received: from msteffen by 84.209.8.188 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Oct 2006 15:45:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 40 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 84.209.8.188 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-Spam-Score: -1.1 (-) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63828 Archived-At: Hi, I have the following set-up: I slurp in (via fetchmail) my emails from some server, have it spit via procmail and thus spooled into mail-files in mbox-format at my local disk. At that point, I want gnus to read-in those spooled mail-files, to incorporate them (using gnus' ``nnfolder'' backend seconday-method.) Indeed, gnus reads in the spooled files, i.e., incorporates them from the spool directory into the target directory ~/Mail and displays them as ``groups'' in the top-level gnus buffer. However: when entering one of those nnfolder-groups, the emails in each folder are shown in the summary mode as simply _one big email_, i.e., either the gnus-incorporating-mechanism or the summary-display-mechanism does not honor the message boundaries properly. Any hints, what might be the problem? Martin PS: I'm working with emacs-version 21.4.1 nd gnus-version v5.9.0 PPS: I had posted a similar enquiry some time ago, but two sources of errors that I suspected at that time (procmail, and/or the mail-server itself) I think I can cancel from the list of potential culprits, seems like the problem lies within gnus..