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