From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Re: mail integration, advice? Date: Sun, 29 Apr 2012 10:00:15 +0100 Message-ID: References: , , <4F9C8F42.904@neilsmithline.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOPzR-00068p-E4 for emacs-orgmode@gnu.org; Sun, 29 Apr 2012 05:00:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SOPzP-00011M-Hq for emacs-orgmode@gnu.org; Sun, 29 Apr 2012 05:00:20 -0400 Received: from ppsw-50.csi.cam.ac.uk ([131.111.8.150]:50907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOPzP-000115-Co for emacs-orgmode@gnu.org; Sun, 29 Apr 2012 05:00:19 -0400 In-reply-to: <4F9C8F42.904@neilsmithline.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Neil Smithline Cc: Stephen Eglen , emacs-orgmode@gnu.org hi Neil > Are the directions at > http://www.djcbsoftware.nl/code/mu/mu4e/Gmail-configuration.html really > all it takes to get this running? If so, I'm definitely going to give it > a whirl. yes, check out that subsection for Gmail, or the earlier part of the manual for other configs. If you previously got mu working, and your email is under ~/Maildir you should find that something like: (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e/") (autoload 'mu4e "mu4e" "Start mu4e" t) is all you need. Give it a go. If you liked mu, I think you'll like mu4e; Dirk's doing a great job! Stephen