mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[provisioning] Fix mail recipe
This commit is contained in:
parent
df841e6bd2
commit
00290201d0
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ esac
|
|||
|
||||
_run "[email] Creating mail directories" mkdir -p ${HOME}/Mail/{Personal,Work,.attachments}
|
||||
_run "[email] Configuring mbsync" __mbsync_config
|
||||
_run "[email] Initializing mail database" mu init -m Mail \
|
||||
_run "[email] Initializing mail database" mu init -m ${HOME}/Mail \
|
||||
--my-address=correl@gmail.com \
|
||||
--my-address=correlr@aweber.com \
|
||||
--my-address=correlr@aweber.net
|
||||
|
|
Loading…
Reference in a new issue