Re: [PATCH] Make patch saving in vim a little better.

2014-10-19 Thread Tomi Ollila
On Wed, Oct 01 2014, Ian Main wrote: > It seems like there was some bitrot on the previous version of this > which made it not work correctly. This fixes the bitrot and also > updates how it works. > > - Sometimes [PATCH.*] isn't at the beginning of the message (often on > lists I'm on). > - I

Re: [PATCH] VIM: Make starting in 'insert' mode for compose optional

2014-10-19 Thread Tomi Ollila
On Wed, Oct 01 2014, Ian Main wrote: > This adds a variable to make starting in insert mode optional when > composing and replying to emails. I found it unusual to be started in > insert mode so I thought I'd make it optional as others may find this as > well. Looks "Trivial" enough to look Goo

Re: [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 pl

Re: [PATCH] VIM: Make an option to save sent mail locally

2014-10-19 Thread Tomi Ollila
On Tue, Oct 07 2014, Ian Main wrote: > Tomi Ollila wrote: >> On Mon, Oct 06 2014, Ian Main wrote: >> >> > Add an option to use 'notmuch insert' to save your sent mail. >> > --- >> > >> > Add -inbox as well. >> > >> > vim/notmuch.vim | 17 + >> > 1 file changed, 17 insertions(+)

Re: [PATCH v3 3/4] cli: Extend the search command for --output={sender, recipients}

2014-10-19 Thread Tomi Ollila
Hi Michal, been busy lately so I haven't got into this... ... I'll look into it in a bit more detail a bit later, On Tue, Oct 14 2014, Michal Sojka wrote: > > I don't know. You seem to think about this in the opposite way than how > it is implemented. The implementation really filters things

Re: [PATCH v2] VIM: Use notmuch CLI for config

2014-10-19 Thread David Bremner
Ian Main writes: > This patch switches from reading .notmuch-config directly to using > the CLI the same way that emacs does it. It actually uses less code > and is probably less error prone. > > Ian We're starting to get a few notmuch-vim patches ready at http://nmbug.tethera.net/st

[PATCH] Make patch saving in vim a little better.

2014-10-19 Thread Tomi Ollila
On Wed, Oct 01 2014, Ian Main wrote: > It seems like there was some bitrot on the previous version of this > which made it not work correctly. This fixes the bitrot and also > updates how it works. > > - Sometimes [PATCH.*] isn't at the beginning of the message (often on > lists I'm on). > - I

[PATCH] VIM: Make starting in 'insert' mode for compose optional

2014-10-19 Thread Tomi Ollila
On Wed, Oct 01 2014, Ian Main wrote: > This adds a variable to make starting in insert mode optional when > composing and replying to emails. I found it unusual to be started in > insert mode so I thought I'd make it optional as others may find this as > well. Looks "Trivial" enough to look Goo

[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 pl

[PATCH] VIM: Make an option to save sent mail locally

2014-10-19 Thread Tomi Ollila
On Tue, Oct 07 2014, Ian Main wrote: > Tomi Ollila wrote: >> On Mon, Oct 06 2014, Ian Main wrote: >> >> > Add an option to use 'notmuch insert' to save your sent mail. >> > --- >> > >> > Add -inbox as well. >> > >> > vim/notmuch.vim | 17 + >> > 1 file changed, 17 insertions(+)

[PATCH v3 3/4] cli: Extend the search command for --output={sender, recipients}

2014-10-19 Thread Tomi Ollila
Hi Michal, been busy lately so I haven't got into this... ... I'll look into it in a bit more detail a bit later, On Tue, Oct 14 2014, Michal Sojka wrote: > > I don't know. You seem to think about this in the opposite way than how > it is implemented. The implementation really filters things

[PATCH v2] VIM: Use notmuch CLI for config

2014-10-19 Thread David Bremner
Ian Main writes: > This patch switches from reading .notmuch-config directly to using > the CLI the same way that emacs does it. It actually uses less code > and is probably less error prone. > > Ian We're starting to get a few notmuch-vim patches ready at http://nmbug.tethera.net/st