diff --git a/system/desktop/mail-stuff.nix b/system/desktop/mail-stuff.nix index 138f996..b3dca26 100644 --- a/system/desktop/mail-stuff.nix +++ b/system/desktop/mail-stuff.nix @@ -286,6 +286,15 @@ in { macro pager S "-inbox -unread +junk\n" # tag as Junk mail macro pager s "-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 "" # reply to all + macro index R "" # reply + macro pager r "" # reply to all + macro pager R "" # reply + bind index A noop bind index a noop