Applying patches directly from emails?
[notmuch-archives.git] / e7 / 5765910a7e9511414d1a247e3dd96c69be9169
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 218BB431FDA\r
6         for <notmuch@notmuchmail.org>; Mon,  1 Jul 2013 14:07:54 -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 vUHWBAjmEfg9 for <notmuch@notmuchmail.org>;\r
18         Mon,  1 Jul 2013 14:07:46 -0700 (PDT)\r
19 Received: from mail-we0-f178.google.com (mail-we0-f178.google.com\r
20         [74.125.82.178]) (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 A238B431FC7\r
23         for <notmuch@notmuchmail.org>; Mon,  1 Jul 2013 14:07:46 -0700 (PDT)\r
24 Received: by mail-we0-f178.google.com with SMTP id u53so3701034wes.37\r
25         for <notmuch@notmuchmail.org>; Mon, 01 Jul 2013 14:07:45 -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=vwQMdVChT/5yFqhru2G5tPWP5D4YMHzvx6KpIsMputg=;\r
29         b=QIDEMERSJqCVaJTsDVquzdhiKxFSwCcg66AdDad5qqSYb7eDxg/yk2EssSQM44ZWJw\r
30         t6BvvKc8kMb+d7IOXR2M5WzEFNylp+N1a2v/W598ip3jsPGWTPJmWGxNxvOPtuoa5axS\r
31         QVKLMhUxOi33GhL6/m9L8dreiP3vmNJfLcKF3fdLb3YRmycO5jFArBWb9eJch/1ZqJOJ\r
32         7/iplkptcrNqscuB+Umat1zT1/yvKLw5Hbzkp85uwe7XA/ZYMShoDJdYcA/CPXtp5wZg\r
33         1BFRaPburrp3sKeRbH8Ipz+Hy82zNvoJLoiAyIE16HOKqjcoT2yBAv2isHnJMuFOg6Ez\r
34         DCZA==\r
35 X-Received: by 10.194.90.244 with SMTP id bz20mr21841587wjb.69.1372712865448; \r
36         Mon, 01 Jul 2013 14:07:45 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id i1sm18886032wiz.6.2013.07.01.14.07.44\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Mon, 01 Jul 2013 14:07:44 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 0/2] contrib: pick: remove an unused variable\r
45 Date: Mon,  1 Jul 2013 22:07:39 +0100\r
46 Message-Id: <1372712861-13515-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Mon, 01 Jul 2013 21:07:54 -0000\r
61 \r
62 The variable notmuch-pick-buffer-name is not used: it is just passed\r
63 around. Remove it and the argument to notmuch-pick-worker that it\r
64 represents.\r
65 \r
66 In the second patch document notmuch-pick-worker. This is trivial but\r
67 I have not marked it such as it depends on the first patch.\r
68 \r
69 The series is on top of\r
70 id:1372709143-12319-1-git-send-email-markwalters1009@gmail.com\r
71 (it may be independent but I haven't checked)\r
72 \r
73 Best wishes\r
74 \r
75 Mark\r
76 \r
77 Mark Walters (2):\r
78   contrib: pick: remove unneeded variable notmuch-pick-buffer-name\r
79   contrib: pick: add docstring for notmuch-pick-worker\r
80 \r
81  contrib/notmuch-pick/notmuch-pick.el |   19 ++++++++-----------\r
82  1 files changed, 8 insertions(+), 11 deletions(-)\r
83 \r
84 -- \r
85 1.7.9.1\r
86 \r