home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rxnew11a.zip / set.rxn < prev    next >
Text File  |  1993-04-28  |  4KB  |  70 lines

  1. SET           RexxNews Configuration Variables and Values
  2.  
  3. [This section is due for a major overhaul...]
  4.  
  5. The SET command is used to display and/or change the various RexxNews options.
  6.  
  7. When the set command is issued with no paramters, a list of variable names, 
  8. their values, and their types is displayed.
  9.  
  10. The variable types are:
  11.  
  12.        W       Whole Number (including dates such as 940413)
  13.        B       Binary (0=false, 1=true)
  14.        A       Alphanumeric 
  15.        S       Any String
  16.  
  17. If a variable is displayed by the SET command, you can use the set command to
  18. change its value.  Most of the variable names are long and self-explanatory.
  19.  
  20. You must supply a value of the correct type to change a variable's value.  An
  21. error message will be returned otherwise.
  22.  
  23. The variables include:
  24.  
  25.                      T
  26.                      y
  27.                      p
  28. Variable             e Description
  29. ===================  = ========================================================
  30. server               S Name of the current/default NNTP server
  31. rows                 W Number of rows on the screen
  32. cols                 W Number of columns on the screen
  33. overlap              W Number of lines to overlap when displaying an list
  34. username             S Email name for the OS/2 user (at the os/2 workstation)
  35. hostname             S Host name for the OS/2 workstation
  36. fullname             S Full name for the OS/2 user
  37. organization         S Organization header field value
  38. disclaimer           S Disclaimer header field value
  39. replyto              S Reply-To header field value
  40. timezone             S Time Zone abbreviation
  41. quotechar            S Character(s) to be used when quoting articles
  42. signature            S Name of signature file to include in posts/mail
  43. displayatgroup       B Display the first article after the group command?
  44. nextgroupafterlast   B Issue NEXTGROUP after the last article in a group?
  45. nextgroupatconnect   B Issue NEXTGROUP immeadiately on connecting to server?
  46. newarticlesatgroup   B List SUBJECTS for new articles after the group command?
  47. newgroupsatconnect   B List NEWGROUPS immeadiately on connecting to server?
  48. displayheaders       B Display headers when listing articles?
  49. editor               S Name of the editor to use for composing posts
  50. rexxnewsdir          S Location of the REXXNEWS executeables and help files
  51. etcdir               S Location for ETC files (NEWSRC and alternate server CFG)
  52. empdir               S Location for placing temporary files
  53. groupname            S Name of the current group
  54. groupstat            S Subscription status of the current group
  55. groupnewsrcline      W Line of the current group within the NEWSRC file
  56. grouphighest         W Highest article that has been seen in current group
  57. newsrcdate           W Date the NEWSRC file was last saved
  58. newsrctime           W Time the NEWSRC file was last saved
  59. newsrcname           S Name of the current NEWSRC file
  60. newuser              B Is this the first time the user has ran RexxNews?
  61. askifsubmore         W Max groups to subscribe to automatically w/o prompting
  62. postingok            B Does the current server allow posting?
  63. usexhdr              B Can the XHDR command be used with the current server?
  64. shellescapechar      S Charachter used to shell to OS/2 at the command prompt
  65. savenewsrcatexit     B Save the NEWSRC file in case of an abnormal exit
  66. sortcommand          S Name of the command to use when sorting
  67. sortmaxbytes         W Maximum number of bytes the sort program can handle
  68.  
  69. It may not be wise to change the values of some of these variables....
  70.