From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: op132650c@mail.telepac.pt Newsgroups: gmane.emacs.help Subject: mh-e and rmail questions Date: Wed, 22 Mar 2006 22:52:21 +0000 Message-ID: <1143067941.1wlqea6p5ag0@w9.webmail.telepac.pt> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143067968 24032 80.91.229.2 (22 Mar 2006 22:52:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Mar 2006 22:52:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 22 23:52:46 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 1FMCC2-0004c3-Gv for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Mar 2006 23:52:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FMCC2-0007JU-4F for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Mar 2006 17:52:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FMCBp-0007J1-7J for help-gnu-emacs@gnu.org; Wed, 22 Mar 2006 17:52:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FMCBl-0007IR-Dj for help-gnu-emacs@gnu.org; Wed, 22 Mar 2006 17:52:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FMCBl-0007IO-Aw for help-gnu-emacs@gnu.org; Wed, 22 Mar 2006 17:52:25 -0500 Original-Received: from [212.55.154.22] (helo=sapo.pt) by monty-python.gnu.org with smtp (Exim 4.52) id 1FMCCD-0006yS-Ka for help-gnu-emacs@gnu.org; Wed, 22 Mar 2006 17:52:54 -0500 Original-Received: (qmail 18744 invoked by uid 0); 22 Mar 2006 22:52:21 -0000 Original-Received: from unknown (HELO sapo.pt) (10.134.35.149) by relay2 with SMTP; 22 Mar 2006 22:52:21 -0000 Original-Received: (qmail 21896 invoked by uid 64140); 22 Mar 2006 22:52:21 -0000 Original-Received: from bl8-70-126.dsl.telepac.pt (bl8-70-126.dsl.telepac.pt [85.241.70.126]) by w9.webmail.telepac.pt (Horde) with HTTP for ; Wed, 22 Mar 2006 22:52:21 +0000 Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: PTMail Webmail v2.0.10 X-Originating-IP: 85.241.70.126 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:33948 Archived-At: Hi, 1 - I'm trying to open mh-rmail in emacs, but when i do, i get the following error: Debugger entered--Lisp error: (void-function mh-require) This is a snippet of my dotemacs: (add-to-list 'load-path (expand-file-name "/usr/share/emacs/site-lisp/mh-e-7.93/emacs/lisp/mh-e")) (require 'mh-autoloads) (require 'mh-cus-load) all the mh-e elc files are in the right path. I have installed mh-e-7.93. I have the rmail configured correctly. How should i solve the problem? 2 - What is the mh-e-contrib package? 3 - MH-e is an extra package to improve rmail? 4 - I have to mail boxes, and i want that, the mail of each mail box be redirected to each file. For example: the mail from mail1@test.com goes to the file ~/INBOX1, and the mail from mail2@test.com goes to ~/INBOX2 file. In rmail, how i do this? Thanks, Pedro