From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37556 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: encrypted mails and quoted-printable Date: Mon, 06 Aug 2001 08:38:31 +0200 Message-ID: <87hevlitg8.fsf@deneb.enyo.de> References: <2ny9oz4q77.fsf@piglet.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172950 14480 80.91.224.250 (21 Oct 2002 04:02:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:02:30 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 27661 invoked from network); 6 Aug 2001 06:20:00 -0000 Original-Received: from mail.s.netic.de (HELO mail.netic.de) (212.9.160.11) by gnus.org with SMTP; 6 Aug 2001 06:20:00 -0000 Original-Received: by mail.netic.de (Smail3.2.0.111/mail.s.netic.de) via LF.net GmbH Internet Services via remoteip 212.9.163.95 via remotehost mail.enyo.de with esmtp for mail.gnus.org id m15Tdk7-001X0rC; Mon, 6 Aug 2001 08:19:59 +0200 (CEST) Original-Received: from [192.168.1.2] (helo=deneb.enyo.de ident=exim) by mail.enyo.de with esmtp (Exim 3.12 #1) id 15Tdjj-0001ea-00 for ding@gnus.org; Mon, 06 Aug 2001 08:19:35 +0200 Original-Received: from fw by deneb.enyo.de with local (Exim 3.12 #1) id 15Te23-0000AU-00 for ding@gnus.org; Mon, 06 Aug 2001 08:38:31 +0200 Original-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Mon, 06 Aug 2001 00:14:09 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 7 Xref: main.gmane.org gmane.emacs.gnus.general:37556 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37556 Simon Josefsson writes: > Ah, yes. The quote prefix adds trailing SPC on empty lines, which is > not nice. Attached patch should clean things up. I've just commited a similar change to the HEAD version of message.el. Thanks.