commit ff32d47fa50a263e05711489152636338e78eec1
parent cc68e73361f031b7819d2a6feb04af42f06e0a3f
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 12 Sep 2012 12:46:27 +0200
improved reply logic: group reply defaults and asks cc confirmation
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/mutt/general b/src/mutt/general
@@ -70,6 +70,8 @@ set weed = yes
 ################
 ## Reply options
 set reply_to = ask-yes
+set askcc = yes
+
 
 ##################
 ## Sending options
diff --git a/src/mutt/keybindings b/src/mutt/keybindings
@@ -25,6 +25,8 @@ bind index   j	     next-entry
 bind index   <up>    previous-entry
 bind index   k 	     previous-entry
 
+# group reply by default
+bind index,pager	r	group-reply
 
 bind pager w search
 bind pager \n noop	# PINE prints "No default action for this menu."