8 lines
311 B
Bash
Executable file
8 lines
311 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# notmuch tag +school -new -- "path:school/**"
|
|
# notmuch tag -inbox -new +sent from:daniel@ficd.ca or from:fichtinger.d@queensu.ca or from:18daf3@queensu.ca or from:ficcdaf@proton.me
|
|
# # notmuch tag +inbox -new -- "path:*/INBOX/*"
|
|
# notmuch tag +personal -new -- "path:personal/**"
|
|
|
|
afew --tag --new
|