Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 16 / 6b77875d8f3bb6df4545cc0b6161f7a2ce623f
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 7DE54431FAF\r
6         for <notmuch@notmuchmail.org>; Mon,  3 Jun 2013 15:06:00 -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.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 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         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 997OE0np3Kss for <notmuch@notmuchmail.org>;\r
18         Mon,  3 Jun 2013 15:05:53 -0700 (PDT)\r
19 Received: from mail-we0-f177.google.com (mail-we0-f177.google.com\r
20         [74.125.82.177]) (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 C3A34431FAE\r
23         for <notmuch@notmuchmail.org>; Mon,  3 Jun 2013 15:05:52 -0700 (PDT)\r
24 Received: by mail-we0-f177.google.com with SMTP id m19so1452275wev.36\r
25         for <notmuch@notmuchmail.org>; Mon, 03 Jun 2013 15:05:50 -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=T5LpmlwETO452tsbpFYEzvCBEJSrulLcQ1IlIWuaCt0=;\r
29         b=PkeAL29vHXhXptj3frp7WTMGM1/wupGrnjW4Zq2YB5/jxn5okQtMiKRUnEJKbJCON8\r
30         DXEXIzbGEn3jv8i7vQ0MAW5wy3lfPMd7WZG/5H3+aaai/dIgsp6GjZgOmcr9AEpgp72A\r
31         A8BvDjVHRcj040GRe3QzTGab0rFgLsu7GPsFLcL7s4BZSVTvyOzY9cqaMzm3Y+cU7mnx\r
32         QeF/INvJpl6CxW24I+Yz7NY7NjgjaoXEQ6eNPBG+LCELMioDnvtCj4BxXrKOmU1B/orL\r
33         V3IEv8gTK4L57zZldrlu0gsujn5GK3CytvmJB2JanBxRl7eWc9TwQlSiOJcA5V1QLVcL\r
34         UVLQ==\r
35 X-Received: by 10.180.80.101 with SMTP id q5mr33881wix.57.1370297150421;\r
36         Mon, 03 Jun 2013 15:05:50 -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 x13sm26503618wib.3.2013.06.03.15.05.49\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Mon, 03 Jun 2013 15:05:49 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH] contrib: pick: remove unnecessary funcall\r
45 Date: Mon,  3 Jun 2013 23:05:45 +0100\r
46 Message-Id: <1370297145-28380-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, 03 Jun 2013 22:06:00 -0000\r
61 \r
62 Remove unnecessary funcall. This keeps the pick function inline with\r
63 the recently tweaked show function.\r
64 ---\r
65  contrib/notmuch-pick/notmuch-pick.el |    2 +-\r
66  1 files changed, 1 insertions(+), 1 deletions(-)\r
67 \r
68 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
69 index 0e66efa..10a2bf7 100644\r
70 --- a/contrib/notmuch-pick/notmuch-pick.el\r
71 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
72 @@ -282,7 +282,7 @@ Does NOT change the database."\r
73  (defun notmuch-pick-tag (&optional tag-changes)\r
74    "Change tags for the current message"\r
75    (interactive)\r
76 -  (setq tag-changes (funcall 'notmuch-tag (notmuch-pick-get-message-id) tag-changes))\r
77 +  (setq tag-changes (notmuch-tag (notmuch-pick-get-message-id) tag-changes))\r
78    (notmuch-pick-tag-update-display tag-changes))\r
79  \r
80  (defun notmuch-pick-add-tag ()\r
81 -- \r
82 1.7.9.1\r
83 \r