在Mutt中的邮件正文中启用鼠标滚动

问题描述

我想在mutt中查看邮件正文时启用鼠标滚动。列出电子邮件时,我可以滚动浏览,但是打开电子邮件时,不能滚动其中一封电子邮件

我该如何实现?

解决方法

将其放入您的.muttrc

#scroll inside the message rather than the index
bind pager <up> previous-line
bind pager <down> next-line