From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Rmail and headers in other than US-ASCII (RFC2047 encoded words) Date: Sat, 01 Mar 2003 16:44:26 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200302251425.h1PEPdts016420@copa.pajato.com> <200302252355.h1PNtQU07962@rum.cs.yale.edu> <20030226001116.GA6105@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1046555148 14817 80.91.224.249 (1 Mar 2003 21:45:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 1 Mar 2003 21:45:48 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18pEnj-0003qr-00 for ; Sat, 01 Mar 2003 22:45:47 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18pF5n-0004x0-00 for ; Sat, 01 Mar 2003 23:04:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18pEml-0001IO-03 for emacs-devel@quimby.gnus.org; Sat, 01 Mar 2003 16:44:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18pEmS-0001I8-00 for emacs-devel@gnu.org; Sat, 01 Mar 2003 16:44:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18pEmQ-0001Hw-00 for emacs-devel@gnu.org; Sat, 01 Mar 2003 16:44:27 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18pEmQ-0001Hq-00 for emacs-devel@gnu.org; Sat, 01 Mar 2003 16:44:26 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18pEmQ-0000vN-00; Sat, 01 Mar 2003 16:44:26 -0500 Original-To: Miles Bader In-reply-to: (message from Miles Bader on 28 Feb 2003 15:21:59 +0900) Original-cc: stktrc@yahoo.com Original-cc: pmr@pajato.com Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12055 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12055 Perhaps so, but my impression is that it uses various features that are only in message-mode, so mail-mode and the generic mail interfaces would have have to be buffed up quite a bit to make this possible. That's not a good state of affairs. We should try to make compose-mail handle all these features. stktrc wrote: It seems to work fine in mail-mode to invoke mml-mode, attach files, and then invoke mml-to-mime to generate the MIME message before sending. I suppose there is a hook to invoke mml-to-mime in message-mode's send as this conversion is made automatically there. That would be a good feature to merge into Mail mode, I think, and an easy one.