projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0671436
)
notmuch.el: Add documentation for notmuch-search-show-thread.
author
Carl Worth
<cworth@cworth.org>
Mon, 30 Nov 2009 17:49:53 +0000
(09:49 -0800)
committer
Carl Worth
<cworth@cworth.org>
Mon, 30 Nov 2009 17:49:53 +0000
(09:49 -0800)
It's especially unkind to leave interactive functions without
documentation.
notmuch.el
patch
|
blob
|
history
diff --git
a/notmuch.el
b/notmuch.el
index 9b23e3511fbd789e8aaca6ed9c374826b57e475f..b99ca02effade25fbaf8d12c45816c33e242e6cb 100644
(file)
--- a/
notmuch.el
+++ b/
notmuch.el
@@
-1012,6
+1012,7
@@
global search.
(get-text-property (point) 'notmuch-search-thread-id))
(defun notmuch-search-show-thread ()
+ "Display the currently selected thread."
(interactive)
(let ((thread-id (notmuch-search-find-thread-id)))
(if (> (length thread-id) 0)