From: Mark Walters Date: Mon, 1 Jul 2013 20:05:41 +0000 (+0100) Subject: [PATCH 2/4] pick: contrib: document notmuch-pick-refresh-result X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b2f5b3710cdc9a7e50ff10b30e5121d26783f84b;p=notmuch-archives.git [PATCH 2/4] pick: contrib: document notmuch-pick-refresh-result --- diff --git a/13/0d75d5206165441f0c26b6e4acd5e920683079 b/13/0d75d5206165441f0c26b6e4acd5e920683079 new file mode 100644 index 000000000..ad03f78cb --- /dev/null +++ b/13/0d75d5206165441f0c26b6e4acd5e920683079 @@ -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 60386429E27 + for ; Mon, 1 Jul 2013 13:06:04 -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 Nmle3wkx-l9P for ; + Mon, 1 Jul 2013 13:05:57 -0700 (PDT) +Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com + [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 1909C431FCF + for ; Mon, 1 Jul 2013 13:05:53 -0700 (PDT) +Received: by mail-wi0-f181.google.com with SMTP id hq4so3473998wib.2 + for ; Mon, 01 Jul 2013 13:05:53 -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=1sPi/rzV+yD+ula1SjZYfUBJvlJloKI7Mb41D3ujuSw=; + b=E5NVQaTNk3oWI2kRCJpd7BxNSx9DqWoDq3FeO7V0kADC4I9saD4/MHWjAf2fgKtu7P + HYCgDzu94i4iHbx7aEOd5ApZkSpYYkZg/+jpqQmO6+glUGIJ60BVrHupmhw8fH+ZFQbz + r3zkcjgiLF+6Il6uNetjZwBM4VsT/NIbz/AvUmdfTyt4fCzoEh2+MiU2tGhwOPCYwyVA + r2ewTFGO8OWAShrQbMzIaRJFXMNdqER2QlFWsKrT9XkRATOiyrw7ySsz5uNLJThfuzxs + cHGb8YUT9OkdSoEKxgxIZDt8V8xT531Plnnyn9bZpW4BgAUmluexbjwi0fRMjnxJmYIN + 8ElQ== +X-Received: by 10.195.13.195 with SMTP id fa3mr20992876wjd.80.1372709153039; + Mon, 01 Jul 2013 13:05:53 -0700 (PDT) +Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) + by mx.google.com with ESMTPSA id u9sm18568157wif.6.2013.07.01.13.05.52 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 01 Jul 2013 13:05:52 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH 2/4] pick: contrib: document notmuch-pick-refresh-result +Date: Mon, 1 Jul 2013 21:05:41 +0100 +Message-Id: <1372709143-12319-3-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 1.7.9.1 +In-Reply-To: <1372709143-12319-1-git-send-email-markwalters1009@gmail.com> +References: <1372709143-12319-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 20:06:04 -0000 + +--- + contrib/notmuch-pick/notmuch-pick.el | 5 +++++ + 1 files changed, 5 insertions(+), 0 deletions(-) + +diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el +index c436bf1..50686f0 100644 +--- a/contrib/notmuch-pick/notmuch-pick.el ++++ b/contrib/notmuch-pick/notmuch-pick.el +@@ -276,6 +276,11 @@ Some useful entries are: + (notmuch-pick-get-prop :match)) + + (defun notmuch-pick-refresh-result () ++ "Redisplay the current message line. ++ ++This redisplays the current line based on the messages ++properties (as they are now). This is used when tags are ++updated." + (let ((init-point (point)) + (end (line-end-position)) + (msg (notmuch-pick-get-message-properties)) +-- +1.7.9.1 +