]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
notmuch-vim: deprecate, move to contrib
authorDavid Bremner <bremner@debian.org>
Sat, 16 Feb 2013 12:03:09 +0000 (08:03 -0400)
committerDavid Bremner <bremner@debian.org>
Sat, 16 Feb 2013 12:03:09 +0000 (08:03 -0400)
As discussed in id:871udhcmks.fsf@zancas.localnet, notmuch-vim doesn't
really meet the standards of the CLI, emacs interface, or python
bindings in terms of being well maintained.

NEWS
contrib/notmuch-vim/Makefile [moved from vim/Makefile with 100% similarity]
contrib/notmuch-vim/README [moved from vim/README with 100% similarity]
contrib/notmuch-vim/notmuch.yaml [moved from vim/notmuch.yaml with 100% similarity]
contrib/notmuch-vim/plugin/notmuch.vim [moved from vim/plugin/notmuch.vim with 100% similarity]
contrib/notmuch-vim/syntax/notmuch-compose.vim [moved from vim/syntax/notmuch-compose.vim with 100% similarity]
contrib/notmuch-vim/syntax/notmuch-folders.vim [moved from vim/syntax/notmuch-folders.vim with 100% similarity]
contrib/notmuch-vim/syntax/notmuch-git-diff.vim [moved from vim/syntax/notmuch-git-diff.vim with 100% similarity]
contrib/notmuch-vim/syntax/notmuch-search.vim [moved from vim/syntax/notmuch-search.vim with 100% similarity]
contrib/notmuch-vim/syntax/notmuch-show.vim [moved from vim/syntax/notmuch-show.vim with 100% similarity]

diff --git a/NEWS b/NEWS
index 9bd7a11e7513b763e0ead86d8c55eb1c7d87c794..06ad4b1c08e1c80abfcaee2ca9db78976a3e8113 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,15 @@ Command-Line Interface
 
 Deprecated commands "part" and "search-tags" are removed.
 
+Vim Front-End
+-------------
+
+The vim based front end to notmuch is deprecated and moved to contrib.
+We haven't been able to support this as well as we would like, and it
+has accumulated bugs and gaps in functionality.  We recommend that
+people packaging notmuch no longer provide binary packages for
+notmuch-vim, but of course that is their decision.
+
 Notmuch 0.15.1 (2013-01-24)
 =========================
 
similarity index 100%
rename from vim/Makefile
rename to contrib/notmuch-vim/Makefile
similarity index 100%
rename from vim/README
rename to contrib/notmuch-vim/README