pick: contrib: document notmuch-pick-refresh-result

This commit is contained in:
Mark Walters 2013-07-01 21:05:41 +01:00 committed by David Bremner
parent bb03a26c25
commit a8ade6b144

View file

@ -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))