Function: rmail-summary-mouse-goto-message
rmail-summary-mouse-goto-message is an interactive and byte-compiled
function defined in rmailsum.el.gz.
Signature
(rmail-summary-mouse-goto-message EVENT)
Documentation
Select the message whose summary line you click on.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmailsum.el.gz
(defun rmail-summary-mouse-goto-message (event)
"Select the message whose summary line you click on."
(interactive "@e")
(goto-char (posn-point (event-end event)))
(rmail-summary-goto-msg))