X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=7549fbb2d32643d79a2483ba7b2906920aa0ae3e;hb=d25c729825aef16c31464b9f3f611ec958e951bb;hp=529baa972bbeccd49f70b7f50f796ed1959c41ad;hpb=bbbdf0478ea6109afc1ca5a26a8d1cd86b600e2a;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 529baa97..7549fbb2 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1485,7 +1485,8 @@ they just need the correct message properties." (cond ((eq major-mode 'notmuch-show-mode) (notmuch-show-get-message-properties)) ((eq major-mode 'notmuch-tree-mode) - (notmuch-tree-get-message-properties)))))) + (notmuch-tree-get-message-properties)) + (t nil))))) (plist-get props prop))) (defun notmuch-show-get-message-id (&optional bare)