Wanderlust

  • Wanderlust
  • APEL
  • FLIM
  • SEMI
    wget ftp://ftp.gohome.org/wl/stable/wl-2.12.0.tar.gz
    wget ftp://ftp.m17n.org/pub/mule/apel/apel-10.6.tar.gz
    wget ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/flim-1.14.7.tar.gz
    wget ftp://ftp.m17n.org/pub/mule/semi/semi-1.14-for-flim-1.14/semi-1.14.6.tar.gz
    wget http://www.jpl.org/ftp/pub/m17n/limit-1_14-200411201014.tar.gz

  1. APEL
    make install EMACS=/cygdrive/c/Meadow/2.00/bin/meadow.exe \
    PREFIX=c:/Meadow LISPDIR=c:/Meadow/site-lisp \
    VERSION_SPECIFIC_LISPDIR=c:/Meadow/2.00/site-lisp
  2. make install EMACS=/cygdrive/c/Meadow/2.00/bin/meadow.exe \
    PREFIX=c:/Meadow LISPDIR=c:/Meadow/site-lisp \
    VERSION_SPECIFIC_LISPDIR=c:/Meadow/2.00/site-lisp
  3. SEMI
    make install EMACS=/cygdrive/c/Meadow/2.00/bin/meadow.exe \
    PREFIX=c:/Meadow LISPDIR=c:/Meadow/site-lisp \
    VERSION_SPECIFIC_LISPDIR=c:/Meadow/2.00/site-lisp
  4. Wanderlust
    make install EMACS=/cygdrive/c/Meadow/2.00/bin/meadow.exe \
    LISPDIR=c:/Meadow/site-lisp

  1. APEL
    make install
  2. make install
  3. SEMI
    make install
  4. Wanderlust
    make install

Tips

Wanderlust

  • bogofilter
    • wget http://jaist.dl.sourceforge.net/sourceforge/bogofilter/bogofilter-0.93.4.tar.gz
    • tar zxvf bogofilter-0.93.4.tar.gz
      cd bogofilter-0.93.4
      ./configure
      make
      make install
  • dot.wl
    (setq elmo-spam-scheme 'bogofilter)
    (require 'wl-spam)
    
    
    (setq wl-spam-auto-check-folder-regexp-list '("inbox"))
    
    
    
    ;(unless (memq 'wl-refile-guess-by-spam wl-refile-guess-functions)
    ;  (setq wl-refile-guess-functions
    ;   (cons #'wl-refile-guess-by-spam
    ;         wl-refile-guess-functions)))
    
    
    
    ;(unless (memq 'wl-refile-guess-by-spam wl-auto-refile-guess-functions)
    ;  (setq wl-auto-refile-guess-functions
    ;   (cons #'wl-refile-guess-by-spam
    ;         wl-auto-refile-guess-functions)))
    
    
    
    (unless (memq 'wl-refile-guess-by-spam wl-auto-refile-guess-functions)
      (setq wl-auto-refile-guess-functions
        (append wl-auto-refile-guess-functions
            '(wl-refile-guess-by-spam))))
    





トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: Tue, 12 Oct 2021 01:12:42 JST (920d)