From: Carl Worth Date: Fri, 16 Apr 2010 04:22:57 +0000 (-0700) Subject: emacs: Fix search filtering of a global search ("*") X-Git-Tag: 0.2~21 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b4459b8a4d39f635f79d44f676be13e974cc1a72;hp=b4459b8a4d39f635f79d44f676be13e974cc1a72 emacs: Fix search filtering of a global search ("*") 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 Instead we carefully construct a new search string of only: This could all be avoided if we had a parser that could understand "*" with the meaning we want. ---