You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/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
|