From 98d41aa9374b033f194f940ba3983babc29e5ef8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 7 Nov 2018 12:15:57 -0800 Subject: Configure email --- mutt/notmuch-hook.sh | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 mutt/notmuch-hook.sh (limited to 'mutt') diff --git a/mutt/notmuch-hook.sh b/mutt/notmuch-hook.sh deleted file mode 100755 index 15b9362..0000000 --- a/mutt/notmuch-hook.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/usr/bin/env sh - -notmuch new - -# retag all "new" messages "inbox" and "unread" -notmuch tag +inbox +unread -new -- tag:new - -# tag all messages from "me" as sent -notmuch tag +sent -inbox -unread -- from:ben@bsima.me - -# tag TODOs from myself, always mark as unread so I'm forced to process them -notmuch tag +todo -inbox +unread -- subject:TODO and from:ben@bsima.me and to:ben@bsima.me - -# tag some newsletters, but don't show them in inbox -notmuch tag +newsletters -inbox -- \ - from:the-morning-paper@onelanday.co.uk or \ - from:newsletter@fightaging.org or \ - subject:'The Reading List Email*' or \ - from:info@haskellweekly.news or \ - from:kale@hackernewsletter.com - -# tag logwatch emails & remove from inbox -notmuch tag +logwatch -new -inbox -- subject:'Logwatch*' - -# tag job-related emails -notmuch tag +jobs -inbox -- \ - from:alist.co or \ - from:angel.co or \ - from:stackoverflow.com or \ - from:stackoverflow.email or \ - from:cdmtechnology.com or \ - subject:job - -# tag github emails -notmuch tag +github -inbox -- from:github.com -- cgit v1.2.3