From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.help Subject: Re: Feature `rmail-mime' not provided Date: Tue, 13 Dec 2005 00:02:24 +0100 (CET) Message-ID: <20051212230224.38B1D4032@rocksteady.printf.se> References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1134430324 15012 80.91.229.2 (12 Dec 2005 23:32:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Dec 2005 23:32:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 13 00:32:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Elx8C-0007ak-AU for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Dec 2005 00:30:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Elx8i-0005TO-31 for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Dec 2005 18:31:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ElwhD-0000fY-91 for help-gnu-emacs@gnu.org; Mon, 12 Dec 2005 18:03:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Elwh9-0000dp-Nh for help-gnu-emacs@gnu.org; Mon, 12 Dec 2005 18:03:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Elwh8-0000di-Qj for help-gnu-emacs@gnu.org; Mon, 12 Dec 2005 18:02:59 -0500 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Elwiv-00040V-Tn for help-gnu-emacs@gnu.org; Mon, 12 Dec 2005 18:04:50 -0500 Original-Received: from rocksteady.printf.se (81.224.154.131) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 43995DE9000F0156 for help-gnu-emacs@gnu.org; Tue, 13 Dec 2005 00:02:24 +0100 Original-Received: by rocksteady.printf.se (Postfix, from userid 1000) id 38B1D4032; Tue, 13 Dec 2005 00:02:24 +0100 (CET) Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Kaloian Doganov on Mon, 12 Dec 2005 23:51:38 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:31920 Archived-At: > > I'm trying to read MIME encoded messages with Rmail running on GNU Emacs > 22.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.6.10) of 2005-12-07 on > pacem, modified by Debian. > > When I set customize option rmail-enable-mime to t and try to start > Rmail with M-x rmail, I get the following message in the echo area: > > Feature `rmail-mime' not provided > > Who should provide this feature? What I am missing? You have to get an external library that this feature, it's not packaged with Emacs. Personally, I recommend you try rmime.el, which uses a different approach.