From 90add5930995a3501590ba8edb44d0c3aba7e2fa Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 4 Sep 2019 09:13:18 -0400 Subject: [PATCH] Set #afew to move mail when checking mail --- systemd/.config/systemd/user/checkmail.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/.config/systemd/user/checkmail.sh b/systemd/.config/systemd/user/checkmail.sh index 224c1df..ad1cb24 100755 --- a/systemd/.config/systemd/user/checkmail.sh +++ b/systemd/.config/systemd/user/checkmail.sh @@ -7,6 +7,7 @@ then mbsync -a notmuch new afew --tag --new + afew --m --new exit 0 fi echo "No internet connection"