\e$B?7$7$$%a!<%k$,FO$$$?:]$K<B9T$5$l$k%U%C%/!#\e(B
\e$BCe?.;~$K%S!<%W2;$rLD$i$9!J=i4|@_Dj!K$J$i0J2<$N$h$&$K@_Dj$7$^$9!#\e(B
@lisp
-(setq wl-biff-notify-hook '(beep))
+(setq wl-biff-notify-hook '(ding))
@end lisp
-\e$B2;$rLD$i$5$J$$>l9g$O\e(B @code{nil} \e$B$K@_Dj$7$F$/$@$5$$!#\e(B
+\e$B2;$rLD$i$7$?$j$7$J$$>l9g$O\e(B @code{nil} \e$B$K@_Dj$7$F$/$@$5$$!#\e(B
@end table
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
;; 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.
;; 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
;; 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 ]]
(and sequence
(cadr (split-string sequence " ")))))
(if (string-match
-;;; "^\\s(\\(.+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
"^\\s(\\(\\S)+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
subject-string)
(progn
;; \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 '(ding))
+
;;; [[ \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