aboutsummaryrefslogtreecommitdiffhomepage
path: root/gmime-filter-headers.h
diff options
context:
space:
mode:
authorGravatar Jesse Rosenthal <jrosenthal@jhu.edu>2010-01-24 15:22:33 -0500
committerGravatar Carl Worth <cworth@cworth.org>2010-04-13 09:14:03 -0700
commit9193455fa1476ea3957475e77379b75efa6dd90b (patch)
tree42143d55805fa5a892cd7b5e3f4e99a23121c13d /gmime-filter-headers.h
parent8fede713376ca5f18eece52aa491b5ec93f4af90 (diff)
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 $@
Diffstat (limited to 'gmime-filter-headers.h')
0 files changed, 0 insertions, 0 deletions