diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-23 20:35:46 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-23 20:35:46 -0400 |
| commit | 27d08f99680729c085b879df907566d6e50b5fdb (patch) | |
| tree | 368e2de3a12c542cb9866d695cfd95dd8b28296c | |
| parent | 10deec70e3c7a707ad0bd0fe5e2fa50a5187cf90 (diff) | |
| download | mutt-wizard-27d08f99680729c085b879df907566d6e50b5fdb.tar.gz | |
notmuch only now runs once
| -rwxr-xr-x | etc/mailsync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mailsync.sh b/etc/mailsync.sh index d818cfb..b673ecf 100755 --- a/etc/mailsync.sh +++ b/etc/mailsync.sh @@ -37,9 +37,9 @@ do then notify "$account" "$newcount" & disown mpv --really-quiet ~/.config/mutt/etc/notify.opus - notmuch new fi done +notmuch new #Create a touch file that indicates the time of the last run of mailsync touch ~/.config/mutt/etc/mailsynclastrun |