mail configure reply

This commit is contained in:
Ingolf Wagner 2021-03-11 07:08:41 +01:00
parent 4dc9aa3b7f
commit bd30a3634f
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -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