home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rxnew11a.zip / sample.cfg < prev    next >
Text File  |  1993-04-28  |  1KB  |  41 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. ;Set the default screen size.  If OS/2 supports this size, RexxNews will
  33. ;change to it automagically.
  34. rows 44
  35. cols 80
  36.  
  37. ;Name of the sort command
  38. sortcommand bigsort
  39. ;Size of the largest file that can/should be sorted
  40. sortmaxbytes 1000000
  41.