summary refs log tree commit diff stats
path: root/gnus.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-22 11:51:54 -0500
committerCase Duckworth2021-04-22 11:51:54 -0500
commit182389170d87ace1d090f891fd6521daf34e75d0 (patch)
tree19ea16d5f0d65eeb577d00d9bac736ecceb97dc5 /gnus.el
parentAdd dired-git-info (diff)
downloademacs-182389170d87ace1d090f891fd6521daf34e75d0.tar.gz
emacs-182389170d87ace1d090f891fd6521daf34e75d0.zip
Correct nnimap definition
Still plenty of problems, though.  I really need to read that manual.
Diffstat (limited to 'gnus.el')
-rw-r--r--gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnus.el b/gnus.el index 12e594c..185849b 100644 --- a/gnus.el +++ b/gnus.el
@@ -20,7 +20,7 @@
20(setq gnus-select-method '(nnnil "")) 20(setq gnus-select-method '(nnnil ""))
21 21
22(setq gnus-secondary-select-methods 22(setq gnus-secondary-select-methods
23 '((nnimap "fastmail" 23 '((nnimap "fastmail.com"
24 (nnimap-address "imap.fastmail.com") 24 (nnimap-address "imap.fastmail.com")
25 (nnimap-server-port 993) 25 (nnimap-server-port 993)
26 (nnimap-stream ssl) 26 (nnimap-stream ssl)