Only synchronize the affected mailbox on send
This commit is contained in:
parent
d8b3acb07b
commit
6adc63bf71
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue