[PATCH] VIM: Improve moving between messages in a thread

2014-10-19 Thread Tomi Ollila
On Sat, Oct 18 2014, Franz Fellner wrote: > Ian Main wrote: >> Franz Fellner wrote: >> > Patch works fine for me. It also would be nice to have a "move to next >> > unread message" function. >> > Most beautiful would be a treeview of the thread structure. Currently >> > threads are rendered as

Re: [PATCH] VIM: Improve moving between messages in a thread

2014-10-19 Thread Tomi Ollila
On Sat, Oct 18 2014, Franz Fellner alpine.art...@gmail.com wrote: Ian Main wrote: Franz Fellner wrote: Patch works fine for me. It also would be nice to have a move to next unread message function. Most beautiful would be a treeview of the thread structure. Currently threads are

[PATCH] VIM: Improve moving between messages in a thread

2014-10-18 Thread Franz Fellner
Ian Main wrote: > Franz Fellner wrote: > > Patch works fine for me. It also would be nice to have a "move to next > > unread message" function. > > Most beautiful would be a treeview of the thread structure. Currently > > threads are rendered as plain list, so you can't immediately see and > >

Re: [PATCH] VIM: Improve moving between messages in a thread

2014-10-18 Thread Franz Fellner
Ian Main wrote: Franz Fellner wrote: Patch works fine for me. It also would be nice to have a move to next unread message function. Most beautiful would be a treeview of the thread structure. Currently threads are rendered as plain list, so you can't immediately see and jump to the

[PATCH] VIM: Improve moving between messages in a thread

2014-10-10 Thread Ian Main
Franz Fellner wrote: > Patch works fine for me. It also would be nice to have a "move to next > unread message" function. > Most beautiful would be a treeview of the thread structure. Currently > threads are rendered as plain list, so you can't immediately see and > jump to the quoted mail. Bower

[PATCH] VIM: Improve moving between messages in a thread

2014-10-10 Thread Franz Fellner
Patch works fine for me. It also would be nice to have a "move to next unread message" function. Most beautiful would be a treeview of the thread structure. Currently threads are rendered as plain list, so you can't immediately see and jump to the quoted mail. Bower IMHO uses the best approach

Re: [PATCH] VIM: Improve moving between messages in a thread

2014-10-10 Thread Franz Fellner
Patch works fine for me. It also would be nice to have a move to next unread message function. Most beautiful would be a treeview of the thread structure. Currently threads are rendered as plain list, so you can't immediately see and jump to the quoted mail. Bower IMHO uses the best approach here.

Re: [PATCH] VIM: Improve moving between messages in a thread

2014-10-10 Thread Ian Main
Franz Fellner wrote: Patch works fine for me. It also would be nice to have a move to next unread message function. Most beautiful would be a treeview of the thread structure. Currently threads are rendered as plain list, so you can't immediately see and jump to the quoted mail. Bower IMHO

[PATCH] VIM: Improve moving between messages in a thread

2014-10-06 Thread Ian Main
Add a few changes to moving between threads: - It supports 'scrolloff' so that if you have this set it will move the buffer and cursor so the next/prev email starts at the top of the screen. - It adds the ability to use shift-tab to go to the previous msg in the thread. Ian --- This

[PATCH] VIM: Improve moving between messages in a thread

2014-10-06 Thread Ian Main
Add a few changes to moving between threads: - It supports 'scrolloff' so that if you have this set it will move the buffer and cursor so the next/prev email starts at the top of the screen. - It adds the ability to use shift-tab to go to the previous msg in the thread. Ian --- This