Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 4f / af513d1c29f0456abe8225e6874ef5b3881027
1 Return-Path: <sebastian.fischmeister@uwaterloo.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 6A20A431E64\r
6         for <notmuch@notmuchmail.org>; Mon, 23 Mar 2015 22:32:45 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.138\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.138 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438, RCVD_IN_DNSWL_MED=-2.3]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id RQG0NqNAyYiI for <notmuch@notmuchmail.org>;\r
17         Mon, 23 Mar 2015 22:32:39 -0700 (PDT)\r
18 X-Greylist: delayed 2690 seconds by postgrey-1.32 at olra;\r
19         Mon, 23 Mar 2015 22:32:38 PDT\r
20 Received: from mailchk-m04.uwaterloo.ca (mailservices.uwaterloo.ca\r
21         [129.97.128.141])\r
22         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
23         (No client certificate requested)\r
24         by olra.theworths.org (Postfix) with ESMTPS id BB937431E62\r
25         for <notmuch@notmuchmail.org>; Mon, 23 Mar 2015 22:32:38 -0700 (PDT)\r
26 Received: from connect.uwaterloo.ca (connhub1.connect.uwaterloo.ca\r
27         [129.97.149.113])\r
28         by mailchk-m04.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id\r
29         t2O4lfwG022940\r
30         (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK)\r
31         for <notmuch@notmuchmail.org>; Tue, 24 Mar 2015 00:47:46 -0400\r
32 Received: from CONNHUB3.connect.uwaterloo.ca (129.97.149.121) by\r
33         connhub1.connect.uwaterloo.ca (129.97.149.113) with Microsoft SMTP\r
34         Server (TLS) id 14.3.210.2; Tue, 24 Mar 2015 00:47:42 -0400\r
35 Received: from uwaterloo.ca (172.16.38.139) by connhub3.connect.uwaterloo.ca\r
36         (129.97.149.121) with Microsoft SMTP Server (TLS) id 14.3.210.2;\r
37         Tue, 24 Mar 2015 00:47:41 -0400\r
38 From: Sebastian Fischmeister <sfischme@uwaterloo.ca>\r
39 To: notmuch <notmuch@notmuchmail.org>\r
40 Subject: strange search behaviour in emacs\r
41 X-Homepage: http://esg.uwaterloo.ca\r
42 Date: Tue, 24 Mar 2015 00:47:41 -0400\r
43 Message-ID: <87twxbypqw.fsf@uwaterloo.ca>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain\r
46 X-UUID: 7bcf6c50-01ec-49d0-a19e-4eb1a0dfdc93\r
47 X-Miltered: at mailchk-m04 with ID 5510EC6D.003 by Joe's j-chkmail\r
48         (http://j-chkmail.ensmp.fr)!\r
49 X-Virus-Scanned: clamav-milter 0.98.5 at mailchk-m04\r
50 X-Virus-Status: Clean\r
51 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3\r
52         (mailchk-m04.uwaterloo.ca [129.97.128.141]);\r
53         Tue, 24 Mar 2015 00:47:46 -0400 (EDT)\r
54 X-BeenThere: notmuch@notmuchmail.org\r
55 X-Mailman-Version: 2.1.13\r
56 Precedence: list\r
57 Reply-To: sfischme@uwaterloo.ca\r
58 List-Id: "Use and development of the notmuch mail system."\r
59         <notmuch.notmuchmail.org>\r
60 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
62 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
63 List-Post: <mailto:notmuch@notmuchmail.org>\r
64 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
65 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
67 X-List-Received-Date: Tue, 24 Mar 2015 05:32:46 -0000\r
68 \r
69 Hi,\r
70 \r
71 I have some strange behaviour when performing searches on notmuch in\r
72 emacs. The following works just fine:\r
73 \r
74 M-: (notmuch-search "from:foo") ;;not me\r
75 M-: (notmuch-search "bar")\r
76 \r
77 The following *always* returns an empty list, even when I see an email\r
78 with "bar" right there in the list after the first search:\r
79 \r
80 M-: (notmuch-search "from:sfischme") ;;me\r
81 M-: (notmuch-search "bar")\r
82 \r
83 It appears to only occur when the "from:XY" search was for what I have\r
84 set in my notmuch config for the primary_email address.\r
85 \r
86 I have no clue why this is happening. Any ideas? Especially, any ideas\r
87 how to fix it? I'm using notmuch 0.19 (package 0.19-2 on archlinux).\r
88 \r
89 Thanks,\r
90   Sebastian\r