(cw/for-host "golem\\|vuizook\\|xoog"
(setq gnus-select-method '(nnimap "err"
- (nnimap-address "vuizook.err.no")
- (nnimap-stream gssapi)
- (nnimap-authenticator gssapi))))
+ (nnimap-server-port 993)
+ (nnimap-stream ssl)
+ (nnimap-authinfo-file "~/.imap-authinfo.gpg")
+ (nnimap-address "mail.err.no"))))
(setq imap-shell-program
'("ssh -ax -C -oBatchMode=yes vuizook.err.no 'exec env MAIL_PLUGINS=antispam MAIL_PLUGIN_DIR=/usr/lib/dovecot/modules/imap MAIL=$HOME/Maildir /usr/lib/dovecot/imap'")