From e7b2188fe8dd715603dbd509fc62de6e872933a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Tue, 4 Jan 2022 18:16:12 +0100 Subject: Tue Jan 4 06:16:12 PM CET 2022 --- .bin/nmutt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.bin/nmutt') 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 ${@} -- cgit v1.2.3