Fix.
[elisp/wanderlust.git] / samples / ja / dot.wl
index 1e5fcfb..43ade4a 100644 (file)
 ;(setq wl-summary-divide-thread-when-subject-changed t)
 
 ;; \e$B%9%l%C%I$N8+$?L\$rJQ$($k\e(B
+;(setq wl-thread-indent-level 2)
 ;(setq wl-thread-have-younger-brother-str "+"
 ;      wl-thread-youngest-child-str     "+"
 ;      wl-thread-vertical-str           "|"
 ;(setq wl-auto-select-next t)
 
 ;; \e$BL$FI$,$J$$%U%)%k%@$OHt$P$9\e(B(SPC\e$B%-!<$@$1$GFI$_?J$a$k>l9g$OJXMx\e(B)
-;(setq wl-summary-next-no-unread 'skip-no-unread)
+;(setq wl-auto-select-next 'skip-no-unread)
 
 ;; \e$BL$FI%a%C%;!<%8$rM%@hE*$KFI$`\e(B
 ;(setq wl-summary-move-order 'unread)
 
+;; \e$BCe?.DLCN$N@_Dj\e(B
+;(setq wl-biff-check-folder-list '("%inbox"))
+;(setq wl-biff-notify-hook '(beep))
 
 ;;; [[ \e$B%M%C%H%o!<%/\e(B ]]
 
                       (and sequence
                            (cadr (split-string sequence " ")))))
     (if (string-match
-;;;     "^\\s(\\(.+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
         "^\\s(\\(\\S)+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
         subject-string)
        (progn
 
 ;; \e$BI=<($9$k%X%C%@$N@_Dj\e(B
 ;; 'wl-message-ignored-field-list' \e$B$h$jM%@h$5$l$k\e(B
-(setq mime-view-visible-field-list '("^Message-Id:"))
+(setq wl-view-visible-field-list '("^Message-Id:"))
 
 
-;; X-Face \e$B$rI=<($9$k\e(B (\e$BMW\e(B x-face (and x-face-mule))
-(when (and window-system
-          (module-installed-p 'x-face))
-  (cond ((featurep 'xemacs)
-        (autoload 'x-face-xmas-wl-display-x-face "x-face" nil t)
+;; X-Face \e$B$rI=<($9$k\e(B (\e$BMW\e(B x-face or bitamap-mule)
+(when window-system
+  (cond ((and (featurep 'xemacs)               ; for XEmacs
+             (module-installed-p 'x-face))
+        (autoload 'x-face-xmas-wl-display-x-face "x-face")
         (setq wl-highlight-x-face-function 'x-face-xmas-wl-display-x-face))
        ;; for Mule (GNU Emacs)
        ((module-installed-p 'x-face-mule)
-        ;; x-face-mule 0.20\e$B0J9_\e(B
-        (setq wl-highlight-x-face-function
-              (function
-               (lambda (&rest dummy)
-                 (x-face-decode-message-header))))
-        (require 'x-face-mule))
+        ;; for x-face-mule distributed with bitmap-mule 8.0 or later
+        (autoload 'x-face-decode-message-header "x-face-mule")
+        (setq wl-highlight-x-face-function 'x-face-decode-message-header))
        ))
 
 ;; \e$B%9%3%"5!G=$N@_Dj\e(B
 ;      ("^-"
 ;       "news.SCORE")))
 
-;; \e$B%9%3%"%U%!%$%k$rJ]B8$9$k%G%#%l%/%H%j\e(B
-; (setq wl-score-files-directory "~/.elmo/")
-
 
 ;; \e$B<+F0%j%U%!%$%k$N%k!<%k@_Dj\e(B
 ;(setq wl-refile-rule-alist
 ;; \e$B$^$;$s!#\e(Bnil \e$B$G$9$Y$F$N%a%C%;!<%8$,BP>]$K$J$j$^$9!#\e(B
 ;(setq wl-summary-auto-refile-skip-marks nil)
 
-
 ;;; dot.wl ends here