Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 126B5429E43 for ; Mon, 1 Jul 2013 00:54:28 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZxrruIiwMrBZ for ; Mon, 1 Jul 2013 00:54:22 -0700 (PDT) Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 96875431FDA for ; Mon, 1 Jul 2013 00:54:17 -0700 (PDT) Received: by mail-we0-f179.google.com with SMTP id w59so2919390wes.24 for ; Mon, 01 Jul 2013 00:54:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=zGb5YojP2C3ufx2fmuDzDCE8twySIXAYLgJ4+ejKrqc=; b=tysRJ3S1IoxqBVBm9DQ3iKJJldAqm3phe0WbvtWbH9nfDXbEsXAD+nutZyaqrIuy+K dyOCVWaqUokDxHrLKWD5DAStNCb7eHdjn8jh69oCNGvSac9yWq+hHx8MQ2Xh2X3oU4LY ux8KHxa9L4xdcfyIbVqwk3pPZXNkme8vdpgs/GG1CLLY1+OuPOmRSbG8gV7zExdGkNZv cE+Q+7oNhpKuDcxI4G7343vmW/VDz+sATXu0QvzN+VHneALVmXy65B9oG4YBBwDM6hxm +QpD0BT5SaD76kuLm8KGbHWWMGhLzyPIy9wD5AVA2aO/coAXTauecj/IK8oy8QDirjwP vtlQ== X-Received: by 10.194.2.79 with SMTP id 15mr19300171wjs.42.1372665255167; Mon, 01 Jul 2013 00:54:15 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id b20sm14513678wiw.4.2013.07.01.00.54.14 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 01 Jul 2013 00:54:14 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 4/5] contrib: pick: remove unused variable Date: Mon, 1 Jul 2013 08:54:02 +0100 Message-Id: <1372665243-7675-5-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1372665243-7675-1-git-send-email-markwalters1009@gmail.com> References: <1372665243-7675-1-git-send-email-markwalters1009@gmail.com> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jul 2013 07:54:28 -0000 This variable was needed at one point for the async parser but is not needed anymore. --- contrib/notmuch-pick/notmuch-pick.el | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el index 2981508..25ea4c2 100644 --- a/contrib/notmuch-pick/notmuch-pick.el +++ b/contrib/notmuch-pick/notmuch-pick.el @@ -187,9 +187,6 @@ if the user has loaded a different buffer in that window.") (make-variable-buffer-local 'notmuch-pick-message-buffer) (put 'notmuch-pick-message-buffer 'permanent-local t) -(defvar notmuch-pick-process-state nil - "Parsing state of the search process filter.") - (defvar notmuch-pick-mode-map (let ((map (make-sparse-keymap))) (define-key map [mouse-1] 'notmuch-pick-show-message) -- 1.7.9.1