]> Pileus Git - ~andy/fetchmail/blob - contrib/gotmail.conf
Note Earl's regression fix for SSL_CTX_clear_options() on older OpenSSL.
[~andy/fetchmail] / contrib / gotmail.conf
1 #!/bin/sh
2
3 # Print Statistiks for Error-Messages
4   export GOTM_ERR="yes"
5 # Print Statistiks for fetched Messages
6   export GOTM_MSG="yes"
7 # Print Statistiks for Start/Stop-Messages
8   export GOTM_TIM="yes"
9 # Print Statistiks with Header
10   export GOTM_HED="yes"
11
12 # Special HTML Options
13
14 # Background Color
15   export GOTM_BGCOL="#FFFFFF"
16 # Text Color
17   export GOTM_TXCOL="#000000"
18 # Error-Messages Color
19   export GOTM_ERRCOL="#DD3030"
20 # Start/Stop-Messages Color
21   export GOTM_TIMCOL="#30FF30"
22 # Normal Messages Color
23   export GOTM_MSGCOL="#FDFCCC"
24 # Ouput File
25   export GOTM_HTMLFILE="/usr/local/gotmail/gotmail.html"