gotmail.conf
上传用户:xxcykj
上传日期:2007-01-04
资源大小:727k
文件大小:1k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. #!/bin/sh
  2. # Print Statistiks for Error-Messages
  3.   export GOTM_ERR="yes"
  4. # Print Statistiks for fetched Messages
  5.   export GOTM_MSG="yes"
  6. # Print Statistiks for Start/Stop-Messages
  7.   export GOTM_TIM="yes"
  8. # Print Statistiks with Header
  9.   export GOTM_HED="yes"
  10. # Special HTML Options
  11. # Background Color
  12.   export GOTM_BGCOL="#FFFFFF"
  13. # Text Color
  14.   export GOTM_TXCOL="#000000"
  15. # Error-Messages Color
  16.   export GOTM_ERRCOL="#DD3030"
  17. # Start/Stop-Messages Color
  18.   export GOTM_TIMCOL="#30FF30"
  19. # Normal Messages Color
  20.   export GOTM_MSGCOL="#FDFCCC"
  21. # Ouput File
  22.   export GOTM_HTMLFILE="/usr/local/gotmail/gotmail.html"