From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32011 Path: main.gmane.org!not-for-mail From: Roman Belenov Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with MIME in From:/Reply-To: fields Date: 08 Aug 2000 18:55:30 +0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2nsnsgxuih.fsf@tiger.jia.vnet> <2nd7jj7sup.fsf@tiger.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 1035168356 17386 80.91.224.250 (21 Oct 2002 02:45:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:45:56 +0000 (UTC) Cc: ding@gnus.org 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 A44D5D051E for ; Tue, 8 Aug 2000 10:59:47 -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 JAC13427; Tue, 8 Aug 2000 09:56:19 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 08 Aug 2000 09:55:18 -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 JAA00092 for ; Tue, 8 Aug 2000 09:55:06 -0500 (CDT) Original-Received: from host.nstl.nnov.ru (ns.nstl.nnov.ru [195.98.59.131]) by mailhost.sclp.com (Postfix) with ESMTP id 32008D051E for ; Tue, 8 Aug 2000 10:55:36 -0400 (EDT) Original-Received: from nstl.nstl.nnov.ru (nstl.nstl.nnov.ru [10.125.18.2]) by host.nstl.nnov.ru (8.9.3/8.9.3) with ESMTP id SAA35274; Tue, 8 Aug 2000 18:53:45 +0400 (MSD) (envelope-from roman@nstl.nnov.ru) Original-Received: from bsd.nstl.nnov.ru (bsd.nstl.nnov.ru [10.125.18.20]) by nstl.nstl.nnov.ru (8.9.3/8.9.3) with ESMTP id RAA16459; Tue, 8 Aug 2000 17:51:26 +0400 (MSK/MSD) Original-Received: from LIGHTHOUSE (ws066.nstl.nnov.ru [10.125.18.66] (may be forged)) by bsd.nstl.nnov.ru (8.10.2/8.10.2) with ESMTP id e78F0cd79570; Tue, 8 Aug 2000 19:00:39 +0400 (MSD) Original-To: ShengHuo ZHU In-Reply-To: ShengHuo ZHU's message of "08 Aug 2000 10:03:26 -0400" Original-Lines: 17 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32011 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32011 ShengHuo ZHU writes: > Oops. I was using the external decoder of base64.el. > > (setq base64-decoder-program "mmencode" > base64-decoder-switches '("-u")) > > So, there is also a bug in the base64 lisp decorder. Ok, it worked (although version of mmencode I've found didn't do padding and lost last character in my example - I had to add it myself). But it takes much more time to enter mailbox with external base64 decoder; I'll try to fix base64.el (although I don't sure I can - my elisp is still not good). -- With regards, Roman.