From 8e09df4ea9483f50139a75a0cadb450d7ff1b503 Mon Sep 17 00:00:00 2001
From: Andrey Drobyshev <drmtmych@gmail.com>
Date: Mon, 26 Feb 2018 00:31:02 +0300
Subject: Clear mailboxes list before its assignment.

On account change new account's mailboxes are being appended to the old
one's. This commit forces mailboxes list to be cleared before adding new
items to it.
---
 autoconf/mutt_profile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/autoconf/mutt_profile b/autoconf/mutt_profile
index 6983f5b..4064ced 100644
--- a/autoconf/mutt_profile
+++ b/autoconf/mutt_profile
@@ -16,3 +16,4 @@ set ssl_force_tls = yes
 
 bind index,pager g noop
 bind index gg first-entry
+unmailboxes *
-- 
cgit v1.2.3