Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 65F73431FB6 for ; Fri, 5 Apr 2013 13:33:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZZpaWBkn8Q3a for ; Fri, 5 Apr 2013 13:33:04 -0700 (PDT) Received: from imarko.xen.prgmr.com (imarko.xen.prgmr.com [72.13.95.244]) by olra.theworths.org (Postfix) with ESMTP id DFF24431FAE for ; Fri, 5 Apr 2013 13:33:04 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=zsu.kismala.com) by imarko.xen.prgmr.com with esmtp (Exim 4.80.1) (envelope-from ) id 1UODJn-0007m3-S9; Fri, 05 Apr 2013 13:33:03 -0700 From: Istvan Marko To: "Rainer M. Krug" , notmuch@notmuchmail.org Subject: Re: Integrating notmuch with gnus? In-Reply-To: <877gkgdcvc.fsf@krugs.de> References: <877gkgdcvc.fsf@krugs.de> User-Agent: Notmuch/0.15.2+47~g6daee9b (http://notmuchmail.org) Emacs/24.3.3 (x86_64-unknown-linux-gnu) Date: Fri, 05 Apr 2013 13:33:03 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2013 20:33:05 -0000 "Rainer M. Krug" writes: > Hi > > I started using gnus for my emails, but definitely want to continue > using notmuch for indexing and searching. > > Is there a way of using notmuch as the search backend for gnus? Is > there more info around then on > http://www.emacswiki.org/emacs/NotMuch#toc1 ? nnir (gnus search backend) supports notmuch out of the box. If I remember right all you have to do is: (setq nnir-search-engine 'notmuch) Or customize nnir-method-default-engines. -- Istvan