From 68b192629fd63cf71d86e45548fe92279d598505 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Thu, 7 Nov 2024 16:02:26 +0100 Subject: update email --- bin/korgmail | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'bin/korgmail') diff --git a/bin/korgmail b/bin/korgmail index 1a914e0..3741930 100755 --- a/bin/korgmail +++ b/bin/korgmail @@ -1,7 +1,5 @@ #!/bin/bash -MUTT=`which neomutt` -MUTTRC="~/.mutt/muttrc-local-korg" - -$MUTT -F $MUTTRC - +MAIL_DIR=/home/cmaiolino/Mail/kernel +export NOTMUCH_CONFIG=$MAIL_DIR/notmuch-config +neomutt -F ~/.mutt/muttrc-kernel -- cgit v1.2.3