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 C8C37431FB6 for ; Mon, 8 Apr 2013 11:25:51 -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 eDUZg95k6R98 for ; Mon, 8 Apr 2013 11:25:49 -0700 (PDT) Received: from imarko.xen.prgmr.com (imarko.xen.prgmr.com [72.13.95.244]) by olra.theworths.org (Postfix) with ESMTP id B3DCB431FAE for ; Mon, 8 Apr 2013 11:25:49 -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 1UPGlI-0000wo-PP; Mon, 08 Apr 2013 11:25:48 -0700 From: Istvan Marko To: "Rainer M. Krug" Subject: Re: Integrating notmuch with gnus? In-Reply-To: <87ppy5tcjs.fsf@krugs.de> References: <877gkgdcvc.fsf@krugs.de> <87ppy5tcjs.fsf@krugs.de> User-Agent: Notmuch/0.15.2+47~g6daee9b (http://notmuchmail.org) Emacs/24.3.3 (x86_64-unknown-linux-gnu) Date: Mon, 08 Apr 2013 11:25:48 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Cc: notmuch@notmuchmail.org 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: Mon, 08 Apr 2013 18:25:53 -0000 "Rainer M. Krug" writes: > Istvan Marko writes: >> 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. > <#secure method=pgpmime mode=sign> > > Hm - I tried it out, but G G gives an error message: > > Search produced empty results. > gnus-group-read-ephemeral-group: Couldn't request group: Search produced > empty results. I think it might be sensitive to which group your cursor is on when you hit G G. And nnir-search-engine might only work as a server method variable. The top of nnir.el has some docs and examples. The notmuch search method itself shouldn't need any special configuration (other than having notmuch itself working). -- Istvan