aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-07-01 21:05:41 +0100
committerGravatar David Bremner <bremner@debian.org>2013-07-04 00:41:15 -0300
commita8ade6b14431167ccc62665ad516419960cdc61b (patch)
tree0f6f75627b9f010f2c714e23f0272195ae921011 /contrib
parentbb03a26c25fc4a39504d5cb4f647376d2d5114e8 (diff)
pick: contrib: document notmuch-pick-refresh-result
Diffstat (limited to 'contrib')
-rw-r--r--contrib/notmuch-pick/notmuch-pick.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index c436bf1c..50686f05 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))