diff options
author | Case Duckworth | 2021-04-22 11:51:54 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-22 11:51:54 -0500 |
commit | 182389170d87ace1d090f891fd6521daf34e75d0 (patch) | |
tree | 19ea16d5f0d65eeb577d00d9bac736ecceb97dc5 | |
parent | Add dired-git-info (diff) | |
download | emacs-182389170d87ace1d090f891fd6521daf34e75d0.tar.gz emacs-182389170d87ace1d090f891fd6521daf34e75d0.zip |
Correct nnimap definition
Still plenty of problems, though. I really need to read that manual.
-rw-r--r-- | gnus.el | 2 |
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) |