forked from kaylee/uvgotmail
		
	updated readme
This commit is contained in:
		
							parent
							
								
									d10bf5b7ff
								
							
						
					
					
						commit
						16ba974df7
					
				@ -5,8 +5,8 @@ alerts u when u have unread messages by adding 📬 to your bash prompt
 | 
				
			|||||||
## USAGE:
 | 
					## USAGE:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- configure your imap server in `~/.uvgotmail/config` file. you can also use an existing `.muttrc` file.
 | 
					- 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
 | 
					- 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
 | 
					- find the line where your PS1 is set and put `\$(./uvgotmail.py --check)` at the start
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## OPTIONS:
 | 
					## OPTIONS:
 | 
				
			||||||
@ -30,4 +30,4 @@ alerts u when u have unread messages by adding 📬 to your bash prompt
 | 
				
			|||||||
    server=mail.domain.com
 | 
					    server=mail.domain.com
 | 
				
			||||||
    port=993
 | 
					    port=993
 | 
				
			||||||
    user=user@domain.com
 | 
					    user=user@domain.com
 | 
				
			||||||
    password=ThisIsMyPassword
 | 
					    password=ThisIsMyPassword
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user