From 922a61e5e7992b84567445191a7f2f3b4f950518 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 25 Oct 2020 23:35:17 -0500 Subject: Begin configuring gnus --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 8839462..6a20cfa 100644 --- a/config.org +++ b/config.org @@ -561,3 +561,12 @@ I was using company, but I think it might've been causing issues with ~awk-mode~ :custom (0x0-default-service 'ttm)) #+END_SRC +** Gnus +#+begin_src emacs-lisp + (cuss gnus-select-method + '(nnimap "imap.fastmail.com" + (nnimap-inbox "INBOX") + (nnimap-split-methods default) + (nnimap-expunge t) + (nnimap-stream ssl))) +#+end_src -- cgit 1.4.1-21-gabe81