From 06914aff2b0011d41bc50447965a8d7c6ef52c9b Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 19 Jun 2023 11:19:19 +1000 Subject: precision fixes - Adding org-jira - Also fixed getting builders in buildbot - Adding gdb-mi and gud - Adding gdb and shell configs - Also mariadb dev related stuff - A few more modes - some more updates --- emacs/.emacs.d/init/ycp-gnus.el | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'emacs/.emacs.d/init/ycp-gnus.el') diff --git a/emacs/.emacs.d/init/ycp-gnus.el b/emacs/.emacs.d/init/ycp-gnus.el index 7a03703..407d89b 100644 --- a/emacs/.emacs.d/init/ycp-gnus.el +++ b/emacs/.emacs.d/init/ycp-gnus.el @@ -75,14 +75,7 @@ (setq gnus-select-method '(nnnil "")) (setq gnus-group-line-format "%M%S%p%P%5y:%B%(%G%) ") - (setq gnus-secondary-select-methods - '( - ;; "fastdove" is just a name given to gnus - (nnimap "fastdove" - (nnimap-address "localhost") - (nnimap-stream plain) - (nnimap-server-port "imap")) - )) + (my-setq-from-local gnus-secondary-select-methods) (setq gnus-agent t) (dolist (mode '(gnus-group-mode-hook gnus-summary-mode-hook -- cgit v1.2.3