diff options
author | jao <jao@gnu.org> | 2022-08-08 23:52:30 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-08 23:52:30 +0100 |
commit | fcd0ce123467343e5f7ec49011f0528af2c2298a (patch) | |
tree | 295a471f5dfa37146e39e5f177c4e2ec25ed3e1c | |
parent | 8d8916d8cc81900f619b15ea6fbf545eae5f70a9 (diff) | |
download | elibs-fcd0ce123467343e5f7ec49011f0528af2c2298a.tar.gz elibs-fcd0ce123467343e5f7ec49011f0528af2c2298a.tar.bz2 |
email narrowing: message mode is kosher
-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" |