From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9900 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: mbox quoting (was: Re: Gnus, movemail, POP3, trailing empty lines) Date: 12 Feb 1997 08:35:37 +0100 Organization: The Church of Emacs Sender: abraham@dina.kvl.dk Message-ID: References: <0fbu9soebf.fsf@fraxinus.daimi.aau.dk> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035149856 21207 80.91.224.250 (20 Oct 2002 21:37:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:37:36 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id XAA31162 for ; Tue, 11 Feb 1997 23:43:52 -0800 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 12 Feb 1997 08:37:09 +0100 Original-Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id IAA08864; Wed, 12 Feb 1997 08:27:06 +0100 Original-Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id IAA01391; Wed, 12 Feb 1997 08:35:38 +0100 Original-To: The Ding List X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Sudish Joseph's message of 11 Feb 1997 13:43:46 -0500 Original-Lines: 13 X-Mailer: Gnus v5.4.12/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:9900 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9900 Sudish Joseph writes: > Why Randal couldn't munge all his mailboxes into either format in one > line of Perl is beyond me. :) Because information is lost for messages stored with the old algorithm. You can easily remove the extra quoting performed by the new algorithm, like this s/^>(>*From )/\1/ but I cannot see why anyone would want to do that.