From: yoichi Date: Sat, 22 Sep 2001 21:26:11 +0000 (+0000) Subject: Add biff settings X-Git-Tag: wl-2_7_5~52 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e2d93d30fc474467962d6ca64b66c1a078ef83;p=elisp%2Fwanderlust.git Add biff settings --- diff --git a/samples/en/dot.wl b/samples/en/dot.wl index cbda617..8e10a1f 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -127,6 +127,9 @@ ;; 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 '(beep)) ;;; [[ Network ]] diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 799345a..9dfba53 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -126,6 +126,9 @@ ;; 未読メッセージを優先的に読む ;(setq wl-summary-move-order 'unread) +;; 着信通知の設定 +;(setq wl-biff-check-folder-list '("%inbox")) +;(setq wl-biff-notify-hook '(beep)) ;;; [[ ネットワーク ]]