]> err.no Git - dotfiles/commitdiff
set MAIL_PLUGINS and such when using imap-over-ssh, to try to make the crm114 plugin...
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 20 Dec 2008 21:15:40 +0000 (21:15 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 20 Dec 2008 21:15:40 +0000 (21:15 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1318 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index 6afe031ed780460ef1245830fd65470042eff892..0a20154a104c8e68a69547da580e608d12df39f3 100644 (file)
--- a/gnus
+++ b/gnus
@@ -32,7 +32,7 @@
   (setq gnus-select-method '(nnimap "err"
                                    (nnimap-stream shell)))
   (setq imap-shell-program
-       '("ssh -ax -C -oBatchMode=yes vuizook.err.no 'exec env MAIL=$HOME/Maildir /usr/lib/dovecot/imap'")
+       '("ssh -ax -C -oBatchMode=yes vuizook.err.no 'exec env MAIL_PLUGINS=crm114 MAIL_PLUGIN_DIR=/usr/lib/dovecot/modules/imap MAIL=$HOME/Maildir /usr/lib/dovecot/imap'")
        nntp-rlogin-program "ssh"))