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
#!/bin/bash | |
usage="usage: $(basename "$0") [-hn] ACCOUNT | |
Check an offlineimap account's mail directory for new messages and trigger notification | |
where: | |
-h show this help text | |
ACCOUNT the offlineimap account name" |