4 lines
119 B
Bash
Executable file
4 lines
119 B
Bash
Executable file
#!/bin/sh
|
|
|
|
notmuch tag +school -new -- "is:new path:school/**"
|
|
notmuch tag +personal -new -- "is:new path:personal/**"
|