]> git.notmuchmail.org Git - notmuch-wiki/blobdiff - remoteusage.mdwn
Fix elisp snippets again.
[notmuch-wiki] / remoteusage.mdwn
index 337a2fc8f1520fe68b39e74927fcf7aef66e4f12..09447a1edb063367d3b5e319a377a3d994f5a4d5 100644 (file)
@@ -120,10 +120,9 @@ message text.
 
     (defun notmuch-show-get-filename ()
       (let* ((orig-filename (notmuch-show-get-prop :filename))
-            (retvalue (shell-command-to-string (concat 
-                                            notmuch-command
-                                            " --get "
-                                            orig-filename))))
+             (retvalue (shell-command-to-string (concat notmuch-command 
+                                                        " --get "
+                                                        orig-filename))))
         (replace-regexp-in-string "\n" "" retvalue)))
 
 This will will use the "--get" option of the above