Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / e4 / 30c0753536015e956a2ccdba8041d3fb979082
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 75809431FD8\r
6         for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 14:09:21 -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 8LYEHUzt3T+v for <notmuch@notmuchmail.org>;\r
18         Mon, 26 Aug 2013 14:09:15 -0700 (PDT)\r
19 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com\r
20         [209.85.212.175]) (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 B6BA6431FAF\r
23         for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 14:09:14 -0700 (PDT)\r
24 Received: by mail-wi0-f175.google.com with SMTP id cb5so2244554wib.2\r
25         for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 14:09:13 -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;\r
28         bh=s6hmIBu7MlzQXxO34mhN5j4XroADwB93ubO2rcxc81M=;\r
29         b=1JaO/KAlTwJklAU2ogAdBTqrwa98K58NqR32dzzBWkfFVUSWSIgq7jyasID4I5YqC/\r
30         tlr8jMRKCdHq9Fu1q9t3wKMSeh/DkvbvYDBq0VaPCK7+6cL4uFuXOH+jixTzLE2bGLwn\r
31         iUlzh6vEuLarIeoQHQ/v7VYgyQEeVR2GixgPYC0pr581AJhdx9hPIAQzSeEAWWYS+Wyt\r
32         DLpxZ05hFu9btu7i7l3QA7Ywij4pRY4mSOcau0GrIGSRhwhGiDDzCYqtedBx8MZwusJd\r
33         avnFSKOYwxeCyLSz4i4iFY7q+l/Wc37v4Gk66HNstTFb6YnuOcWOpM+WBAxqWYm/Zcy7\r
34         mMtg==\r
35 X-Received: by 10.180.188.203 with SMTP id gc11mr8882214wic.7.1377551352231;\r
36         Mon, 26 Aug 2013 14:09:12 -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 mw9sm10441625wic.4.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Mon, 26 Aug 2013 14:09:11 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [Patch v2 0/3] contrib: pick: remove an unused variable\r
44 Date: Mon, 26 Aug 2013 22:09:02 +0100\r
45 Message-Id: <1377551345-27147-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: Mon, 26 Aug 2013 21:09:21 -0000\r
60 \r
61 v2 of this series is at\r
62 id:1377460214-4795-1-git-send-email-markwalters1009@gmail.com\r
63 \r
64 v2 had a bug on refresh view (which I should have tested more). The\r
65 main pick view only worked by fluke as the initial call to pick-worker\r
66 was inside a let binding.\r
67 \r
68 This version fixes the bug, moves the call to pick-worker outside the\r
69 let binding (so the bug would have shown up sooner) and also adds a\r
70 test for refresh view.\r
71 \r
72 It is also rebased on top of\r
73 id:1377547043-17584-1-git-send-email-markwalters1009@gmail.com so that\r
74 series should be applied first.\r
75 \r
76 Best wishes\r
77 \r
78 Mark\r
79 \r
80 \r
81 Mark Walters (3):\r
82   contrib: pick: remove unneeded variable notmuch-pick-buffer-name\r
83   contrib: pick: add docstring for notmuch-pick-worker\r
84   contrib: pick: test: refresh view\r
85 \r
86  contrib/notmuch-pick/notmuch-pick.el |   29 +++++++++++++----------------\r
87  contrib/notmuch-pick/test/emacs-pick |   11 +++++++++++\r
88  2 files changed, 24 insertions(+), 16 deletions(-)\r
89 \r
90 -- \r
91 1.7.9.1\r
92 \r