X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=1cbcc132030a67c347938b943d70beb2fd67a59e;hp=aafdd3d77282af3ade478c7c6d65f1951e483b0d;hb=b6f87c3085e25e5bf65a4f956af8846bc0681c52;hpb=0aba694c11846f76cfa64470d10a50cec8e43bd5 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index aafdd3d7..1cbcc132 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1677,9 +1677,10 @@ current thread." ;; dme: Would it make sense to use a macro for many of these? +;; XXX TODO figure out what to do about multiple filenames (defun notmuch-show-get-filename () "Return the filename of the current message." - (notmuch-show-get-prop :filename)) + (car (notmuch-show-get-prop :filename))) (defun notmuch-show-get-header (header &optional props) "Return the named header of the current message, if any."