[PATCH] Fix OS X linking issue.

2011-04-03 Thread Tim Gray
The libnotmuch file was given an installed_name using a relative path. I don't think OS X can follow up on this, so I changed the installed_name to the actual installed path. --- I can't claim that I actually know what I'm doing, but it doesn't seem like many on the list are using OS X, so

[PATCH] Fix OS X linking issue.

2011-04-03 Thread Tim Gray
The libnotmuch file was given an installed_name using a relative path. I don't think OS X can follow up on this, so I changed the installed_name to the actual installed path. --- I can't claim that I actually know what I'm doing, but it doesn't seem like many on the list are using OS X, so

[PATCH] notmuch.vim can tag messages deleted

2011-04-03 Thread Jeff Richards
notmuch.vim plugin can use the d keybinding to remove 'inbox' and 'unread' tags and add 'deleted' from the search and show screens, the deleted tag can then be used to remove items from the maildir that are well and truly worth of deleting --- vim/plugin/notmuch.vim | 14 ++ 1

[PATCH] notmuch.vim can now archive threads using a from the show screen

2011-04-03 Thread Jeff Richards
Implements the already shelled out function for archiving messages while looking at a message. --- vim/plugin/notmuch.vim |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 67501d8..eae5297 100644 ---