From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: RMAIL, MIME clean-up, coding system Date: Tue, 07 Oct 2003 23:20:35 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1659-Tue07Oct2003232035+0200-eliz@elta.co.il> References: <200310051053.h95ArIwj001185@oak.pohoyda.family> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1065562020 19911 80.91.224.253 (7 Oct 2003 21:27:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2003 21:27:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Oct 07 23:26:58 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6zMA-0006Ja-00 for ; Tue, 07 Oct 2003 23:26:58 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6zMA-0002bw-00 for ; Tue, 07 Oct 2003 23:26:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6zM9-0003uM-FB for emacs-devel@quimby.gnus.org; Tue, 07 Oct 2003 17:26:57 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A6zLu-0003u7-J2 for emacs-devel@gnu.org; Tue, 07 Oct 2003 17:26:42 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A6zKM-0001g2-IQ for emacs-devel@gnu.org; Tue, 07 Oct 2003 17:25:37 -0400 Original-Received: from [192.114.186.15] (helo=balder.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6zJr-0000uH-MZ for emacs-devel@gnu.org; Tue, 07 Oct 2003 17:24:36 -0400 Original-Received: from zaretski ([80.230.148.47]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id CUY92393; Tue, 7 Oct 2003 23:24:29 +0200 (IST) Original-To: Alexander Pohoyda X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <200310051053.h95ArIwj001185@oak.pohoyda.family> (message from Alexander Pohoyda on Sun, 5 Oct 2003 12:53:18 +0200 (CEST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16988 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16988 [I think this discussion belongs to the development list; redirected.] > Date: Sun, 5 Oct 2003 12:53:18 +0200 (CEST) > From: Alexander Pohoyda > > Using a message-global X-Coding-System header field is not an option > anymore. Sorry, I don't see why not; we could, for example, use emacs-mule, right? > The only solution I see is to base64/quoted-printable encode > entities before saving the message to file. > > Comments, please? Yuck! (Sorry, couldn't resist: I _hate_ encodings that aren't readable by humans outside specialized software.)