From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85093 Path: news.gmane.org!not-for-mail From: Feng Shu Newsgroups: gmane.emacs.gnus.general Subject: Re: blog post on gnus, dovecot, and lucene Date: Tue, 07 Oct 2014 19:14:15 +0800 Message-ID: <87y4ss169k.fsf@news.tumashu-localhost.org> References: <87y4sszb70.fsf@ericabrahamsen.net> <874mvg4ecf.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1412680973 31789 80.91.229.3 (7 Oct 2014 11:22:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2014 11:22:53 +0000 (UTC) Cc: ding@gnus.org To: Igor Sosa Mayor Original-X-From: ding-owner+M33337@lists.math.uh.edu Tue Oct 07 13:22:47 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XbSqs-0005GS-3O for ding-account@gmane.org; Tue, 07 Oct 2014 13:22:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XbSq9-0006Vj-2m; Tue, 07 Oct 2014 06:22:01 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XbSq6-0006VH-Rl for ding@lists.math.uh.edu; Tue, 07 Oct 2014 06:21:58 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XbSq5-0006No-Rt for ding@lists.math.uh.edu; Tue, 07 Oct 2014 06:21:58 -0500 Original-Received: from mail-pa0-f45.google.com ([209.85.220.45]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XbSq4-0001Jc-Bt for ding@gnus.org; Tue, 07 Oct 2014 13:21:56 +0200 Original-Received: by mail-pa0-f45.google.com with SMTP id rd3so7023515pab.4 for ; Tue, 07 Oct 2014 04:21:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=viYLnaN5wVkB+f2Tk7PcfHwgwnXj1K+GawqbDsCkCWQ=; b=PolptGfxRkQml3gEewGBr4j9WBW2yy2Y5EZGMzKahJmLREOFTG2m4NKUnfGe407AuO b96Ew0JOkvKuOUetfW455v7uLnUI4OsrJPgzCcLT5Z3cumN4gZaxJjwJzzySrYBrBgvQ hl4n5MwGTc+OILII36OE5tirdcD8zAStSuSzWChptYyEjA3LG12Fl7KQNxHY58JGmkeY bXpaXd5JjkGWQgfu4VOD4wjbEB291w1ou5uwGJzjEoGwv5HBF3y/ORK2SOrhPw0kHspP zqI0gcw8+1lKiSu1oTCa23QJJ7/DnKEt+rbD7jX9yhppApLecNOLrQvubxOybdF8yQm6 YtaA== X-Received: by 10.70.135.98 with SMTP id pr2mr3272888pdb.90.1412680909348; Tue, 07 Oct 2014 04:21:49 -0700 (PDT) Original-Received: from news.tumashu-localhost.org ([120.4.224.175]) by mx.google.com with ESMTPSA id q9sm13628293pdo.33.2014.10.07.04.21.47 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 07 Oct 2014 04:21:48 -0700 (PDT) Original-Received: from feng by news.tumashu-localhost.org with local (Exim 4.80) (envelope-from ) id 1XbSid-0000nH-CX; Tue, 07 Oct 2014 19:14:15 +0800 In-Reply-To: <874mvg4ecf.fsf@gmail.com> (Igor Sosa Mayor's message of "Tue, 07 Oct 2014 07:51:28 +0200") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85093 Archived-At: Igor Sosa Mayor writes: > Eric Abrahamsen writes: > >> Hi, >> >> I mentioned a bit ago that I had shifted my gnus/dovecot setup, and >> would blog about it. I finally did that: >> >> http://ericabrahamsen.net/tech/2014/oct/gnus-dovecot-lucene.html> >> The gist of it is how to move to an always-running dovecot daemon, fed >> by isync, and incorporating lucene searches into that. I use gnus+dovecot+offlineimap+leafnod+rss2email This is my configure: [[https://github.com/tumashu/emacs-helper]] > > interesting! Thanks! --