From: David Bremner Date: Wed, 8 Mar 2017 02:32:26 +0000 (-0400) Subject: lib: Add regexp expansion for for tags and paths X-Git-Tag: 0.25_rc0~75 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=11d47950c18f2d19718e35b7264dabf2ff2fd621;hp=11d47950c18f2d19718e35b7264dabf2ff2fd621;p=notmuch lib: Add regexp expansion for for tags and paths From a UI perspective this looks similar to what was already provided for from, subject, and mid, but the implementation is quite different. It uses the database's list of terms to construct a term based query equivalent to the passed regular expression. ---