From b0c6303e235d1a7489dfbcdba3045ce9dac0e380 Mon Sep 17 00:00:00 2001 From: yoichi Date: Thu, 5 Sep 2002 18:15:32 +0000 Subject: [PATCH] Add sample setting to bind "b" in summary for resending message. (Follow the suggestion from Angus Lees ) --- samples/en/dot.wl | 6 ++++++ samples/ja/dot.wl | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 20874b1..58557ef 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -177,6 +177,12 @@ ;;; [[ Special Setting ]] +;; bind "b" in Summary to resend-message (ala mutt's "b"ounce) +;(add-hook 'wl-summary-mode-hook +; '(lambda () +; (define-key wl-summary-mode-map "b" 'wl-summary-resend-message) +; )) + ;; open unread group folder after checking. ;(add-hook 'wl-folder-check-entity-hook ; '(lambda () diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 20eeaa0..735aeeb 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -176,6 +176,12 @@ ;;; [[ 特殊な設定 ]] +;; サマリでの "b" をメッセージ再送にする (mutt の "b"ounce) +;(add-hook 'wl-summary-mode-hook +; '(lambda () +; (define-key wl-summary-mode-map "b" 'wl-summary-resend-message) +; )) + ;; グループをcheckした後に未読があるフォルダのグループを自動的に開く ;(add-hook 'wl-folder-check-entity-hook ; '(lambda () -- 1.7.10.4