]> git.notmuchmail.org Git - notmuch/commit
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)
commit4606ea60a76c11a97e913f87b97d76e64b4bcf0c
tree229008b890d4129a2a94fa41b078d9106adfcecb
parent4c998189b73077aa4a03aca77f1de38ccf6e4ca3
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.
emacs/notmuch-show.el
test/emacs