From: yoichi Date: Thu, 5 Sep 2002 18:15:32 +0000 (+0000) Subject: Add sample setting to bind "b" in summary for resending message. X-Git-Tag: elmo-mark-root~9 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0c6303e235d1a7489dfbcdba3045ce9dac0e380;p=elisp%2Fwanderlust.git Add sample setting to bind "b" in summary for resending message. (Follow the suggestion from Angus Lees ) --- 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 ()