diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-22 09:33:26 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-22 09:33:26 -0400 |
commit | 4d2bd99c40a0774b0d79581a7247da835a2d53ef (patch) | |
tree | 2f1c67fdfc392ed1556d64087e7c5b3bb9d19f3f | |
parent | 2183b2b469ef3e1564f84d759a59ded5c7493cd5 (diff) |
i'm dumb and blind
-rwxr-xr-x | bin/mailsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mailsync b/bin/mailsync index 08b3e93..9750ca3 100755 --- a/bin/mailsync +++ b/bin/mailsync @@ -31,4 +31,4 @@ done notmuch new 2>/dev/null #Create a touch file that indicates the time of the last run of mailsync -touch "$HOME/.config/mutt/,mailsynclastrun" +touch "$HOME/.config/mutt/.mailsynclastrun" |