Re: [PATCH v2] Omit User-Agent: header by default
[notmuch-archives.git] / c4 / 6cb9dc407084e9edb009c4fa8a33176593942e
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 65559431FBC\r
6         for <notmuch@notmuchmail.org>; Sat, 26 May 2012 08:55:05 -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 5lO0ValXbzwP for <notmuch@notmuchmail.org>;\r
18         Sat, 26 May 2012 08:55:05 -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 D1ADA431FB6\r
23         for <notmuch@notmuchmail.org>; Sat, 26 May 2012 08:55:04 -0700 (PDT)\r
24 Received: by werj55 with SMTP id j55so1411304wer.26\r
25         for <notmuch@notmuchmail.org>; Sat, 26 May 2012 08:55:03 -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=Wgb5n5nStHplXhPtD1RsB8aAhfyBAwA/3Rb6Fiyzl9Q=;\r
29         b=nfJJ8B7DK7I5XfJXCtn+KqiUVOn7+B3Hvqn78EMjy+GktT29oevH0q1uMnYmrK0+z1\r
30         ZjDit/Fs5tyAgkbopa7gddFoPywQRxyWUwz/aWV0MZUud/Czh5snPcSvj+CqfHhKZ/j6\r
31         Ljk40ije/vo4MaLPUYNMufmZOSvez+5golfGitFfLX+O9lENE/C+/OYGBx8Y+w2wMZt+\r
32         KKQMWH35lXIZ2lLdIlyQP1Ky4CSQTjyMvowuN85/BbgGmsstemz919xao0CLG+FwXVoN\r
33         DadcLPWIDBOtWmS+25Xc7o+nHai4+5dDQPxdoX4YbeUNf0ReiX8biJ3MzFLhvIhwd5R8\r
34         69Ew==\r
35 Received: by 10.216.213.163 with SMTP id a35mr1517715wep.131.1338047703378;\r
36         Sat, 26 May 2012 08:55:03 -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  et10sm5919000wib.2.2012.05.26.08.55.01 (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sat, 26 May 2012 08:55:02 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v5 0/5] Allow JSON to use non-entire thread, and use for elide\r
44 Date: Sat, 26 May 2012 16:54:49 +0100\r
45 Message-Id: <1338047694-32548-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: Sat, 26 May 2012 15:55:05 -0000\r
60 \r
61 This is version 5 of this patch series: version 4 is at\r
62 id:"1335258675-29439-1-git-send-email-markwalters1009@gmail.com".\r
63 \r
64 This version changes the way the command-line parser deals with\r
65 keywords so that specifying --option without an =<something> returns\r
66 the first option. This means that boolean options can easily have\r
67 extra options added without breaking the existing syntax.\r
68 \r
69 Patch 3/5 takes advantage of this new feature to implement the  \r
70 --entire-thread option to notmuch-show in a non-hacky way.\r
71 \r
72 Best wishes \r
73 \r
74 Mark\r
75 \r
76 \r
77 Mark Walters (5):\r
78   cli: command line parsing: allow default for keyword options\r
79   cli: Let json output "null" messages for non --entire-thread\r
80   cli: make --entire-thread=false work for format=json.\r
81   Update devel/schemata for --entire-thread=false\r
82   emacs: make elide messages use notmuch-show for omitting messages.\r
83 \r
84  command-line-arguments.c |   13 ++++++++++---\r
85  devel/TODO               |    2 --\r
86  devel/schemata           |    2 +-\r
87  emacs/notmuch-show.el    |   18 ++++++++++--------\r
88  notmuch-client.h         |    1 +\r
89  notmuch-show.c           |   45 +++++++++++++++++++++++++++++++++++++++------\r
90  6 files changed, 61 insertions(+), 20 deletions(-)\r
91 \r
92 -- \r
93 1.7.9.1\r
94 \r