diff options
-rw-r--r-- | custom/jao-custom-email.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el index e8aa863..5e888c4 100644 --- a/custom/jao-custom-email.el +++ b/custom/jao-custom-email.el @@ -276,7 +276,8 @@ 'notmuch-message-mode 'gnus-group-mode 'gnus-summary-mode - 'gnus-article-mode)))) + 'gnus-article-mode + 'message-mode)))) (defvar jao-mail-consult-source (list :name "mail buffer" |