| 1 |
# MAKE SURE YOU CHANGE THE OPTIONS BELOW TO SUIT YOUR SYSTEM |
| 2 |
|
| 3 |
[gmail] |
| 4 |
# Your GoogleMail username (your email address without @gmail.com) |
| 5 |
username = gmail_username |
| 6 |
# Your GoogleMail password |
| 7 |
password = gmail_password |
| 8 |
|
| 9 |
# Check interval defines (in seconds) how often should GoogleMail |
| 10 |
# Sentinel should check for new mail in your inbox |
| 11 |
checkinterval = 60 |
| 12 |
|
| 13 |
[media] |
| 14 |
# The path where is located the media (icons). |
| 15 |
path = /usr/local/share/gmail-sentinel/media/ |
| 16 |
|
| 17 |
[plugins] |
| 18 |
# Path to the plugins directory |
| 19 |
path = /usr/local/share/gmail-sentinel/plugins |
| 20 |
# List of the files in plugins directory to load |
| 21 |
list = dummy libnotify |
| 22 |
|
| 23 |
[plugin-DummyPlugin] |
| 24 |
key = value |
| 25 |
|
| 26 |
[plugin-NotifyPlugin] |
| 27 |
# Timeout in seconds for the notification |
| 28 |
timeout = 5 |
| 29 |
# icon path |
| 30 |
iconfile = /usr/local/share/gmail-sentinel/media/active.png |
| 31 |
browser = firefox |