Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de>
Subject: Re: suggestion: don't treat ">From " as quote
Date: Wed, 23 Jun 2004 16:08:08 +0200	[thread overview]
Message-ID: <v9zn6us6yf.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <b9yoenasihm.fsf@jpl.org>

On Wed, Jun 23 2004, Katsumi Yamaoka wrote:

> I've installed another version in the Gnus CVS.  Thank you.

@@ -739,6 +746,10 @@
       ;; Ignore very long prefixes.
       (when (> end (+ begin gnus-cite-max-prefix))
 	(setq end (+ begin gnus-cite-max-prefix)))
+      ;; Ignore quoted envelope From_.
+      (when (and gnus-cite-ignore-quoted-from
+		 (looking-at ">from "))
+	(setq end (1+ begin)))
       (while (re-search-forward prefix-regexp (1- end) t)
 	;; Each prefix.
 	(setq end (match-end 0)

`M-x nitpicking-mode RET'...

Do MTAs also quote the lowercase "^from "?  Restricting it to
uppercase "F" may produce slightly less false matches.  Using (let
(case-fold-search) (looking-at ">From ")) or similar.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




  reply	other threads:[~2004-06-23 14:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-20 19:13 Karl Chen
2004-06-21 10:12 ` Katsumi Yamaoka
2004-06-22  8:23   ` Karl Chen
2004-06-22 11:31     ` Katsumi Yamaoka
2004-06-23  9:14       ` Karl Chen
2004-06-23  9:59         ` Katsumi Yamaoka
2004-06-23 14:08           ` Reiner Steib [this message]
2004-06-23 14:23             ` Katsumi Yamaoka

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=v9zn6us6yf.fsf@marauder.physik.uni-ulm.de \
    --to=4.uce.03.r.s@nurfuerspam.de \
    --cc=reiner.steib@gmx.de \
    /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).