From 6334ae0b376c37a78d29b7016721b84d0d1f0e48 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 17 Oct 2022 22:50:52 -0700 Subject: Add simple README --- README.org | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..15ab00d --- /dev/null +++ b/README.org @@ -0,0 +1,17 @@ +#+title: Notmuch Tag Mailinglists + +A simple script that tags any emails from mailing lists I have subscribed to at some point, to be run as a hook for [[https://notmuchmail.org/][notmuch]]. + +* Requirements + +This script requires [[https://scsh.net/][scsh]] and notmuch. + +* Installation + +Put the =notmuch-tag-mailinglists= anywhere in your =$PATH=. + +* Usage + +Call the =notmuch-tag-mailinglists= script without any arguments. + +It's recommended that this is done as part of the =post-new= hook of your notmuch configuration. -- cgit v1.2.3-54-g00ecf