narration of profiles

This commit is contained in:
Luke Smith 2019-02-22 08:15:54 -05:00
parent de6bd6e5b0
commit fb3a0a285f
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

2
mw
View File

@ -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() { \