bye sup, hi notmuch/alot
This commit is contained in:
parent
911acc84d4
commit
55376c70d7
16 changed files with 167 additions and 177 deletions
8
notmuch-hooks/post-new
Executable file
8
notmuch-hooks/post-new
Executable 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
2
notmuch-hooks/pre-new
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
mbsync -qq ugent gmail
|
Loading…
Add table
Add a link
Reference in a new issue