mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
pick: contrib: document notmuch-pick-refresh-result
This commit is contained in:
parent
bb03a26c25
commit
a8ade6b144
1 changed files with 5 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue