home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / u / uupc08au.zip / PERSONAL.RC < prev    next >
Text File  |  1990-09-09  |  5KB  |  121 lines

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