Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: Re: encrypted mails and quoted-printable
Date: Mon, 06 Aug 2001 00:14:09 +0200	[thread overview]
Message-ID: <ilu7kwi40jy.fsf@barbar.josefsson.org> (raw)
In-Reply-To: <u866c2o4f1.fsf@gromit.moeb> (Andreas Jaeger's message of "Sun, 05 Aug 2001 18:30:26 +0200")

Andreas Jaeger <aj@suse.de> writes:

>>=20
...
> But this means that I still can use ASCII for 7bits and do not need to
> use QP for 7-bit only data.
>
> Have a look at this email - it's signed, contains AFAIK no 8-bit data
> and is still QP.  That's the problem I see.

Ah, yes.  The quote prefix adds trailing SPC on empty lines, which is
not nice.  Attached patch should clean things up.

> =2D-=20

The signature delimiter has trailing whitespace, so it needs QP.  But
this patch should remove all other uses of QP in your article.

--- message.el.~6.109.~	Mon Aug  6 00:05:29 2001
+++ message.el	Mon Aug  6 00:12:58 2001
@@ -540,7 +540,7 @@
   :group 'message-insertion)
 
 (defcustom message-yank-cited-prefix ">"
-  "*Prefix inserted on cited lines of yanked messages.
+  "*Prefix inserted on cited and empty lines of yanked messages.
 Fix `message-cite-prefix-regexp' if it is set to an abnormal value.
 See also `message-yank-prefix'."
   :type 'string
@@ -2109,7 +2109,7 @@
 	  (while (< (point) (mark t))
 	    (cond
 	     ((eolp) 
-	      (insert message-yank-prefix)
+	      (insert message-yank-cited-prefix)
 	      (setq last-line nil))
 	     ((looking-at ">")
 	      (if (memq last-line '(nil spaces right-angle quoted))



  parent reply	other threads:[~2001-08-05 22:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-02 10:00 Andreas Jaeger
2001-08-04 18:47 ` ShengHuo ZHU
2001-08-05 12:54   ` Andreas Jaeger
2001-08-05 14:02     ` Simon Josefsson
2001-08-05 16:30       ` Andreas Jaeger
2001-08-05 17:54         ` Florian Weimer
2001-08-05 21:33           ` Andreas Jaeger
2001-08-05 22:14         ` Simon Josefsson [this message]
2001-08-06  6:38           ` Florian Weimer
2001-08-05 14:20     ` Nuutti Kotivuori
2001-08-05 14:55       ` Florian Weimer

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=ilu7kwi40jy.fsf@barbar.josefsson.org \
    --to=jas@extundo.com \
    /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).