From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carson Chittom Subject: Re: mail integration, advice? Date: Thu, 26 Apr 2012 09:33:44 -0500 Message-ID: <87ipgmef5j.fsf@wistly.twilightparadox.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNPnv-0003gP-JU for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 10:36:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNPnk-0007gT-AS for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 10:36:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:50534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNPnk-0007gJ-3W for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 10:36:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SNPni-0005cp-39 for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 16:36:06 +0200 Received: from adsl-108-131-107-115.jan.bellsouth.net ([108.131.107.115]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Apr 2012 16:36:06 +0200 Received: from carson by adsl-108-131-107-115.jan.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Apr 2012 16:36:06 +0200 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: emacs-orgmode@gnu.org Matt Price writes: > I'd like to take one more shot at returning to text-based email within > emacs, mostly because I want to be able to integrate mail easily into > my org-mode workflow. The last time I tried this I used wanderlust, > and I'd be willing to give it a try again but a couple of things have > discouraged me in the past: I'm in a somewhat similar situation (although in my case it's actually the reverse: I want to be able to integrate org-mode into my mail workflow). > - wl causes emacs to freeze up when it checks or sends mail, and can > take quite a long while to complete these operations I'm using Gnus, not Wanderlust, but it has the same problem, of course (my understanding is that it's actually Emacs which has the problem). In addition, I check my mail by logging in (via SSH) to my personal machine at home, which has a low-bandwidth DSL connection, so any slowness is magnified. I've dealt with it by simply running a local IMAP server--Dovecot, in my case, though I hear lots of people have good results using just offlineimap--and using fetchmail to pull from my ISP's mailserver. My project for the weekend is to set up Dovecot's Sieve support (Pigeonhole) to mirror my previous filtering rules. > - wl seems to have gone quasi-dormant, with very little activity on > the mailing list and no recent releases; it also relies on two other > packages, FLIM and APEL, with similarly dormant mailing lists Gnus is currently under heavy development and only requires a recent (22, 23, 24) Emacs. Not trying to "convert" you, but you did bring it up. :) > - fast search and easy-to-manage virtual folders of some kind -- I see > mu and notmuch are very strong on both these fronts I'm looking to set up mairix, which Gnus supports, but I haven't yet. Mairix itself though just needs mail in Maildir or mbox formats, from what I understand. I hope that was helpful--probably not, though. :)