aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/notmuch-pick/notmuch-pick.el
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/notmuch-pick/notmuch-pick.el')
-rw-r--r--contrib/notmuch-pick/notmuch-pick.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index 50686f05..fd68fc65 100644
--- a/contrib/notmuch-pick/notmuch-pick.el
+++ b/contrib/notmuch-pick/notmuch-pick.el
@@ -384,6 +384,7 @@ Does NOT change the database."
t))
(defun notmuch-pick-message-window-kill-hook ()
+ "Close the message pane when exiting the show buffer."
(let ((buffer (current-buffer)))
(when (and (window-live-p notmuch-pick-message-window)
(eq (window-buffer notmuch-pick-message-window) buffer))