summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-08 02:52:10 +0100
committerjao <jao@gnu.org>2021-06-08 02:52:10 +0100
commit32ad514876fe48362daf1bee3a9a6d6af6b68134 (patch)
tree1072c3d568208e73711a3669a429f4c8ebfd6fe6 /email.org
parentbc2a199ea92b1ba3fed47414c74540e49412b021 (diff)
downloadelibs-32ad514876fe48362daf1bee3a9a6d6af6b68134.tar.gz
elibs-32ad514876fe48362daf1bee3a9a6d6af6b68134.tar.bz2
list tagging
Diffstat (limited to 'email.org')
-rw-r--r--email.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/email.org b/email.org
index e2a07fb..c67a9d0 100644
--- a/email.org
+++ b/email.org
@@ -719,6 +719,10 @@
done
}
+ function tag_list () {
+ notmuch tag "+$1" -- tag:new AND List:${2:-$1}
+ }
+
tag_directory bigml
tag_directory jao
tag_directory feeds
@@ -729,8 +733,14 @@
-- "$nbml (List:bigmlcom/wintermute OR List:bigmlcom/universe)"
notmuch tag +support -inbox -drivel -lists \
-- "$nbml (List:support OR List:education)"
+
notmuch tag +gmane -- tag:new AND folder:/gmane/
+ for l in notmuch haskell emacs-devel emacs-diffs emacs; do
+ tag_list $l
+ done
+ tag_list emacs-bugs bug-gnu-emacs
+
#+end_src
*** expiry shell script
#+begin_src bash :shebang "#!/bin/bash" :tangle ./bin/notmuch-expire.sh :tangle-mode (identity #o755)