From: yoichi Date: Wed, 26 Sep 2001 06:01:53 +0000 (+0000) Subject: Update. X-Git-Tag: wl-2_6_1~23 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01bec04d6b9501c7a6867bb4ec211b646973e582;p=elisp%2Fwanderlust.git Update. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index e2a7594..599b37c 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6185,9 +6185,9 @@ face $B$N@_Dj$O(B @file{.emacs} $B$K=q$/$3$H$O$G$-$J$$$N$G(B @file{~/.wl} $ $B?7$7$$%a!<%k$,FO$$$?:]$Kl9g$O(B @code{nil} $B$K@_Dj$7$F$/$@$5$$!#(B +$B2;$rLD$i$7$?$j$7$J$$>l9g$O(B @code{nil} $B$K@_Dj$7$F$/$@$5$$!#(B @end table diff --git a/doc/wl.texi b/doc/wl.texi index 415e02f..fb230f4 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -6252,7 +6252,7 @@ Check mail arrival in this period. This hook is run at the arrival of new mail. To beep with mail arrival(initial setting), set as follows. @lisp -(setq wl-biff-notify-hook '(beep)) +(setq wl-biff-notify-hook '(ding)) @end lisp For silence, set to @code{nil}. @end table diff --git a/samples/en/dot.wl b/samples/en/dot.wl index c3a2f0d..bb3923f 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -75,16 +75,16 @@ ;; Folder Carbon Copy ;(setq wl-fcc "+outbox") -;; Confirm at exit time. +;; Confirm before exitting Wanderlust. (setq wl-interactive-exit t) -;; Confirm at message sending time. +;; Confirm before sending message. (setq wl-interactive-send t) ;; Create opened thread. ;(setq wl-thread-insert-opened t) -;; folder mode and summary mode is displayed at the same time. (3pane) +;; Keep folder window beside summary. (3 pane) ;(setq wl-stay-folder-window t) ;; Open new frame for draft buffer. @@ -97,7 +97,7 @@ ;; Don't split large message. ;(setq mime-edit-split-message nil) -;; Thread divide when change subject. +;; Divide thread by change of subject. ;(setq wl-summary-divide-thread-when-subject-changed t) ;; Thread view @@ -113,12 +113,16 @@ ;; goto next folder when exit from summary. ;(setq wl-auto-select-next t) -;; folder is skipped if there is no unread. -;(setq wl-summary-next-no-unread 'skip-no-unread) +;; skip folder if there is no unread message. +;(setq wl-auto-select-next 'skip-no-unread) ;; jump to unread message in 'N' or 'P'. ;(setq wl-summary-move-order 'unread) +;; notify mail arrival +;(setq wl-biff-check-folder-list '("%inbox")) +;(setq wl-biff-notify-hook '(ding)) + ;;; [[ Network ]] @@ -182,7 +186,6 @@ (and sequence (cadr (split-string sequence " "))))) (if (string-match -;;; "^\\s(\\(.+\\)[ :]\\([0-9]+\\)\\s)[ \t]*" "^\\s(\\(\\S)+\\)[ :]\\([0-9]+\\)\\s)[ \t]*" subject-string) (progn diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index c20958e..29cb473 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -119,6 +119,10 @@ ;; $BL$FI%a%C%;!<%8$rM%@hE*$KFI$`(B ;(setq wl-summary-move-order 'unread) +;; $BCe?.DLCN$N@_Dj(B +;(setq wl-biff-check-folder-list '("%inbox")) +;(setq wl-biff-notify-hook '(ding)) + ;;; [[ $B%M%C%H%o!<%/(B ]] @@ -187,7 +191,6 @@ (and sequence (cadr (split-string sequence " "))))) (if (string-match -;;; "^\\s(\\(.+\\)[ :]\\([0-9]+\\)\\s)[ \t]*" "^\\s(\\(\\S)+\\)[ :]\\([0-9]+\\)\\s)[ \t]*" subject-string) (progn