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:
parent
41d460284e
commit
1311c30e84
3 changed files with 9 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue