On 2014-03-31 Mon 22:32, Ryan Tate <
ryan...@ryantate.com> wrote:
> I have intuited that one can hit Return to read a message, but is
> there any alternate way?
You can use C-h k RET to see what the return key is bound to in
header view.
RET (translated from <return>) runs the command
mu4e-headers-view-message, which is an interactive compiled Lisp
function in `mu4e-headers.el'.
It is bound to <mouse-2>, RET, <menu-bar> <headers> <view>.
(mu4e-headers-view-message)
View message at point.
If there's an existing window for the view, re-use that one. If
not, create a new one, depending on the value of
`mu4e-split-view': if it's a symbol `horizontal' or `vertical',
split the window accordingly; if it is nil, replace the current
window.
Titus