home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1996 May / PCW_MAY_1996_LINUX_UKUUG.ISO / etc / pine.conf < prev    next >
Text File  |  1995-10-29  |  5KB  |  139 lines

  1. #      /usr/local/lib/pine.conf -- system wide pine configuration
  2. #
  3. # Values here affect all pine users unless they've overidden the values
  4. # in their .pinerc files.  A copy of this file with current comments may
  5. # be obtained by running "pine -conf". It will be printed to standard output.
  6. #
  7. # For a variable to be unset its value must be null/blank.  This is not the
  8. # same as the value of "empty string", which can be used to effectively
  9. # "unset" a variable that has a default or previously assigned value.
  10. # To set a variable to the empty string its value should be "".
  11. # Switch variables are set to either "yes" or "no", and default to "no".
  12. # Except for feature-list items, which are additive, values set in the
  13. # .pinerc file replace those in pine.conf, and those in pine.conf.fixed
  14. # over-ride all others.  Features can be over-ridden in .pinerc or
  15. # pine.conf.fixed by pre-pending the feature name with "no-".
  16. #
  17. # (These comments are automatically inserted.)
  18.  
  19. # Sets domain part of From: and local addresses in outgoing mail.
  20. user-domain=
  21.  
  22. # List of SMTP servers for sending mail. If blank: Unix Pine uses sendmail.
  23. smtp-server=
  24.  
  25. # NNTP server for posting news. Also sets news-collections for news reading.
  26. nntp-server=
  27.  
  28. # List of incoming msg folders besides INBOX, e.g. ={host2}inbox, {host3}inbox
  29. # Syntax: optnl-label {optnl-imap-host-name}folder-path
  30. incoming-folders=
  31.  
  32. # List of directories where saved-message folders may be. First one is
  33. # the default for Saves. Example: Main {host1}mail/[], Desktop mail\[]
  34. # Syntax: optnl-label {optnl-imap-hostname}optnl-directory-path[]
  35. folder-collections=
  36.  
  37. # List, only needed if nntp-server not set, or news is on a different host
  38. # than used for NNTP posting. Examples: News *[] or News *{host3/nntp}[]
  39. # Syntax: optnl-label *{news-host/protocol}[]
  40. news-collections=
  41.  
  42. # Over-rides default path for sent-mail folder, e.g. =old-mail (using first
  43. # folder collection dir) or ={host2}sent-mail or ="" (to suppress saving).
  44. # Default: sent-mail (Unix) or SENTMAIL.MTX (PC) in default folder collection.
  45. default-fcc=
  46.  
  47. # Over-rides default path for postponed messages folder, e.g. =pm (which uses
  48. # first folder collection dir) or ={host4}pm (using home dir on host4).
  49. # Default: postponed-mail (Unix) or POSTPONE.MTX (PC) in default fldr coltn.
  50. postponed-folder=
  51.  
  52. # Pine compares this value with the first folder collection directory.
  53. # If they match (or no folder collections are defined), and the directory
  54. # does not exist, Pine will create and use it. Default: ~/mail
  55. mail-directory=
  56.  
  57. # If set, specifies where already-read messages will be moved upon quitting.
  58. read-message-folder=
  59.  
  60. # Over-rides default path for signature file. Default is ~/.signature
  61. signature-file=
  62.  
  63. # List of file or path names for global/shared addressbook(s).
  64. # Default: none
  65. # Syntax: optnl-label path-name
  66. global-address-book=
  67.  
  68. # List of file or path names for personal addressbook(s).
  69. # Default: ~/.addressbook (Unix) or \PINE\ADDRBOOK (PC)
  70. # Syntax: optnl-label path-name
  71. address-book=
  72.  
  73. # List of features; see Pine's Setup/options menu for the current set.
  74. # e.g. feature-list= select-without-confirm, signature-at-bottom
  75. # Default condition for all of the features is no-.
  76. feature-list=
  77.  
  78. # Pine executes these keys upon startup (e.g. to view msg 13: i,j,1,3,CR,v)
  79. initial-keystroke-list=
  80.  
  81. # Only show these headers (by default) when composing messages
  82. default-composer-hdrs=
  83.  
  84. # Add these customized headers (and possible default values) when composing
  85. customized-hdrs=
  86.  
  87. # Determines default folder name for Saves...
  88. # Choices: default-folder, by-sender, by-from, by-recipient, last-folder-used.
  89. # Default: "default-folder", i.e. "saved-messages" (Unix) or "SAVEMAIL" (PC).
  90. saved-msg-name-rule=
  91.  
  92. # Determines default name for Fcc...
  93. # Choices: default-fcc, by-recipient, last-fcc-used.
  94. # Default: "default-fcc" (see also "default-fcc=" variable.)
  95. fcc-name-rule=
  96.  
  97. # Sets presentation order of messages in Index. Choices:
  98. # subject, from, arrival, date, size. Default: "arrival".
  99. sort-key=
  100.  
  101. # Sets presentation order of address book entries. Choices: dont-sort,
  102. # fullname-with-lists-last, fullname, nickname-with-lists-last, nickname
  103. # Default: "fullname-with-lists-last".
  104. addrbook-sort-rule=
  105.  
  106. # Reflects capabilities of the display you have. Default: US-ASCII.
  107. # Typical alternatives include ISO-8859-x, (x is a number between 1 and 9).
  108. character-set=ISO-8859-1
  109.  
  110. # Specifies the program invoked by ^_ in the Composer,
  111. # or the "enable-alternate-editor-implicitly" feature.
  112. editor=emacs
  113.  
  114. # Program to view images (e.g. GIF or TIFF attachments).
  115. image-viewer=xv
  116.  
  117. # If "user-domain" not set, strips hostname in FROM address. (Unix only)
  118. use-only-domain-name=
  119.  
  120. # Your printer selection
  121. printer=
  122.  
  123. # Special print command if it isn't one of the standard printers
  124. personal-print-command=
  125.  
  126. # The system wide standard printer
  127. standard-printer=
  128.  
  129. # Full name for bug report address used by "Report Bug" command
  130. bugs-fullname=
  131.  
  132. # Email address used by "Report Bug" command
  133. bugs-address=
  134.  
  135. # Path of (local or remote) INBOX, e.g. ={mail.somewhere.edu}inbox
  136. # Normal Unix default is the local INBOX (usually /usr/spool/mail/$USER).
  137. #inbox-path=
  138. ##
  139.