mail: Fix mail filtering

Fixed correct filtering of inbox stuff in afew (moving archived mails
out of inbox, moving trash into GMail Trash).
This commit is contained in:
Marty Oehme 2020-10-01 09:04:24 +02:00
parent 41d460284e
commit 1311c30e84
Signed by: Marty
GPG key ID: B7538B8F50A1C800
3 changed files with 9 additions and 6 deletions

View file

@ -32,7 +32,9 @@ posthook() {
fi
notmuch new 2>/dev/null
afew --tag --new -C "${XDG_CONFIG_HOME:-/home/marty/.config}/notmuch/config"
afew --tag --new
afew --move-mail --new
afew --tag --new
countnew
}