commit 3589c36a381a776776191752265f926a03275ff2
parent 7a900554681bfd3a270627b5ec9629b6af78b51f
Author: PRESFIL <PRESFIL@users.noreply.github.com>
Date: Sat, 23 Jan 2021 00:29:20 +0300
Fix: `macro index o` overlapping with next account
When the transition is made from an offline profile to an online
profile, there is still someone else's macro - side effects...
Variables, macros, and so on must be taken-into-account
**symmetrically** with any of the `mutt-wizard`'s profiles.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/mw b/bin/mw
@@ -122,6 +122,7 @@ bind index,pager g noop
bind index,pager M noop
bind index,pager C noop
bind index gg first-entry
+unmacro index o
unmailboxes *
"
fi