blob: 01ec2d22432bac361f5828d91f4befa65cf87d88 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/sh
afew -tn
# apply tags to lists
notmuch tag +lists +lists/deepspec -- folder:amin/lists/deepspec
notmuch tag +lists +lists/haskell-cafe -- folder:amin/lists/haskell-cafe
notmuch tag +lists +lists/haskell-weekly -- folder:amin/lists/haskell-weekly
notmuch tag +lists +lists/hackernewsletter -- folder:amin/lists/hackernewsletter
|