From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap error for rmail-mbox-branch Date: Sat, 11 Mar 2006 23:46:10 +0100 Message-ID: <20060311224610.GA25309@rocksteady.printf.se> References: <1142113687.30665.256393478@webmail.messagingengine.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142193116 28550 80.91.229.2 (12 Mar 2006 19:51:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Mar 2006 19:51:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 12 20:51:52 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FIWGn-0002hZ-0G for ged-emacs-devel@m.gmane.org; Sun, 12 Mar 2006 20:30:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIWGl-0007eZ-UH for ged-emacs-devel@m.gmane.org; Sun, 12 Mar 2006 14:30:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FICqn-0005pB-Uf for emacs-devel@gnu.org; Sat, 11 Mar 2006 17:46:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FICqm-0005kx-47 for emacs-devel@gnu.org; Sat, 11 Mar 2006 17:46:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FICqm-0005kp-0F for emacs-devel@gnu.org; Sat, 11 Mar 2006 17:46:16 -0500 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FICuN-0007Ml-Ny for emacs-devel@gnu.org; Sat, 11 Mar 2006 17:49:59 -0500 Original-Received: from rocksteady.printf.se (81.224.154.131) by pne-smtpout2-sn1.fre.skanova.net (7.2.070) id 43F9B8E90049E158; Sat, 11 Mar 2006 23:46:11 +0100 Original-Received: by rocksteady.printf.se (Postfix, from userid 1000) id A19D754E; Sat, 11 Mar 2006 23:46:10 +0100 (CET) Original-To: Otto Maddox Content-Disposition: inline In-Reply-To: <1142113687.30665.256393478@webmail.messagingengine.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:51527 Archived-At: Otto Maddox writes: > I checked out rmail-inbox-branch a few hours ago. It fails to build > on my Mac OS X 10.4.5: Being one of the people working on the mbox-branch, I must admit I never tried to bootstrap it, I just copy the rmail* (you also need unrmail.el from the branch) files to a directory on my load-path and use the CVS Trunk of Emacs. I should also mention that unless your email is strictly ASCII-based, the mbox code won't be very suitable right now. Support for MIME and non-ASCII charsets is the last big remaining change to be done (and fixing any bugs we haven't found yet of course). Other than that, pretty much all the functionality has been ported.