diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-29 01:23:20 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-29 01:23:20 -0400 |
commit | 25869427afed90745b6b65cc6072c24caa2d8373 (patch) | |
tree | c0759702901f0cb74c7948bfe254283c368594fe /notmuch/mail/.notmuch/hooks | |
parent | 590276739114ee21891a9aab06a05938d80db544 (diff) | |
download | configs-25869427afed90745b6b65cc6072c24caa2d8373.tar.gz configs-25869427afed90745b6b65cc6072c24caa2d8373.tar.xz configs-25869427afed90745b6b65cc6072c24caa2d8373.zip |
[rc/{notmuch,offlineimap}] migrate to new literate setup
Diffstat (limited to 'notmuch/mail/.notmuch/hooks')
-rwxr-xr-x | notmuch/mail/.notmuch/hooks/post-new | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/notmuch/mail/.notmuch/hooks/post-new b/notmuch/mail/.notmuch/hooks/post-new deleted file mode 100755 index d995f9b..0000000 --- a/notmuch/mail/.notmuch/hooks/post-new +++ /dev/null @@ -1,12 +0,0 @@ -#!/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 -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 |