]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Fix quoting of Message-Id to fix test case of Id containing ".."
authorCarl Worth <cworth@cworth.org>
Sat, 23 Oct 2010 00:41:40 +0000 (17:41 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 23 Oct 2010 00:41:40 +0000 (17:41 -0700)
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.


No differences found