]> err.no Git - dotfiles/commitdiff
Update pointer for mail on xoog
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Tue, 5 Jun 2012 15:27:05 +0000 (15:27 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Tue, 5 Jun 2012 15:27:05 +0000 (15:27 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1544 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index 98f81d9080074f324bcad250967435ae14f19a54..0d9e8916250f4850b0d94f66362716c77674ca5e 100644 (file)
--- a/gnus
+++ b/gnus
 
 (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'")