home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MSVPM1.ZIP / MSGVU.INI next >
Text File  |  1992-03-29  |  1KB  |  47 lines

  1.  
  2. ***  Initialization file for MsgVu
  3. *
  4. *
  5. *  Syntax:
  6. *
  7. *      Field( "Heading", row, x, width, Format, Flags)
  8. *
  9. *
  10. *  Formats:
  11. *
  12. *  0 - Message number           Must be numeric
  13. *  1 - Character string
  14. *  2 - Number
  15. *  3 - Date, mm/dd/yy           01/01/88
  16. *  4 - Date, mm/dd/yyyy         01/01/1988
  17. *  5 - Date, yy/mm/dd           88/01/01
  18. *  6 - Date, yyyy/mm/dd         1988/01/01
  19. *  7 - Date, mmm dd, yyyy       Jan 1, 1988
  20. *  8 - Date, dd-mmm-yy          01-Jan-88
  21. *  9 - CompuServe subject
  22. * 10 - CompuServe "reply to"
  23. *
  24. *
  25. * Flags: (OR'ed together with addition)
  26. *
  27. *   1   - 'x' indicates token number, rather than column number
  28. *
  29.  
  30.  
  31. * Define the default host
  32. Default(CIS)
  33.  
  34.  
  35. * CIS       (CompuServe)
  36. SName(CIS)
  37. MsgTrigger( 1, "#: " )
  38. NumHeadLines( 5 )
  39. Field( "Num",     1, 4,  6,   0, 0)
  40. Field( "Section", 1, 3, 50,   1, 1)
  41. Field( "Rpy To",  1, 1,  6,  10, 0)
  42. Field( "Date",    2, 5,  9,   1, 0)
  43. Field( "Time",    2,16,  5,   1, 0)
  44. Field( "Subject", 3, 5, 30,   9, 0)
  45. Field( "From",    4, 5, 30,   1, 0)
  46. Field( "To",      5, 5, 30,   1, 0)
  47.