|
#!/bin/sh
|
|
|
|
# For mail my other MUAs has moved
|
|
|
|
# Look for archived mail that have inbox. Remove inbox.
|
|
notmuch tag -inbox -- folder:INBOX.Archive tag:inbox
|
|
notmuch tag -inbox -- tag:inbox AND tag:gmail NOT folder:gmail/INBOX
|
|
|
|
# Initial tagging for new mail
|
|
afew --tag --new
|