diff options
author | jao <jao@gnu.org> | 2025-01-08 20:54:51 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-01-08 20:54:51 +0000 |
commit | a0f382a9d1ea66acc15bdd25a894070e8358027f (patch) | |
tree | c4e085a9d3a03dedf352034581a64486219bcb44 | |
parent | 2a0151646e7675f7dec203422d8eaffc21dbbc3d (diff) | |
download | elibs-a0f382a9d1ea66acc15bdd25a894070e8358027f.tar.gz elibs-a0f382a9d1ea66acc15bdd25a894070e8358027f.tar.bz2 |
gnus: better notifications for jao-minibuffer
-rw-r--r-- | custom/jao-custom-gnus.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index 85d6d0e..32571c0 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -700,6 +700,7 @@ (jao-gnus--notify))) (add-hook 'gnus-summary-exit-hook #'jao-gnus--on-summary-exit) +(add-hook 'gnus-exit-group-hook #'jao-gnus--notify) ;;;; open mail file in gnus (defun jao-gnus-file-to-group (file &optional maildir newsdir m-server n-server) |