X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=remoteusage.mdwn;h=8ea3a5174b490bc4971188ca71da2a9cc6b3e1bf;hb=4f584611905cb946e6cf17935b048513c689450d;hp=09447a1edb063367d3b5e319a377a3d994f5a4d5;hpb=12695fff2e57f11d207d398f0f1100c2ca9f902b;p=obsolete%2Fnotmuch-wiki diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 09447a1..8ea3a51 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -120,9 +120,11 @@ 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 (progn + (message "Downloading... ") + (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