From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32705 Path: main.gmane.org!not-for-mail From: Paul Stevenson Newsgroups: gmane.emacs.gnus.general Subject: Re: archiving sans attachments Date: 03 Oct 2000 14:10:41 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <200010031249.e93CnAE05403@zsh.2y.net> <200010031303.e93D36105488@zsh.2y.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035168944 21291 80.91.224.250 (21 Oct 2002 02:55:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:55:44 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id BF231D051E for ; Tue, 3 Oct 2000 09:11:34 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAC00226; Tue, 3 Oct 2000 08:11:21 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 03 Oct 2000 08:10:30 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA19104 for ; Tue, 3 Oct 2000 08:10:20 -0500 (CDT) Original-Received: from marie.ph.surrey.ac.uk (marie.ph.surrey.ac.uk [131.227.115.98]) by mailhost.sclp.com (Postfix) with ESMTP id AA2B1D051E for ; Tue, 3 Oct 2000 09:10:43 -0400 (EDT) Original-Received: from gromit.ph.surrey.ac.uk (gromit.ph.surrey.ac.uk [131.227.115.14]) by marie.ph.surrey.ac.uk (8.10.0/8.10.0) with ESMTP id e93DAgI23901 for ; Tue, 3 Oct 2000 14:10:42 +0100 (BST) Original-Received: (from phs3ps@localhost) by gromit.ph.surrey.ac.uk (8.10.0/8.10.0) id e93DAgN11478; Tue, 3 Oct 2000 14:10:42 +0100 (BST) Original-To: ding@gnus.org In-Reply-To: <200010031303.e93D36105488@zsh.2y.net> Original-Lines: 22 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32705 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32705 ShengHuo ZHU writes: > Paul Stevenson writes: >=20 > > ShengHuo ZHU writes: > >=20 > > > (defadvice gnus-inews-do-gcc=20 > > > (around gnus-news-do-gcc-inhibit-body-encoding first activate) > > > (let ((message-inhibit-body-encoding t)) > > > ad-do-it)) > > >=20 > > > I'd like to know whether it works for you. > >=20 > > It does. Thanks! >=20 > It could make trouble when you send messages with non-ascii characters. Yes... the dreaded \201 Presumably I could write an alternative encoder which would encode bits of the message according to context. Until then, I use n=F8n-=C1=DF= =E7=ED=EC characters rarely enough not to worry, I think.