msgstore: restore the directoryChange bool to fix new message bell #576
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
on: push | |
jobs: | |
macos: | |
runs-on: macos-latest | |
env: | |
DESTDIR: ./out | |
GOFLAGS: "-tags=notmuch" | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-go@v2 | |
- run: brew install gnupg notmuch scdoc | |
- run: make | |
- run: make install | |
- run: make checkinstall | |
- run: make tests |