| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-31 | vim: add delete commands | Felipe Contreras | |
| Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2011-05-31 | vim: add support for delete in search view | Felipe Contreras | |
| Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2011-05-31 | vim: add support to mark as read in search view | Felipe Contreras | |
| Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2011-05-31 | vim: add support to mark as read in show view | Felipe Contreras | |
| Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2011-05-04 | vim: parse 'from' address | Felipe Contreras | |
| In order to pass it to sendmail. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2011-05-04 | vim: use sendmail directly | Felipe Contreras | |
| The problem with 'mailx' is that it's not standardized, and it doesn't allow the -f option, which is pretty important on many sendmail configurations. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2011-05-04 | vim: add myself (Felipe Contreras) as contributor | Felipe Contreras | |
| Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2011-05-04 | vim: implement archive in show view | Felipe Contreras | |
| Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2011-05-04 | vim: refactor tagging stuff | Felipe Contreras | |
| Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2011-01-26 | vim: Get user email address from notmuch config file. | Peter John Hartman | |
| Here's a bitty patch to the vim plugin; it now calculates the primary email of the user based on a call to notmuch config. There's still a lot of work that needs to get done on notmuch.vim, e.g., the ability to have multiple emails/accounts. | |||
| 2010-11-08 | vim: include own improved git-diff syntax | Felipe Contreras | |
| The old one wasn't working at all on newer vims. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2010-11-08 | vim: run(): optimize non-debug path | Felipe Contreras | |
| Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2010-11-08 | vim: use mailx for sending | Felipe Contreras | |
| Possilby used by more systems, and besides the code wasn't really working properly anyway. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2010-11-08 | vim: add option to mark as read + archive | Felipe Contreras | |
| Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2010-11-08 | vim: remove add_remove_tags_on_screen() | Felipe Contreras | |
| It's not working properly; the current message is jumping around and the tags not really added/removed properly. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2010-11-08 | vim: cleanup search syntax | Felipe Contreras | |
| It was *sloooooow*. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2010-11-08 | vim: cleanup search buffer | Felipe Contreras | |
| Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2010-11-08 | vim: add archive support from 'show' | Felipe Contreras | |
| Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2010-04-15 | Fix typo in message | Ben Gamari | |
| 2010-01-21 | Install vim plugin with vim-addons | martin f. krafft | |
| Signed-off-by: martin f. krafft <madduck@debian.org> | |||
| 2009-12-03 | vim: preserve the 'show everything' flag when finding next/prev buffer | Bart Trojanowski | |
| When show mode is invoked it could be displaying just the matched messages or everything. This flag is passed to NM_search_show_thread(). It is then stored in a buffer variable, b:nm_show_everything, and used for subsequent calls to NM_search_show_thread() triggered by <Space>, <C-n> and <C-p>. Signed-off-by: Bart Trojanowski <bart@jukie.net> | |||
| 2009-12-02 | vim: use notmuch show --entire-thread | Bart Trojanowski | |
| 2009-11-27 | vim: use <Space> more consistently in search view | Bart Trojanowski | |
| In search view <Space> will show the thead, but folding messages that don't match the current search expression. Conversly, <Enter> always shows all messages in the thread. | |||
| 2009-11-27 | vim: make it possible to start a search in show mode | Bart Trojanowski | |
| 2009-11-27 | vim: don't toggle folds that are inside closed folds in show mode | Bart Trojanowski | |
| 2009-11-27 | vim: primitive reply to message | Bart Trojanowski | |
| 2009-11-27 | vim: primitive reply to thread | Bart Trojanowski | |
| 2009-11-27 | vim: few compose mode updates, including README | Bart Trojanowski | |
| 2009-11-27 | vim: don't remove headers until after parsing them | Bart Trojanowski | |
| 2009-11-27 | vim: fix off-by-one error when removing header from message to send out | Bart Trojanowski | |
| 2009-11-27 | vim: generalize compose buffer function further | Bart Trojanowski | |
| 2009-11-27 | vim: have ,nmr just reload the plugin w/o restarting state | Bart Trojanowski | |
| 2009-11-27 | vim: make it possible to replace NM_cobine_tags() | Bart Trojanowski | |
| 2009-11-27 | vim: add a helper to combine tag search expressions | Bart Trojanowski | |
| 2009-11-27 | vim: README updates and corrections | Bart Trojanowski | |
| 2009-11-27 | vim: have '?' show search words in search mode | Bart Trojanowski | |
| 2009-11-27 | vim: cleanup error messages | Bart Trojanowski | |
| 2009-11-27 | vim: fix regexp for cleaning search list | Bart Trojanowski | |
| 2009-11-27 | vim: force deleting buffers | Bart Trojanowski | |
| 2009-11-27 | vim: fix message parsing patterns | Bart Trojanowski | |
| if a message did not contain a trailing CR, we may not be able to match ^\f | |||
| 2009-11-27 | vim: implement sending with ,s from compose buffer | Bart Trojanowski | |
| 2009-11-27 | vim: store previous buffer number when starting to compose | Bart Trojanowski | |
| 2009-11-27 | vim: make sure headers begin with \w | Bart Trojanowski | |
| 2009-11-27 | vim: allow overriding how newBuffer is created | Bart Trojanowski | |
| 2009-11-26 | vim: replace echo\nreturn with trhow in a few places | Bart Trojanowski | |
| 2009-11-26 | vim: make insert in compose mode configurable | Bart Trojanowski | |
| 2009-11-26 | vim: add a helpful header to notmuch-compose mode | Bart Trojanowski | |
| 2009-11-26 | vim: syntax highlighting for notmuch-compose mode | Bart Trojanowski | |
| 2009-11-26 | vim: add support for <Tab> in compose mode | Bart Trojanowski | |
| this will skip to the next header in insert and normal modes, and behave like <Tab> otherwise. | |||
| 2009-11-26 | vim: add support for :NotMuch compose | Bart Trojanowski | |
| ... but it doesn't send yet. | |||
