Re: Scroll-off option for mutt

2017-05-07 Thread Yubin Ruan
On Sun, May 07, 2017 at 09:40:46AM -0700, Kevin J. McCarthy wrote: > On Mon, May 08, 2017 at 05:49:40AM +0800, Yubin Ruan wrote: > > Is it possible to do this for the sidebar in mutt? Are there anything like > > $sidebar_scroll and $sidebar_context? > > Not currently. It's a good suggestion thoug

Re: Scroll-off option for mutt

2017-05-07 Thread Kevin J. McCarthy
On Mon, May 08, 2017 at 05:49:40AM +0800, Yubin Ruan wrote: > Is it possible to do this for the sidebar in mutt? Are there anything like > $sidebar_scroll and $sidebar_context? Not currently. It's a good suggestion though. I'll look into it. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3

Re: Scroll-off option for mutt

2017-05-07 Thread Yubin Ruan
; > On Sun, May 07, 2017 at 03:36:41AM +0800, Yubin Ruan wrote: > > > > > Is there a scroll-off option for mutt? In vim, you can use > > > > > set scrolloff = 7 > > > > > to make the editor scroll rather than changing pages when you get to

Re: Scroll-off option for mutt

2017-05-07 Thread Yubin Ruan
gt; > Is there a scroll-off option for mutt? In vim, you can use > > > > set scrolloff = 7 > > > > to make the editor scroll rather than changing pages when you get to > > > > the end of > > > > the current page, so that you can see things conti

Re: Scroll-off option for mutt

2017-05-06 Thread Kevin J. McCarthy
On Sun, May 07, 2017 at 05:43:00PM +0800, Yubin Ruan wrote: > On Sat, May 06, 2017 at 09:50:50AM -0700, Kevin J. McCarthy wrote: > > On Sun, May 07, 2017 at 03:36:41AM +0800, Yubin Ruan wrote: > > > Is there a scroll-off option for mutt? In vim, you can use > > >

Re: Scroll-off option for mutt

2017-05-06 Thread Yubin Ruan
On Sat, May 06, 2017 at 09:50:50AM -0700, Kevin J. McCarthy wrote: > On Sun, May 07, 2017 at 03:36:41AM +0800, Yubin Ruan wrote: > > Is there a scroll-off option for mutt? In vim, you can use > > set scrolloff = 7 > > to make the editor scroll rather than changing page

Re: Scroll-off option for mutt

2017-05-06 Thread Kevin J. McCarthy
On Sun, May 07, 2017 at 03:36:41AM +0800, Yubin Ruan wrote: > Is there a scroll-off option for mutt? In vim, you can use > set scrolloff = 7 > to make the editor scroll rather than changing pages when you get to the end > of > the current page, so that you can see things contin

Re: Scroll-off option for mutt

2017-05-06 Thread Erik Christiansen
On 07.05.17 03:36, Yubin Ruan wrote: > Hi, > Is there a scroll-off option for mutt? In vim, you can use > set scrolloff = 7 > to make the editor scroll rather than changing pages when you get to the end > of > the current page, so that you can see things continuously. But f

Scroll-off option for mutt

2017-05-06 Thread Yubin Ruan
Hi, Is there a scroll-off option for mutt? In vim, you can use set scrolloff = 7 to make the editor scroll rather than changing pages when you get to the end of the current page, so that you can see things continuously. But for mutt's pager, it seems not possible to do so. Anyone kno