Gnus development mailing list
 help / color / mirror / Atom feed
From: Per Abrahamsen <abraham@dina.kvl.dk>
Subject: mbox quoting (was: Re: Gnus, movemail, POP3, trailing empty lines)
Date: 09 Feb 1997 16:32:50 +0100	[thread overview]
Message-ID: <rjybcy6llp.fsf_-_@zuse.dina.kvl.dk> (raw)
In-Reply-To: Randal Schwartz's message of 09 Feb 1997 07:56:40 -0700


Randal Schwartz <merlyn@stonehenge.com> writes:

> Huh?  What if my *original* message just happened to have ">From " in one
> of the lines?  You've now turned it into "From ".

No.  "\n>From " matches the regexp "^>*From " and is therefore quoted
by this algorithm when imported.  When exported, the quote is removed.
I.e.

plain file:

	>From whatever

becomes when added to the mbox:

	>>From whatever

and then again when exported to plain text:

	>From whatever

Zero corruption.

The arguments for are:

- When used on new messages, the new algorithm is always perfect.
- When used on old messages, the new algorithm is usually better. 

The argument against:

- Better continue with well known corruption of new messages, than to
  make any risk of introducing new kinds of corruption to old messages.


  reply	other threads:[~1997-02-09 15:32 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-02-03 15:24 Gnus, movemail, POP3, trailing empty lines Kai Grossjohann
1997-02-03 16:36 ` Rich Pieri
1997-02-03 20:01   ` visigoth
1997-02-04  0:50     ` Lars Magne Ingebrigtsen
1997-02-04 12:05   ` Kai Grossjohann
1997-02-04 13:03     ` Bernard.Steiner
1997-02-04 13:10     ` Per Abrahamsen
1997-02-04 13:43       ` Kai Grossjohann
1997-02-04 14:41         ` Bernard.Steiner
1997-02-04 15:23         ` Rich Pieri
1997-02-04 15:31           ` Kai Grossjohann
1997-02-04 10:14 ` dave edmondson
1997-02-04 14:52   ` Rich Pieri
1997-02-05 22:40   ` Michael Huehne
1997-02-05 10:47 ` Kai Grossjohann
1997-02-08  9:25   ` Lars Magne Ingebrigtsen
1997-02-08 11:50     ` visigoth
1997-02-08 12:32       ` Per Abrahamsen
1997-02-08 16:08         ` Frank D. Cringle
1997-02-08 19:11           ` Steven L Baur
1997-02-09  2:58         ` Rich Pieri
1997-02-09  9:34           ` Per Abrahamsen
1997-02-09 14:56             ` Randal Schwartz
1997-02-09 15:32               ` Per Abrahamsen [this message]
1997-02-10 14:52                 ` mbox quoting (was: Re: Gnus, movemail, POP3, trailing empty lines) Rich Pieri
1997-02-10 15:30                   ` Per Abrahamsen
1997-02-10 15:45                   ` Lars Balker Rasmussen
1997-02-11  9:25                     ` Greg Stark
1997-02-11 11:36                       ` Per Abrahamsen
1997-02-11 12:52                         ` Lars Magne Ingebrigtsen
1997-02-11 13:44                           ` Per Abrahamsen
1997-02-11 18:43                           ` Sudish Joseph
1997-02-12  7:35                             ` Per Abrahamsen
1997-02-12 12:52                               ` Randal Schwartz
1997-02-12  8:47                             ` Lars Magne Ingebrigtsen
1997-02-11 12:57                         ` Randal Schwartz
1997-02-11 13:28                           ` Per Abrahamsen
1997-02-11 13:33                             ` Randal Schwartz
1997-02-11 14:16                               ` Per Abrahamsen
1997-02-11 16:13                                 ` Rich Pieri
1997-02-12  7:28                                   ` Per Abrahamsen
1997-02-11 15:00                               ` Rich Pieri
1997-02-09 16:19             ` Gnus, movemail, POP3, trailing empty lines Rich Pieri
1997-02-09 22:21               ` Mark Eichin
1997-02-10  4:44                 ` Lars Magne Ingebrigtsen
1997-02-10  4:45       ` Lars Magne Ingebrigtsen
1997-02-10  8:05         ` visigoth
1997-02-11 12:38           ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rjybcy6llp.fsf_-_@zuse.dina.kvl.dk \
    --to=abraham@dina.kvl.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).