diff options
| author | Craig Jennings <c@cjennings.net> | 2024-11-09 13:10:42 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-11-09 13:10:42 -0600 |
| commit | 369a10c13c05be2ef33458311687fb62f138500b (patch) | |
| tree | bbe686a1415e70f5c628fa82b74a6af77dec9107 /scripts | |
| parent | b9eaa77e0dfba3d3d9024f80cff8c315bffd7599 (diff) | |
| download | dotemacs-369a10c13c05be2ef33458311687fb62f138500b.tar.gz dotemacs-369a10c13c05be2ef33458311687fb62f138500b.zip | |
minor comment improvement
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/setup-email.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/setup-email.sh b/scripts/setup-email.sh index 3525d179..964e4226 100755 --- a/scripts/setup-email.sh +++ b/scripts/setup-email.sh @@ -36,11 +36,11 @@ if ! [ -f $CMAIL ]; then echo "creating cmail directory" && mkdir -p $CMAIL; fi # -------------------------- Initial Sync ------------------------- # sync -echo "syncing email... Note: You will be asked for your password." +echo "syncing email... Note: You will be asked for your password" $MBSYNC -aV # init -echo "running mu init.." +echo "running mu init..." $MU init --maildir="$HOME/.mail" --my-address=craigmartinjennings@gmail.com --my-address=c@cjennings.net # index |
