Without this, our help screen displayed 'h' with no description of
what it does.
(redisplay t))
(defun notmuch-show-toggle-current-body ()
- "Toggle the current message body."
+ "Toggle the display of the current message body."
(interactive)
(save-excursion
(notmuch-show-move-to-current-message-summary-line)
)
(defun notmuch-show-toggle-current-header ()
+ "Toggle the display of the current message header."
(interactive)
(save-excursion
(notmuch-show-move-to-current-message-summary-line)