Commit | Line | Data |
---|---|---|
0b305109 AB |
1 | #!/bin/sh |
2 | afew -tn | |
1dbe5f7f AB |
3 | |
4 | # apply tags to lists | |
161c93e9 AB |
5 | notmuch tag +lists +lists/deepspec -- folder:amin/lists/deepspec |
6 | notmuch tag +lists +lists/haskell-cafe -- folder:amin/lists/haskell-cafe | |
7 | notmuch tag +lists +lists/haskell-weekly -- folder:amin/lists/haskell-weekly | |
8 | notmuch tag +lists +lists/hackernewsletter -- folder:amin/lists/hackernewsletter | |
c66eea7d AB |
9 | notmuch tag +lists +lists/notmuch -- folder:amin/lists/notmuch |
10 | notmuch tag +lists +lists/info-gnu-emacs -- folder:amin/lists/info-gnu-emacs | |
11 | notmuch tag +lists +lists/help-gnu-emacs -- folder:amin/lists/help-gnu-emacs | |
12 | notmuch tag +lists +lists/emacs-devel -- folder:amin/lists/emacs-devel |