home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / dos / terpgp.exe / TERPGP.CFG < prev    next >
Encoding:
Text File  |  1996-07-29  |  2.1 KB  |  88 lines

  1. ;
  2. ;                                           TerPGP 4.2 Configuration file
  3. ;                                Copyright (C) 1994,95,96 by Dave Wapstra
  4. ;
  5. ; What version of PGP are you using?
  6. ; This will be used for 2.6.3 support and to insert Version info in
  7. ; Public key blocks. If not defined 2.6.2 will be used for Version info.
  8. ; If you use PGP 2.3, please set PGPVersion to 2.3!!
  9. ;
  10. PGPVersion = 2.6.3i
  11.  
  12. ;
  13. ; Delay time in seconds to wait for Shift/Ctrl/Alt
  14. ;
  15. ; If no Shift or Alt or Ctrl is detected within the delay time the
  16. ; program exits.  Also, pressing any other key will cause the program to
  17. ; exit immediately.
  18. ;
  19. Delay = 0
  20.  
  21. ;
  22. ;
  23. ; Enable this with ENCKludge = ON if you want to have an ENC kludge in
  24. ; your message when encrypting.
  25. ;
  26. ENCKludge = Off
  27.  
  28. ; Editor to use for Edit message
  29. ;
  30. ; !F = Filename
  31. ; !W = Wait after execute
  32. ;
  33. ;Editor = C:\AURORA\A.EXE !F
  34. Editor = C:\QEDIT\Q.EXE !F
  35.  
  36. ;
  37. ; If enabled, ViewCommand will override the internal viewer
  38. ;
  39. ; ViewCommand = list !f
  40.  
  41. ;
  42. ; If you want a comment line with the public keys you put in a message
  43. ; using Alt-A in Insert key/View message or auto add with "[PGPKEY]"
  44. ; then set this to either 1 or 2.
  45. ;
  46. ; 1 = One comment line: "Comment: Key for user ID: Dave Wapstra <2:280/811.17>"
  47. ; 2 = Line one and:     "Comment: 1024-bit key, Key ID C0997339, created 1994/05/18"
  48. ;
  49. ; Comment out or set to 0 to disable this feature.
  50. ;
  51. KeyComment = 1
  52.  
  53. ;
  54. ; Colors
  55. ;
  56. ; 1- NormalColor = 19
  57. ; 2- BarColor = 112
  58. ; 3- Bordercolor = 23
  59. ; 4- TitleColor = 30
  60. ; 5- HighLightColor = 27
  61. ; 6- TmNiceColor = 26
  62. ;
  63. ;         -1- -2- -3- -4- -5- -6-
  64. ;Colors =  19 112  23  30  27  26
  65. Colors =  19 111  25  31  30  29
  66. ;Colors =  19 127  25  31  29  27
  67. ;Colors =   3 127  11  15   7  13
  68.  
  69. ;
  70. ; Do you want exploding windows? Yes/No
  71. ;
  72. ExplodeWindows = No
  73.  
  74. ;
  75. ; If there is a tagline in the message, should it be within the
  76. ; PGP signature?
  77. ;
  78. TaglineInSignature = Yes
  79. ;
  80. ; If you want to pass extra options to PGP, enter them here
  81. ;
  82. PGPOptions =
  83.  
  84. ;
  85. ; Encrypt the message to yourself too Yes/No
  86. ;
  87. EncryptToSelf = Yes
  88.