updated readme

This commit is contained in:
kaylee 2024-02-02 23:36:27 +00:00
parent d10bf5b7ff
commit 16ba974df7
1 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ alerts u when u have unread messages by adding 📬 to your bash prompt
## USAGE:
- configure your imap server in `~/.uvgotmail/config` file. you can also use an existing `.muttrc` file.
- add `./uvgotmail.py --daemon &` to the end of your `.bashrc` file
- find the line where your PS1 is set and put `$(./uvgotmail.py --check)` at the start
- add `(./uvgotmail.py --daemon &)` to the end of your `.bashrc` file
- find the line where your PS1 is set and put `\$(./uvgotmail.py --check)` at the start
## OPTIONS:
@ -30,4 +30,4 @@ alerts u when u have unread messages by adding 📬 to your bash prompt
server=mail.domain.com
port=993
user=user@domain.com
password=ThisIsMyPassword
password=ThisIsMyPassword