diff options
author | Amin Bandali <amin@aminb.org> | 2017-12-28 01:45:29 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-12-28 01:45:29 -0500 |
commit | c66eea7d760f37e9b1b86c0ec603590fad31ceec (patch) | |
tree | 7c5f2ea34ef1bba40a48873a9dd5445b0eba3d28 /notmuch/mail/.notmuch/hooks/post-new | |
parent | d294b87b39e2e0d165872aaf947b4a5146e9b397 (diff) | |
download | configs-c66eea7d760f37e9b1b86c0ec603590fad31ceec.tar.gz configs-c66eea7d760f37e9b1b86c0ec603590fad31ceec.tar.xz configs-c66eea7d760f37e9b1b86c0ec603590fad31ceec.zip |
notmuch: handle new mailing lists
Diffstat (limited to '')
-rwxr-xr-x | notmuch/mail/.notmuch/hooks/post-new | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/notmuch/mail/.notmuch/hooks/post-new b/notmuch/mail/.notmuch/hooks/post-new index 01ec2d2..d995f9b 100755 --- a/notmuch/mail/.notmuch/hooks/post-new +++ b/notmuch/mail/.notmuch/hooks/post-new @@ -6,3 +6,7 @@ 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 +notmuch tag +lists +lists/notmuch -- folder:amin/lists/notmuch +notmuch tag +lists +lists/info-gnu-emacs -- folder:amin/lists/info-gnu-emacs +notmuch tag +lists +lists/help-gnu-emacs -- folder:amin/lists/help-gnu-emacs +notmuch tag +lists +lists/emacs-devel -- folder:amin/lists/emacs-devel |