From fb3a0a285f7862579833918935f7c71b7a146ce4 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 22 Feb 2019 08:15:54 -0500 Subject: [PATCH] narration of profiles --- mw | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mw b/mw index d28b4b7..5ac4a11 100755 --- a/mw +++ b/mw @@ -18,6 +18,7 @@ case "$(uname)" in esac getprofiles() { \ + printf "Creating profiles for \`$title\`..." offlineimap_header="[general] accounts = starttls = yes @@ -85,6 +86,7 @@ bind index,pager C noop bind index gg first-entry unmailboxes * " + printf "DONE.\\n" } addaccount() { \