| 1 | #!/bin/sh |
| 2 | afew -tn |
| 3 | |
| 4 | # apply tags to lists |
| 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 |
| 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 |