From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Raimund Kohl-Fuechsle Newsgroups: gmane.emacs.help Subject: Re: rmail with attachments Date: Tue, 24 Jan 2006 10:33:58 +0100 Message-ID: <20060124093359.BDA10204AF@esmeralda.nabuli> References: <87wtgqcwon.fsf@thunk.shootybangbang.com> <1138066204.3854.18.camel@localhost.localdomain> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1138095317 19065 80.91.229.2 (24 Jan 2006 09:35:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2006 09:35:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 24 10:35:17 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F1KZt-00078c-LL for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Jan 2006 10:35:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1KcY-0003Eh-4W for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Jan 2006 04:37:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1Kc5-0003D9-Sn for help-gnu-emacs@gnu.org; Tue, 24 Jan 2006 04:37:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1Kc2-0003Ai-Ms for help-gnu-emacs@gnu.org; Tue, 24 Jan 2006 04:37:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1Kc2-0003Aa-DF for help-gnu-emacs@gnu.org; Tue, 24 Jan 2006 04:37:18 -0500 Original-Received: from [212.227.126.186] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F1Kgu-0006Yt-OQ for help-gnu-emacs@gnu.org; Tue, 24 Jan 2006 04:42:21 -0500 Original-Received: from [84.171.175.163] (helo=esmeralda.nabuli) by mrelayeu.kundenserver.de (node=mrelayeu9) with ESMTP (Nemesis), id 0ML2xA-1F1KZG45uw-00048M; Tue, 24 Jan 2006 10:34:27 +0100 Original-Received: by esmeralda.nabuli (Postfix, from userid 1000) id BDA10204AF; Tue, 24 Jan 2006 10:33:59 +0100 (CET) Original-Received: from esmeralda.nabuli (localhost [127.0.0.1]) by esmeralda.nabuli (Postfix) with ESMTP id 6907B204A9 for ; Tue, 24 Jan 2006 10:33:59 +0100 (CET) Original-To: help-gnu-emacs@gnu.org In-reply-to: <1138066204.3854.18.camel@localhost.localdomain> Comments: In-reply-to Pedro =?ISO-8859-1?Q?S=E1?= da Costa message dated "Tue, 24 Jan 2006 01:30:04 +0000." X-Mailer: MH-E 7.82; nmh 1.1; GNU Emacs 21.4.1 X-Provags-ID: kundenserver.de abuse@kundenserver.de login:1f319457b87b086c07c81ac42a02b276 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:32812 Archived-At: Hi Pedro, what system are you using? Debian Sarge I guess, right? > I'm having problems in the configuration of mh-e and mmenconde. Your subject line talks about rmail but rmail is not mh-e. mh-e is the emacs frontend of nmh, the "new mail handler" which followed mh, the unix mail handler. Now, what are you looking for to use: rmail or mh-e? > Can anybody show me the section for configure mh-e (mail for emacs) > and mmenconde in the dotemacs? > > When i try to open mh-e in emacs with mh-rmail, i get that emacs can't > found install-mh file or directory. How can i solve this problem? Should you intend to use mh-e I therefore suggest to first study the info file for nmh: "To get started using nmh, put the directory /usr/bin/mh on your $PATH. This is best done in one of the files: .profile, .login, .bashrc, or .cshrc in your home directory. (Check the manual entry for the shell you use, in case you don't know how to do this.) Run the install-mh command. If you've never used nmh before, it will create the necessary default files and directories after asking you if you wish it to do so." After you have done this mh-e should work out of the box greatly ... you'll gonna see :-) > And if possible, what are others applications for reading mails? Within emacs? > What are the difference between mh-e and VM? I suppose that is two > programs that do the same. I haven't used VM, just took a short look on it but stick with mh-e then. rmail, AFAIK, is the emacs standard mail tool. mh-e is explained shortly above. VM (I think it stands for "view mail") is another mail tool for use with emacs. ray