From 6adc63bf71a4927c4574f16f3de45a3bfe89337a Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 16 Jun 2021 14:46:09 +0200 Subject: [PATCH] Only synchronize the affected mailbox on send --- neomutt/.config/neomutt/etc/sendmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neomutt/.config/neomutt/etc/sendmail b/neomutt/.config/neomutt/etc/sendmail index f7a8f3e..adb3877 100755 --- a/neomutt/.config/neomutt/etc/sendmail +++ b/neomutt/.config/neomutt/etc/sendmail @@ -1,5 +1,5 @@ #!/bin/sh nix-shell -p python38 --command "python ~/.local/bin/MIMEmbellish | msmtp -a $1 -t" -mbsync -a +mbsync "$1" notmuch new