Re: [PATCH] cli: crypto: tell gmime to use gpg-agent
[notmuch-archives.git] / 4f / 3b7880c93900539ebee03d617daf252e26a2f9
1 Return-Path: <markwalters1009@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 2E3EB431FAF\r
6         for <notmuch@notmuchmail.org>; Tue, 24 Jul 2012 11:25:26 -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: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id McKGYGxiv8hG for <notmuch@notmuchmail.org>;\r
18         Tue, 24 Jul 2012 11:25:25 -0700 (PDT)\r
19 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
20         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 8E2B3431FAE\r
23         for <notmuch@notmuchmail.org>; Tue, 24 Jul 2012 11:25:25 -0700 (PDT)\r
24 Received: by weyt57 with SMTP id t57so5939450wey.26\r
25         for <notmuch@notmuchmail.org>; Tue, 24 Jul 2012 11:25:22 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=tcL9qFzorAUFMT+axDzocAtZWY+ZdWXyew1o92Ja7Rc=;\r
29         b=kslx0eJirLRuLP70YvOSBYRRbUMh5kIU1p7M++M23q1rUQi3jZhf0q0D6UA3Y8WyXw\r
30         xeDKATxg/RcZGlnWOMYi28gbp4bZtaigUDQ+x5n9S4fg388JYYbwGfTZOgaLoTMjbBH7\r
31         sWlBPsmrptFybigWzPd5bPlgowQxBpf4FqALOk/538Xc0un/nlkpl5gGiVRTtBbVsJIO\r
32         xRRn439zH0HItDjjYQIU0DxnIgMqI53fXyHdyDN9ur1ruf74Tmv9+GNAj6q6m91qZe5s\r
33         IsphmoPOvISMtVxk7Lyx5RtPegMatV4/LKLoPHhDl3fhGEUZDobydmq6sqHzyC4x7O/m\r
34         yQdA==\r
35 Received: by 10.216.133.153 with SMTP id q25mr10170478wei.11.1343154322704;\r
36         Tue, 24 Jul 2012 11:25:22 -0700 (PDT)\r
37 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
38  [94.192.233.223])      by mx.google.com with ESMTPS id\r
39  j6sm8542015wiy.4.2012.07.24.11.25.20   (version=TLSv1/SSLv3 cipher=OTHER);     Tue,\r
40  24 Jul 2012 11:25:21 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 (rebased) 0/4] Add a --body option to notmuch show\r
44 Date: Tue, 24 Jul 2012 19:23:26 +0100\r
45 Message-Id: <1343154210-26841-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\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: Tue, 24 Jul 2012 18:25:26 -0000\r
60 \r
61 This is a rebased version of the series\r
62 id:"1343066259-22523-1-git-send-email-markwalters1009@gmail.com"\r
63 \r
64 It is otherwise unchanged. (The rebase is a change in the context part\r
65 of the test patch).\r
66 \r
67 Best wishes\r
68 \r
69 Mark\r
70 \r
71 \r
72 Mark Walters (4):\r
73   cli: add --body=true|false option to notmuch-show.c\r
74   test: add tests for the new --body=true|false option\r
75   man: update man page for the new --body=true|false option\r
76   schemata: update for --body=true|false option\r
77 \r
78  devel/schemata          |    2 +-\r
79  man/man1/notmuch-show.1 |   16 ++++++++++++++++\r
80  notmuch-client.h        |    3 ++-\r
81  notmuch-reply.c         |    2 +-\r
82  notmuch-show.c          |   30 ++++++++++++++++++++++--------\r
83  test/json               |    9 +++++++++\r
84  6 files changed, 51 insertions(+), 11 deletions(-)\r
85 \r
86 -- \r
87 1.7.9.1\r
88 \r