Re: Integrating notmuch with gnus?
authorIstvan Marko <notmuch@kismala.com>
Mon, 8 Apr 2013 18:25:48 +0000 (11:25 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:54:18 +0000 (09:54 -0800)
bf/7e2ff6eaa94ec8e61ffe678a082a5003910ee7 [new file with mode: 0644]

diff --git a/bf/7e2ff6eaa94ec8e61ffe678a082a5003910ee7 b/bf/7e2ff6eaa94ec8e61ffe678a082a5003910ee7
new file mode 100644 (file)
index 0000000..1418ccd
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <notmuch@kismala.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id C8C37431FB6\r
+       for <notmuch@notmuchmail.org>; Mon,  8 Apr 2013 11:25:51 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id eDUZg95k6R98 for <notmuch@notmuchmail.org>;\r
+       Mon,  8 Apr 2013 11:25:49 -0700 (PDT)\r
+Received: from imarko.xen.prgmr.com (imarko.xen.prgmr.com [72.13.95.244])\r
+       by olra.theworths.org (Postfix) with ESMTP id B3DCB431FAE\r
+       for <notmuch@notmuchmail.org>; Mon,  8 Apr 2013 11:25:49 -0700 (PDT)\r
+Received: from localhost ([127.0.0.1] helo=zsu.kismala.com)\r
+       by imarko.xen.prgmr.com with esmtp (Exim 4.80.1)\r
+       (envelope-from <notmuch@kismala.com>)\r
+       id 1UPGlI-0000wo-PP; Mon, 08 Apr 2013 11:25:48 -0700\r
+From: Istvan Marko <notmuch@kismala.com>\r
+To: "Rainer M. Krug" <Rainer@krugs.de>\r
+Subject: Re: Integrating notmuch with gnus?\r
+In-Reply-To: <87ppy5tcjs.fsf@krugs.de>\r
+References: <877gkgdcvc.fsf@krugs.de> <m3vc80iups.fsf@zsu.kismala.com>\r
+       <87ppy5tcjs.fsf@krugs.de>\r
+User-Agent: Notmuch/0.15.2+47~g6daee9b (http://notmuchmail.org) Emacs/24.3.3\r
+       (x86_64-unknown-linux-gnu)\r
+Date: Mon, 08 Apr 2013 11:25:48 -0700\r
+Message-ID: <m3hajgj2vn.fsf@zsu.kismala.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 08 Apr 2013 18:25:53 -0000\r
+\r
+"Rainer M. Krug" <Rainer@krugs.de> writes:\r
+\r
+> Istvan Marko <notmuch@kismala.com> writes:\r
+>> nnir (gnus search backend) supports notmuch out of the box. If I\r
+>> remember right all you have to do is:\r
+>>\r
+>> (setq nnir-search-engine 'notmuch)\r
+>>\r
+>> Or customize nnir-method-default-engines.\r
+> <#secure method=pgpmime mode=sign>\r
+>\r
+> Hm - I tried it out, but G G gives an error message:\r
+>\r
+>   Search produced empty results.\r
+>   gnus-group-read-ephemeral-group: Couldn't request group: Search produced\r
+>   empty results.\r
+\r
+I think it might be sensitive to which group your cursor is on when you\r
+hit G G. And nnir-search-engine might only work as a server method\r
+variable. The top of nnir.el has some docs and examples. The notmuch\r
+search method itself shouldn't need any special configuration (other\r
+than having notmuch itself working).\r
+\r
+-- \r
+       Istvan\r