[PATCH 2/2] lib: Add regexp expansion for for tags and paths

2017-03-29 Thread David Bremner
From a ui perspective this looks similar to what was already provided for from, subject, and mid, but the implimentation is quite different. It uses the database's list of terms to construct a term based query equivalent to the passed regular expression. --- lib/database.cc | 12

[PATCH 2/2] lib: Add regexp expansion for for tags and paths

2017-03-24 Thread David Bremner
From a ui perspective this looks similar to what was already provided for from, subject, and mid, but the implimentation is quite different. It uses the database's list of terms to construct a term based query equivalent to the passed regular expression. --- doc/man7/notmuch-search-terms.rst |