[PATCH v4 0/5] Index the content-type of MIME parts
Todd writes: > I think I've finished incorporating the feedback. The final > notmuch-search-terms.rst could use more details, but it should > probably occur after the recent patch that was posted documenting the > probablistic indexing/searching has been committed. Pushed this version, with amended NEWS, to master. d
Re: [PATCH v4 0/5] Index the content-type of MIME parts
Todd writes: > I think I've finished incorporating the feedback. The final > notmuch-search-terms.rst could use more details, but it should > probably occur after the recent patch that was posted documenting the > probablistic indexing/searching has been committed. Pushed this version, with amended NEWS, to master. d ___ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
[PATCH v4 0/5] Index the content-type of MIME parts
I think I've finished incorporating the feedback. The final notmuch-search-terms.rst could use more details, but it should probably occur after the recent patch that was posted documenting the probablistic indexing/searching has been committed. Todd (5): test: Add failing unit tests for indexed mime types Add the NOTMUCH_FEATURE_INDEXED_MIMETYPES database feature Add indexing for the mimetype term Update completions for Emacs and bash Update documentation NEWS | 11 +++ completion/notmuch-completion.bash | 2 +- doc/man7/notmuch-search-terms.rst | 6 ++ emacs/notmuch.el | 2 +- lib/database-private.h | 15 --- lib/database.cc| 11 +-- lib/index.cc | 10 ++ test/T190-multipart.sh | 36 8 files changed, 86 insertions(+), 7 deletions(-) -- 1.9.1
[PATCH v4 0/5] Index the content-type of MIME parts
I think I've finished incorporating the feedback. The final notmuch-search-terms.rst could use more details, but it should probably occur after the recent patch that was posted documenting the probablistic indexing/searching has been committed. Todd (5): test: Add failing unit tests for indexed mime types Add the NOTMUCH_FEATURE_INDEXED_MIMETYPES database feature Add indexing for the mimetype term Update completions for Emacs and bash Update documentation NEWS | 11 +++ completion/notmuch-completion.bash | 2 +- doc/man7/notmuch-search-terms.rst | 6 ++ emacs/notmuch.el | 2 +- lib/database-private.h | 15 --- lib/database.cc| 11 +-- lib/index.cc | 10 ++ test/T190-multipart.sh | 36 8 files changed, 86 insertions(+), 7 deletions(-) -- 1.9.1 ___ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
