From: Mark Walters Date: Mon, 2 Sep 2013 20:15:11 +0000 (+0100) Subject: [Patch v3 0/3] contrib: pick: remove an unused variable X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0e46acdc11f3b82411dea187e7566b32e24088e4;p=notmuch-archives.git [Patch v3 0/3] contrib: pick: remove an unused variable --- diff --git a/76/60d1abe49a47b407b355cb7921677fb42a8d1c b/76/60d1abe49a47b407b355cb7921677fb42a8d1c new file mode 100644 index 000000000..4b1578862 --- /dev/null +++ b/76/60d1abe49a47b407b355cb7921677fb42a8d1c @@ -0,0 +1,119 @@ +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 3A76D431FD2 + for ; Mon, 2 Sep 2013 13:15:27 -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 DMfM7X6-WwSJ for ; + Mon, 2 Sep 2013 13:15:21 -0700 (PDT) +Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com + [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 68CA9431FC7 for ; Mon, 2 Sep 2013 13:15:21 -0700 + (PDT) +Received: by mail-wg0-f45.google.com with SMTP id y10so3959573wgg.24 + for ; Mon, 02 Sep 2013 13:15:20 -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; + bh=Iu/+sZYFg0ullzCfATYxvqwjhY+0gEifjRnETaKPxyw=; + b=kXiTyH5gg9IqMwMYoarnkm8yncJoWi0D6HN+feFr0l2Ni4ihd5axjhEfZH+p3a0LJO + UvqPULG5L9HKe4XFeVfH2xR7betjE8dpRo1hcyvPG3IPwcroe/WluSUtG557NVArLMdF + LbLNAXnenIDzUZBo9xsjD3mY6j+BzcbQVwB6iX8n5yg/3AOTGt/RnjUX3BH541562SEz + UlrqKKMMWY1SMln7yuWgl5382B4Zbyc7e7Tpvfh6q/0EwIYffv3LhhugQELtgT9lRt56 + yA71aysXt3iYsSd8fxK8ABe+99sTPJhHXyFDiyTqw8ajgI2DvYDxqRfML40MVXJrwN8Z + 2dYQ== +X-Received: by 10.194.201.202 with SMTP id kc10mr24587511wjc.1.1378152919052; + Mon, 02 Sep 2013 13:15:19 -0700 (PDT) +Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) + by mx.google.com with ESMTPSA id i3sm20800721wiw.7.1969.12.31.16.00.00 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 02 Sep 2013 13:15:18 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [Patch v3 0/3] contrib: pick: remove an unused variable +Date: Mon, 2 Sep 2013 21:15:11 +0100 +Message-Id: <1378152914-18930-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, 02 Sep 2013 20:15:27 -0000 + +v2 of this is at id:1377551345-27147-1-git-send-email-markwalters1009@gmail.com + +This is unchanged except it is rebased on top of the series +id:1377460534-6022-1-git-send-email-markwalters1009@gmail.com so that +should be applied first. + +The only difference is in the context of patch 1 of this series (and +slight line number changes). The diff of the patches is below + +I will mark this as ready based on Tomi's review of v2. + +Best wishes + +Mark + +1c1 +< From 8d989eca9ccccbc9bc2e65d24a10d5ce6bc04b14 Mon Sep 17 00:00:00 2001 +--- +> From ba60dbf7f8f3f1f92839a03400c54d769a33c724 Mon Sep 17 00:00:00 2001 +17c17 +< index f7caaa8..32bd6b5 100644 +--- +> index 8c499b0..5943ac2 100644 +31c31 +< @@ -590,13 +586,11 @@ message will be \"unarchived\", i.e. the tag changes in +--- +> @@ -586,13 +582,11 @@ message will be \"unarchived\", i.e. the tag changes in +45,47c45,47 +< (defun notmuch-pick-thread-top () +< (when (notmuch-pick-get-message-properties) +< @@ -859,12 +853,11 @@ Complete list of currently available key bindings: +--- +> (defun notmuch-pick-clean-address (address) +> "Try to clean a single email ADDRESS for display. Return +> @@ -795,12 +789,11 @@ Complete list of currently available key bindings: +61c61 +< @@ -877,7 +870,7 @@ Complete list of currently available key bindings: +--- +> @@ -813,7 +806,7 @@ Complete list of currently available key bindings: +70c70 +< @@ -910,13 +903,13 @@ The arguments are: +--- +> @@ -846,13 +839,13 @@ The arguments are: + + + + +Mark Walters (3): + contrib: pick: remove unneeded variable notmuch-pick-buffer-name + contrib: pick: add docstring for notmuch-pick-worker + contrib: pick: test: refresh view + + contrib/notmuch-pick/notmuch-pick.el | 29 +++++++++++++---------------- + contrib/notmuch-pick/test/emacs-pick | 11 +++++++++++ + 2 files changed, 24 insertions(+), 16 deletions(-) + +-- +1.7.9.1 +