From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37493 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: encrypted mails and quoted-printable Date: Sat, 04 Aug 2001 11:47:56 -0700 Sender: zsh@piglet.jia.vnet Message-ID: <2ny9oz4q77.fsf@piglet.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172899 14198 80.91.224.250 (21 Oct 2002 04:01:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:01:39 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 21170 invoked from network); 4 Aug 2001 18:50:45 -0000 Original-Received: from c1778337-a.stcla1.sfba.home.com (HELO zsh.2y.net) (24.254.94.216) by gnus.org with SMTP; 4 Aug 2001 18:50:45 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.2/8.11.2) id f74IlvO23298; Sat, 4 Aug 2001 11:47:57 -0700 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Original-Lines: 16 Xref: main.gmane.org gmane.emacs.gnus.general:37493 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37493 Andreas Jaeger writes: > Composing the appended email with gpg.el under current CVS the text is > in quoted printable - but there's no need for it since all characters > are ASCII. I even prefer iso-8859-1 and have set up the necessary > vars for it AFAIK. > > Any ideas why I still get quoted-printable? QP encoding is to avoid the article to be mangled. Though a message contains only ASCII, lines starting with "From " or so be mangled. BTW, to forward a signed or encrypted mail unchanged, you'd better use `2 C-c C-f'. ShengHuo