Add sample setting to bind "b" in summary for resending message.
authoryoichi <yoichi>
Thu, 5 Sep 2002 18:15:32 +0000 (18:15 +0000)
committeryoichi <yoichi>
Thu, 5 Sep 2002 18:15:32 +0000 (18:15 +0000)
(Follow the suggestion from Angus Lees <gus@inodes.org>)

samples/en/dot.wl
samples/ja/dot.wl

index 20874b1..58557ef 100644 (file)
 
 ;;; [[ 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 ()
index 20eeaa0..735aeeb 100644 (file)
 
 ;;; [[ \e$BFC<l$J@_Dj\e(B ]]
 
+;; \e$B%5%^%j$G$N\e(B "b" \e$B$r%a%C%;!<%8:FAw$K$9$k\e(B (mutt \e$B$N\e(B "b"ounce)
+;(add-hook 'wl-summary-mode-hook
+;        '(lambda ()
+;           (define-key wl-summary-mode-map "b" 'wl-summary-resend-message)
+;           ))
+
 ;; \e$B%0%k!<%W$r\e(Bcheck\e$B$7$?8e$KL$FI$,$"$k%U%)%k%@$N%0%k!<%W$r<+F0E*$K3+$/\e(B
 ;(add-hook 'wl-folder-check-entity-hook
 ;        '(lambda ()