Synchronize mailboxes when sending mail
This commit is contained in:
parent
d8e75cdfe3
commit
d8b3acb07b
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
nix-shell -p python38
|
||||
python ~/.local/bin/MIMEmbellish | msmtp -a $1 -t
|
||||
nix-shell -p python38 --command "python ~/.local/bin/MIMEmbellish | msmtp -a $1 -t"
|
||||
mbsync -a
|
||||
notmuch new
|
||||
|
|
Loading…
Reference in New Issue