summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-01-18 18:14:27 +0000
committerjao <jao@gnu.org>2023-01-18 18:14:27 +0000
commitacfadd38d146e059dc61b037fcc8c001b85a2d13 (patch)
treeaf725069db33e1ef9831b4038129b63b0046569d
parenta286928de7875cde612dce0619cbf3898b4d5bbb (diff)
downloadelibs-acfadd38d146e059dc61b037fcc8c001b85a2d13.tar.gz
elibs-acfadd38d146e059dc61b037fcc8c001b85a2d13.tar.bz2
gnuits
-rw-r--r--custom/jao-custom-gnus.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el
index 5707c67..a46cb20 100644
--- a/custom/jao-custom-gnus.el
+++ b/custom/jao-custom-gnus.el
@@ -11,10 +11,6 @@
(defvar jao-notmuch-enabled nil)
;;; Startup and kill
-;; close gnus when closing emacs, but ask when exiting
-(setq gnus-interactive-exit t)
-
-;;; Startup and kill
(setq gnus-interactive-exit t)
(defun jao-quit-gnus () (gnus-group-exit) t)
@@ -614,6 +610,7 @@
("nnml:bigml\\.bugs" "b" jao-themes-error)
("nnml:bigml\\.support" "S" default)
("nnml:jao\\.inbox" "I" jao-themes-f01)
+ ("nnml:jao\\.trove" "T" jao-themes-f01)
("nnml:bigml\\.[^ibs]" "W" jao-themes-dimm)
("nnml:jao.[^ist]" "J" jao-themes-dimm)
(,(format "^nnml:%s" (regexp-opt feeds)) "F" jao-themes-dimm)