[mail] Update TLS fingerprint and fix syncmail script

This commit is contained in:
2020-10-30 09:53:24 -04:00
parent b1dcc289e5
commit 992e06c212
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,3 @@
#!/bin/sh
notmuch search --output=files tag:deleted | xargs -r rm
notmuch new
muchsync mail.local
exit 0
OUTPUT=$(script -c "muchsync mail.local > $(tty)")
notify-send "New mail" "$OUTPUT"