mutt-wizard

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3bf0c0fca01af1f9da12c3ed4113c625aa2da891
parent f03183fd16d7a6abe86506441b0419921da85056
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Mon, 16 Jul 2018 10:05:31 -0400

notmuch added to sync script

Diffstat:
Metc/mailsync.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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