--- /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 38EC2431FD8\r
+ for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 12:57:35 -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 YLW0jf14ZJxz for <notmuch@notmuchmail.org>;\r
+ Mon, 26 Aug 2013 12:57:29 -0700 (PDT)\r
+Received: from mail-we0-f170.google.com (mail-we0-f170.google.com\r
+ [74.125.82.170]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 86C53431FAF\r
+ for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 12:57:29 -0700 (PDT)\r
+Received: by mail-we0-f170.google.com with SMTP id w62so3170441wes.15\r
+ for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 12:57:28 -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=DPeWlIn2HrRnaSzG4ZYdbZ5fPpYoM58sykxuQ5nug8I=;\r
+ b=0WfR355uIWTCmIOJfMxnW2o2vgeGiCTB+RFDZ56W57X8XX8U/jJyMSmbiMYeuIzY2O\r
+ ty787HlmlzliEbub04w/tjDh7VbvV8MzzShvvnhOJXmulbwKLrJG1p8fwpdPtpKjE0Gp\r
+ GJLc4QBesesWj1mFtRgM+JZAe3g+B3TPl4165vTBDP6E4E0Eb3imYKLPasGLCe4HPhzh\r
+ yFLZg0T/dMlFBSoWI5UDSJX0FaPejcMCBW09KIe/3sCn0TEHOWM2QKNCJihSWrLG0rUn\r
+ FHxmxjaE3/R6BTUTbB97eBgY9qwI3cWSEEdIsXMbnNAq0vXrgjnqdYcwVspVY6vWQ/AF\r
+ T0HA==\r
+X-Received: by 10.194.250.6 with SMTP id yy6mr11329648wjc.13.1377547048308;\r
+ Mon, 26 Aug 2013 12:57:28 -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 r6sm21005311wiw.0.1969.12.31.16.00.00\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Mon, 26 Aug 2013 12:57:27 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 0/2] contrib: pick: remove sync parser\r
+Date: Mon, 26 Aug 2013 20:57:21 +0100\r
+Message-Id: <1377547043-17584-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 19:57:35 -0000\r
+\r
+Pick has two possible parsing methods: a synchronous one (like show)\r
+and an async one (like search). The async parser has been the default\r
+since at least the time pick first entered contrib. I don't believe\r
+there have been any reported problems with it during this time so we\r
+might as well remove the sync parser and the associated defcustom. We\r
+also remove the sync tests.\r
+\r
+Best wishes\r
+\r
+Mark\r
+\r
+\r
+\r
+\r
+Mark Walters (2):\r
+ contrib: pick: remove sync parser\r
+ contrib: pick: remove sync tests\r
+\r
+ contrib/notmuch-pick/notmuch-pick.el | 36 +++++-----------\r
+ contrib/notmuch-pick/run-tests.sh | 2 +-\r
+ contrib/notmuch-pick/test/emacs-pick-sync | 64 -----------------------------\r
+ 3 files changed, 12 insertions(+), 90 deletions(-)\r
+ delete mode 100755 contrib/notmuch-pick/test/emacs-pick-sync\r
+\r
+-- \r
+1.7.9.1\r
+\r