Re: message-default-mail-headers not working in notmuch 0.22
[notmuch-archives.git] / 1f / 4161fcad53b56d9c60e8e2b1bce6bf61d28c4f
1 Return-Path: <bgamari.foss@gmail.com>\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 4559F431FDD\r
6         for <notmuch@notmuchmail.org>; Fri, 23 Aug 2013 19:55:35 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, 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 LSRkp8HjuGQk for <notmuch@notmuchmail.org>;\r
17         Fri, 23 Aug 2013 19:55:29 -0700 (PDT)\r
18 Received: from mail-qa0-f53.google.com (mail-qa0-f53.google.com\r
19         [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 14F75431FBF\r
22         for <notmuch@notmuchmail.org>; Fri, 23 Aug 2013 19:55:29 -0700 (PDT)\r
23 Received: by mail-qa0-f53.google.com with SMTP id hu14so712966qab.19\r
24         for <notmuch@notmuchmail.org>; Fri, 23 Aug 2013 19:55:28 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:subject:date:message-id;\r
27         bh=K9oCOYYKkeKSmkfK7xf4ZVbfGLr8I9sC6tqcSh8ChnU=;\r
28         b=ebcb6QdsGRb+2Ez5kcokEJREqPbjkDKnjCNXLEFGSn3vdnU6a3YhgT58TNBTVR7F94\r
29         wnxigFgZnku7WZDbUYg6DUB7B9mtDxJ0Wj6WNCW+5FteMGnOpyn9M2WQLtl9/p/FswIM\r
30         C5VXtNwrxbX8jdPqZnpkimkIZUR9ttW0tI4NMi5JsaDIkkboYOGLOQSSYpivwr5nize4\r
31         PIlupRpmXaK9gKtLzgDpAMmMq+rRQoLvWKSUNXBgSH9bDOXrw1eY9qs7IXpxRB37g2Pk\r
32         tn+QA+9bfiTsVBiybk2ZexjZ/svszSO1+5OiRbYuaD1/Qo8WAQOWChrEnSzRL9OnZdWS\r
33         dgsg==\r
34 X-Received: by 10.224.19.133 with SMTP id a5mr2390839qab.54.1377312928512;\r
35         Fri, 23 Aug 2013 19:55:28 -0700 (PDT)\r
36 Received: from localhost.localdomain\r
37         (pool-108-8-228-201.spfdma.east.verizon.net. [108.8.228.201])\r
38         by mx.google.com with ESMTPSA id a2sm4350757qek.7.1969.12.31.16.00.00\r
39         (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);\r
40         Fri, 23 Aug 2013 19:55:27 -0700 (PDT)\r
41 From: Ben Gamari <bgamari.foss@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: \r
44 Date: Fri, 23 Aug 2013 22:55:20 -0400\r
45 Message-Id: <1377312923-32274-1-git-send-email-bgamari.foss@gmail.com>\r
46 X-Mailer: git-send-email 1.8.1.2\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Sat, 24 Aug 2013 02:55:35 -0000\r
60 \r
61 From: Ben Gamari <bgamari.foss@gmail.com>\r
62 Subject: [PATCH] notmuch compact support (v3)\r
63 In-Reply-To: \r
64 \r
65 Here is the latest (and hopefully last) iteration of my patchset introducing a\r
66 compact command. The set has been rebased on top of master, a manpage has been\r
67 added, and error handling has been greatly improved.\r
68 \r
69 Cheers,\r
70 \r
71 - Ben\r
72 \r