home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rxnew11a.zip / rexxnews.cfg < prev    next >
Text File  |  1993-04-21  |  825b  |  32 lines

  1. ;A sample RexxNews configuration file.
  2.  
  3. ;Each line is of the form <variable> <value>
  4. ;The variable names and their values can be displayed inside RexxNews with
  5. ;the SET command.
  6.  
  7. ;The default NNTP server
  8. server uafhp.uark.edu
  9.  
  10. ;List newgroups at connection to the NNTP server
  11. newgroupsatconnect 1
  12.  
  13. ;Display new articles after the group command
  14. newarticlesatgroup 0
  15.  
  16. ;Display current article after the group command
  17. displayatgroup 1
  18.  
  19. ;Number of lines to overlap when paging through lists
  20. overlap 3
  21.  
  22. ;Set the default editor for posting/following up articles 
  23. ;(note: the cmd /c is needed if you call the editor from a cmd file)
  24. editor cmd /c the2
  25.  
  26. ;Set defaults for posting
  27. username acrosby
  28. fullname Albert Crosby
  29. organization Univ. of Arkansas AGHE Microcomputer & Network Support
  30. timezone CST
  31.  
  32.