Re: Wanderlust の archive で unknown type

Kazuhiro Ito <[email protected]> Tue, 05 Jun 2018 22:40:08 +0900
Newsgroups gmane.mail.wanderlust.general.japanese
Message-ID <[email protected]>

> 
> OS:	ubuntu 18.04
> wl:	2.15.9
> emacs:	25.2.2
> 
> (= .emacs .elmo )
> wl  $archive/hoge 
> 
>  "Unknown archive type:" 
> 
> --- .wl ------
> (setq elmo-maildir-folder-path "/tmp/Mail/")
> (setq wl-folders-file "/tmp/Mail/.folders")
> (setq wl-from "[email protected]")
> 
> --- /tmp/Mail/.folders -------
> $hoge

elmo-archive.el 

(defun elmo-intern-soft (str)
  (if (string= str "") nil (intern-soft str)))


archiver type 

--- /tmp/Mail/.folders -------
$hoge;zip

-- 
 (Kazuhiro Ito)