From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50130 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Mail transparency Date: Sat, 15 Feb 2003 14:16:38 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87of5dn61e.fsf@deneb.enyo.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045314947 27762 80.91.224.249 (15 Feb 2003 13:15:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 15 Feb 2003 13:15:47 +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 18k2AT-0007DX-00 for ; Sat, 15 Feb 2003 14:15:45 +0100 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 18k2Bd-0000Ti-00; Sat, 15 Feb 2003 07:16:57 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 15 Feb 2003 07:17:55 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA11766 for ; Sat, 15 Feb 2003 07:17:43 -0600 (CST) Original-Received: (qmail 25347 invoked by alias); 15 Feb 2003 13:16:41 -0000 Original-Received: (qmail 25342 invoked from network); 15 Feb 2003 13:16:41 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by 66.230.238.6 with SMTP; 15 Feb 2003 13:16:41 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.7/8.12.7) with ESMTP id h1FDGcXf026829 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Sat, 15 Feb 2003 14:16:39 +0100 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.1 0:030215:ding@gnus.org:9b8063af98a5f03c X-Hashcash: 0:030215:ding@gnus.org:9b8063af98a5f03c In-Reply-To: <87of5dn61e.fsf@deneb.enyo.de> (Florian Weimer's message of "Sat, 15 Feb 2003 12:21:17 +0100") User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50130 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50130 Florian Weimer writes: > I need an interface which safes a version of a mail message which is > the bit-by-bit equivalent of the message that was snarfed from some > UNIX mbox file. Does such a function exist already? `O f' (gnus-summary-save-article-file) should work, unless the backend alters the message before Gnus sees it.