diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-07-16 10:05:31 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-16 10:05:31 -0400 |
commit | 3bf0c0fca01af1f9da12c3ed4113c625aa2da891 (patch) | |
tree | 83398621b8c70d8af830f3b7f564d82e6fdbf4dd /etc | |
parent | f03183fd16d7a6abe86506441b0419921da85056 (diff) |
notmuch added to sync script
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/mailsync.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/mailsync.sh b/etc/mailsync.sh index 093675f..d818cfb 100755 --- a/etc/mailsync.sh +++ b/etc/mailsync.sh @@ -37,6 +37,7 @@ do then notify "$account" "$newcount" & disown mpv --really-quiet ~/.config/mutt/etc/notify.opus + notmuch new fi done |