added daemon options

This commit is contained in:
kaylee 2024-02-02 09:00:11 +00:00
parent f7af23ec3f
commit 9cb629ff66
1 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@ alerts u when u have unread messages by adding 📬 to your bash prompt
### check mode
- `--mailbox-char [c]`: specify your own character instead of 📬
- `--mailbox-symbol [string]`: specify your own character instead of 📬
- `--no-count`: by default, if you have multiple messages you will get `(n) 📬` in your PS1. this option turns that off.
### daemon mode
- `-- config [path]`: path to config file in `muttrc` format