notmuch/emacs
Jesse Rosenthal 9193455fa1 notmuch.el: quote args in notmuch-show to facilitate remote use
Put single-quotes around the argument of the `show --entire-thread' command
in notmuch-show. This change should have no effect on normal usage.
However, it allows us to use the notmuch.el client with a remote notmuch
binary and database over ssh (by, e.g., setting `notmuch-command' to a
simple shell script). Without the quotes, ssh will not send the command
properly.

One very simple example script is as follows. (Note that it requires
keypair login to the ssh server.)

        #!/bin/sh

        SSH_BIN="/path/to/local/ssh"
        NOTMUCH_HOST="my.remote.server"
        NOTMUCH_REMOTE_PATH="/path/to/remote/notmuch"

        $SSH_BIN $NOTMUCH_HOST $NOTMUCH_REMOTE_PATH $@
2010-04-13 09:14:03 -07:00
..
Makefile emacs: Move emacs UI (currently just one file) to subdirectory. 2010-03-09 12:13:33 -08:00
Makefile.local Install emacs lisp files into a notmuch sub-directory of site-lisp. 2010-04-06 18:30:43 -07:00
notmuch-lib.el emacs: Move notmuch-show functionality to notmuch-show.el 2010-04-05 09:25:56 -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 notmuch.el: quote args in notmuch-show to facilitate remote use 2010-04-13 09:14:03 -07:00
notmuch.el emacs: Correct the documentation for notmuch-search-add-tag (and -remove-tag) 2010-04-07 13:15:27 -07:00