Closed lenormf closed 4 years ago
I've tested these modifications with the following:
~/.config/offlineimap/config
[Account github] postsynchook = ~/.config/offlineimap/synchook.sh
synchook.sh
#!/bin/sh cd ~/mail notmuch new if [ "${OIMAP_ACCOUNT_NAME}" = "github" ] \ && [ "${OIMAP_HOOK_NAME}" = "postsynchook" ]; then notmuch tag +github_notification -- from:notifications@github.com fi
Good commit quality. Applied into the 'next' branch. Thank you!
This PR
Additional information
I've tested these modifications with the following:
~/.config/offlineimap/config
synchook.sh