From 0a69c56f0d4ba4705d3bb58d34e294e7422e2987 Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Mon, 1 Jul 2013 22:07:39 +0100 Subject: [PATCH] [PATCH 0/2] contrib: pick: remove an unused variable --- e7/5765910a7e9511414d1a247e3dd96c69be9169 | 86 +++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 e7/5765910a7e9511414d1a247e3dd96c69be9169 diff --git a/e7/5765910a7e9511414d1a247e3dd96c69be9169 b/e7/5765910a7e9511414d1a247e3dd96c69be9169 new file mode 100644 index 000000000..6e30fae14 --- /dev/null +++ b/e7/5765910a7e9511414d1a247e3dd96c69be9169 @@ -0,0 +1,86 @@ +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 218BB431FDA + for ; Mon, 1 Jul 2013 14:07:54 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.7 +X-Spam-Level: ** +X-Spam-Status: No, score=2.7 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, + FREEMAIL_REPLY=2.499, 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 vUHWBAjmEfg9 for ; + Mon, 1 Jul 2013 14:07:46 -0700 (PDT) +Received: from mail-we0-f178.google.com (mail-we0-f178.google.com + [74.125.82.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id A238B431FC7 + for ; Mon, 1 Jul 2013 14:07:46 -0700 (PDT) +Received: by mail-we0-f178.google.com with SMTP id u53so3701034wes.37 + for ; Mon, 01 Jul 2013 14:07:45 -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; + bh=vwQMdVChT/5yFqhru2G5tPWP5D4YMHzvx6KpIsMputg=; + b=QIDEMERSJqCVaJTsDVquzdhiKxFSwCcg66AdDad5qqSYb7eDxg/yk2EssSQM44ZWJw + t6BvvKc8kMb+d7IOXR2M5WzEFNylp+N1a2v/W598ip3jsPGWTPJmWGxNxvOPtuoa5axS + QVKLMhUxOi33GhL6/m9L8dreiP3vmNJfLcKF3fdLb3YRmycO5jFArBWb9eJch/1ZqJOJ + 7/iplkptcrNqscuB+Umat1zT1/yvKLw5Hbzkp85uwe7XA/ZYMShoDJdYcA/CPXtp5wZg + 1BFRaPburrp3sKeRbH8Ipz+Hy82zNvoJLoiAyIE16HOKqjcoT2yBAv2isHnJMuFOg6Ez + DCZA== +X-Received: by 10.194.90.244 with SMTP id bz20mr21841587wjb.69.1372712865448; + Mon, 01 Jul 2013 14:07:45 -0700 (PDT) +Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) + by mx.google.com with ESMTPSA id i1sm18886032wiz.6.2013.07.01.14.07.44 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 01 Jul 2013 14:07:44 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH 0/2] contrib: pick: remove an unused variable +Date: Mon, 1 Jul 2013 22:07:39 +0100 +Message-Id: <1372712861-13515-1-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 1.7.9.1 +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 21:07:54 -0000 + +The variable notmuch-pick-buffer-name is not used: it is just passed +around. Remove it and the argument to notmuch-pick-worker that it +represents. + +In the second patch document notmuch-pick-worker. This is trivial but +I have not marked it such as it depends on the first patch. + +The series is on top of +id:1372709143-12319-1-git-send-email-markwalters1009@gmail.com +(it may be independent but I haven't checked) + +Best wishes + +Mark + +Mark Walters (2): + contrib: pick: remove unneeded variable notmuch-pick-buffer-name + contrib: pick: add docstring for notmuch-pick-worker + + contrib/notmuch-pick/notmuch-pick.el | 19 ++++++++----------- + 1 files changed, 8 insertions(+), 11 deletions(-) + +-- +1.7.9.1 + -- 2.26.2