unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 0/9] vim improvements
@ 2010-06-05 11:12 Felipe Contreras
  2010-06-05 11:12 ` [PATCH 1/9] thread: really clean authors Felipe Contreras
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Felipe Contreras @ 2010-06-05 11:12 UTC (permalink / raw)
  To: notmuch; +Cc: Bart Trojanowski

These are a bunch of fixes and improvements that make the vim plugin usable to
me, I guess other people will agree :)

The only controversial one is the really aggressive author cleanup. I guess the
really ideal thing would be to pass the full author "Foo Bar
 <foo.bar@mail.com>", and let UI's deal with the format (possibly configurable
by the user). But for now, I decided to push whatever I found more usable.

Cheers.

Felipe Contreras (9):
  thread: really clean authors
  vim: add archive support from 'show'
  vim: cleanup search buffer
  vim: cleanup search syntax
  vim: remove add_remove_tags_on_screen()
  vim: add option to mark as read + archive
  vim: use mailx for sending
  vim: run(): optimize non-debug path
  vim: include own improved git-diff syntax

 lib/thread.cc                   |   38 ++-----------
 vim/README                      |    9 +--
 vim/plugin/notmuch.vim          |  119 ++++++++++-----------------------------
 vim/syntax/notmuch-git-diff.vim |   26 +++++++++
 vim/syntax/notmuch-search.vim   |   36 ++++--------
 vim/syntax/notmuch-show.vim     |    3 +-
 6 files changed, 75 insertions(+), 156 deletions(-)
 create mode 100644 vim/syntax/notmuch-git-diff.vim

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-11-08 18:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-05 11:12 [PATCH 0/9] vim improvements Felipe Contreras
2010-06-05 11:12 ` [PATCH 1/9] thread: really clean authors Felipe Contreras
2010-06-05 11:12 ` [PATCH 2/9] vim: add archive support from 'show' Felipe Contreras
2010-06-05 11:12 ` [PATCH 3/9] vim: cleanup search buffer Felipe Contreras
2010-06-05 11:12 ` [PATCH 4/9] vim: cleanup search syntax Felipe Contreras
2010-06-05 11:12 ` [PATCH 5/9] vim: remove add_remove_tags_on_screen() Felipe Contreras
2010-06-05 11:12 ` [PATCH 6/9] vim: add option to mark as read + archive Felipe Contreras
2010-06-05 11:12 ` [PATCH 7/9] vim: use mailx for sending Felipe Contreras
2010-06-16 18:28   ` Felipe Contreras
2010-06-05 11:12 ` [PATCH 8/9] vim: run(): optimize non-debug path Felipe Contreras
2010-06-05 11:12 ` [PATCH 9/9] vim: include own improved git-diff syntax Felipe Contreras
2010-11-08 17:57 ` [PATCH 0/9] vim improvements Carl Worth
2010-11-08 18:04   ` Carl Worth

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).