From 6da9b16fce81134b2c4b99ce5edbdbb374b679b2 Mon Sep 17 00:00:00 2001 From: Sebastian Fischmeister Date: Wed, 25 Mar 2015 00:47:41 +2000 Subject: [PATCH] strange search behaviour in emacs --- 4f/af513d1c29f0456abe8225e6874ef5b3881027 | 90 +++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 4f/af513d1c29f0456abe8225e6874ef5b3881027 diff --git a/4f/af513d1c29f0456abe8225e6874ef5b3881027 b/4f/af513d1c29f0456abe8225e6874ef5b3881027 new file mode 100644 index 000000000..203ca3945 --- /dev/null +++ b/4f/af513d1c29f0456abe8225e6874ef5b3881027 @@ -0,0 +1,90 @@ +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 6A20A431E64 + for ; Mon, 23 Mar 2015 22:32:45 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.138 +X-Spam-Level: +X-Spam-Status: No, score=0.138 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438, RCVD_IN_DNSWL_MED=-2.3] + 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 RQG0NqNAyYiI for ; + Mon, 23 Mar 2015 22:32:39 -0700 (PDT) +X-Greylist: delayed 2690 seconds by postgrey-1.32 at olra; + Mon, 23 Mar 2015 22:32:38 PDT +Received: from mailchk-m04.uwaterloo.ca (mailservices.uwaterloo.ca + [129.97.128.141]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id BB937431E62 + for ; Mon, 23 Mar 2015 22:32:38 -0700 (PDT) +Received: from connect.uwaterloo.ca (connhub1.connect.uwaterloo.ca + [129.97.149.113]) + by mailchk-m04.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id + t2O4lfwG022940 + (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK) + for ; Tue, 24 Mar 2015 00:47:46 -0400 +Received: from CONNHUB3.connect.uwaterloo.ca (129.97.149.121) by + connhub1.connect.uwaterloo.ca (129.97.149.113) with Microsoft SMTP + Server (TLS) id 14.3.210.2; Tue, 24 Mar 2015 00:47:42 -0400 +Received: from uwaterloo.ca (172.16.38.139) by connhub3.connect.uwaterloo.ca + (129.97.149.121) with Microsoft SMTP Server (TLS) id 14.3.210.2; + Tue, 24 Mar 2015 00:47:41 -0400 +From: Sebastian Fischmeister +To: notmuch +Subject: strange search behaviour in emacs +X-Homepage: http://esg.uwaterloo.ca +Date: Tue, 24 Mar 2015 00:47:41 -0400 +Message-ID: <87twxbypqw.fsf@uwaterloo.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-UUID: 7bcf6c50-01ec-49d0-a19e-4eb1a0dfdc93 +X-Miltered: at mailchk-m04 with ID 5510EC6D.003 by Joe's j-chkmail + (http://j-chkmail.ensmp.fr)! +X-Virus-Scanned: clamav-milter 0.98.5 at mailchk-m04 +X-Virus-Status: Clean +X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 + (mailchk-m04.uwaterloo.ca [129.97.128.141]); + Tue, 24 Mar 2015 00:47:46 -0400 (EDT) +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +Reply-To: sfischme@uwaterloo.ca +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 24 Mar 2015 05:32:46 -0000 + +Hi, + +I have some strange behaviour when performing searches on notmuch in +emacs. The following works just fine: + +M-: (notmuch-search "from:foo") ;;not me +M-: (notmuch-search "bar") + +The following *always* returns an empty list, even when I see an email +with "bar" right there in the list after the first search: + +M-: (notmuch-search "from:sfischme") ;;me +M-: (notmuch-search "bar") + +It appears to only occur when the "from:XY" search was for what I have +set in my notmuch config for the primary_email address. + +I have no clue why this is happening. Any ideas? Especially, any ideas +how to fix it? I'm using notmuch 0.19 (package 0.19-2 on archlinux). + +Thanks, + Sebastian -- 2.26.2