From 99c07bdf32fea19379193477ed448a9602d41772 Mon Sep 17 00:00:00 2001 From: thehnm Date: Tue, 30 Jun 2020 23:37:11 +0200 Subject: [PATCH] Set isync config path to user config --- bin/mw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mw b/bin/mw index 9bf00c3..a9bc0a1 100755 --- a/bin/mw +++ b/bin/mw @@ -16,7 +16,7 @@ maildir="$HOME/.local/share/mail" # Location of mail storage namere="^[a-z_][a-z0-9_-]*$" # Regex to ensure viable username emailre=".\+@.\+\\..\+" # Regex to confirm valid email address muttshare="$prefix/share/mutt-wizard" -mbsyncrc="$HOME/.mbsyncrc" +mbsyncrc="$HOME/.config/isync/mbsyncrc" mwconfig="$muttshare/mutt-wizard.muttrc" cachedir="$HOME/.cache/mutt-wizard" muttrc="$muttdir/muttrc"