]> git.cworth.org Git - notmuch-wiki/commitdiff
And another indentation.
authorJesse Rosenthal <jrosenthal@jhu.edu>
Thu, 13 May 2010 19:12:37 +0000 (15:12 -0400)
committerJesse Rosenthal <jrosenthal@jhu.edu>
Thu, 13 May 2010 19:12:37 +0000 (15:12 -0400)
I really am growing to hate the way emacs markdown mode uses tabs. I will
start previewing this locally from now on.

remoteusage.mdwn

index 147138c229aa3b1f0ac718813916fbfd17d4e3d2..fd6ecdf272ec9ed9a854d292c3dcd8a985e43e8a 100644 (file)
@@ -59,7 +59,7 @@ be necessary in the furture.
     notmuch_run ()
     {
         if [ $1 = "search" ]; then
-           $SSH_BIN $USER@$SSH_HOST $NOTMUCH_REMOTE_BIN $@ | while read line; do
+            $SSH_BIN $USER@$SSH_HOST $NOTMUCH_REMOTE_BIN $@ | while read line; do
                 sleep 0.1
                 echo "${line}"
            done