From 3589c36a381a776776191752265f926a03275ff2 Mon Sep 17 00:00:00 2001
From: PRESFIL <PRESFIL@users.noreply.github.com>
Date: Sat, 23 Jan 2021 00:29:20 +0300
Subject: 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.
---
 bin/mw | 1 +
 1 file changed, 1 insertion(+)

(limited to 'bin')

diff --git a/bin/mw b/bin/mw
index 67c389d..f6fd6c0 100755
--- 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
-- 
cgit v1.2.3