diff options
author | Karel Kočí <cynerd@email.cz> | 2022-07-02 09:44:03 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-07-02 09:44:03 +0200 |
commit | 30ebc83f8fe76da61ee9cbc6b7cd5f1f1cfc18e0 (patch) | |
tree | ec927ef2d75ef63117f1ed4199788737a1d2951d /local/bin | |
parent | c49abeb1a3e2b526dda17e71bccba1630360470f (diff) | |
download | myconfigs-30ebc83f8fe76da61ee9cbc6b7cd5f1f1cfc18e0.tar.gz myconfigs-30ebc83f8fe76da61ee9cbc6b7cd5f1f1cfc18e0.tar.bz2 myconfigs-30ebc83f8fe76da61ee9cbc6b7cd5f1f1cfc18e0.zip |
Migrate Ridcully to NixOS
Diffstat (limited to 'local/bin')
-rwxr-xr-x | local/bin/allsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local/bin/allsync b/local/bin/allsync index db64b4e..5ba912a 100755 --- a/local/bin/allsync +++ b/local/bin/allsync @@ -113,7 +113,7 @@ sec "Mail" i3_astroid --start-polling mbsync -a || fail "Mail synchronization reported failure" notmuch new -~/.local/sbin/newmail-notify || fail "Mail notifications not sent" +#~/.local/sbin/newmail-notify || fail "Mail notifications not sent" notmuch tag --batch --input="$HOME/.notmuch-tag-new" i3_astroid --stop-polling pkill -RTMIN+13 i3blocks |