]> granicus.if.org Git - mutt/commitdiff
Change OPTIGNOREMACROEVENTS to actuallly ignore macros instead of throwing errors...
authorOneric <Nyff@protonmail.ch>
Fri, 26 Jul 2019 11:54:12 +0000 (13:54 +0200)
committerOneric <Nyff@protonmail.ch>
Fri, 26 Jul 2019 11:54:12 +0000 (13:54 +0200)
keymap.c

index adea4224fbade059666c5115e983cf2475c74f2b..1fa00de7f3b31ad5821ece3003f10138679b877e 100644 (file)
--- a/keymap.c
+++ b/keymap.c
@@ -544,8 +544,7 @@ int km_dokey (int menu)
 
       if (option (OPTIGNOREMACROEVENTS))
       {
-       mutt_error _("Macros are currently disabled.");
-       return -1;
+       return OP_NULL;
       }
 
       if (n++ == 10)