dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 56c2a12d7ee6d8f26d4393cdff7e810e18940627
parent 9f538bbbb4e4c0cffb4502997d6ea4466fdab155
Author: Ashymad <czilukim@o2.pl>
Date:   Wed, 18 Oct 2017 12:59:31 +0200

Add notifymch

Diffstat:
M.config/astroid/poll.sh | 5++++-
A.config/notifymuch/notifymuch.cfg | 6++++++
M.gitignore | 1+
3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/.config/astroid/poll.sh b/.config/astroid/poll.sh @@ -32,5 +32,8 @@ notmuch tag --batch <<EOF +inbox tag:new and folder:o2/INBOX or folder:freeos/INBOX or folder:agh/INBOX +archive tag:new and folder:o2/INBOX.Archive or folder:freeos/Archive or folder:agh/Archives +draft tag:new and folder:o2/Drafts or folder:freeos/Drafts or folder:agh/Drafts - -new tag:new EOF + +notifymuch + +notmuch tag -new tag:new diff --git a/.config/notifymuch/notifymuch.cfg b/.config/notifymuch/notifymuch.cfg @@ -0,0 +1,6 @@ +[notifymuch] +query = tag:new and tag:inbox +mail_client = astroid +recency_interval_hours = 48 +hidden_tags = inbox unread attachment replied sent encrypted signed + diff --git a/.gitignore b/.gitignore @@ -22,4 +22,5 @@ !.config/fish/* !.config/whipper/* !.cmus/* +!.config/notifymuch/* *~