notmuch/emacs
Carl Worth b57d9635f5 emacs: Use single-quote not double-quote when constructing search
Commit 44982ab332 added some extra
quoting when constructing a search. A previous version of this patch
had used single-quotation marks (') while this version used
double-quotation marks (").

The intent of the extra quoting was to allow notmuch-command to be set
to a script invoking ssh.

What actually happens, however is that the extra quotation marks make
it all the way into the query string seen by Xapian. And the double
quotes trigger phrase searching, (which isn't desired here). The
side-effect of that is that the emacs code would fallback to an
unqalified query and display all threads with all messages open.

We fix that side-effect now by using single-quote characters, but
we'll want a better fix in the future to avoid Xapian seeing these
characters at all I think.
2010-04-23 16:39:18 -07:00
..
Makefile emacs: Move emacs UI (currently just one file) to subdirectory. 2010-03-09 12:13:33 -08:00
Makefile.local emacs: Re-arrange message sending code 2010-04-23 13:18:13 -07:00
notmuch-hello.el emacs: Re-arrange message sending code 2010-04-23 15:41:33 -07:00
notmuch-lib.el emacs: Re-arrange message sending code 2010-04-23 15:41:33 -07:00
notmuch-logo.png emacs: Add notmuch-hello.el, a friendly frontend to notmuch 2010-04-23 12:50:18 -07:00
notmuch-mua.el emacs: Re-arrange message sending code 2010-04-23 15:41:33 -07:00
notmuch-query.el notmuch-query.el: new file to support access to the notmuch database. 2010-04-05 11:08:45 -07:00
notmuch-show.el emacs: Use single-quote not double-quote when constructing search 2010-04-23 16:39:18 -07:00
notmuch-wash.el emacs: Move body markup to a separate file 2010-04-21 12:55:46 -07:00
notmuch.el emacs: Re-arrange message sending code 2010-04-23 15:41:33 -07:00