home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / telecomm / o_026 / folds.inf < prev    next >
Text File  |  1994-11-11  |  3KB  |  66 lines

  1. # @(#)folds.inf - 7.2.92
  2.  
  3. #    FOLDS.INF: CONFIGURATION FILE FOR NEWSGROUP FOLDING
  4. #
  5. # Usenet offers hundreds of newsgroups. O can display about twenty of
  6. # them on one page of the newsgroup menu window. This means that, if
  7. # you have many groups, you keep scrolling the menu window to find
  8. # your newsgroup...
  9. # Folding puts an end to this. It allows you to create "folds", something
  10. # like newsgroups containing newsgroups. Folds consist of a name and a
  11. # list of wildcard patterns. In the newsgroup menu, all groups that match
  12. # one of the patterns will be hidden behind a menu entry with that name.
  13. # For example, if folds.inf contained the line:
  14. #
  15. #    Comp comp.*
  16. #
  17. # all comp. newsgroups would disappear from the main menu, and a new
  18. # entry "Comp" would show up. Selecting "Comp" will then open a new
  19. # newsgroup window containing all the comp.* newgroups.
  20. #
  21. # Fold names may contain all characters except whitespace and are
  22. # treated case sensitive.
  23. #
  24. # Folds can contain other folds. You might try:
  25. #
  26. #    Languages    *.lang.*
  27. #    Atari        *.atari.*
  28. #    UU-Code        *.binaries.* *.sources.*
  29. #    Computers    comp.* Languages Atari UU-Code
  30. #
  31. # In this case, the main menu will contain the fold "Computers" which
  32. # in turn contains the folds "Languages" and "Atari" and all comp.*
  33. # newsgroups that are not in either Languages or Atari.
  34. # As you see, newsgroups may appear in more than one fold, in the above
  35. # example the newsgroup "comp.binaries.atari.st" would be in both the
  36. # "Atari" and "Binaries" fold.
  37. # The maximum nesting level of this is 32; this limit is given mainly
  38. # to allow O to detect mutually including folds, like:
  39. #
  40. #    For Ever
  41. #    Ever For
  42. #
  43. # which creates two folds, "For" and "Ever", each of which contains
  44. # the other.
  45. #
  46. # To many extends, folds behave like newsgroups. They may be kept out
  47. # of the menu by "unsubscribe"ing them in o.inf, and they are affected
  48. # by the "dispgrps" setting. (The number of msgs in a fold is defined
  49. # to be the sum of the number of msgs in all not unsubscribed newsgroups
  50. # in the fold, plus the number of msgs in all folds contained in the
  51. # fold. Yes, this is a recursive definition. Don't worry if you don't
  52. # understand it, it's just the way you'd expect it to be.)
  53. #
  54. # The order in which folds are defined is without any meaning. In menus,
  55. # Folds always appear in alphabetical order.
  56. #
  57. # You may wish to delete this comment block to save space and time
  58. # since this file is kept in main memory while the newsreader is running.
  59. # If you do, be sure to keep a copy.
  60. #
  61.  
  62.  
  63. Mail        Mail.*
  64. Mausnet        mausnet.*
  65. Atari        *[Aa]tari*
  66.