bye sup, hi notmuch/alot

This commit is contained in:
Felix Van der Jeugt 2017-04-27 18:51:18 +02:00
parent 911acc84d4
commit 55376c70d7
No known key found for this signature in database
GPG key ID: 58B209295023754D
16 changed files with 167 additions and 177 deletions

8
notmuch-hooks/post-new Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
# notify for new messages
notmuch search tag:new | cut -d' ' --complement -f1 | xargs -0 --no-run-if-empty notify-send
# finally, put new messages in the inbox
notmuch tag +inbox -new -- tag:new

2
notmuch-hooks/pre-new Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
mbsync -qq ugent gmail