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