;;; Wanderlust ư
;;;    .wl, .folders, .addresses ˵
(require 'mime-setup)
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
(autoload 'elmo-split "elmo-split" "Split messages on the folder." t)
(add-hook 'mime-edit-mode-hook
          (function
           (lambda ()
             (auto-fill-mode 1)
             )))
(setq pgp-version 'gpg)