From e5beb658b6ef6eb2bc04ea03d4a24aadd149b717 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 25 Sep 2001 15:03:20 +0000 Subject: [PATCH] Fix. --- samples/en/dot.wl | 10 +++++----- samples/ja/dot.wl | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 8e10a1f..bf47d01 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -89,16 +89,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. @@ -121,8 +121,8 @@ ;; 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) diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 9dfba53..43ade4a 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -121,7 +121,7 @@ ;(setq wl-auto-select-next t) ;; 未読がないフォルダは飛ばす(SPCキーだけで読み進める場合は便利) -;(setq wl-summary-next-no-unread 'skip-no-unread) +;(setq wl-auto-select-next 'skip-no-unread) ;; 未読メッセージを優先的に読む ;(setq wl-summary-move-order 'unread) -- 1.7.10.4