Re: notmuch.el: controlling what does and doesn't get expanded in searches
[notmuch-archives.git] / 7d / 530888a741e4b37ffa6e7e9dcde0bed8a06d59
1 Return-Path: <daniel@schoepe.org>\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 C5EC3431FD0\r
6         for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 16:16:42 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         RCVD_IN_DNSWL_LOW=-0.7] 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 Y9GPBZ6kNqrJ for <notmuch@notmuchmail.org>;\r
17         Fri, 16 Dec 2011 16:16:41 -0800 (PST)\r
18 Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com\r
19  [74.125.83.53])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
20  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
21  22D97431FB6    for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 16:16:41 -0800\r
22  (PST)\r
23 Received: by eekd41 with SMTP id d41so4339652eek.26\r
24         for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 16:16:39 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google;\r
26         h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=xkeE0qy5Zvjdxr22Ktoy/SDHry+ehi/apfDhhU7TVSQ=;\r
28         b=R2mz8UjYY8wvyj9Bih0qItSuZvvfn6Up3ZrX6LZC6Wj9ouFRa/VvJwJi512ZikVkqM\r
29         hs7SW5tzCekU5v4XG9hvP0ck50gvQgqFZeki5S1I0YwG3hRLkPSSRYsk6C37fNMmCZIc\r
30         8zpgQTo2MVoJRShvuo63GcejQ+tIi1uJeNGmM=\r
31 Received: by 10.14.127.76 with SMTP id c52mr281433eei.102.1324080999634;\r
32         Fri, 16 Dec 2011 16:16:39 -0800 (PST)\r
33 Received: from localhost (dslb-088-069-153-158.pools.arcor-ip.net.\r
34         [88.69.153.158])\r
35         by mx.google.com with ESMTPS id j20sm3887012eej.8.2011.12.16.16.16.37\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Fri, 16 Dec 2011 16:16:38 -0800 (PST)\r
38 From: Daniel Schoepe <daniel@schoepe.org>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH v2 0/2] emacs: Add thread-outline functionality \r
41 Date: Sat, 17 Dec 2011 01:16:32 +0100\r
42 Message-Id: <1324080994-18146-1-git-send-email-daniel@schoepe.org>\r
43 X-Mailer: git-send-email 1.7.7.3\r
44 In-Reply-To: <1307921480-17130-1-git-send-email-daniel.schoepe@googlemail.com>\r
45 References: <1307921480-17130-1-git-send-email-daniel.schoepe@googlemail.com>\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Sat, 17 Dec 2011 00:16:42 -0000\r
59 \r
60 Rebased to master, only one trivial conflict anyway.\r
61 \r