home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / upc12bad.zip / personal.rc < prev    next >
Text File  |  1993-09-04  |  12KB  |  238 lines

  1. # *--------------------------------------------------------------------*
  2. # *     SAMPLE FILE ONLY -- Do not use if you have already             *
  3. # *                         installed UUPC/extended and customized     *
  4. # *                         this file.                                 *
  5. # *                                                                    *
  6. # *      Comment lines begin with a pound sign (#) in column 1.        *
  7. # *--------------------------------------------------------------------*
  8.  
  9. # *--------------------------------------------------------------------*
  10. # *   Any/all entries from this file can placed in the UUPC.RC         *
  11. # *   file for system wide defaults; entries in this file override     *
  12. # *   UUPC.RC.  Note, however, that optional fields such as            *
  13. # *   "organization" cannot be dropped if they are specified in the    *
  14. # *   UUPC.RC.                                                         *
  15. # *--------------------------------------------------------------------*
  16.  
  17. # *--------------------------------------------------------------------*
  18. # *   Version information is used by UUPC/extended install             *
  19. # *   procedures only.                                                 *
  20. # *--------------------------------------------------------------------*
  21. Version=1.12a
  22.  
  23. # *--------------------------------------------------------------------*
  24. # *     Sample User configuration file for user John Smith             *
  25. # *--------------------------------------------------------------------*
  26.  
  27. # *--------------------------------------------------------------------*
  28. # *                      Essential information                         *
  29. # *--------------------------------------------------------------------*
  30.  
  31. # *--------------------------------------------------------------------*
  32. # *     Note: MailBox, Name, and Home should match the information     *
  33. # *     for this user in the passwd file.                              *
  34. # *--------------------------------------------------------------------*
  35.  
  36. #       Change 'moi' to your userid
  37. Mailbox=moi
  38.  
  39. #       Change 'John Smith' to your full name
  40. Name=John Smith
  41.  
  42. #       Directory where your personal mail files, including your Signature
  43. #       file, outgoing mail, and mail saved via the "s" command with no
  44. #       file name or with the '=' prefix is placed.
  45. Home=c:/u/smith
  46.  
  47. #       FileSent defines where a copy of all outgoing mail is saved.
  48. #       This file will be created, if needed, in your Home directory.
  49. #       If you don't want your outgoing mail saved, comment out the
  50. #       following.
  51. FileSent=MailSent
  52.  
  53. #       Signature defines a file to be appended to all your outgoing
  54. #       mail.  This file should, in general, include your name, E-mail
  55. #       address, and optionally your Snail Mail address and/or phone
  56. #       number.  You must create this file yourself, otherwise comment
  57. #       out the following.
  58. #
  59. #       Note: Also see options=autosign, below.
  60. Signature=personal.sig
  61.  
  62. #       Altsignature defines an alternate signature file, included by
  63. #       the ~S command when sending mail.
  64. altsignature=alt.sig
  65.  
  66. #       Aliases defines a file with names and addresses of people you
  67. #       often send mail to.  You must create this file.  Unlike the
  68. #       FileSent and Signature, you must include the path name in
  69. #       the Aliases file; like the other files, to not use an alias
  70. #       file, you may comment the line out.
  71. Aliases=c:/usr/mail/aliases.txt
  72.  
  73. #       Optional mail header items; these headers are not generated if
  74. #       these lines don't exist.   Note that the lines are commented
  75. #       out via a pound sign (#) in this sample file.
  76.  
  77. #       Organization is basically a comment, included in the mail header
  78. #       if it exists.
  79. #Organization=Me?  Organized?
  80.  
  81. #       Replyto forces RFC-822 mailers to generate answers to the
  82. #       specified address.  Automatic reply commands (including the
  83. #       UUPC/extended MAIL reply command) will respond this address.
  84. #Replyto=alternate@node
  85.  
  86. # *--------------------------------------------------------------------*
  87. # *   The BackupExt defines the extension to use for backup files.     *
  88. # *   The default extension is "BAK".  This entry is ingored           *
  89. # *   unless options=backup is set.                                    *
  90. # *--------------------------------------------------------------------*
  91. #BackupExt=BAK
  92.  
  93. # *--------------------------------------------------------------------*
  94. # *   The OPTIONS line.  There can be one or more options lines,       *
  95. # *   each with one or more keywords separated by tabs or spaces,      *
  96. # *   in the UUPC.RC and PERSONAL.RC files.  Options are set and       *
  97. # *   reset in the order that they are read.  The defaults are         *
  98. # *   ALWAYS false for these options, as if you specified:             *
  99. # *--------------------------------------------------------------------*
  100. options=noaskcc noautoedit noautoprint nodot nofromsep
  101. #       ... and so forth.
  102.  
  103. # *--------------------------------------------------------------------*
  104. # *   If you want to be prompted for carbon copies, use the            *
  105. # *   "askcc" option.  "askcc" was the default behavior of             *
  106. # *   versions up through 1.07i.                                       *
  107. # *--------------------------------------------------------------------*
  108. options=askcc
  109.  
  110. # *--------------------------------------------------------------------*
  111. # *   By default, the mail program prompts you in line mode for        *
  112. # *   your input, and then you can enter the editor when it            *
  113. # *   prompts you.  By setting 'autoedit', it doesn't prompt for       *
  114. # *   mail from the console if an editor is defined, and instead       *
  115. # *   goes into the editor immediately for all interactive mail.       *
  116. # *   autoedit is ignored if no editor is defined.                     *
  117. # *--------------------------------------------------------------------*
  118. options=autoedit
  119.  
  120. # *--------------------------------------------------------------------*
  121. # *   To automatically have the text of mail you are replying to       *
  122. # *   included in the mail you send, use the "autoinclude" option      *
  123. # *--------------------------------------------------------------------*
  124. options=autoinclude
  125.  
  126. # *--------------------------------------------------------------------*
  127. # *   With 'autoprint', messages are automatically printed when        *
  128. # *   you move to them by deleting the previous message.  Setting      *
  129. # *   noautoprint disables this feature.  "autoprint" was the          *
  130. # *   default behavior of versions up through 1.07i.                   *
  131. # *--------------------------------------------------------------------*
  132. options=autoprint
  133.  
  134. # *--------------------------------------------------------------------*
  135. # *   If you want your signature file to be automatically              *
  136. # *   appended, specify "autosign".  "autosign" was the default of     *
  137. # *   versions up through 1.07j.                                       *
  138. # *--------------------------------------------------------------------*
  139. options=autosign
  140.  
  141. # *--------------------------------------------------------------------*
  142. # *   "backup" causes old mailboxes to be renamed to a file with       *
  143. # *   the extension defined by "BackupExt" rather then be deleted.     *
  144. # *   Note that the option is set in this sample for DOS only;         *
  145. # *   under OS/2 2.0, you can use the SET DELDIR and UNDELETE          *
  146. # *   commands to enable saving of deleted files instead.              *
  147. # *--------------------------------------------------------------------*
  148. DOS.options=backup
  149.  
  150. # *--------------------------------------------------------------------*
  151. # *   Option "doskey" enables use of the MS-DOS 5.0 DOSKEY command     *
  152. # *   installed, you'll get a nasty message. line editor.  If you      *
  153. # *   specify doskey but not have the TSR installed, you'll get a      *
  154. # *   nasty message.  Note that this is DOS only option.               *
  155. # *--------------------------------------------------------------------*
  156. DOS.options=nodoskey
  157.  
  158. # *--------------------------------------------------------------------*
  159. # *   If you want to be able to terminate your mail with a period      *
  160. # *   (.), use the "dot" option.                                       *
  161. # *--------------------------------------------------------------------*
  162. options=dot
  163.  
  164. # *--------------------------------------------------------------------*
  165. # *   Option "expert" turns off selected redundant messages and        *
  166. # *   re-enables the empty line command when DOSKEY is installed.      *
  167. # *--------------------------------------------------------------------*
  168. options=noexpert
  169.  
  170. # *--------------------------------------------------------------------*
  171. # *   Option "forwardsave" causes resent mail to be saved in your      *
  172. # *   outgoing mail box.  The default, "noforwardsave" doesn't         *
  173. # *   save mail resent with the forward (f) command.                   *
  174. # *--------------------------------------------------------------------*
  175. options=noforwardsave
  176.  
  177. # *--------------------------------------------------------------------*
  178. # *   Use the 'fromsep' option if you must read a mailbox that         *
  179. # *   does not have UUPC separators in it, and then UUPC/extended      *
  180. # *   will also search for From lines to separate messages.            *
  181. # *   messages.  Otherwise, use 'nofromsep'.                           *
  182. # *--------------------------------------------------------------------*
  183. options=nofromsep
  184.  
  185. #       "pager" reverses the meanings of the P/p commands and the
  186. #       T/t commands; "nopager" makes "p" and "t" use the external
  187. #       pager if available, and "pager" makes "P" and "T" use the
  188. #       external pager.  This option also affects the help (?) and
  189. #       tilde help (~?) commands.
  190. options=nopager
  191.  
  192. #       If you want empty mailboxes deleted automatically, specify
  193. #       "purge".
  194. options=purge
  195.  
  196. #       If you want new mail that you read and do not delete or save to
  197. #       be automatically saved in your default mailbox when you quit
  198. #       mail, specify "save".
  199. options=save
  200.  
  201. # *--------------------------------------------------------------------*
  202. # *   Suppress copyright suppresses the display of the program         *
  203. # *   copyright at startup.  This, of course, does not eliminate       *
  204. # *   the copyright itself!                                            *
  205. # *--------------------------------------------------------------------*
  206. options=nosuppresscopyright
  207.  
  208. # *--------------------------------------------------------------------*
  209. # *   Verbose enables the printing of remote delivery messages.        *
  210. # *   Useful.                                                          *
  211. # *--------------------------------------------------------------------*
  212. options=verbose
  213.  
  214. #       Defaults for editing outgoing mail and viewing incoming
  215. #       mail.  The  %s is required to specify the file name.
  216.  
  217. # *--------------------------------------------------------------------*
  218. # *   Editor for editing outgoing mail with the Edit command;          *
  219. # *   "edit" is supplied with DOS 5.0; you must use EDLIN if if        *
  220. # *   you do not have your own editor and are running pre-DOS 5.0      *
  221. # *--------------------------------------------------------------------*
  222. DOS.Editor=Edit %s
  223. OS2.Editor=E %s
  224.  
  225. # *--------------------------------------------------------------------*
  226. # *      Program defined for displaying incoming mail.  By             *
  227. # *      default, UUPC/extended will use its own internal pager,       *
  228. # *      suitable for most purposes.                                   *
  229. # *--------------------------------------------------------------------*
  230. #Pager=more < %s
  231.  
  232. # *--------------------------------------------------------------------*
  233. # *     Information used by the Mail User's Shell, if installed.       *
  234. # *     Folder defines where to save your mail.  This field is NOT     *
  235. # *     used by UUPC/extended, but is accepted for compatability.      *
  236. # *--------------------------------------------------------------------*
  237. #Folders=~/folders
  238.