mail configure reply
This commit is contained in:
parent
4dc9aa3b7f
commit
bd30a3634f
1 changed files with 9 additions and 0 deletions
|
@ -286,6 +286,15 @@ in {
|
|||
macro pager S "<modify-labels-then-hide>-inbox -unread +junk\n" # tag as Junk mail
|
||||
macro pager s "<modify-labels>-junk\n" # tag as Junk mail
|
||||
|
||||
bind index r noop
|
||||
bind index R noop
|
||||
bind pager r noop
|
||||
bind pager R noop
|
||||
macro index r "<group-reply>" # reply to all
|
||||
macro index R "<reply>" # reply
|
||||
macro pager r "<group-reply>" # reply to all
|
||||
macro pager R "<reply>" # reply
|
||||
|
||||
|
||||
bind index A noop
|
||||
bind index a noop
|
||||
|
|
Loading…
Reference in a new issue