neomutt: make group reply the default

This commit is contained in:
Gabriel Ebner 2018-07-04 16:15:00 +02:00
parent 1ce85c8468
commit 78c26203e5
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ bind index,pager + entire-thread
bind index,pager \` modify-labels bind index,pager \` modify-labels
bind index,pager \\ vfolder-from-query bind index,pager \\ vfolder-from-query
bind index,pager r group-reply
set include=yes
set fast_reply=yes
macro index,pager G "!/home/gebner/etc/sync_mail.sh\n" macro index,pager G "!/home/gebner/etc/sync_mail.sh\n"
set query_command="khard email --parsable %s" set query_command="khard email --parsable %s"