--- /dev/null
+Return-Path: <markwalters1009@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 75809431FD8\r
+ for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 14:09:21 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.7\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
+ FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 8LYEHUzt3T+v for <notmuch@notmuchmail.org>;\r
+ Mon, 26 Aug 2013 14:09:15 -0700 (PDT)\r
+Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com\r
+ [209.85.212.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id B6BA6431FAF\r
+ for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 14:09:14 -0700 (PDT)\r
+Received: by mail-wi0-f175.google.com with SMTP id cb5so2244554wib.2\r
+ for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 14:09:13 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id;\r
+ bh=s6hmIBu7MlzQXxO34mhN5j4XroADwB93ubO2rcxc81M=;\r
+ b=1JaO/KAlTwJklAU2ogAdBTqrwa98K58NqR32dzzBWkfFVUSWSIgq7jyasID4I5YqC/\r
+ tlr8jMRKCdHq9Fu1q9t3wKMSeh/DkvbvYDBq0VaPCK7+6cL4uFuXOH+jixTzLE2bGLwn\r
+ iUlzh6vEuLarIeoQHQ/v7VYgyQEeVR2GixgPYC0pr581AJhdx9hPIAQzSeEAWWYS+Wyt\r
+ DLpxZ05hFu9btu7i7l3QA7Ywij4pRY4mSOcau0GrIGSRhwhGiDDzCYqtedBx8MZwusJd\r
+ avnFSKOYwxeCyLSz4i4iFY7q+l/Wc37v4Gk66HNstTFb6YnuOcWOpM+WBAxqWYm/Zcy7\r
+ mMtg==\r
+X-Received: by 10.180.188.203 with SMTP id gc11mr8882214wic.7.1377551352231;\r
+ Mon, 26 Aug 2013 14:09:12 -0700 (PDT)\r
+Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
+ by mx.google.com with ESMTPSA id mw9sm10441625wic.4.1969.12.31.16.00.00\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Mon, 26 Aug 2013 14:09:11 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [Patch v2 0/3] contrib: pick: remove an unused variable\r
+Date: Mon, 26 Aug 2013 22:09:02 +0100\r
+Message-Id: <1377551345-27147-1-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.9.1\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 26 Aug 2013 21:09:21 -0000\r
+\r
+v2 of this series is at\r
+id:1377460214-4795-1-git-send-email-markwalters1009@gmail.com\r
+\r
+v2 had a bug on refresh view (which I should have tested more). The\r
+main pick view only worked by fluke as the initial call to pick-worker\r
+was inside a let binding.\r
+\r
+This version fixes the bug, moves the call to pick-worker outside the\r
+let binding (so the bug would have shown up sooner) and also adds a\r
+test for refresh view.\r
+\r
+It is also rebased on top of\r
+id:1377547043-17584-1-git-send-email-markwalters1009@gmail.com so that\r
+series should be applied first.\r
+\r
+Best wishes\r
+\r
+Mark\r
+\r
+\r
+Mark Walters (3):\r
+ contrib: pick: remove unneeded variable notmuch-pick-buffer-name\r
+ contrib: pick: add docstring for notmuch-pick-worker\r
+ contrib: pick: test: refresh view\r
+\r
+ contrib/notmuch-pick/notmuch-pick.el | 29 +++++++++++++----------------\r
+ contrib/notmuch-pick/test/emacs-pick | 11 +++++++++++\r
+ 2 files changed, 24 insertions(+), 16 deletions(-)\r
+\r
+-- \r
+1.7.9.1\r
+\r