From bd30a3634f292db38ff7054dd9a00659e8603666 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 11 Mar 2021 07:08:41 +0100 Subject: [PATCH] mail configure reply --- system/desktop/mail-stuff.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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