summaryrefslogtreecommitdiffstats
path: root/.bin/nmutt
diff options
context:
space:
mode:
Diffstat (limited to '.bin/nmutt')
-rwxr-xr-x.bin/nmutt5
1 files changed, 1 insertions, 4 deletions
diff --git a/.bin/nmutt b/.bin/nmutt
index 2ea8170..f8172b1 100755
--- a/.bin/nmutt
+++ b/.bin/nmutt
@@ -15,8 +15,5 @@ export MAIL_SERVER=$(get_param "${NMUTT_CONFIGURATION_FILE}" "my_server")
export MAIL_USERNAME=$(get_param "${NMUTT_CONFIGURATION_FILE}" "my_user")
export MAIL_PASSWORD=$(get-pass "mailbox")
-# get-mailbox-imap imap.${MAIL_SERVER} ${MAIL_USERNAME}@${MAIL_SERVER} ${MAIL_PASSWORD}
-# offlineimap --dry-run
-mbsync -a
-
+notmuch new
exec neomutt ${@}
remember that computers suck.