5 lines
151 B
Bash
Executable file
5 lines
151 B
Bash
Executable file
#!/bin/sh
|
|
|
|
notmuch tag +school -new -- "path:school/**"
|
|
# notmuch tag +inbox -new -- "path:*/INBOX/*"
|
|
notmuch tag +personal -new -- "path:personal/**"
|