mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
b4459b8a4d
With the recent addition of "*" being a special case for a search matching all messages, we have to take care when doing a filter operation. In this case it's not legal to simply append and get: * and <some-new-search-terms> Instead we carefully construct a new search string of only: <some-new-search-terms> This could all be avoided if we had a parser that could understand "*" with the meaning we want. |
||
---|---|---|
.. | ||
Makefile | ||
Makefile.local | ||
notmuch-lib.el | ||
notmuch-query.el | ||
notmuch-show.el | ||
notmuch.el |