On 19Feb2016 13:11, Chris Green <c...@isbd.net> wrote:
When I scroll with my scroll wheel (on a trackball, but it's the same
as a mouse scroll wheel) while viewing an E-Mail in mutt it doesn't
scroll the text in the viewing window but scrolls up and down the list
of E-Mails.  E-mails thus flash past at great speed and I don't get
what I almost certainly want which is to see further down the current
E-Mail.

Is there some setting I can apply to make mutt work sensibly in this
situation?

Sounds like your scroll wheel causes your terminal to send <up> and <down> key sequences. So you probably want to rebind these. Their defaults seem to be <previous-undeleted> and <next-undeleted>. Try binding them like this:

 macro pager <up> <previous-line>
 macro pager <down> <next-line>

and see how things behave.

Cheers,
Cameron Simpson <c...@zip.com.au>

Reply via email to