From: Carl Worth Date: Sat, 23 Oct 2010 00:41:40 +0000 (-0700) Subject: emacs: Fix quoting of Message-Id to fix test case of Id containing ".." X-Git-Tag: 0.4~65 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=4606ea60a76c11a97e913f87b97d76e64b4bcf0c;hp=4606ea60a76c11a97e913f87b97d76e64b4bcf0c emacs: Fix quoting of Message-Id to fix test case of Id containing ".." If Xapian sees unquoted ".." as in id:123..456 then it thinks that's a range specification. We avoid this problem by instead passing id:"123..456" to Xapian. ---