Browse Source

narration of profiles

tags/v3.1
Luke Smith 5 years ago
parent
commit
fb3a0a285f
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mw

+ 2
- 0
mw View File

@@ -18,6 +18,7 @@ case "$(uname)" in
esac esac


getprofiles() { \ getprofiles() { \
printf "Creating profiles for \`$title\`..."
offlineimap_header="[general] offlineimap_header="[general]
accounts = accounts =
starttls = yes starttls = yes
@@ -85,6 +86,7 @@ bind index,pager C noop
bind index gg first-entry bind index gg first-entry
unmailboxes * unmailboxes *
" "
printf "DONE.\\n"
} }


addaccount() { \ addaccount() { \


Loading…
Cancel
Save