[PATCH] VIM: Automatically refresh folder screen

2014-10-01 Thread Ian Main
This patch makes the folder screen refresh each time you 'enter' it. This way when you read a folder and mark items as read the changes are reflected immediately when you return to the folder view. Ian --- vim/notmuch.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/notmuch.vim

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

2014-10-01 Thread Ian Main
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. Ian --- vim/notmuch.vim | 13 +++-- 1 file changed, 11

[PATCH] VIM: Add a 'tag all' folder option.

2014-10-01 Thread Ian Main
This adds the ability to mark an entire folder as read (or any other tags you like once you map it). Ian --- vim/notmuch.vim | 11 +++ 1 file changed, 11 insertions(+) diff --git a/vim/notmuch.vim b/vim/notmuch.vim index 331e930..3f2444b 100644 --- a/vim/notmuch.vim +++

[PATCH] Add default configuration values to the man page

2014-10-01 Thread Sergei Shilovsky
--- doc/man1/notmuch-config.rst | 18 ++ 1 file changed, 18 insertions(+) diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index 3c9a568..9de5534 100644 --- a/doc/man1/notmuch-config.rst +++ b/doc/man1/notmuch-config.rst @@ -49,19 +49,31 @@ The available

[PATCH] VIM v2: Add a 'tag all' folder option.

2014-10-01 Thread Ian Main
This adds the ability to mark an entire folder as read (or any other tags you like once you map it). This update adds documentation for the command. Ian --- vim/notmuch.txt | 1 + vim/notmuch.vim | 11 +++ 2 files changed, 12 insertions(+) diff --git a/vim/notmuch.txt

[PATCH] VIM: Automatically refresh folder screen

2014-10-01 Thread Ian Main
This patch makes the folder screen refresh each time you 'enter' it. This way when you read a folder and mark items as read the changes are reflected immediately when you return to the folder view. Ian --- vim/notmuch.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/notmuch.vim

[PATCH] VIM: Automatically refresh folder screen

2014-10-01 Thread Ian Main
This patch makes the folder screen refresh each time you 'enter' it. This way when you read a folder and mark items as read the changes are reflected immediately when you return to the folder view. Ian --- vim/notmuch.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/notmuch.vim

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

2014-10-01 Thread Ian Main
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. Ian --- vim/notmuch.vim | 13 +++-- 1 file changed, 11

[PATCH] VIM: Add a 'tag all' folder option.

2014-10-01 Thread Ian Main
This adds the ability to mark an entire folder as read (or any other tags you like once you map it). Ian --- vim/notmuch.vim | 11 +++ 1 file changed, 11 insertions(+) diff --git a/vim/notmuch.vim b/vim/notmuch.vim index 331e930..3f2444b 100644 --- a/vim/notmuch.vim +++

[PATCH] VIM v2: Add a 'tag all' folder option.

2014-10-01 Thread Ian Main
This adds the ability to mark an entire folder as read (or any other tags you like once you map it). This update adds documentation for the command. Ian --- vim/notmuch.txt | 1 + vim/notmuch.vim | 11 +++ 2 files changed, 12 insertions(+) diff --git a/vim/notmuch.txt