From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27630 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: 0.99 bug: gnus encodes text/plain in base64 when attachments are present Date: 03 Dec 1999 22:05:28 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164621 25539 80.91.224.250 (21 Oct 2002 01:43:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:43:41 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA17909 for ; Fri, 3 Dec 1999 14:13:30 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB09896; Fri, 3 Dec 1999 13:13:01 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 03 Dec 1999 13:13:06 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA29672 for ; Fri, 3 Dec 1999 13:12:47 -0600 (CST) Original-Received: from relay2.vsu.ru (postfix@mail.vsu.ru [62.76.169.17]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA17893 for ; Fri, 3 Dec 1999 14:12:01 -0500 (EST) Original-Received: by relay2.vsu.ru (Postfix, from userid 5) id EAF501989; Fri, 3 Dec 1999 22:11:14 +0300 (MSK) Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.9.3/8.9.3) id WAA02454; Fri, 3 Dec 1999 22:05:28 +0300 Original-To: ding@gnus.org Original-Lines: 15 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27630 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27630 Hi, in pgnus 0.99, according to ChangeLog, mm-body-charset-encoding-alist was defaulted to nil. Previously, it contained a record that text/plain parts in koi8-r should be sent using 8bit CTE. Now, in 0.99, a single-part messages in koi8-r are sent usint 8bit CTE, but as long as the message contains some attachment (say, a zip file), the text/plain part is also encoded in base64. Is this a feature or a bug? Should i set mm-body-charset-encoding-alist manually to force gnus always use 8bit CTE for koi8-r? Best regards, -- Vladimir.