Skip to content

Instantly share code, notes, and snippets.

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
(add-hook 'wl-init-hook 'ecb-deactivate) ;;ecb messes things up for me
(add-hook 'wl-exit-hook 'ecb-activate)
(require 'mime-w3m)
(setq ssl-certificate-verification-policy 1)