X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=1cbcc132030a67c347938b943d70beb2fd67a59e;hp=aafdd3d77282af3ade478c7c6d65f1951e483b0d;hb=e1b7d32db00ea8afaa1f2ae31bdaa5cb423dda96;hpb=d848d4040ab40b61874e0f1717a1b73cfce3fda6 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."