diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index b48a132d..b3f1183d 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -885,6 +885,9 @@ unchanged ADDRESS if parsing fails." ((listp field) (format format-string (notmuch-tree-format-field-list field msg))) + ((functionp field) + (funcall field format-string msg)) + ((string-equal field "date") (let ((face (if match 'notmuch-tree-match-date-face