From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36021 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Run an arbitrary function on message after splitting Date: Thu, 26 Apr 2001 00:21:31 +0200 (CEST) Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035171678 6387 80.91.224.250 (21 Oct 2002 03:41:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:41:18 +0000 (UTC) Cc: Joakim Hove , Return-Path: Original-Received: (qmail 6538 invoked by alias); 25 Apr 2001 22:21:38 -0000 Original-Received: (qmail 6532 invoked from network); 25 Apr 2001 22:21:37 -0000 Original-Received: from slipsten.extundo.com (195.42.214.241) by gnus.org with SMTP; 25 Apr 2001 22:21:37 -0000 Original-Received: from localhost (jas@localhost) by slipsten.extundo.com (8.9.3/8.9.3) with ESMTP id AAA20297; Thu, 26 Apr 2001 00:21:31 +0200 X-Authentication-Warning: slipsten.extundo.com: jas owned process doing -bs Original-To: Kai =?iso-8859-1?q?Gro=DFjohann?= In-Reply-To: Original-Lines: 14 Xref: main.gmane.org gmane.emacs.gnus.general:36021 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36021 > > access to the full message-body. > > I think it has full access. Invoke (debug) at that spot and see what > is in the full buffer. I think it is sufficient to say > > (save-restriction > (widen) > ...do.stuff.with.whole.message...) > > But I'm not 100% certain. Nnimap doesn't fetch the entire mail, just the headers. But nnmail probably got the whole mail. So it depends on the backend...