\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
;; notify mail arrival
;(setq wl-biff-check-folder-list '("%inbox"))
-;(setq wl-biff-notify-hook '(beep))
+;(setq wl-biff-notify-hook '(ding))
+
;;; [[ Network ]]
;; \e$BCe?.DLCN$N@_Dj\e(B
;(setq wl-biff-check-folder-list '("%inbox"))
-;(setq wl-biff-notify-hook '(beep))
+;(setq wl-biff-notify-hook '(ding))
+
;;; [[ \e$B%M%C%H%o!<%/\e(B ]]