From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Satyaki Das" Newsgroups: gmane.emacs.devel Subject: Re: RMAIL, MIME-related bug Date: Fri, 17 Oct 2003 11:51:34 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9896.1066416694@chicory.stanford.edu> References: <200310121947.h9CJlhKH006102@oak.pohoyda.family> <6480-Thu16Oct2003192118+0200-eliz@elta.co.il> <3405-Thu16Oct2003205828+0200-eliz@elta.co.il> <9003-Fri17Oct2003082402+0200-eliz@elta.co.il> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066416791 11832 80.91.224.253 (17 Oct 2003 18:53:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2003 18:53:11 +0000 (UTC) Cc: Stefan Monnier , alexander.pohoyda@gmx.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Oct 17 20:53:08 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 1AAZim-0007YM-00 for ; Fri, 17 Oct 2003 20:53:08 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAZim-0000Rf-00 for ; Fri, 17 Oct 2003 20:53:08 +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 1AAZiW-0001v1-DS for emacs-devel@quimby.gnus.org; Fri, 17 Oct 2003 14:52:52 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AAZiO-0001rh-BS for emacs-devel@gnu.org; Fri, 17 Oct 2003 14:52:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AAZhp-0001ba-0W for emacs-devel@gnu.org; Fri, 17 Oct 2003 14:52:41 -0400 Original-Received: from [171.64.14.23] (helo=smtp1.Stanford.EDU) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAZhm-0001YE-Ca for emacs-devel@gnu.org; Fri, 17 Oct 2003 14:52:08 -0400 Original-Received: from cs2.Stanford.EDU (cs2.Stanford.EDU [172.24.64.21]) by smtp1.Stanford.EDU (8.12.10/8.12.10) with ESMTP id h9HIpwqp007958 for ; Fri, 17 Oct 2003 11:51:59 -0700 (PDT) Original-Received: from mail by cs2.Stanford.EDU with spam-scanned (Exim 4.22) id 1AAZhe-0002yM-EK for emacs-devel@gnu.org; Fri, 17 Oct 2003 11:51:58 -0700 Original-Received: from troodon.stanford.edu ([171.64.73.3]) by cs2.Stanford.EDU with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 1AAZhJ-0002xR-Ix; Fri, 17 Oct 2003 11:51:37 -0700 Original-Received: from [127.0.0.1] (helo=chicory.stanford.edu) by troodon.stanford.edu with esmtp (Exim 4.12) id 1AAZhH-0002Ze-00; Fri, 17 Oct 2003 11:51:35 -0700 Original-To: Eli Zaretskii In-Reply-To: <9003-Fri17Oct2003082402+0200-eliz@elta.co.il> X-Mailer: MH-E 7.4.2+cvs; nmh 1.1; GNU Emacs 21.3.50.48 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:17221 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17221 Eli Zaretskii writes: > Actually, I think it's a shame that every add-on mail package invented > its own way of doing things instead of contributing the infrastructure > to Emacs. If they did it the Right Way, we would not need to have > this discussion now, just point Alexander to the existing functions. I don't know about "Right Way", but one way would be to call the `mm-dissect-buffer' function found in mm-decode.el. Satyaki