diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-01-03 16:18:29 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-01-03 16:18:29 +0100 |
commit | f7ba6813339a00e45959c10c96b249326419c10b (patch) | |
tree | 201ddc357b7b21756e783f888254b88900b89164 /.bin/nmutt | |
parent | 21f8635c982d4d86e88fcad8e7b94b087641fb11 (diff) | |
download | dots-f7ba6813339a00e45959c10c96b249326419c10b.tar.gz |
Mon Jan 3 04:18:29 PM CET 2022
Diffstat (limited to '.bin/nmutt')
-rwxr-xr-x | .bin/nmutt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,6 +17,6 @@ export MAIL_PASSWORD=$(get-pass "mailbox") # get-mailbox-imap imap.${MAIL_SERVER} ${MAIL_USERNAME}@${MAIL_SERVER} ${MAIL_PASSWORD} # offlineimap --dry-run -# mbsync -a +mbsync -a exec neomutt ${@} |