--- /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 218BB431FDA\r
+ for <notmuch@notmuchmail.org>; Mon, 1 Jul 2013 14:07:54 -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 vUHWBAjmEfg9 for <notmuch@notmuchmail.org>;\r
+ Mon, 1 Jul 2013 14:07:46 -0700 (PDT)\r
+Received: from mail-we0-f178.google.com (mail-we0-f178.google.com\r
+ [74.125.82.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id A238B431FC7\r
+ for <notmuch@notmuchmail.org>; Mon, 1 Jul 2013 14:07:46 -0700 (PDT)\r
+Received: by mail-we0-f178.google.com with SMTP id u53so3701034wes.37\r
+ for <notmuch@notmuchmail.org>; Mon, 01 Jul 2013 14:07:45 -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:x-mailer;\r
+ bh=vwQMdVChT/5yFqhru2G5tPWP5D4YMHzvx6KpIsMputg=;\r
+ b=QIDEMERSJqCVaJTsDVquzdhiKxFSwCcg66AdDad5qqSYb7eDxg/yk2EssSQM44ZWJw\r
+ t6BvvKc8kMb+d7IOXR2M5WzEFNylp+N1a2v/W598ip3jsPGWTPJmWGxNxvOPtuoa5axS\r
+ QVKLMhUxOi33GhL6/m9L8dreiP3vmNJfLcKF3fdLb3YRmycO5jFArBWb9eJch/1ZqJOJ\r
+ 7/iplkptcrNqscuB+Umat1zT1/yvKLw5Hbzkp85uwe7XA/ZYMShoDJdYcA/CPXtp5wZg\r
+ 1BFRaPburrp3sKeRbH8Ipz+Hy82zNvoJLoiAyIE16HOKqjcoT2yBAv2isHnJMuFOg6Ez\r
+ DCZA==\r
+X-Received: by 10.194.90.244 with SMTP id bz20mr21841587wjb.69.1372712865448; \r
+ Mon, 01 Jul 2013 14:07:45 -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 i1sm18886032wiz.6.2013.07.01.14.07.44\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Mon, 01 Jul 2013 14:07:44 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 0/2] contrib: pick: remove an unused variable\r
+Date: Mon, 1 Jul 2013 22:07:39 +0100\r
+Message-Id: <1372712861-13515-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, 01 Jul 2013 21:07:54 -0000\r
+\r
+The variable notmuch-pick-buffer-name is not used: it is just passed\r
+around. Remove it and the argument to notmuch-pick-worker that it\r
+represents.\r
+\r
+In the second patch document notmuch-pick-worker. This is trivial but\r
+I have not marked it such as it depends on the first patch.\r
+\r
+The series is on top of\r
+id:1372709143-12319-1-git-send-email-markwalters1009@gmail.com\r
+(it may be independent but I haven't checked)\r
+\r
+Best wishes\r
+\r
+Mark\r
+\r
+Mark Walters (2):\r
+ contrib: pick: remove unneeded variable notmuch-pick-buffer-name\r
+ contrib: pick: add docstring for notmuch-pick-worker\r
+\r
+ contrib/notmuch-pick/notmuch-pick.el | 19 ++++++++-----------\r
+ 1 files changed, 8 insertions(+), 11 deletions(-)\r
+\r
+-- \r
+1.7.9.1\r
+\r