--- /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 42516431FC2\r
+ for <notmuch@notmuchmail.org>; Sun, 15 Sep 2013 07:35:18 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.201\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.201 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
+ 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 nAHmP8+TORsG for <notmuch@notmuchmail.org>;\r
+ Sun, 15 Sep 2013 07:35:12 -0700 (PDT)\r
+Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com\r
+ [209.85.212.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 87FFA431FAE\r
+ for <notmuch@notmuchmail.org>; Sun, 15 Sep 2013 07:35:12 -0700 (PDT)\r
+Received: by mail-wi0-f178.google.com with SMTP id hn9so2487442wib.11\r
+ for <notmuch@notmuchmail.org>; Sun, 15 Sep 2013 07:35:11 -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=Q8acsoaCgXSDnFDS+UETqBluheAKhzqhof8AKGYP1pY=;\r
+ b=IIXPy3CqUg+E67o53yRPGfGHkYFSmC8vcR4H+PWlR7sP0MMRb0DQsvw+ZIjHkRBYNc\r
+ qK939TznU9dWC2y+9VQQTo70bbrRZ2dT5osETSk25a16VXGO1mCqtPXNDnhkne0iv+kI\r
+ cgvovw1uVw4d5cwGt166jWbyAOCdgaYUiEyWDJrbKEiC9ZwlkzEd7jHprHtS07PHiUPG\r
+ qzYC/cKGD/S9iAw86D4Ywkc9zWieXBY8x7YyRYzn6VC8l10uLS6qg1R734/Cf1nk1xey\r
+ D4YKVuZxs3jxVVAdkTjt6nIpRkfgc/czgqpo4OOJPuNSs5zfZtXNwekz4cieaudYXLyT\r
+ KowQ==\r
+X-Received: by 10.194.110.138 with SMTP id ia10mr18923719wjb.3.1379255711241; \r
+ Sun, 15 Sep 2013 07:35:11 -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 fb9sm16887146wid.7.1969.12.31.16.00.00\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sun, 15 Sep 2013 07:35:10 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 0/3] Use global keymap for pick entry.\r
+Date: Sun, 15 Sep 2013 15:35:03 +0100\r
+Message-Id: <1379255706-2418-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: Sun, 15 Sep 2013 14:35:18 -0000\r
+\r
+This uses the recently added global keymap for pick entry. Adding this\r
+showed a couple of historical anomalies: first that we don't need to\r
+quote the keymap in define-key, and secondly that the\r
+notmuch-pick-from-hello function is no longer needed.\r
+\r
+Thus we remove the superfluous quotes and we remove the unneeded\r
+function.\r
+\r
+All tests pass and all key bindings still seem to work.\r
+\r
+Best wishes\r
+\r
+Mark\r
+\r
+\r
+Mark Walters (3):\r
+ contrib: pick: remove some superfluous quotes\r
+ contrib: pick: use the new notmuch-common-keymap for pick entry\r
+ contrib: pick: remove unused notmuch-pick-from-hello\r
+\r
+ contrib/notmuch-pick/notmuch-pick.el | 21 ++++-----------------\r
+ 1 files changed, 4 insertions(+), 17 deletions(-)\r
+\r
+-- \r
+1.7.9.1\r
+\r