home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / internet / a082_1 / !Rucp / UserHome / RC__AR < prev    next >
Text File  |  1991-04-08  |  5KB  |  131 lines

  1. #
  2. #                Comment lines begin with a pound sign (#) in column 1.
  3.  
  4. #
  5. #       User configuration file
  6. #
  7.  
  8. #       Essential information
  9.  
  10. #       Change to your userid
  11. Mailbox=ar
  12.  
  13. #       Change to your full name
  14. Name=Andreas Raab
  15.  
  16. #       Directory where your personal mail files, including your Signature
  17. #       file, outgoing mail, and mail saved via the "s" command with no
  18. #       file name or with the '=' prefix is placed.
  19. Home=<Rucp$UserHome>.ar
  20.  
  21. #       FileSent defines where a copy of all outgoing mail is saved.
  22. #       This file will be created, if needed, in your Home directory.
  23. #       If you don't want your outgoing mail saved, comment out the
  24. #       following.
  25. FileSent=Sent
  26.  
  27. #       Signature defines a file to be appended to all your outgoing
  28. #       mail.  This file should, in general, include your name, E-mail
  29. #       address, and optionally your Snail Mail address and/or phone
  30. #       number.  You must create this file yourself, otherwise comment
  31. #       out the following.
  32. #
  33. #       Note: Also see options=autosign, below.
  34. Signature=Signature
  35.  
  36. #       Altsignature defines an alternate signature file, included by
  37. #       the ~S command when sending mail.
  38. altsignature=AltSig
  39.  
  40. #       Aliases defines a file with names and addresses of people you
  41. #       often send mail to.  You must create this file.  Unlike the
  42. #       FileSent and Signature, you must include the path name in
  43. #       the Aliases file; like the other files, to not use an alias
  44. #       file, you may comment the line out.
  45. Aliases=<Rucp$UserHome>.ar.Aliases
  46.  
  47. #       Optional mail header items; these headers are not generated if
  48. #       these lines don't exist.   Note that the lines are commented
  49. #       out via a pound sign (#) in this sample file.
  50.  
  51. #       Organization is basically a comment, included in the mail header
  52. #       if it exists.
  53. Organization=Archimedes Rucp installation test
  54.  
  55. #       Replyto forces RFC-822 mailers to generate answers to the
  56. #       specified address.  Automatic reply commands will respond this
  57. #       address.
  58. #Replyto=foo@bar.uucp
  59.  
  60. #
  61. #       The OPTIONS line.  There can be one or more options lines,
  62. #       each with one or more keywords separated by tabs or spaces.
  63. #       Options are set and reset in the order that they are read.
  64. #       The defaults are ALWAYS false for these options, as if you
  65. #       specified:
  66. options=noaskcc noautoedit noautoprint nodot nofromsep
  67. #       ... and so forth.
  68. #
  69. #       Use the 'fromsep' option if you must read a mailbox that
  70. #       does not have UUPC separators in it, and then UUPC/extended
  71. #       will also search for From lines to separate messages.
  72. #       messages.  Otherwise, use 'nofromsep'.
  73. options=nofromsep
  74.  
  75. #       With 'autoprint', messages are automatically printed when you
  76. #       move to them by deleting the previous message.  Setting
  77. #       noautoprint disables this feature.
  78. options=autoprint
  79.  
  80. #       By default, the mail program prompts you in line mode for your
  81. #       input, and then you can enter the editor when it prompts you.
  82. #       By setting 'autoedit', it doesn't prompt for mail from the
  83. #       console if an editor is defined, and instead goes into
  84. #       the editor immediately for all interactive mail.  autoedit
  85. #       is ignored if no editor is defined.
  86. options=noautoedit
  87. #
  88. #       If you want to be prompted for carbon copies, use the "askcc"
  89. #       option.
  90. options=askcc
  91.  
  92. #       If you want your signature file to be automatically appended,
  93. #       specify "autosign".
  94. options=autosign
  95.  
  96. #       If you want to be able to terminate your mail with a period (.),
  97. #       use the "dot" option.
  98. options=dot
  99.  
  100. #       Option "forwardsave" causes resent mail to be saved in your
  101. #       outgoing mail box.  The default, "noforwardsave" doesn't save
  102. #       mail resent with the forward (f) command.
  103. options=forwardsave
  104.  
  105. #       "pager" reverses the meanings of the P/p commands and the
  106. #       T/t commands; "nopager" makes "p" and "t" use the external
  107. #       pager if available, and "pager" makes "P" and "T" use the
  108. #       external pager.  This option also affects the help (?) and
  109. #       tilde help (~?) commands.
  110. options=nopager
  111.  
  112. #       If you want empty mailboxes deleted automatically, specify
  113. #       "purge".
  114. options=purge
  115.  
  116. #       If you want new mail that you read and do not delete or save to
  117. #       be automatically saved in your default mailbox when you quit
  118. #       mail, specify "save".
  119. options=save
  120.  
  121. #       Defaults for editing outgoing mail and viewing incoming
  122. #       mail.  The  %s is required to specify the file name.
  123.  
  124. #       Editor for editing outgoing mail with the Edit command.
  125. Editor=me @$.emacs.rc %s
  126.  
  127. #       Program defined for displaying incoming mail.  By default,
  128. #       mail will use its own internal pager, suitable for most
  129. #       purposes.
  130. Pager=less %s
  131.