From 4eb051c74d5485bc533f9f309b96a20b942368da Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 23 Jul 2022 09:25:59 +0800 Subject: mail: delete gmail and add fix-quptation function * gnus-conf.el (gnus-secondary-select-methods): Delete gmail. * mail.el: Delete gmail. (durand-fix-quotation): Fix the quotation style. --- gnus-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnus-conf.el') diff --git a/gnus-conf.el b/gnus-conf.el index 5ffca03..9347818 100644 --- a/gnus-conf.el +++ b/gnus-conf.el @@ -34,7 +34,7 @@ (setq gnus-select-method '(nnnil "")) (setq gnus-secondary-select-methods '((nntp "news.gmane.io") - (nnmaildir "gmail" (directory "~/.nnmaildir/gmail")) + ;; (nnmaildir "gmail" (directory "~/.nnmaildir/gmail")) (nnmaildir "durand" (directory "~/.nnmaildir/mymail")) ;; (nndiary "diary") ;; (nnmaildir "sent" (directory "~/.nnmaildir")) -- cgit v1.2.3-18-g5258