mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 11:43:03 +03:00
6 lines
231 B
Bash
Executable file
6 lines
231 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# [[file:../../../Mail.org::*=post_new=][=post_new=:1]]
|
|
notmuch tag +main "path:thexcloud/** AND tag:new"
|
|
notmuch tag +progin "path:progin6304/** AND tag:new"
|
|
notmuch tag -new "tag:new"
|
|
# =post_new=:1 ends here
|