blob: ef985c0f2d2e9fe61ae51d8d692687c5d66cb8db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/run/current-system/profile/bin/bash
notmuch tag +work -- folder:/work/
notmuch tag +home -- folder:/home/
notmuch tag +receipt -- path:/home/Archive/Receipt/
notmuch tag +important -- path:/home/Archive/Important/
notmuch tag +ticket -- path:/home/Archive/Tickets/
notmuch tag +flight -- path:/home/Archive/Flight/
afew --tag --new
|