diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-02-22 08:15:54 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-22 08:15:54 -0500 |
commit | fb3a0a285f7862579833918935f7c71b7a146ce4 (patch) | |
tree | 9f6172fadb22e0db6ca1a333759ae7d13545b73e /mw | |
parent | de6bd6e5b0ea2c97b1780789d57cabb54f4ec0d4 (diff) |
narration of profiles
Diffstat (limited to 'mw')
-rwxr-xr-x | mw | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() { \ |