home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / pine396.zip / pine.hlp < prev    next >
Text File  |  1998-01-21  |  274KB  |  5,784 lines

  1. # $Id: pine.hlp,v 4.231 1996/06/21 00:44:52 mikes Exp $
  2. #
  3. #           T H E   P I N E    M E S S A G E   S Y S T E M
  4. #
  5. #   Laurence Lundblade, Mike Seibel, Mark Crispin, Steve Hubert,
  6. #      Sheryl Erez, David Miller
  7. #   Networks & Distributed Computing
  8. #   Computing & Communications
  9. #   University of Washington
  10. #   Administration Building, AG-44
  11. #   Seattle, Washington, 98195, USA
  12. #
  13. #   Email: pine@cac.washington.edu
  14. #
  15. #   Pine and Pico are trademarks of the University of Washington.
  16. #   No commercial use of these trademarks may be made without prior
  17. #   written permission of the University of Washington.
  18. #
  19. #   Pine, Pico and Pilot Copyright 1989-1997  University of Washington
  20. #
  21. #   Permission to compile and execute this software and use its
  22. #   documentation for any purpose and without fee to the University of
  23. #   Washington is hereby granted, provided that the above copyright notice
  24. #   appears in all copies and that both the above copyright notice and this
  25. #   permission notice appear in supporting documentation, and that the name
  26. #   of the University of Washington not be used in advertising or publicity
  27. #   pertaining to distribution of the software without specific, written
  28. #   prior permission.  This software is made available "as is", and
  29. #   THE UNIVERSITY OF WASHINGTON DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  30. #   WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED
  31. #   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN
  32. #   NO EVENT SHALL THE UNIVERSITY OF WASHINGTON BE LIABLE FOR ANY SPECIAL,
  33. #   INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  34. #   LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
  35. #   (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN CONNECTION
  36. #   WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  37. #
  38. #   Pine was originally based in part on The Elm Mail System:
  39. #
  40. #    ***********************************************************************
  41. #    *       The Elm Mail System  -  Revision: 2.13                        *
  42. #    *                                                                     *
  43. #    *       Copyright (c) 1986, 1987 Dave Taylor                          *
  44. #    *       Copyright (c) 1988, 1989 USENET Community Trust               *
  45. #    ***********************************************************************
  46. #
  47. #
  48.          Help text for the Pine mailer
  49. This file is in a format created to be turned into text strings in a C
  50. program and to support a few other features such as page numbering and
  51. alternate versions that are created at run time.  There are two shell
  52. scripts that run on this.  Cmplhelp.sh is the first and turns this into a
  53. C file (helptext.c) of text strings that are compiled and linked. The
  54. other program, cmplhlp2.sh, turns this into a .h file (helptext.h) with
  55. extern string definitions of the strings in the .c file.  The code that
  56. actually processes these files while pine is running is in help.c
  57.  
  58. The lines with "===== xxxx ====" divide the different help screens.  The
  59. xxx is the name of the variable that strings will be put in, which are
  60. also declared in helptext.h.
  61.  
  62. # is a comment
  63.  
  64. {x:y} constructs are the key bindings, either x or y is used.
  65.       x and y are best the same length so things always line up
  66.  
  67. __   doesn't do anything but help keep things lined up in this file.  It is
  68.      removed before printing to the screen (except for ^_).
  69.  
  70. To actually get a { in the text use '{{:{}'.  To get a } make sure it is not
  71. matched by a {
  72.  
  73. The text is formatted in emacs with the fill column set to 78.
  74.  
  75. Text with ______ indents is formatted with fill column at 82
  76. ___include <filename> includes a file at run time.  It should be
  77. followed by "___end_include" with text to be displayed if the file
  78. is unopenable in between.
  79. Any occurance of ___version will be replaced with the current version
  80. number as defined in "pine.h"
  81. Any occurance of ___cdate will be replace with the date and time the currently
  82. running binary was compiled.
  83. Any occurance of ___tdate will be replaced with the current day's date
  84. and time.
  85.  
  86. NOTE: Several sections of help text which weren't being used were removed
  87. at RCS version number 4.122.  In particular, there were some placeholders
  88. with help text for the config screen and the composer that didn't have any
  89. reasonable place to be called from.
  90.  
  91. ============= h_news =================
  92.      RELEASE NOTES for PINE -- A Program for Internet News and Email
  93.                 Version ___version (built ___cdate)
  94.                          University of Washington
  95.  
  96.  
  97. TABLE OF CONTENTS
  98.         (1) Summary of Recent Changes
  99.         (2) PC-Pine Notes
  100.         (3) Configuration
  101.         (4) Coming Attractions
  102.         (5) History
  103.         (6) Credits
  104.         (7) Legal Notices
  105.  
  106. ---------------------------------
  107. | (1) Summary of Recent Changes |
  108. ---------------------------------
  109.  
  110. NEW IN 3.96
  111.  
  112.  o Several bug fixes
  113.  
  114.  
  115. NEW IN 3.95
  116.  
  117.  o Several bug fixes
  118.  
  119.  
  120. NEW IN 3.94
  121.  
  122.  o Many bug fixes
  123.  
  124.  o New features:
  125.  
  126.    enable-goto-in-file-browser
  127.    print-includes-from-line
  128.    enable-background-sending     (EXPERIMENTAL!!!!)
  129.    disable-busy-alarm            (hidden feature for debugging)
  130.    disable-default-in-bug-report (hidden feature for sysadmins)
  131.    save-aggregates-imap-copy     (hidden feature for future use)
  132.  
  133.  o New options for saved-msg-name-rule
  134.  o Setting empty-header-message=\"\" suppresses Undisclosed Recipients:;
  135.  o X-Sender header changed to X-X-Sender
  136.  o Printing \"Folder Index\" now includes folder name
  137.  o ESC ESC SPACE now works as alternate for Control-SPACE (Mark cmd)
  138.  
  139. >>> NOTE: Please read the section on SENDING STRATEGY later in the
  140.     Release Notes.  In particular, note that the EXPERIMENTAL feature
  141.     to allow selective \"background\" sending is not available on all
  142.     flavors of Unix, and that it should not be used if you are nearly
  143.     out of disk space.
  144.  
  145.  
  146. NEW IN 3.93
  147.  
  148.  o Mostly bug fixes (more than 100 since 3.92)
  149.  o scroll-margin variable to control paging behavior
  150.  o empty-header-message variable to override \"Undisclosed recipients\"
  151.  o expanded-view-of-distribution-lists feature
  152.  o Help text additions/corrections
  153.  
  154.  
  155. TOP TEN NEW FEATURES IN 3.92
  156.  
  157.  o Optional message filtering hooks (can be used for PGP integration)
  158.  o Extensive address and list management improvements
  159.  o Additional printing capabilities
  160.  o Improved MIME and non-ascii support (mime.types, 1522, 8BITMIME)
  161.  o Improved PC-Pine for Windows (GUI amenities, 32bit version)
  162.  o Some modest performance improvements
  163.  o Lots of new personal-preference options and command improvements
  164.  o Hooks for integral file transfer between desktop computer & Unix Pine
  165.  o Builtin signature editor
  166.  o Improved user feedback when Pine is busy or waiting
  167.  
  168. This release also includes a stand-alone version of Pine's internal
  169. file browser, named \"pilot\" --for \"Pine's Lister Of Things\", and an
  170. OS/2 version of Pine contributed by David Nugent.
  171.  
  172. ---------------------------------
  173.  
  174. Here is a more extensive (but by no means exhaustive) list of changes...
  175.  
  176. MISC
  177.  o Visual BUSY (or % completion) indication during long operations
  178.  o Delete flag no longer preserved on Save
  179.  o Alerts require confirmation
  180.  o Timeouts on open and read operations
  181.  o Hooks for external filtering of incoming and outgoing messages
  182.  o Turn off tty messages by default to reduce confusion
  183.  o Unix and PC-Pine now use same search path for certain support files
  184.  o Access to mailboxes in accounts with a different login name {host/user= }
  185.  o Can re-open INBOX without restarting Pine
  186.  o New-mail check interval may be set
  187.  o Can specify your alternate (alias) addresses
  188.  o RFC-1522 support for non-ASCII character sets in headers
  189.  o X/Motif users: Mouse support
  190.  o X/Motif users: Pine changes icon label when new mail arrives
  191.  o Setup includes integral signature editor command
  192.  o Improved IMAP \"dead stream\" handling
  193.  o Improvements for restricted-access environments (operating-dir variable)
  194.  
  195. ADDRESS MANAGEMENT IMPROVEMENTS
  196.  o Improved Take interface and capabilities
  197.     - Take addresses in message body
  198.     - Take between address books
  199.     - WhereIs subcommand on Take screen
  200.  o Improved Addressbook capabilities
  201.     - View/Edit screen
  202.     - Simplification of regular vs. list entries
  203.     - Easier to add entries to lists
  204.     - Export subcommand
  205.     - Global config var to set default addressbook entries
  206.     - Select multiple addresses for composer without re-entering
  207.     - Can forward addrbook entries using MIME type Application/Directory
  208.  
  209. NEWS IMPROVEMENTS
  210.  o Subscribe to multiple groups without re-entering for each
  211.  o Support for follow-ups header in Reply and View
  212.  o Support NNTP servers requiring authentication
  213.  o Compile-time option to submit news locally (rather than via NNTP)
  214.  o Improved Reply handling
  215.  
  216. PRINTING IMPROVEMENTS
  217.  o New printer configuration screen
  218.  o Control of trailing form-feed
  219.  o Allow definition of list of printers
  220.  o New features to control separators between messages
  221.  o New feature to allow per-message access to custom print command
  222.  o Ability to print message index
  223.  o Forced enabling of xon-xoff flow-control during printing
  224.  o Ability to set init or trailer strings for each printer definition
  225.  
  226. VIEW MESSAGE IMPROVEMENTS
  227.  o Number of lines of text overlap between pages can be set
  228.  o Control of which headers are displayed by default
  229.  
  230. COMPOSER IMPROVEMENTS
  231.  o LCC (List CC) header for hiding long address lists
  232.  o To: will get dummy group header if only BCC given (no TO or CC).
  233.  o Support for verbose sending (shows result of attempt to send)
  234.  o Improved justification algorithm
  235.  o Partial support for justifying included message text
  236.  o Can delete messages from Postponed Msg index
  237.  o ^R sub-option to include/attach a message # from current folder
  238.  o ^R sub-option to upload files from desktop computer directly into composer
  239.  o Word wrap preserves NLs
  240.  o File name completion (^R, ^J and \"Attchmnt:\"?)
  241.  o If message canceled, save (optionally) in .dead.letter
  242.     Note: this is a safety net in case msg is canceled by accident;
  243.           the safety net can be disabled via quell-dead-letter-on-cancel
  244.  o Composer checkpointing (Look for files beginning with: #pico... )
  245.  o Config variable to specify alternate speller
  246.  o Included text indent string may be reset
  247.  o Can set composer wrap column
  248.  o Can modify ^K behavior to cut from cursor position, ala emacs
  249.  o Can select whether DELETE key acts like ^D or ^H
  250.  o Use separate buffers for cut and justify
  251.  o Way to input 8-bit characters: <ESC><ESC><dec-num><dec-num><dec-num>
  252.  o Resuming postponed composition: show fcc and bcc if not default values
  253.  
  254. MISC COMMAND IMPROVEMENTS
  255.  o Pipe
  256.     -subcommand to select raw message output mode
  257.     -subcommand to select free-output mode
  258.     -subcommand to select whether mailbox message delimiter is included
  259.  o Sort by TO: or CC: field
  260.  o Bounce
  261.     -Apply now supports Bounce
  262.     -^T subcmd to get to address book
  263.  o Select
  264.     -Allows inversion of current selection
  265.      -Improved user-interface for \"By Date\" selection
  266.  o Reply
  267.     -Newsgroups header generally ignored unless Path header present
  268.     -New option to allow simultaneous email reply and news followup
  269.     -Reply-to-all improved for LISTSERV case
  270.     -Feature to use Reply-to address without prompting
  271.  o Setup/Config screen
  272.     -Allow exit without committing changes
  273.     -Improved Add vs. Change behavior
  274.  o Improved Bug Report command
  275.  o Main menu now has Journal subcommand (log of informational messages)
  276.  o New \"Select current msg and advance\" command in Index and ViewMsg (\":\")
  277.  o Export includes ability to download message to desktop computer
  278.  o Flag command revised to provide (optional) display of all flags
  279.  
  280. FEATURES TO ASSIST VISUALLY IMPAIRED USERS
  281.  o show-cursor feature
  282.  o single-column folder/file list display
  283.  o disable-keymenu feature
  284.  o control of index display format
  285.  o control of addressbook display format
  286.  o control of page overlap in View Message
  287.  
  288. FOLDER AND FILE MANAGEMENT IMPROVEMENTS
  289.  o New default save and fcc name rules
  290.  o Control over whether dot files are displayed
  291.  o Incoming-archive-folders list
  292.  o Pruned-folders list
  293.  
  294. MIME IMPROVEMENTS
  295.  o mime.types file to control content-type of attachment
  296.  o Option to enable 8BITMIME negotiation when ESMTP server available
  297.  o Option to suppress MIME encoding for News posting
  298.  o View Message and View Attach show type/subtype
  299.  o New \"About Attachment\" subcommand under View Attach
  300.  o RFC-1522 non-ascii character support for headers
  301.  o Mailcap can override internal viewer for text/types except text/plain
  302.  o Suppress display of text types overridden in mailcap, except text/plain
  303.  o Composer shows assigned content-type for attachments
  304.  o Can set mime-types and mailcap file path
  305.  o Try to display first text type in message even if mis-labeled
  306.  
  307. NEW COMMAND LINE OPTIONS
  308.  o A -c context flag for -f (allows opening path w/o context interpretation)
  309.  o Allow \"pine fred < file \"  (which still puts you into the composer)
  310.  o For Pico: operating-directory flag, similar to Pine's config variable
  311.  
  312. PERFORMANCE IMPROVEMENTS
  313.  o Internal optimizations
  314.  o Improved use of IMAP streams when changing folders
  315.  o Use of same stream for aggregate saves
  316.  o Major improvements in informational message display and queuing
  317.  o Full caching enabled in Win32 version of PC-Pine
  318.  
  319. NEW VARIABLES
  320.  
  321.  o incoming-archive-folders=
  322.  o pruned-folders=
  323.  o default-saved-msg-folder=
  324.  o viewer-hdrs=
  325.  o goto-default-rule=
  326.  o speller=
  327.  o composer-wrap-column=
  328.  o reply-indent-string=
  329.  o display-filters=
  330.  o sending-filters=
  331.  o alt-addresses=
  332.  o addressbook-formats=
  333.  o index-format=
  334.  o viewer-overlap=
  335.  o status-message-delay=
  336.  o mail-check-interval=
  337.  o newsrc-path=
  338.  o news-active-file-path=
  339.  o news-spool-directory=
  340.  o upload-command=
  341.  o upload-command-prefix=
  342.  o download-command=
  343.  o download-command-prefix=
  344.  o mailcap-search-path=
  345.  o mimetype-search-path=
  346.  o sendmail-path=           (intentionally omitted from config screen)
  347.  o operating-dir=           (intentionally omitted from config screen)
  348.  
  349. Variables that can only be set in pine.conf or pine.conf.fixed:
  350.  
  351.  o bugs-additional-data=
  352.  o suggest-fullname=
  353.  o suggest-address=
  354.  o local-fullname=
  355.  o local-address=
  356.  o forced-abook-entry=
  357.  o kblock-passwd-count=
  358.  
  359.  NEW FEATURES:
  360.  
  361.  o allow-talk                (enables other processes to write to tty)
  362.  o auto-zoom-after-select
  363.  o auto-unzoom-after-apply
  364.  o compose-cut-from-cursor   (ala emacs)
  365.  o compose-maps-delete-key-to-ctrl-d
  366.  o compose-send-offers-first-filter
  367.  o disable-keymenu
  368.  o disable-signature-edit-cmd
  369.  o enable-8bit-esmtp-negotiation
  370.  o enable-8bit-nntp-posting
  371.  o enable-cruise-mode        (SPACE acts like tab when at end of msg)
  372.  o enable-cruise-mode-delete (look at it once, then it disappears)
  373.  o enable-dot-files          (file browser normally hides dot files)
  374.  o enable-dot-folders        (folder lister normally hides them)
  375.  o enable-flag-screen-implicitly
  376.  o enable-mouse-in-xterm
  377.  o enable-verbose-smtp-posting
  378.  o fcc-on-bounce
  379.  o pass-control-characters-as-is
  380.  o print-offers-custom-cmd-prompt
  381.  o print-index-enabled
  382.  o print-formfeed-between-messages
  383.  o quell-dead-letter-on-cancel
  384.  o quell-lock-failure-warnings
  385.  o quell-status-message-beeping
  386.  o reply-always-uses-reply-to
  387.  o save-will-quote-leading-froms
  388.  o show-cursor
  389.  o single-column-folder-list
  390.  o tab-visits-next-new-message-only  (skips those marked Important)
  391.  o use-sender-not-x-sender
  392.  
  393. Modified:  preserve-start-stop-characters  (now implicit during printing)
  394.  
  395. NEW FEATURES SPECIFIC TO PC-PINE for Windows
  396.  
  397.  o Pull-down menus
  398.  o Optional tool bar
  399.  o Scroll bars
  400.  o Additional mouse support
  401.  o Improved cut/paste support
  402.  o Ability to display message in separate window
  403.  o Screen and printer fonts separately controllable
  404.  o Improved Windows printing support
  405.  o Spell checker interface
  406.  o Piping support
  407.  o Drag'n'drop into composer
  408.  o Create pinecrsh.txt when it crashes
  409.  o Win32 version, with full caching
  410.  o Control-6 works consistently as ^^ (Mark)
  411.  o Can enable dialogue boxes in lieu of normal prompts
  412.  
  413. BUG FIXES
  414.  
  415.  o  pine.conf (init.c) fix (some variables being ignored)
  416.  o  Export bug (invalid message separator syntax)
  417.  o  Empty .pine-interrupted not removed
  418.  o  Interrupted compositions not being saved
  419.  o  Looping fixes
  420.  o  PLUS hundreds of others...
  421.  
  422. OTHER
  423.  
  424.  o Pine file browser available as a stand-alone program (Pilot)
  425.  o New version of Pico
  426.  o Revised Update service, accessed by Pine's Setup/Update command
  427.  
  428. SENDING STRATEGY
  429.  
  430. Beginning with 3.92, Pine sends messages in a different way.
  431. Previously, Pine created a temp file containing the message to be
  432. sent, and invoked sendmail in a way that would cause it to derive
  433. the SMTP envelope information from the message headers.  This had
  434. several disadvantages, including the inability to support ESMTP
  435. options such as 8BITMIME.  So now Pine, by default, invokes sendmail
  436. such that it can directly interact via SMTP commands.  However,
  437. the direct interaction has caused undesirable side effects at some
  438. sites.  For example:
  439.    
  440.  o If your sendmail is configured to do address validation, it may
  441.    take significantly longer for sendmail to accept the message
  442.    than it used to.  The user sees this delay in Pine.
  443.  
  444.  o Some sendmails are configured to generate X-Authentication-Warning (see
  445.    below for more information on this warning) headers when directly
  446.    invoked by Pine. 
  447.  
  448. If you experience sending difficulties, the first thing to try is
  449. setting the following configuration variable:  smtp-server=localhost
  450.  
  451. If that doesn't help, it's possible to revert to Pine's previous method
  452. of sending via a temporary file.  In the contrib/utils directory of the
  453. distribution, there is a shell script named \"sendit.sh\"
  454.  
  455. To revert to the previous sending-method, install this script and set the
  456. sendmail-path variable to its path. 
  457.  
  458. X-AUTHENTICATION-WARNING
  459.  
  460. Recent versions of Pine use a default sending method that causes the
  461. header:
  462.  
  463.   X-Authentication-Warning: <hostname>: <user> owned process doing -bs 
  464.  
  465. to be added to outgoing mail in some cases.  This header is added by
  466. sendmail version 8 when the sendmail configuration option:
  467.  
  468.   PrivacyOptions=authwarnings
  469.  
  470. is set.  There are a couple ways to fix this.
  471.  
  472. 1. Don't set the authwarnings option in sendmail.cf.  
  473. 2. In the Pine configuration, set smtp-server to some value.  This could
  474.    be done globally for everyone in /usr/local/lib/pine.conf or by
  475.    individuals in their own configurations. 
  476.  
  477. The smtp-server variable may be set to the name of any host which is
  478. running an SMTP server.  Often, the host you are running Pine on will also
  479. be running a sendmail daemon.  In that case, it is usually enough to set: 
  480.  
  481.    smtp-server=localhost
  482.  
  483. This works because \"localhost\" is usually a pseudo-hostname for the
  484. loopback interface on a Unix host.  If \"localhost\" doesn't work, you can
  485. try the actual name of the host you are running Pine on, or the name of
  486. some other host which is running an SMTP server.  For example:
  487.  
  488.    smtp-server=somehost.company.com
  489.  
  490. BACKGROUND POSTING                                       (EXPERIMENTAL!!!)
  491.  
  492. New in Pine 3.94 is an EXPERIMENTAL feature permitting optional sending
  493. of messages \"in the background\".  Choosing this option at the \"Send?\"
  494. confirmation prompt causes Pine to split into two processes; one returns
  495. immediately to your control while the other continues sending the
  496. message.
  497.  
  498. It does not alter the method Pine uses to send messages (via SMTP,
  499. typically), but it does affect the way in which errors are reported.
  500. Normal, interactive sending requires you to wait until the receiving
  501. transport agent has accepted the message.  Usually, errors are reported
  502. immediately, and Pine returns you to the composer with the error message
  503. displayed.  With \"background\" sending chosen, Pine can't return to the
  504. message editor.  Pine will display an error message, but you need to
  505. resume posting manually by typing \"C\" and answering \"Y\"es to the
  506. \"Continue INTERRUPTED message?\" prompt.
  507.  
  508. NOTE: As this feature requires specific support (i.e., the waitpid system
  509.       call) from the operating system, it is not available on all flavors
  510.       of Unix.  Therefore, you may not find it in your \"Setup Config\"
  511.       screen.  See the feature's help text in the Config screen for more
  512.       caveats.
  513.  
  514. STABILITY AND LIFE EXPECTANCY
  515.  
  516. Pine 3.94 corrects many of the bugs we failed to resolve (or introduced) 
  517. in version 3.93, which was primarily a bug-fix release for 3.92, our last
  518. major release.
  519.  
  520. We are anxious to now focus our attention on Pine 4.00, which will mostly
  521. have the same functionality as 3.94, but will use the new IMAP4-capable
  522. c-client libraries in preparation for utilizing certain IMAP4 extensions
  523. later on.  No doubt it will also contain more bug fixes, and perhaps a few
  524. new features. 
  525.  
  526. ---------------------
  527. | (2) PC-PINE NOTES |
  528. ---------------------
  529.  
  530. PC-Pine is now available for Windows/Winsock in both 16 and 32 bit
  531. versions, as well as the following DOS versions: packet driver, Novell
  532. LWP, FTP PC-TCP, Sun PC-NFS.  Only the 32 bit Windows version has full
  533. caching enabled; thus it should be noticeably faster than the DOS and
  534. 16 bit Windows versions.  Sorting, however, is still slow.
  535.  
  536. Some specific limitations of the DOS version (these do not apply to
  537. the Windows/Winsock version of PC-Pine):
  538.    o The unix-pipe-cmd function is not available.
  539.    o There is no spelling checker.
  540.    o Alternate editor function is not available.
  541.    o Memory: the DOS version needs about 500K out of 640K.
  542.    o The DOS version can't run image viewer from within Pine, due to memory.
  543.    o Messages (excluding attachments) must fit in DOS memory,
  544.      however, attachments may be any size.
  545.  
  546. Additional notes:
  547.  
  548. -The Windows/Winsock version of PC-Pine is not a full GUI Windows
  549.  application, however, version 3.92 introduces quite a few GUI
  550.  amenities, including: scroll bars, pull-down menus, expanded mouse
  551.  support, etc.
  552.  
  553. -While message folders may be either local or remote, several support
  554.  files must be available on the local disk.  In particular your
  555.  PINERC config file, ADDRBOOK, NEWSRC, and PINE.SIG (your signature file).
  556.  Other files (postponed and interrupted messages, debug files) are also
  557.  stored locally.  Some users of both PC-Pine and Unix Pine must worry
  558.  about keeping their pinerc, address book, and newsrc files in sync.
  559.  This may be done using remote file system protocols or manual copying.
  560.  Remote access to these support files is *definitely* planned for the future.
  561.  
  562. -The PC-PINE message folder format is based on byte-counts for maximum
  563.  efficiency, so they must not be edited. The format is non-standard, but
  564.  conversion utilities would not be difficult. This format is supported in
  565.  Unix Pine as well.  PC-Pine can also open Unix-style folders for
  566.  READ-ONLY access.
  567.  
  568. -Don't expect to display a picture without exiting PC-Pine for DOS, due
  569.  to DOS memory limitations.  In some configurations, there *may* be enough
  570.  memory for the viewer and a small image, but don't count on it.  With
  571.  PC-Pine for Windows/Winsock, the memory constraints are greatly
  572.  diminished, and viewing image attachments seems to work quite well.  We
  573.  have been testing with the \"lview\" package by Leonardo Loureiro, which
  574.  can be obtained from oak.oakland.edu or any other SimTel mirror site.
  575.  
  576. ---------------------
  577. | (3) Configuration |
  578. ---------------------
  579.  
  580. Configuration precedence.
  581.  
  582. There are several levels of Pine configuration.  Configuration values at
  583. a given level override corresponding values at lower levels.  In order of
  584. increasing precedence:
  585.  
  586.  o built-in defaults,
  587.  o system-wide pine.conf file,
  588.  o personal .pinerc file (may be set via built-in Setup/Config menu.),
  589.  o command-line options,
  590.  o system-wide pine.conf.fixed file.
  591.  
  592. There is one exception to the rule that configuration values are replaced
  593. by the value of the same option in a higher-precedence file:
  594. the feature-list variable has values that are additive, but can be
  595. negated by prepending \"no-\" in front of an individual feature name.
  596.  
  597. File name defaults.
  598.  
  599. Notes:
  600.  
  601.  o <exe dir> = directory where pine.exe found.
  602.  o <pinerc dir> = directory where pinerc found.
  603.  o * = default file name is overridable in pinerc.
  604.  o $HOME, if not explicitly set, defaults to root of the current drive.
  605.  o $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
  606.  o + between the mailcap paths implies that the two files are combined.
  607.  o ; between other default paths implies that the first one found is used.
  608.  
  609. Pine looks for most support files in the same directory it finds its
  610. personal configuration file (pinerc).  The -p command-line flag may be
  611. used to specify a particular path name for the pinerc file.  If a
  612. pinerc file does not exist, it will be created (if directory permissions
  613. allow).  In PC-Pine, if -p or $PINERC are not defined, Pine will look
  614. in $HOME\\PINE and the directory containing the PINE.EXE.  If a PINERC
  615. file does not exist in either one, it will create one in the first of those
  616. two directories that is writable.  In detail:
  617.  
  618. PC-Pine:
  619.  
  620.  executable     <DOS search path>\\pine.exe
  621.  help index     <exe dir>\\pine.ndx
  622.  help text      <exe dir>\\pine.hlp
  623.  
  624.  pers config    $PINERC  ;  $HOME\\pine\\pinerc  ;  <exe dir>\\pinerc
  625.  global cfg     $PINECONF
  626.  
  627.  password       <pinerc dir>\\pine.pwd
  628.  debug          <pinerc dir>\\pinedebg.txt
  629.  crash          <pinerc dir>\\pinecrsh.txt
  630.  signature*     <pinerc dir>\\pine.sig
  631.  addressbook*   <pinerc dir>\\addrbook
  632.  addrbook lu    <pinerc dir>\\addrbook.lu    (appends .lu to addrbk name.)
  633.  mailcap*       <pinerc dir>\\mailcap  +  <exe dir>\\mailcap
  634.  mimetypes*     <pinerc dir>\\mimetype +  <exe dir>\\mimetype
  635.  newsrc*        $HOME\newsrc (if exists, else) <pinerc dir>\newsrc
  636.  sentmail*      $HOME\\mail\\sentmail.mtx
  637.  postponed*     $HOME\\mail\\postpond.mtx
  638.  interrupted    $HOME\\mail\\intruptd
  639.  
  640. Unix Pine:
  641.  
  642.  executable     <Unix search path>/pine
  643.  persnl cfg     ~/.pinerc
  644.  global cfg     /usr/local/lib/pine.conf
  645.  fixed cfg      /usr/local/lib/pine.conf.fixed
  646.  local help     /usr/local/lib/pine.info
  647.  
  648.  interrupted    ~/.pine-interrupted-mail
  649.  debug          ~/.pine-debugN
  650.  crash        ~/.pine-crash
  651.  newsrc*        ~/.newsrc
  652.  signature*     <pinerc dir>/.signature
  653.  addressbook*   <pinerc dir>/.addressbook
  654.  addrbook lu    <pinerc dir>/.addressbook.lu  (appends .lu to addrbk name.)
  655.  postponed*     ~/mail/postponed-msgs
  656.  sentmail*      ~/mail/sent-mail
  657.  mailcap*       ~/.mailcap + /etc/mailcap
  658.                            + /usr/etc/mailcap + /usr/local/etc/mailcap
  659.  mimetypes*     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
  660.  
  661.  news-spool    varies across Unix flavors, e.g. /usr/spool/news or /var/news
  662.  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
  663.  lock files     /tmp/.\\usr\\spool\\mail\\xxxx
  664.  inbox          /usr/spool/mail/xxxx
  665.  password       /etc/passwd
  666.  
  667. Mailcap files.
  668.  
  669. Pine honors the mailcap configuration system for specifying external
  670. programs for handling attachments.  The mailcap file maps MIME attachment
  671. types to the external programs loaded on your system which can display
  672. and/or print the file.  A sample mailcap file comes bundled with the Pine
  673. distribution.  It includes comments which explain the syntax you need to
  674. use for mailcap.  With the mailcap file, any program (mail readers,
  675. newsreaders, WWW clients) can use the same configuration for handling
  676. MIME-encoded data.
  677.  
  678. MIME-Types files.
  679.  
  680. Pine uses mime-types files (.mime.types or MIMETYPE) to determine
  681. what Content-Type to use for labeling an attached file, based on
  682. the file extension.  That is, this file provides a mapping between
  683. filename extensions and MIME content-types.
  684.  
  685. Environment variables.
  686.  
  687. PC-Pine uses the following environment variables:
  688.  
  689.   PINERC      (Optional path to pinerc file.)
  690.   PINECONF    (Optional path to global pine config file.)
  691.   HOME
  692.   TMP or TEMP
  693.   COMSPEC
  694.   MAILCAPS    (A *semicolon* delimited list of path names to mailcap files.)
  695.  
  696. Unix Pine uses the following environment variables:
  697.  
  698.   TERM        (Tells Pine what kind of terminal is being used.)
  699.   DISPLAY     (Determines if Pine will try to display IMAGE attachments.)
  700.   SHELL       (If not set, default is /bin/sh )
  701.   MAILCAPS    (A *colon* delimited list of path names to mailcap files)
  702.  
  703. --------------------------
  704. | (4) Coming Attractions |
  705. --------------------------
  706.  
  707. STILL NOT DONE, BUT WE WANT THEM AS MUCH AS YOU DO...
  708.  
  709.  o Hierarchy support
  710.  o Location independence of support files
  711.  o Kerberos support
  712.  o Offline and disconnected support
  713.  o External directory services access
  714.  
  715. ---------------
  716. | (5) HISTORY |
  717. ---------------
  718.  
  719. Pine was originally conceived in 1989 as a simple, easy-to-use mailer for
  720. administrative staff at the University of Washington in Seattle.  This
  721. constituency had previously been using a very nice mail system derived
  722. from UCLA's \"Ben\" mailer for the MVS operating system, but when the cost
  723. of maintaining our MVS system became prohibitive, we needed to find a
  724. Unix-based mailer that preserved the user-interface strengths of \"Ben\".
  725. Our goal was to provide a mailer that naive users could use without fear
  726. of making mistakes.  We wanted to cater to users who were less interested
  727. in learning the mechanics of using electronic mail than in doing their
  728. jobs; users who perhaps had some computer anxiety.  We felt the way to do
  729. this was to have a system that didn't do surprising things and provided
  730. immediate feedback on each operation; a mailer that had a limited set of
  731. carefully-selected functions.
  732.  
  733. At that time, we could not find any Unix mailer (commercial or freely
  734. available) that met our requirements.  Consequently, we reluctantly
  735. concluded that we would need to develop our own.  The Elm mailer seemed
  736. like a reasonable starting point since its source code was freely
  737. available, so we started modifying it.  Today there is virtually no Elm
  738. code left, and Pine has evolved so that many \"power-user\" features may
  739. be (optionally) enabled.  We have tried to remain true to our original
  740. simplicity and ease-of-use goals by providing *optional* features for
  741. sophisticated users.  In fact, if none of Pine's options are enabled, the
  742. latest version has almost the same look-and-feel as the very first
  743. version.
  744.  
  745. One of the greatest problems with most mailers on Unix systems is the
  746. editor.  One can normally choose between emacs and vi.  We experimented
  747. with some versions of emacs and settled on a hacked version of micro
  748. emacs. Eventually it became heavily modified and tightly integrated with
  749. the rest of Pine.  One of the main features of having a tightly coupled
  750. editor is that it can guide the user through editing the header of the
  751. message, and Pine takes great care to do this.  A very simple and
  752. efficient interface to the Unix spell command was also added.  The emacs-
  753. style key bindings were retained, though most of the other wild and
  754. wonderful emacs functions were not.  The Pine composition editor is also
  755. available as a very simple stand alone editor named \"pico\".
  756.  
  757. Also working at the University of Washington is the original author of the
  758. Internet Message Access Protocol (IMAP).  IMAP is a functional superset of
  759. POP, and provides a way to manipulate mailboxes on remote servers as if
  760. they were local.  Specific advantages of IMAP over POP include: support
  761. for inbox access from multiple computers, access to more than one remote
  762. folder, selective access to MIME message parts, and support for
  763. disconnected operation.
  764.  
  765. Not long after the Pine project began, The IMAP author had finished
  766. writing the \"c-client\" library as an interface to IMAP and as a switch
  767. between drivers for IMAP mailboxes, Berkeley mail files and Tenex mail
  768. files.  In time, \"c-client\" became a full messaging API with support for
  769. RFC-822 parsing, MIME parsing and decoding, SMTP and NNTP drivers, and so
  770. forth.  Great care was taken to make the code writing the mail files
  771. robust against disks filling up, and inter-process locking in order to
  772. guarantee mail file consistency.  It was clear that Pine would benefit
  773. greatly from using the c-client to access mail storage so the original
  774. low-level Elm code was replaced by calls to c-client library routines.
  775. Consequently Pine can write and access a variety of different mail file
  776. formats and new ones can be added by creating a simple driver.  In
  777. addition the c-client does a very careful job of doing all the RFC-822
  778. header parsing and achieves the highest compliance with the RFC.
  779.  
  780. Most of the work done on Pine from 6/92 to 6/93 focused on changes needed
  781. to support a truly distributed electronic messaging environment (e.g.
  782. remote folder manipulation), and getting Pine to run on DOS (which was a
  783. *lot* of work).  The first version of PC-Pine (3.84) was released in July
  784. 1993, and included first steps toward integrating news and email access in
  785. Pine. Doing the DOS port was very difficult for a variety of reasons, but
  786. especially because of DOS memory management (or lack thereof).  However,
  787. simply porting Pine 3.07 to DOS was not sufficient.  For a desktop mailer
  788. such as PC-Pine to be useful at UW, it was necessary to fully support
  789. access to existing *remote* saved-message folders, as well as local
  790. (desktop) folders -- and of course, the remote INBOX.  Accomplishing this
  791. required extensions to IMAP, a new version of the IMAPd server code, and
  792. extensive work in Pine to support multiple collections of folders.
  793.  
  794. The principal reason for porting Unix Pine to DOS/Windows was to obviate
  795. the need for PC users to transfer files between their PC and the Unix
  796. system running Pine.  Now it is possible to save messages directly to the
  797. PC's filesystem, and to directly include PC files in outgoing messages.
  798. And with Pine's MIME capability, binary files (e.g. word processing
  799. documents, spreadsheets, image files, executables) may be directly
  800. attached to your messages.
  801.  
  802. With both Pine 3.90 and 3.92, significant new functionality has been added,
  803. as can be seen by the growing number of features that can be set via
  804. Setup/Config screen.  Next will come integration of the IMAP4-capable
  805. c-client libraries, forming the basis of Pine 4.00.
  806.  
  807. ---------------
  808. | (6) CREDITS |
  809. ---------------
  810.  
  811. The University of Washington Pine development team (part of the UW Office
  812. of Computing & Communications) includes:
  813.  
  814.  Project Leader:           Mike Seibel.
  815.  Principal authors:        Mike Seibel, Steve Hubert, Laurence Lundblade*.
  816.  C-Client library & IMAPd: Mark Crispin.
  817.  Pico, the PIne COmposer:  Mike Seibel.
  818.  Bug triage, user support: David Miller.
  819.  Pine Web Pages:           Stefan Kramer, David Miller.
  820.  Documentation:            Many people!
  821.  PC-Pine for DOS:          Mike Seibel.
  822.  PC-Pine for Windows:      Tom Unger.
  823.  Project oversight:        Terry Gray.
  824.  Principal Patrons:        Ron Johnson, Mike Bryant.
  825.  Additional support:       NorthWestNet.
  826.  Initial Pine code base:   Elm, by Dave Taylor & USENET Community Trust.
  827.  Initial Pico code base:   MicroEmacs 3.6, by Dave G. Conroy.
  828.  User Interface design:    Inspired by UCLA's \"Ben\" mailer for MVS.
  829.  
  830.    * Emeritus  (Laurence is now at Qualcomm)
  831.  
  832. We'd also like to acknowledge the following contributions and contributors:
  833.  Pine for VMS:  Portia Shao and Yehavi Bourvine
  834.  Pine for OS/2: David Nugent
  835.  Special mention:   David Wall
  836.  Bug reports, bug fixes, ports, suggestions & encouragement:
  837.  
  838. The world-wide Pine community, including...
  839.  
  840.   Shoa Aminpour       Gordon Good        Richard Murphy
  841.   J.J. Baily          Bob Gregory        Il Oh
  842.   Billy Barron        Ed Greshko         Mike Ramey
  843.   Chris Beecher       Dmitri L. Gringauz Phil Rand
  844.   John Benjamins      David Halliwell    Jochiam Richter
  845.   Birko Bergt         Peter Hausken      Thomas Riemer
  846.   Ken Bobey           Jeff Hayward       Alexis Rosen
  847.   Andy Brager         Ron Johnson        Michael Ross
  848.   D.K. Brownlee       William Kreuter    Bob Sandstrom
  849.   Brian Burriston     Pekka Kytolaakso   Michael F. Santangelo
  850.   Bill Campbell       Barry Landy        Shin-ya Satoh
  851.   Russel Campbell     Chris Latham       Corey Satten
  852.   Donn Cave           Jon Lebo           Michael Shepard
  853.   Richard Cheever     Allen Leonard      Alan Thew
  854.   Mike Coghlan        Robert L. Lewis    Jason R. Thorpe
  855.   Justine Comer       Bruce Lilly        Marc Unangst
  856.   Chuck Cooper        Matthew Lyle       Edward Vielmetti
  857.   Barry Cornelius     John Mackin        Ross Wakelin
  858.   Tony Flemming       James Matheson     Rich Wales
  859.   Matthew Freedman    Mark McNair        David Wall
  860.   Richard Fritz       Pete Mellor        Bob Williams
  861.   Marcelo A. Gallardo Dave Miller        Steve Woodyatt
  862.   Adam Garrett        Robert Morris      Michael A. Crowley
  863.  
  864. And many others... Our thanks to all!
  865.  
  866. Pine files and documentation are available via FTP or WWW:
  867.   ftp://ftp.cac.washington.edu/pine
  868.   http://www.cac.washington.edu/pine
  869.  
  870. In particular, the latest version of Pine source code is available via
  871. anonymous FTP from Internet host ftp.cac.washington.edu in the file
  872. /pine/pine.tar.Z.
  873.  
  874. Please send comments and correspondence to: pine@cac.washington.edu
  875.  
  876. ---------------------
  877. | (7) LEGAL NOTICES |
  878. ---------------------
  879.  
  880. Pine and Pico are trademarks of the University of Washington. No
  881. commercial use of these trademarks may be made without prior written
  882. permission of the University of Washington. 
  883.  
  884. Pine and Pico software and its included text are Copyright 1989-1997 by
  885. the University of Washington. 
  886.  
  887. Permission to use, copy, modify, and distribute this software and its
  888. documentation for any purpose and without fee to the University of
  889. Washington is hereby granted, provided that these legal notices appear in
  890. all copies and supporting documentation, that the name \"Pine\" is retained,
  891. and that the name of the University of Washington is not used in
  892. advertising or publicity pertaining to distribution of the software
  893. without specific, written prior permission.  This software is made
  894. available \"as is\".
  895.  
  896. Although the above trademark and copyright restrictions do not convey the
  897. right to redistribute derivative works, the University of Washington
  898. encourages unrestricted distribution of patch files which can be applied
  899. to the University of Washington Pine distribution.  
  900.  
  901. If this software is modified for local use, please denote this on all
  902. modified versions of the software by appending the letter \"L\" to the
  903. current version number and by enumerating the changes in the release notes
  904. and associated documentation. 
  905.  
  906. THE UNIVERSITY OF WASHINGTON DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  907. WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED
  908. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN
  909. NO EVENT SHALL THE UNIVERSITY OF WASHINGTON BE LIABLE FOR ANY SPECIAL,
  910. INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  911. LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
  912. (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN
  913. CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 
  914.  
  915. <End of Release Notes>
  916. ===== main_menu_tx ======
  917.           GENERAL INFORMATION ON THE PINE MESSAGE SYSTEM
  918.              Version ___version (built ___cdate)
  919.                         University of Washington
  920.  
  921.  
  922. TABLE OF CONTENTS
  923.  
  924.         o Introduction
  925.         o Pine Help
  926.         o Local Support Contacts
  927.         o Giving Commands in Pine
  928.         o Status Line
  929.         o Main Menu Commands
  930.         o Command Line Options
  931.         o Pine Configuration
  932.         o Reading News
  933.         o Reporting Problems
  934.  
  935. ----------------
  936. | Introduction |
  937. ----------------
  938.  
  939. PINE(tm) is the University of Washington's \"Program for Internet News and
  940. Email\".  It is intended to be an easy-to-use program for sending,
  941. receiving, and filing Internet electronic mail messages and bulletin board
  942. (Netnews) messages. Pine supports the following Internet protocols and
  943. specifications:
  944.                 SMTP  - Simple Mail Transport Protocol
  945.                 NNTP  - Network News Transport Protocol
  946.                 MIME  - Multipurpose Internet Mail Extensions
  947.                 IMAP  - Internet Message Access Protocol
  948.  
  949. MIME allows you to attach any kind of file to your message, provided that
  950. your recipient also has MIME-capable mail software (which is readily
  951. available for most types of computers, although some proprietary mail
  952. systems do not yet support MIME).  IMAP allows access to mailboxes on
  953. remote mailservers as if they were local.
  954.  
  955. Although originally designed for inexperienced email users, Pine has
  956. evolved to support many advanced features.  There are an ever-growing
  957. number of configuration and personal-preference options, though which of
  958. them are available to you is determined by your local system managers. 
  959.  
  960. -------------
  961. | Pine Help |
  962. -------------
  963.  
  964. Pine help is context-sensitive.  In other words, each Pine screen you use
  965. will have its own help text, explaining the choices available for that
  966. screen.  This particular Help section is unusual in that it will not only
  967. describe the specific commands available from the MAIN MENU, but also
  968. provide an overview of Pine operation.
  969.  
  970. In addition to this general help on Pine, Release Notes on the current
  971. Pine version are also available from the MAIN MENU.  Press {F9:R} to
  972. browse the release notes.  These include changes since the last release,
  973. notes for PC-Pine, configuration information, the history of the Pine
  974. project, credits, and legal notices.
  975.  
  976. Pine files and documentation are available via FTP or WWW:
  977.   ftp://ftp.cac.washington.edu/pine
  978.   http://www.cac.washington.edu/pine
  979.  
  980. For a copy of the current Pine \"Frequently Asked Questions\" (FAQ) list,
  981. send an empty message to pine-faq@cac.washington.edu  --or, if it is
  982. available at your site, use the Setup/Update command under the Main Menu.
  983.  
  984. If you would like to print *all* of Pine's internal help text for a little
  985. light bedtime reading, then press {F12:Z} now.  (This assumes that the
  986. copy of Pine you are using has been properly configured for printing
  987. at your site.)
  988.  
  989. --------------------------
  990. | Local Support Contacts |
  991. --------------------------
  992.  
  993. ___include /usr/local/lib/pine.info
  994.  
  995.         [ No local information available. ]
  996.  
  997. ___end_include
  998.  
  999. ---------------------------
  1000. | Giving Commands in Pine |
  1001. ---------------------------
  1002.  
  1003. COMMANDS: The bottom two lines of the screen are always used to list the
  1004. commands you can give.  You press the keys that are highlighted to give
  1005. the command.  The commands for getting help and going back to the main
  1006. menu are always present (except when viewing help as you are now).
  1007.  
  1008. {:OTHER COMMANDS: The \"Other Commands\" function changes the keys you see}
  1009. {:at the bottom of any screen.  In some cases there are 3 different pages}
  1010. {:of keys which it toggles through.  ALL COMMANDS ARE ACTIVE, even if they}
  1011. {:are not currently showing at the bottom of your screen.  In other words,}
  1012.  
  1013. {:you NEVER need to prefix a command key with the 'O' key.}
  1014.  
  1015. {:CONTROL KEY:  When composing mail and in a few other places in Pine you}
  1016. {:have to use Control keys which means pressing the control key and the }
  1017. {:letter indicated at the same time.  This is usually shown with a \"^\" in}
  1018. {:front of the letter.  On some systems, certain control characters are}
  1019. {:intercepted before they get to Pine.  As a work-around, you can press}
  1020. {:the ESCAPE key twice followed by the desired key.  For example, if }
  1021. {:Control-O (^O) does not work on your system, try typing \"ESC ESC O\".}
  1022.  
  1023. PAGING UP/DOWN: The \"+\" and \"-\" keys are used for moving to the next
  1024. or previous page.  The space bar is a synonym for \"+\".  You may also use
  1025. Ctrl-V to page down and Ctrl-Y to page up as you do in the message
  1026. composer.  On screens with a WhereIs (search) command, W or Ctrl-W followed
  1027. by Ctrl-V will move to the bottom of the message or list, and W or Ctrl-W
  1028. followed by Ctrl-Y will move to the top of the message or list.
  1029.  
  1030. RETURN KEY: The return key is usually a synonym for a frequently used
  1031. command.  When viewing a message, there is currently not a default
  1032. command, so RETURN does nothing; when in the index, it is synonymous with
  1033. \"view msg\". In the key menu at the bottom of the screen, whatever is
  1034. enclosed in square brackets [] is the same as the return key.
  1035.  
  1036. CONTROL KEYS NOT USED BY PINE:  Most commands in Pine are single letters,
  1037. with --we hope-- some mnemonic value, but in places where Pine is expecting
  1038. text input, e.g. in the composer or at prompts for file/folder names,
  1039. control keys must be used for editing and navigation functions.
  1040.  
  1041. Pine has used nearly all the control keys available.  There are, however,
  1042. certain control keys that are reserved by other programs or for technical
  1043. reasons.  Pine does not use any of these keys:
  1044.                 Ctrl-S    Used by Unix as \"stop output\"
  1045.                 Ctrl-Q    Used by Unix as \"resume output\"
  1046.                 Ctrl-]    Often used by Telnet as escape key
  1047.                 Ctrl-\\   Often used by Unix as \"Abort\"
  1048.                 ESC       Conflicts with sequences used for arrow keys
  1049.  
  1050. NOTE: by default, Pine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
  1051. and XON), as normal characters, even though Pine does not use them.
  1052. However, the printer, modem, or communication software you are using may
  1053. be configured for \"software flow control\" which means that XON/XOFF must
  1054. be treated as special characters by the operating system.  If you see
  1055. messages such as \"^X not defined for this screen\", then your system is
  1056. probably using software flow control. In this case you will need to set
  1057. the \"preserve-start-stop-characters\" feature.  If you *do* set this
  1058. feature, be advised that if you accidentally hit a Ctrl-S, Pine will
  1059. mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
  1060. and see if that puts things right.  Printing via the \"attached-to-ansi\"
  1061. option will automatically enable software flow-control handling for the
  1062. duration of the printing.
  1063.  
  1064. REPAINTING THE SCREEN: Sometimes what is displayed on the screen will be
  1065. incorrect due to noise on the phone line or other causes and you will want
  1066. to repaint the whole screen to make it correct.  You can use the Ctrl-L
  1067. command to do this.  It never hurts to do it when in doubt.
  1068.  
  1069. ---------------
  1070. | Status Line |
  1071. ---------------
  1072.  
  1073. The top line of the screen is Pine's status line.  It will always display
  1074. the current version of Pine and will also convey information about the
  1075. status of the program.  This is where you look to find out what
  1076. collection, folder and message number is active.
  1077.  
  1078. If the top line says \"READONLY\" it means that the open folder (typically
  1079. your INBOX) is \"locked\" by another mail session -- most likely a more
  1080. recent session of Pine has taken the INBOX lock.
  1081.  
  1082. If the top line says \"CLOSED\" it means that you are trying to access a
  1083. folder on a remote mail server, and for some reason, communication with
  1084. the mail server has either been lost, or never successfully established.
  1085. This can be a result of trying to open a non-existent folder, or one
  1086. stored on an invalid or non-operational server, or it can mean that Pine
  1087. has been suspended for more that 30 minutes while accessing a remote mail
  1088. server.
  1089.  
  1090. ----------------------
  1091. | Main Menu Commands |
  1092. ----------------------
  1093.  
  1094. {Available Commands -- Group 1          Available Commands -- Group 2   :General Pine Commands  MAIN MENU Screen Commands}
  1095. {------------------------------         ------------------------------  :---------------------  -------------------------}
  1096. {F1  Show this help text                F1  Show this help text         :?  Show help text      O  Show all Other available commands}
  1097. {F2  Show all other available commands  F2  Show other commands         :C  Compose a message   P  Select Previous command up on menu}
  1098. {F3  Quit Pine                                                          :I  FOLDER INDEX screen N  Select Next command down on menu}
  1099. {F4  Execute current MAIN MENU command  F4  Compose a message           :L  FOLDER LIST screen  R  Display Pine Release Notes}
  1100. {F5  Select previous command up on menu F5  FOLDER LIST screen          :A  ADDRESS BOOK screen K  Lock Keyboard }
  1101. {F6  Select next command down on menu   F6  Goto a specified folder     :S  SETUP functions     G  Goto a specified folder}
  1102. {                                       F7  FOLDER INDEX screen         :Q  Quit Pine}
  1103. {F9  Display Pine release notes         F9  SETUP menus :}
  1104. {F10 Lock keyboard                      F10 ADDRESS BOOK screen :}
  1105.  
  1106. NOTE: The availability of certain commands (e.g. some of the options under
  1107. SETUP) is determined by Pine configuration files and system capabilities.
  1108. At some sites, certain commands may not be available due to security or
  1109. support concerns.
  1110.  
  1111. The \"COMPOSE MESSAGE\" command (available on MAIN MENU, FOLDER LIST,
  1112. FOLDER INDEX, and MESSAGE TEXT screens) takes you into the Pine message
  1113. composer and permits you to create and send a new message.
  1114.  
  1115. The \"FOLDER INDEX\" command (available on MAIN MENU, FOLDER LIST, and
  1116. MESSAGE TEXT screens) takes you to the FOLDER INDEX screen which displays
  1117. a summary caption for each message in the currently-open folder. One
  1118. message will be highlighted; this is the \"Current\" message.  The message
  1119. commands available from this screen (e.g. View, Reply, Forward, Delete,
  1120. Print, Save, etc) apply to the current message.
  1121.  
  1122. The \"FOLDER LIST\" command (available on MAIN MENU, FOLDER INDEX, and
  1123. MESSAGE TEXT screens) takes you to the FOLDER LIST screen which displays
  1124. the names of all your message folders and allows you to view, rename,
  1125. delete, and add folders.  You can open (view) a different folder than the
  1126. one currently open by highlighting the desired one (using the arrow keys
  1127. or their control-key equivalents) and pressing RETURN.  If you have
  1128. multiple folder collections defined (see the Help text for the FOLDER LIST
  1129. screen to learn more about Collections), you may need to press RETURN to
  1130. expand the collection and display all of the folders in it.
  1131.  
  1132. The \"ADDRESS BOOK\" command (available only from the MAIN MENU) takes you
  1133. to the ADDRESS BOOK management screen.  From here, your personal address
  1134. book(s) may be updated.
  1135.  
  1136. The \"SETUP\" command (available only from the MAIN MENU) prompts you for
  1137. one of several configuration screens, including the SETUP CONFIGURATION 
  1138. screen, by which you may activate optional Pine features.
  1139.  
  1140. Also available from the Main Menu, but only displayed on the Key Menus at
  1141. the bottom of the screen, are the following commands:
  1142.  
  1143. The \"Goto\" command (available on MAIN MENU, FOLDER LIST, FOLDER INDEX,
  1144. and MESSAGE TEXT screens) lets you jump directly to a new folder without
  1145. having to use the Folder List display. It will prompt you for the name of
  1146. the desired folder and, if you have multiple folder collections defined,
  1147. allow you to rotate through them.  However, if the folder is outside of your
  1148. defined collections, you are going to have to enter the exact folder
  1149. location using the correct syntax for a remote folder and/or the
  1150. fully-qualified path name.
  1151.  
  1152. The \"Release Notes\" command displays information about this version of
  1153. Pine, as well as historical and legal notes.
  1154.  
  1155. The \"Keyboard Lock\" command allows your Pine session to be protected
  1156. during a temporary absence from your terminal.
  1157.  
  1158. The \"Report Bug\" command does the obvious thing; please see section (10)
  1159. below.  This command is also available from any help screen (including
  1160. this one.)
  1161.  
  1162. ------------------------
  1163. | Command Line Options |
  1164. ------------------------
  1165.  
  1166. Possible Starting Arguments for Pine program:
  1167.  
  1168.         Argument                Meaning
  1169.  
  1170.         <address>...    Go directly into composer with given address
  1171.         -a              Special anonymous mode for UWIN*
  1172.         -c              Context # for interpreting -f argument
  1173.                          0=none, 1=incoming, 2=deflt coll'n, 3=next coll'n
  1174.         -d n            Debug - set debug level to 'n'
  1175.         -f <folder>     Folder - open <folder> in default collection
  1176.         -F <file>       File - open and view text <file>
  1177.         -h              Help - give this list of options
  1178.         -i              Index - Go directly to index, bypassing main menu
  1179.         -I <key_list>   Initial keystrokes to be executed
  1180.         -k              Keys - Force use of function keys
  1181.         -l              List - Expand List of folder collections by default
  1182.         -n <number>     Entry in index to begin on
  1183.         -nr             Special restricted mode for UWIN*
  1184.         -o              ReadOnly - Open first folder read-only
  1185.         -p <file>       Use <file> in place of .pinerc file
  1186.         -P <file>       Use <file> in place of pine.conf file
  1187.         -r              Restricted/demo mode
  1188.         -z              Suspend - allow use of ^Z suspension
  1189.         -sort <sort>    Sort - Specify sort order of Folder Index:
  1190.                    (Subject, OrderedSubj, Arrival, Date, From, Size, /reverse)
  1191.         -conf           Configuration - Output fresh global config to stdout
  1192.         -create_lu <addrbk> <sort>  Create auxiliary look-up file and
  1193.                         sort <addrbk> by <sort>.  For creating global addrbk.
  1194.         -pinerc <file>  Configuration - Put fresh pinerc config in <file>
  1195.         -<option>=<value>       Assign <value> to the pinerc option <option>
  1196.                                 e.g. -signature-file=sig1
  1197.                                 (NOTE: feature-list is additive)
  1198.  
  1199.                      * UWIN = University of Washington Information Navigator
  1200.  
  1201. ----------------------
  1202. | Pine Configuration |
  1203. ----------------------
  1204.  
  1205. Unless it has been administratively disabled, the Setup command on the
  1206. MAIN MENU has a \"Config\" subcommand which will allow you to modify
  1207. Pine's behavior by setting or unsetting various features, defining folder
  1208. collections, etc.  These settings are stored in your personal \"pinerc\"
  1209. configuration file, but on shared systems these settings may be
  1210. over-ridden by a system-wide control file (due to local site security or
  1211. support policies).  A global pine configuration file can also be used to
  1212. set default values for all Pine users on a particular system.
  1213.  
  1214. ----------------
  1215. | Reading News |
  1216. ----------------
  1217.  
  1218. BACKGROUND
  1219.  
  1220. Pine can read and post Internet news (NetNews or USENET) groups, using the
  1221. same commands as for mail.  If you do not already have a news state
  1222. (\"newsrc\") file, Pine will create one for you, and you can add newsgroups
  1223. to it using the \"Add\" command in the FOLDER LIST screen. Pine can use the
  1224. same newsrc as other Unix newsreaders, thus allowing you to switch between
  1225. Pine and other newsreaders; however, Pine uses the information in the file
  1226. in a slightly different way than other newsreaders.
  1227.  
  1228. CONFIGURATION
  1229.  
  1230. Pine can access news folders in any one of three different ways:
  1231.  
  1232.         REMOTE NNTP:  Using the Network News Transport Protocol (NNTP) to
  1233. access news on a remote news server.  In this case the newsrc file is
  1234. stored on the machine where Pine is running.  Simply specify the name of
  1235. the news server as your nntp-server:
  1236.                 nntp-server      = news.nowhere.edu
  1237. If you do this (and do not explicitly set the news-collections variable),
  1238. Pine will automatically use *{{:{}news.nowhere.edu}[] for the value of
  1239. the news-collections variable.
  1240.  
  1241.         REMOTE IMAP:  Using the Internet Message Access Protocol (IMAP) to
  1242. access news on a remote news server.  In this case, your newsrc file is
  1243. stored on the news server, in your home directory, so you must have an
  1244. account on the news server, but you would be running Pine on a different
  1245. machine.  The news server must be running an IMAPd server process. Specify
  1246. a remote news-collection in the SETUP CONFIGURATION:
  1247.                 news-collections = News *{{:{}news.nowhere.edu}[]
  1248.  
  1249.         LOCAL:  Using local file access to the news database.  In this
  1250. case, your newsrc file is stored on the news server, in your home
  1251. directory, so you must have an account on the news server, and you would
  1252. be running Pine on the same machine.  Specify a local news-collection in
  1253. the SETUP CONFIGURATION:
  1254.                 news-collections = News *[]
  1255.  
  1256. In the first two examples, the hostname \"news.nowhere.edu\" should be
  1257. replaced with the domain name of your local news server.  For Unix Pine,
  1258. these entries can be placed in either the system-wide or your personal
  1259. configuration file.
  1260.  
  1261. If you are a PC-Pine user, either option 1 (NNTP) or option 2 (IMAP) is
  1262. possible.  If you don't have an account on the news server, or if the news
  1263. server is not running an IMAP daemon, then you must use NNTP.  In
  1264. this case, your Unix .newsrc file can be transferred to your PC.  A good
  1265. place to put it would be in the same directory as your PINERC file, under
  1266. the name \\NEWSRC, but you can specify a different location via Pine's
  1267. Setup/Config screen.
  1268.  
  1269. A future version of PC-Pine will be able to access and update a newsrc
  1270. file stored on a Unix host, so that it will be possible to alternate
  1271. between PC-Pine and Unix-based newsreaders.
  1272.  
  1273. READING NEWS
  1274.  
  1275. Once defined in the .pinerc (or the global pine.conf) file, the news
  1276. folder collection can be accessed either via the FOLDER LIST screen, or
  1277. via the GOTO command.
  1278.  
  1279. Pine uses the same commands for manipulating news folders as for mail
  1280. folders.  This means, for example, that when you are done with a message,
  1281. you would use \"D\" to mark it as Deleted (or Dismissed, if you prefer.)
  1282. This \"mail-like\" behavior differs from that of most newsreaders, wherein
  1283. a message is implicitly dismissed after you have looked at it once. We
  1284. strongly believe that Pine should offer as much consistency as possible
  1285. between mail and news, so the mail paradigm --wherein a message does not
  1286. magically disappear without explicit action by the user-- is used for news
  1287. as well.
  1288.  
  1289. News folders are actually Read-Only, but the newsrc file allows Pine to
  1290. keep track of which messages you have dismissed (marked as Deleted) just
  1291. as in a regular mail folder. The difference is that, although messages
  1292. marked as Deleted will show up in the Index (just as mail messages do
  1293. until an eXpunge), you cannot expunge news messages.  However, you can use
  1294. the \"eXclude\" (X) command in order to suppress from the Folder Index
  1295. messages that are so marked.  Also, whenever you open a newsgroup folder,
  1296. messages marked Deleted are already excluded from the Index by default.
  1297. The \"unexclude\" (&) command will restore them to the Folder Index.
  1298.  
  1299. If you answer a message in a news folder, the index view will show the
  1300. \"A\" flag as usual; but the newsrc file has no way of storing this flag,
  1301. so it will not be preserved across sessions.  The Deleted flag is the only
  1302. one that is preserved between sessions.  If you Reply to a newsgroup
  1303. message and say you want to reply to all recipients, Pine will ask if
  1304. you want to post the message to all the newsgroups listed in the original
  1305. message.
  1306.  
  1307. If you would like Pine to mark more-or-less recent news messages as
  1308. \"New\", then set the \"news-approximates-new-status\" feature.  This will
  1309. cause messages after the last one you have marked as Deleted to appear
  1310. with \"N\" status in the Folder Index.  The \"N\" status often makes it
  1311. easier to distinguish later news articles from those you've previously
  1312. seen, but not yet disposed of via the \"D\" key.  Note that this is an
  1313. approximation, not an exact record of which messages you have not seen.
  1314.  
  1315. A frequent operation in news-reading is \"catching up\"... that is,
  1316. getting rid of all the messages in the news group so that you can \"start
  1317. fresh\".  At the moment, the easiest way to do this in Pine is via the
  1318. Select command.  You would enter the following four keystrokes: ;aad
  1319. Note that the \"enable-aggregate-command-set\" feature must be enabled
  1320. before you can use the Select command.
  1321.  
  1322. ----------------------
  1323. | Reporting Problems |
  1324. ----------------------
  1325.  
  1326. There are now literally millions of Pine users in over 50 countries.
  1327. The Pine development team has no funding to provide support to anyone
  1328. outside of the University of Washington.  However, we certainly want Pine
  1329. to be the best tool it can be, so we do want to know about problems. We
  1330. ask that you first read the relevant help screens, if any, and then seek
  1331. assistance from your own support staff.  Once you are sure that your
  1332. difficulty is not a local configuration problem, use the \"{F11:B} Report
  1333. Bug\" command (available from any HELP screen) to let us know about it.
  1334. You may also use the Report Bug command to request local assistance
  1335. or to send a suggestion to the developers.
  1336.  
  1337. Please note: Pine has been adapted to several other operating systems
  1338. besides those directly supported by the University of Washington. 
  1339. Inquiries about these other ports (e.g. VMS and AmigaDOS) should be
  1340. directed to the individual or group that did the adaptation. 
  1341.  
  1342.                         Pine Development Team <pine@cac.washington.edu>
  1343.                         Computing & Communications
  1344.                         University of Washington
  1345.                         Seattle, WA  98195
  1346.  
  1347. <End of Main Menu Help>
  1348. ============= h_mail_index   ========================
  1349.                          FOLDER INDEX COMMANDS
  1350. {Available  Commands -- Group 1         Available Commands -- Group 2         :Navigating the List of Messages             Operations on the Current Message}
  1351. {-------------------------------        -----------------------------         :-------------------------------             ---------------------------------}
  1352. {F1  Show Help Text                     F1  Show Help Text                    : P   Move to the previous message           V  View                 Y  Print}
  1353. {F2  Toggle to see more commands        F2  Toggle to see more commands       : N   Move to the next message               R  Reply to message     F  Forward}
  1354. {F3  MAIN MENU Screen                   F3  Quit Pine                         : -   Show previous screen of messages       D  Mark for deletion      }
  1355. {F4  View current message               F4  Compose a message                 :Spc  Show next screen of messages           U  Undelete (remove deletion mark)}
  1356. {F5  Move to previous message           F5  FOLDER LIST screen                : J   Jump to a specific message             T  Take Address into Address Book}
  1357. {F6  Move to next message               F6  Goto a specified folder           : W   Whereis -- search for a                S  Save into an email folder}
  1358. {F7  Show previous screen of messages   F7  Zoom                              :     specific message                       E  Export as a plain text file}
  1359. {F8  Show next screen of messages       F8  Whereis                           : |   Pipe to a Unix Command                 B  Bounce               *  Flag}
  1360. {F9  Mark message for deletion          F9  Print message                     :Miscellaneous Operations}
  1361. {F10 Undelete (remove delete mark)      F10 Take address into address book    :----------------------------}
  1362. {F11 Reply to message                   F11 Save message into an email folder : G   Goto a specified folder     General Pine Commands }
  1363. {F12 Forward                            F12 Export message into a plain file  : $   Sort order of index         --------------------- }
  1364. {                                                                             : H   Full header mode            O  Show all other available commands }
  1365. {Available Commands -- Group 3                                                : X   Expunge/Exclude             ?  Show Help text     Q Quit Pine }
  1366. {------------------------------                                               : Z   Zoom          A Apply       M  MAIN MENU Screen   L FOLDER LIST screen}
  1367. {F3  Expunge/Exclude        F7 Jump to message   F10 Bounce (remail) msg      :Tab  Next-New      ; Select      C  Compose a new message }
  1368. {F4  Select     F5  Apply   F8 Next New          F11 Flag message as important:}
  1369. {F6  Sort order of index    F9 Full Header Mode  F12 Pipe to a Unix command   :}
  1370.  
  1371. NOTE: The presence or absence of the following commands is determined by
  1372. \"feature-list\" options in your Pine configuration.  Also, some of these
  1373. commands may be administratively disabled by your system manager; if they
  1374. don't work, please check with your local help desk before reporting a bug.
  1375.  
  1376.     o Header Mode (toggle between display of full or minimal headers)
  1377.     o Select (tag messages for aggregate operations)
  1378.     o Apply (apply a command to multiple previously-selected messages)
  1379.     o Flag (mark message as important or set other message status flags)
  1380.     o Zoom (show only pre-selected messages)
  1381.     o Bounce (re-mail message to correct recipient)
  1382.     o Pipe message to a Unix command
  1383.  
  1384. The \"Pipe message to a Unix command\" command is not available in PC-Pine.
  1385.  
  1386. -------------------------------------------
  1387. | Description of the FOLDER INDEX Screen  |
  1388. -------------------------------------------
  1389.  
  1390. The Folder Index displays the headers or summary information of each
  1391.  message in the current folder.  This is useful if you want to quickly
  1392. scan new messages, or find a particular message without having to go
  1393. through the text of each message, or to quickly get rid of junk
  1394. messages, etc.  If the list is too long to fit on one screen, you can
  1395. page up and down in the list with the {F7:-}/{F8:SPACE} commands.  The
  1396. current message is always highlighted, and its message number is shown
  1397. in the status line.  Each message line contains the following columns: 
  1398.  
  1399.   STATUS: The markings on the left side of the message tell you about its
  1400. status.  You may see one or more of the following codes on any given
  1401. message:
  1402.  
  1403.    o \"D\" for Deleted.  You have marked this message for deletion but not
  1404.          yet eXpunged the folder.
  1405.    o \"N\" for New.  You have not looked at the text of the message yet.
  1406.    o \"A\" for Answered.  Any time you reply to a message it is considered
  1407.          to be answered.
  1408.    o \"+\" for direct-to-you.  The \"+\" indicates that a message was sent
  1409.         directly to your account, your copy is not part of a cc: or a
  1410.         mailing list.
  1411.    o \"X\" for selected.  You have selected the message by using the
  1412.         \"select\" command.  (Some systems may optionally allow selected
  1413.         messages to be denoted by the index line being displayed in bold
  1414.         type.)
  1415.    o \"*\" for Important.  You have previously used the \"Flag\" command
  1416.       to mark this message as \"important\".
  1417.  
  1418.   NUMBER: Messages in a folder are numbered, from one through the number
  1419. of messages in the folder, to help you know where you are in the folder.
  1420.  
  1421.   DATE SENT: The date the message was sent.  By default, messages are
  1422. ordered by arrival time, not by date sent.  Most of the time, arrival time
  1423. and date sent (effectively departure time) are similar.  Sometimes,
  1424. however, the index will appear to be out of order because a message took a
  1425. long time in delivery.
  1426.  
  1427.   SENDER: The name or email address of the sender.  If you are the sender,
  1428. then the first recipient's name is shown here.  In Newsgroups, if you are
  1429. the sender and there are no email recipients, the newsgroup name will be
  1430. listed. 
  1431.  
  1432.   SIZE: The number in parentheses is the number of characters in the message.
  1433.  
  1434.   SUBJECT: As much of the message's subject line as will fit on the screen.
  1435.  
  1436. ------------------------------
  1437. | Brief Command Explanations |
  1438. ------------------------------
  1439.  
  1440. REPLY AND FORWARD
  1441.  
  1442. Replying ({F11:R}) and Forwarding ({F12:F}) are your two alternatives for
  1443. following up on the message you are reading. You would use reply if you
  1444. want to get email back to the author of the message and/or the other
  1445. people who have already seen it.  You use forward if you want somebody new
  1446. to see the message.
  1447.  
  1448. In the normal case, the only thing that you must supply when forwarding a
  1449. message is the name/email address of the new recipient.  Pine will
  1450. include the text of the forwarded message.  Pine will also include any
  1451. attachments to the message if you have requested them.  There is space
  1452. above the forwarded text for you to include any comments.
  1453.  
  1454. When replying, you usually have to answer some questions.  If the message
  1455. is to multiple people and/or specified with a Reply-To: header, then you
  1456. will have to decide who should get the reply.  You also need to decide
  1457. whether or not to include the previous message in your reply.  Some of
  1458. this is configurable.  Specifically, see the include-header-in-reply and
  1459. include-text-in-reply configuration features.
  1460.  
  1461. Both the Reply and Forward commands react to the full header mode toggle.
  1462. If the full header mode is on, then all the header and delivery lines are
  1463. included with the text of the message in your reply/forward.
  1464.  
  1465. SAVE AND EXPORT
  1466.  
  1467. Export ({F12:E}) and Save ({F11:S}) are the two alternatives Pine gives
  1468. you to keep a copy of the message you are reading. If you want to keep the
  1469. message within Pine's email world, use \"save\"; if you want to use the
  1470. message in another program, use \"export\".
  1471.  
  1472. When you save a message, it is put into an existing folder or into a new
  1473. folder in one of your existing folder collections.  The message stays in
  1474. email format and can be read by Pine again.  Pine may use a special format
  1475. for its mail folders -- never edit a Pine folder by hand or with any
  1476. program other than Pine.  The exact behavior of the save command can be
  1477. configured with the save-will-quote-leading-froms, save-will-not-delete,
  1478. and save-will-advance feature list settings.
  1479.  
  1480. When you use export, the message is placed in a plain text file in your
  1481. home directory or current working directory, depending on the
  1482. use-current-dir configuration setting.  In the normal case, only minimal
  1483. headers are exported with the message; however, if the full header mode is
  1484. toggled on, then complete headers are exported along with the message
  1485. text.
  1486.  
  1487. TAKE ADDRESS
  1488.  
  1489. With the Take Address command, you can extract email addresses from an
  1490. incoming message and save them in an address book.  This is an easy way
  1491. to add to your address book and avoid having to remember the email
  1492. addresses of the people who write to you.
  1493.  
  1494. If the message is just to you individually, then you will only need to
  1495. provide a nickname.  If the message is more complicated (with more than
  1496. one recipient or an email list involved), then you will see an address
  1497. selection screen which lets you choose the address you want to save into
  1498. your address book, or add several of them to a personal address list.
  1499.  
  1500. HEADER MODE
  1501.  
  1502. Every email message comes with some header lines that you normally don't
  1503. see.  These include anywhere from 3-20 lines added by Internet mail
  1504. transport system to record the route your message took, for diagnostic
  1505. purposes.  These are normally of no import and simply add clutter, so Pine
  1506. suppresses them from MESSAGE TEXT display.  There is, however, a way to
  1507. reveal them.
  1508.  
  1509. The Header Mode ({F9:H}) command is a toggle which controls Pine's
  1510. handling of these header lines.  Normally, full headers is \"off\" and you
  1511. only see a few lines about who a message is to and who it is from.  When
  1512. you press {F9:\"H\"} to turn full headers on, Pine will show you the
  1513. normal header lines as well as delivery headers, comment headers and MIME
  1514. headers.
  1515.  
  1516. Several different Pine commands honor the header mode -- it affects how
  1517. messages are displayed, how they appear in Forward and Reply email, how
  1518. they are printed, how they are saved, and how they are exported.  In Unix
  1519. Pine, the Pipe command is also affected.
  1520.  
  1521. The presence or absence of the Header Mode command is determined by the
  1522. \"enable-full-header-cmd\" feature-list option in your Pine
  1523. configuration.
  1524.  
  1525. EXPUNGE/EXCLUDE
  1526.  
  1527. Expunge/Exclude is the command Pine uses to actually remove all messages
  1528. marked for deletion.  With regular email files, expunge literally deletes
  1529. the text from the current folder.  With newsgroups or shared mailboxes,
  1530. you don't have permission to actually remove the message, so it is an
  1531. exclude -- Pine removes the message from your view of the folder even
  1532. though it is not technically gone.
  1533.  
  1534. GOTO
  1535.  
  1536. Goto is the command which lets you bypass Pine's folder selection screens
  1537. and jump directly to a new folder.  You can select any folder in the
  1538. world: one in your current collection, one in a different collection or
  1539. one in a collection you've never even used before.
  1540.  
  1541. Pine will help you as much as possible to narrow in on the folder you want.
  1542. However, if the folder is outside of your defined collections, you are
  1543. going to have to enter the exact folder location using the correct syntax
  1544. for a remote folder and/or fully-qualified path name.
  1545.  
  1546. WHEREIS
  1547.  
  1548. The WhereIs command lets you search the FOLDER INDEX for a word.  It scans
  1549. through whatever you see, usually the name of the author and the subject
  1550. line.  WhereIs has special features to let you \"find\" the beginning of the
  1551. index (Ctrl-Y -- first message) or the end of the index (Ctrl-V -- last
  1552. message).  WhereIs can also be used as a quick way to select messages, see
  1553. below for more information on this.  Note that WhereIs does not see the 
  1554. \"X\" in column one of Index entries for \"selected\" messages.
  1555.  
  1556. JUMP
  1557.  
  1558. This is Pine's way of allowing you to go straight to a specific message.
  1559. Just press {F7:\"J\"} and then enter the message number.  Pine can also be
  1560. configured such that typing in any number automatically jumps you to that
  1561. message (enable-jump-shortcut in the SETUP CONFIGURATION).
  1562.  
  1563. SORT
  1564.  
  1565. In Pine's generic configuration, messages are presented in the order in
  1566. which they arrive.  This default can be changed in the SETUP CONFIGURATION.
  1567. You can also re-sort the folder on demand with the sort ({F6:$}) command.
  1568. Your sorting options are: Subject, Arrival, From, Date, siZe,
  1569. OrderedSubject and Reverse.
  1570.  
  1571. Some of the subtleties: sorting by subject will group all messages with
  1572. the same subject together and then puts the groups in alphabetical order.
  1573. Sorting by \"ordered subject\" does a grouping intended to simulate a
  1574. \"threaded\" sort, and then presents each \"thread\" in order of the date
  1575. of the first message in the group.  Reverse simply reverses whatever the
  1576. current sort order is.
  1577.  
  1578. Sorting a folder does not actually rearrange the way the folder is saved,
  1579. it just re-arranges how the messages are presented to you.  This means
  1580. that Pine has to do the work of sorting every time you change sort order.
  1581. Sometimes, especially with PC-Pine or with large folders, this could take
  1582. a while.
  1583.  
  1584. BOUNCE
  1585.  
  1586. The bounce ({F10:B}) command allows you to re-send, or \"remail\", a
  1587. message, as if you were never in the loop.  It is analogous to crossing
  1588. out your address on a postal letter, writing a different address on the
  1589. envelope, and putting it into the mailbox. Bounce is used primarily to
  1590. redirect email which was sent to you in error.  Also, some owners of email
  1591. lists need the bounce command to handle list traffic.
  1592.  
  1593. The presence or absence of the Bounce command is determined by the
  1594. \"enable-bounce-cmd\" feature-list option in your Pine configuration. Note
  1595. that Bounce may be administratively disabled by your system manager; if it
  1596. doesn't work, please check with your local help desk before reporting a
  1597. bug.
  1598.  
  1599. FLAG
  1600.  
  1601. Flag ({F11:*}) is the command which allows users to manipulate the status
  1602. flags which appear on the left side of the FOLDER INDEX screen.  The most
  1603. common use of this is to mark a message as important. This is something of
  1604. a note to yourself to get back to that message.  You can also use the flag
  1605. command to set (or unset) the flags which indicate that a message is new,
  1606. read or answered.
  1607.  
  1608. The availability of the flag command is determined by the
  1609. \"enable-flag-cmd\" feature-list option in your Pine configuration. Also,
  1610. Flag may be administratively disabled by your system manager; if it
  1611. doesn't work, please check with your local help desk before reporting a
  1612. bug.
  1613.  
  1614. NEXT NEW (TAB) COMMAND
  1615.  
  1616. When you press the TAB key, Pine advances to the next \"interesting\"
  1617. message.  When you are using Pine to read email, that message is the next
  1618. message in the folder which you have not read before, or that you have
  1619. previously flagged as Important.  When reading news folders, the next
  1620. \"interesting\" message is the next one that you have not yet deleted.
  1621.  
  1622. SELECTING: SELECT AND WHEREIS/SELECT
  1623.  
  1624. Aggregate operations give you the ability to process a group of messages
  1625. at once.  Acting on multiple messages requires two steps: (1) selecting a
  1626. set of messages and then (2) applying a command to that set. The first
  1627. part is handled by the select ({F4:\";\") command.  Select allows you to
  1628. select messages based on their status (read, answered, etc.), contents
  1629. (including fielded selections on header lines) or date.  You also get
  1630. certain quick options to select a specific message or range of messages,
  1631. to select the current message or to select all messages.
  1632.  
  1633. After you have an initial selection, the select command changes.  It gives
  1634. you selection \"alteration\" options: unselect all, unselect current,
  1635. broaden (implements a logical OR), and narrow (implements a logical AND).
  1636. You are allowed to use select as many times as you need to get the
  1637. selected set right.
  1638.  
  1639. Also, the WhereIs ({F8:W}) command has a new feature (Ctrl-X) to
  1640. select all the messages which match the WhereIs search. WhereIs searches
  1641. through just the text which appears on the FOLDER INDEX.
  1642.  
  1643. The availability of the aggregate operations commands is determined by the
  1644. \"enable-aggregate-command-set\" feature-list option in your Pine
  1645. configuration.  Note that aggregate commands may be administratively
  1646. disabled by your system manager;  if they don't work, please check with
  1647. your local help desk before reporting a bug.
  1648.  
  1649. APPLY
  1650.  
  1651. Apply ({F5:A}) is the second step of most aggregate operations.  Apply
  1652. becomes active any time there is a defined set of selected messages.  The
  1653. following commands can be applied to a selected message set: delete,
  1654. undelete, reply, forward, print, take address, save, export, flag, and (on
  1655. Unix Pine) pipe to Unix command.
  1656.  
  1657. The behavior of some of these commands in an aggregate sense is not easy to
  1658. explain.  Try them out to see what they do.
  1659.  
  1660. ZOOM
  1661.  
  1662. Another action you might want to take on a set of selected messages is to
  1663. zoom in on them.  Like Apply, Zoom only becomes active when messages have
  1664. been selected.  Zoom ({F7:Z}) is a toggle command which allows you to
  1665. zoom-in (and only to see the selected messages) and zoom-out (to see all
  1666. messages in the folder).  Neither apply nor zoom removes the markings which
  1667. define the selected set; you need to use a select (\";\") command in order
  1668. to do this.
  1669.  
  1670. <End of help on this topic>
  1671. ============= h_simple_index   ========================
  1672.         POSTPONED MESSAGE SELECTION COMMANDS
  1673.  
  1674. Navigating the List of Messages               General Pine Commands
  1675. -------------------------------               ---------------------
  1676.  {F5 : P }  Move to previous message                {F1 : ? }  Show this help text
  1677.  {F6 : N }  Move to next message
  1678.  {F7 : - }  Show previous screen of messages
  1679.  {F8 :Spc}  Show next screen of messages
  1680.  
  1681. Message Selection Commands
  1682. --------------------------
  1683.  {F3 : E }  Exit the Message Select menu (canceling Send command)
  1684.  {F4 : S }  Select the currently highlighted message
  1685.  {F9 : D }  Mark the currently highlighted message as deleted
  1686.  {F10: U }  Undelete (remove deletion mark from) the highlighted message
  1687.  
  1688. ------------------------------------------------------
  1689. | Description of the Select Postponed Message Screen |
  1690. ------------------------------------------------------
  1691.  
  1692. This screen allows you to select one of several previously postponed
  1693. messages in order to continue composition.  Your options are very limited
  1694. -- the screen is not meant to let you manipulate these messages.  However,
  1695. you may now delete messages from this list.  Once you choose a message,
  1696. Pine reads it in and puts you into the regular message composer.
  1697.  
  1698. Messages do not stay in this postponed state automatically.  If you select
  1699. a message and then want to postpone it again, use the normal postpone
  1700. (Ctrl-O) command in the composer.
  1701.  
  1702. If you exit this screen without selecting a message, the Compose command
  1703. which got you here is canceled.  Other than messages explicitly marked
  1704. \"Deleted\", no messages will be removed.
  1705.  
  1706. <End of help on this topic>
  1707. ============= h_mail_view   ========================
  1708.                         MESSAGE TEXT COMMANDS
  1709. {Available  Commands -- Group  1        Available Commands -- Group 2   :Navigating the List of Messages        Operations on the Current Message}
  1710. {-------------------------------        ------------------------------  :-------------------------------        ---------------------------------}
  1711. {F1  Show Help Text                     F1  Show Help Text              : P     Display previous message        V  View attachment      Y  Print}
  1712. {F2  Toggle to see more commands        F2  Toggle to see more commands : N     Display next message            R  Reply to message     F  Forward}
  1713. {F3  MAIN MENU Screen                   F3  Quit Pine                   : -     Show previous page of this msg  D  Mark for deletion      }
  1714. {F4  View attachment                    F4  Compose a message           :Spc    Show next page of this msg      U  Undelete (remove deletion mark)}
  1715. {F5  Display previous message           F5  FOLDER LIST screen          : J     Jump to a specific message      T  Take Address into Address Book}
  1716. {F6  Display next message               F6  Goto a specified folder     :                                       S  Save into an email folder}
  1717. {F7  Previous screen of this message    F7  FOLDER INDEX screen         :                                       E  Export as a plain text file}
  1718. {F8  Next screen of this message        F8  Whereis                     :                                       |  Pipe to a Unix Command}
  1719. {F9  Mark message for deletion          F9  Print message               :MESSAGE TEXT Screen Commands   B  Bounce                       *  Flag}
  1720. {F10 Undelete (remove delete mark)      F10 Take address into address book      :----------------------------}
  1721. {F11 Reply to message                   F11 Save message into an email folder  : G   Goto a specified folder     General Pine Commands }
  1722. {F12 Forward                            F12 Export message into a plain file    : H   Full Header Mode            --------------------- }
  1723. {                                                                       :Tab  Next New                    O  Show all other available commands }
  1724. {Available Commands -- Group 3                                          : W   Whereis -- search for a     ?  Show Help text      Q Quit Pine }
  1725. {------------------------------                                         :     specific word in message    M  MAIN MENU Screen    L FOLDER LIST screen}
  1726. {F7             Jump to message    F9  Full header mode      F11 Flag message   :                                   I  FOLDER INDEX Screen C  Compose a message }
  1727. {F8             Next New           F10 Bounce this message   F12 Pipe to a Unix command :}
  1728.  
  1729. NOTE: The presence or absence of the following commands is determined by
  1730. \"feature-list\" options in your Pine configuration.  Also, some of these
  1731. commands may be administratively disabled by your system manager; if they don't
  1732. work, please check with your local help desk before reporting a bug.
  1733.         o Header Mode (toggle between display of full or minimal headers)
  1734.         o Flag (mark message as important or set other message status flags)
  1735.         o Bounce (re-mail message)
  1736.         o Pipe message to a Unix command
  1737.         o Select this message (:) --part of the \"aggregate\" cmd set
  1738.  
  1739. The \"Pipe message to a Unix command\" command is not available in PC-Pine.
  1740.  
  1741. ------------------------------------------
  1742. | Description of the MESSAGE TEXT Screen |
  1743. ------------------------------------------
  1744.  
  1745. The upper right corner of the view message screen displays status
  1746. information about the currently open collection and folder and about the
  1747. current message.  It shows the name of the collection in angle brackets
  1748. and then the name of the folder.  The status line also displays the number
  1749. of messages in the folder, the number of the current message and the
  1750. percentage of the current message that has been displayed on the screen.
  1751. If the message is marked for deletion \"DEL\" will appear in the upper
  1752. right as well.
  1753.  
  1754. NOTE: to rapidly move to the end of a message, enter W (or ^W) followed
  1755. by ^V.  Similarly, W followed by ^Y will take you to the beginning of
  1756. the message.
  1757.  
  1758. ------------------------------
  1759. | Brief Command Explanations |
  1760. ------------------------------
  1761.  
  1762. REPLY AND FORWARD
  1763.  
  1764. Replying ({F11:R}) and Forwarding ({F12:F}) are your two alternatives for
  1765. following up on the message you are reading. You would use reply if you
  1766. want to get email back to the author of the message and/or the other
  1767. people who have already seen it.  You use forward if you want somebody new
  1768. to see the message.
  1769.  
  1770. In the normal case, the only thing that you must supply when forwarding a
  1771. message is the name/email address of the news recipient.  Pine will
  1772. include the text of the forwarded message.  Pine will also include any
  1773. attachments to the message if you have requested them.  There is space
  1774. above the forwarded text for you to include any comments.
  1775.  
  1776. When replying, you usually have to answer some questions.  If the message
  1777. is to multiple people and/or specified with a Reply-To: header, then you
  1778. will have to decide who should get the reply.  You also need to decide
  1779. whether or not to include the previous message in your reply.  Some of
  1780. this is configurable.  Specifically, see the include-header-in-reply and
  1781. include-text-in-reply configuration features.
  1782.  
  1783. Both the Reply and Forward commands react to the full header mode toggle.
  1784. If the full header mode is on, then all the header and delivery lines are
  1785. included with the text of the message in your reply/forward.
  1786.  
  1787. SAVE AND EXPORT
  1788.  
  1789. Export ({F12:E}) and Save ({F11:S}) are the two alternatives Pine gives
  1790. you to keep a copy of the message you are reading. If you want to keep the
  1791. message within Pine's email world, use \"save\"; if you want to use the
  1792. message in another program, use \"export\".
  1793.  
  1794. When you save a message, it is put into an existing folder or into a new
  1795. folder in one of your existing folder collections.  The message stays in
  1796. email format and can be read by Pine again.  Pine may use a special format
  1797. for its mail folders -- never edit a Pine folder by hand or with any
  1798. program other than Pine.  The exact behavior of the save command can be
  1799. configured with the save-will-quote-leading-froms, save-will-not-delete,
  1800. and save-will-advance feature list settings.
  1801.  
  1802. When you use export, the message is placed in a plain text file in your
  1803. home directory or current working directory, depending on the
  1804. use-current-dir configuration setting.  In the normal case, only minimal
  1805. headers are exported with the message; however, if the full header mode is
  1806. toggled on, then complete headers are exported along with the message
  1807. text.
  1808.  
  1809. VIEW ATTACH
  1810.  
  1811. The View/Save Attachment ({F4:V}) command allows you to handle MIME
  1812. attachments on a message you have received.  Pine shows you a list of the
  1813. message attachments--you just choose the attachment you want.  You may
  1814. either view or save the selected attachment.
  1815.  
  1816. Because many attachments require external programs for display, there is
  1817. some system configuration that has to happen before you can actually
  1818. display attachments.  Hopefully much of that will have been done already
  1819. by your system administrator.  MIME configuration is handled with the
  1820. \"mailcap\" configuration file.  (See the release notes for more information.)
  1821.  
  1822. WHEREIS
  1823.  
  1824. The WhereIs ({F8:W}) command does a \"find in current message\" operation.
  1825. You type in a word and Pine will try and find it in the message you are
  1826. reading.  You can also use WhereIs to jump to the beginning (Ctrl-Y) or
  1827. end (Ctrl-V) of the message.
  1828.  
  1829. NEXT NEW (TAB) COMMAND
  1830.  
  1831. When you press the TAB key, Pine advances to the next \"interesting\"
  1832. message.  When you are using Pine to read email, that message is the next
  1833. message in the folder which you have not read before or which you have
  1834. previously marked \"Important\" via the Flag command.  When reading news
  1835. folders, the next \"interesting\" message is the next one which you have
  1836. not yet deleted.
  1837.  
  1838. TAKE ADDRESS
  1839.  
  1840. With the Take Address command, you can extract email addresses from an
  1841. incoming message and save them in an address book.  This is an easy way
  1842. to add to your address book and avoid having to remember the email
  1843. addresses of the people who write to you.
  1844.  
  1845. If the message is just to you individually, then you will only need to
  1846. provide a nickname.  If the message is more complicated (with more than
  1847. one recipient or an email list involved), then you will see an address
  1848. selection screen which lets you choose the address you want to save into
  1849. your address book, or add several of them to a personal address list.
  1850.  
  1851. HEADER MODE
  1852.  
  1853. Every email message comes with some header lines that you normally don't
  1854. see.  These include anywhere from 3-20 lines added by the Internet mail
  1855. transport system to record the route your message took, for diagnostic
  1856. purposes.  These are normally of no import and simply add clutter, so Pine
  1857. suppresses them from MESSAGE TEXT display.  There is, however, a way to
  1858. reveal them.
  1859.  
  1860. The Header Mode ({F9:H}) command is a toggle which controls Pine's
  1861. handling of these header lines.  Normally, full headers is \"off\" and you
  1862. only see a few lines about who a message is to and who it is from.  When
  1863. you press {F9:\"H\"} to turn full headers on, Pine will show you the
  1864. normal header lines as well as delivery headers, comment headers and MIME
  1865. headers.
  1866.  
  1867. Several different Pine commands honor the header mode -- it affects how
  1868. messages are displayed, how they appear in forward and reply email, how
  1869. they are printed, they are saved, and how they are exported. In Unix
  1870. Pine, the Pipe command is also affected.
  1871.  
  1872. The presence or absence of the Header Mode command is determined by the
  1873. \"enable-full-header-cmd\" feature-list option in your Pine
  1874. configuration.
  1875.  
  1876. FLAG
  1877.  
  1878. Flag ({F11:*}) is the command which allows users to manipulate the status
  1879. flags which appear on the left side of the FOLDER INDEX screen.  The most
  1880. common use of this is to mark a message as important. This is something of
  1881. a note to yourself to get back to that message.  You can also use the flag
  1882. command to set (or unset) the flags which indicate that a message is new,
  1883. read or answered.
  1884.  
  1885. The availability of the flag command is determined by the
  1886. \"enable-flag-cmd\" feature-list option in your Pine configuration. Also,
  1887. Flag may be administratively disabled by your system manager; if it
  1888. doesn't work, please check with your local help desk before reporting a
  1889. bug.
  1890.  
  1891. ALTERNATE CHARACTER SETS
  1892.  
  1893. Pine attempts to stay out of the way so that it won't prevent you from
  1894. viewing mail in any character set.  It will simply send the message to
  1895. your display device.  If the device is capable of displaying the message
  1896. as it was written it will do so.  If not, the display may be partially or
  1897. totally incorrect.  If the message is marked as being in a character set
  1898. other than \"US-ASCII\" and it is a character set that is different from
  1899. the set you have indicated with the \"character-set\" variable in your
  1900. configuration, then a warning message will be printed to your screen at
  1901. the beginning of the message display.
  1902.  
  1903. In all cases Pine requires that the display device can handle the
  1904. character set.  For example, most X-terminals will display the ISO-8859-1
  1905. character set if the right font is selected.  VT220's and higher also
  1906. display ISO-8859-1.  Displays for other characters sets are less common.
  1907.  
  1908. <End of help on this topic>
  1909. ===== h_folder_maint =====
  1910.                         FOLDER LIST COMMANDS
  1911. {Available Commands -- Group 1        Available Commands -- Group 2     :Navigating the Folder Screen            Operations on the Selected Folder}
  1912. {-------------------------------      ------------------------------    :----------------------------            ---------------------------------}
  1913. {F1  Show Help Text                    F1  Show Help Text               : P   Move to previous folder              V  View Index of selected folder}
  1914. {F2  Toggle to see more commands       F2  Toggle to see more commands  : N   Move to next folder                  D  Delete}
  1915. {F3  MAIN MENU Screen                  F3  Quit Pine                    : -   Show previous page of listing        R  Rename}
  1916. {F4  Select folder and view it         F4  Compose a message            :Spc  Show next page of listing}
  1917. {F5  Move to previous folder                    :}
  1918. {F6  Move to next folder               F6  Specify a folder to go to    :FOLDER LIST Screen Commands              General Pine Commands}
  1919. {F7  Show previous screen of listing   F7  Show FOLDER INDEX of current folder :---------------------------              ---------------------}
  1920. {F8  Show next screen of listing       F8  Whereis (search folder names): A  Add a folder                          O  Show all other available commands}
  1921. {F9  Delete selected folder            F9  Print folder listing         : G  Specify a folder to go to             ?  Show Help text
  1922. {F10 Add a new folder                                                   : I  Show FOLDER INDEX of current folder   M  MAIN MENU Screen}
  1923. {F11 Rename selected folder                                             : W  Whereis (search folder names)         Q  Quit Pine}
  1924. {                                                                       : Y  Print folder listing                  C  Compose a message}
  1925.  
  1926. -----------------------------------------
  1927. | Description of the FOLDER LIST Screen |
  1928. -----------------------------------------
  1929.  
  1930. The purpose of the FOLDER LIST screen is to display your message folders
  1931. and allow you to \"open\" or view a new one, or manage your folders using the
  1932. Rename, Delete, and Add commands.  The status bar shows information about
  1933. the current folder.
  1934.  
  1935. The appearance of the Folder List depends upon your Pine configuration.
  1936. The most basic configuration will show a single list of folders, beginning
  1937. with the three distinguished folders INBOX, sent-mail, and saved-messages.
  1938. All other folders will be listed in alphabetical order.
  1939.  
  1940. If you or your system administrator have defined additional collections,
  1941. e.g. News, then you may see each of your collections listed with a
  1942. \"Select Here to See Expanded List\" button.  Alternatively, Pine can be
  1943. configured to always immediately display the complete list of folders in
  1944. each collection via the \"expanded-view-of-folders\" feature list option.
  1945.  
  1946. -----------------
  1947. | About Folders |
  1948. -----------------
  1949.  
  1950. What are Folders?
  1951.  
  1952. Folders are simply files where messages are kept.  Every message has to be
  1953. in a folder.  Most every Pine user starts out with 3 folders: an INBOX, a
  1954. folder for sent mail and a folder for saved messages.
  1955.  
  1956. You may create as many other folders as you wish.  They must be given
  1957. names that can be filenames on the filesystem.  On DOS that means they
  1958. must be 8-characters or less; on Unix you shouldn't use special characters
  1959. such as \"/\".  Normally PC-Pine folders are automatically given the DOS
  1960. extension \".MTX\" (which stands for Mailbox-text).  The extension is
  1961. suppressed from FOLDER LIST displays, and should not be entered when
  1962. typing a folder name at a Save or Goto prompt.  The use of the MTX extension
  1963. can be overridden by a Setup/Config option, which may be useful when
  1964. accessing saved-message folders on a Unix host via SMB or NFS.  PC-Pine
  1965. can understand the normal Unix mail folder format, but can only open
  1966. those folders READ-ONLY.
  1967.  
  1968. You can move messages from one folder to another by opening the original
  1969. folder and saving messages into the other folder just as you can save
  1970. message from your INBOX to any other folder.
  1971.  
  1972. Folders are just files in the filesystem.  However, the files which are
  1973. folders have some special formatting in them (so that Pine knows where one
  1974. message ends and another begins) and should *not* be edited outside of
  1975. Pine.  If you want copies of your messages in text files that you can edit
  1976. or otherwise manipulate, use the export command to export them from Pine.
  1977.  
  1978. ----------------------
  1979. | Folder Collections |
  1980. ----------------------
  1981.  
  1982. Those of you with simple mail configurations will just see a list of all the
  1983. folders you have.  The special folders for INBOX, sent mail and saved messages
  1984. will appear at the top of the list.  All others are in alphabetical order.
  1985.  
  1986. That model wouldn't work for Pine users with multiple collections.  If you
  1987. or your system administrator have defined more than one collection or if
  1988. you have a collection (news or otherwise) defined on your system, then you
  1989. will see each of your collections listed with a \"Select Here to See
  1990. Expanded List\" button.  Pine can be configured to always show you all
  1991. folders in all collections with the \"expanded-view-of-folders\" feature
  1992. list option in your Pine configuration.
  1993.  
  1994. Why have Collections?
  1995.  
  1996. If a Pine user only got 5 messages a day and used the same computer all the
  1997. time, then folders would be enough.  For good or bad, that is not the
  1998. case.  People who use more than one computer account need to have
  1999. different sets of folders on those different platforms.  People who have
  2000. hundreds or thousands of folders need a way to group folders together.
  2001. That is where collections come in.
  2002.  
  2003. Types of Collections.
  2004.  
  2005. A collection of folders is just a group of folders in the same directory
  2006. on the same machine.  In general, all collections of folders are equal in
  2007. Pine's eye.  However, there are some special collections:
  2008.  
  2009.         INCOMING FOLDERS:  Pine's \"incoming-folders\" configuration is a
  2010. special collection used to supplement your single INBOX.  All the folders
  2011. here are those that get incoming messages.  You may have multiple folders
  2012. like this because you use an external program to filter your email or
  2013. because you have multiple accounts.
  2014.  
  2015.         NEWS:  You can also define a collection specifically for
  2016. newsgroups.  Pine does this for you implicitly when you define a NNTP
  2017. Server in your Pine configuration.  The news collection is presented last
  2018. and Pine knows not to save messages there.
  2019.  
  2020.         DEFAULT COLLECTION FOR SAVES:  Perhaps the most important special
  2021. collection is the one which you specify as the first item of the
  2022. configuration for \"folder-collections\".  This is the default collection
  2023. for your saved and sent messages folders.
  2024.  
  2025. There is no limit to the number of collections you can have. Everyone
  2026. starts with just one collection and few people ever have more than a dozen
  2027. or so.
  2028.  
  2029. Defining Collections.
  2030.  
  2031. In the absence of any folder-collection definitions, Pine will assume a
  2032. single default folder collection, and if necessary, create the directory
  2033. \"mail\" in your Unix home directory to hold your folders.  Otherwise,
  2034. Pine will never create any directories.  However, you may create as many
  2035. mail directories as you would like using the Unix \"mkdir\" command, and
  2036. then define folder-collection entries to correspond with each one. This is
  2037. done via the Setup/Config command on the Main Menu.
  2038.  
  2039. ----------------------
  2040. | Valid Folder Names |
  2041. ----------------------
  2042.  
  2043. Once your folder collections are defined, you can usually refer to
  2044. folders by their simple (unqualified) name, or pick from a FOLDER LIST
  2045. display.  However, understanding the complete syntax for folder names,
  2046. both local and remote, is handy when using the Goto command and when
  2047. you are adding new folder collections via the SETUP CONFIGURATION screen.
  2048.  
  2049. Local folders follow the local naming rules.  For example,
  2050. \"~/mail/september-1994\" might be a reasonable folder name on Unix
  2051. and \"\\C:\\PINE\\FOLDERS\\OCT-94\" might exist on a PC.
  2052.  
  2053. Pine users have the option of using folders which are stored on some other
  2054. computer.  Pine accesses remote folders via IMAP (the Internet Message
  2055. Access Protocol), or in the case of news, via NNTP (the Network News
  2056. Transport Protocol).  To be able to access remote folders in Pine, the
  2057. remote host must be running the appropriate server software (imapd or
  2058. nntpd) and you must correctly specify the name of the folder to Pine,
  2059. including the domain name of the remote machine. For example,
  2060. \"{{:{}monet.art.nowhere.edu}INBOX\" is a remote folder specification, as
  2061. is \"{{:{}monet.art.nowhere.edu}~/mail/september-1994\".  As you can tell,
  2062. the name of the computer is in {{:{}} brackets followed immediately by the
  2063. name of the folder.  If, as in these examples, there is no remote access
  2064. protocol specified, then IMAP is assumed.
  2065.  
  2066. There are certain markings which have special meanings in folder names:
  2067.     o A \"*\" in front of the folder specification means that the folder is
  2068.       a bulletin board -- shared access and no write privileges.  Examples:
  2069.            *comp.mail.pine, *{{:{}wharhol.art.nowhere.edu}job-board
  2070.     o A folder name beginning with \"#mh/\" is an mh format folder.  Examples:
  2071.            #mh/mail/sep-1994, {{:{}rembrandt.art.nowhere.edu}#mh/mail/sep-1994
  2072.  
  2073. There are certain flags within remote folder names:
  2074.     o An \"/anonymous\" flag means anonymous IMAP access.  Example:
  2075.       {{:{}wharhol.art.nowhere.edu/anonymous}job-board
  2076.     o A \"/nntp\" flag means NNTP protocol access.  It cannot be used with
  2077.       the /anonymous flag.  Example:
  2078.            *{{:{}news.nowhere.edu/nntp}comp.mail.pine
  2079.  
  2080. Note that \"INBOX\" has special meaning in both local and remote folder
  2081. specifications.  The name INBOX refers to your \"principal incoming
  2082. message folder\" and will be mapped to the actual file name used for your
  2083. INBOX on any given host.  Therefore, a name like
  2084. \"{{:{}xxx.art.nowhere.edu}INBOX\" refers to whatever file is used to
  2085. store incoming mail for you on that particular host.
  2086.  
  2087. <End of help on this topic>
  2088. ===== h_folder_open =====
  2089.  
  2090. This screen is designed to allow you to quickly and easily survey your
  2091. folders and select one to open.
  2092.  
  2093. Navigating the List of Folders             General Pine Commands
  2094. ------------------------------             ---------------------
  2095. {F5 : P }  Move to previous folder          {F1 : ? }  Show this help text
  2096. {F6 : N }  Move to next folder
  2097. {F7 : - }  Show previous screen of folders
  2098. {F8 :Spc}  Show next screen of folders
  2099. {F12: W }  WhereIs (search folder names)
  2100.  
  2101. Folder Selection Commands
  2102. -------------------------
  2103. {F3 : E }  Exit the Folder Select menu (without selecting a folder)
  2104. {F4 : S }  Select the currently highlighted folder
  2105.  
  2106. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  2107. press \"?\" for Help... Look for the section \"About Folders\".
  2108.  
  2109. <End of help on this topic>
  2110. ===== h_folder_subscribe =====
  2111.  
  2112. This screen is designed to help you subscribe to newsgroups you are not
  2113. currently subscribed to.  The screen display is a list of all available
  2114. newsgroups (or possibly a partial list if you specified a partial name
  2115. when entering the screen).  Groups you have already subscribed to have the
  2116. letters \"SUB\" next to them.  You may select a single new group to
  2117. subscribe to by moving the cursor to that group and pressing \"S\"  or
  2118. carriage return.  Alternatively, you may change into ListMode with the
  2119. \"ListMode\" command.  The display will change slightly so that each group
  2120. has a checkbox in front of it.  Use the cursor and the Set/Unset command
  2121. to place an \"X\" in front of each newsgroup you wish to subscribe to. 
  2122.  
  2123. When you are finished marking groups, the \"Subscribe\" command will
  2124. subscribe you to those groups you have marked.  Note, you may not
  2125. unsubscribe to groups with this command.  Instead of the \"A\"
  2126. \"Subscribe\" command, use the \"D\" UnSbscrbe command. 
  2127.  
  2128. Navigating the List of Newsgroups          General Pine Commands
  2129. ---------------------------------          ---------------------
  2130. {F5 : P }  Move to previous group           {F1 : ? }  Show this help text
  2131. {F6 : N }  Move to next group
  2132. {F7 : - }  Show previous screen of groups
  2133. {F8 :Spc}  Show next screen of groups
  2134. {F12: W }  WhereIs (search group names)
  2135. {F9 : L }  Use ListMode
  2136.  
  2137. Group Selection Commands
  2138. -------------------------
  2139. {F3 : E }  Exit the News Subscribe menu (without selecting any groups)
  2140. {F4 : S }  Subscribe to the currently highlighted newsgroup
  2141.  
  2142. When in ListMode, there is an additional command for marking groups to
  2143. subscribe to:
  2144.  
  2145. ListMode Commands
  2146. -------------------------
  2147. {F9 : X }  Set or unset the highlighted group
  2148.  
  2149. <End of help on this topic>
  2150. ===== h_folder_postnews =====
  2151.  
  2152. This screen is designed to allow you to quickly and easily survey
  2153. the available newsgroups and select one to post news to.
  2154.  
  2155. Navigating the List of Newsgroups          General Pine Commands
  2156. ---------------------------------          ---------------------
  2157. {F5 : P }  Move to previous group           {F1 : ? }  Show this help text
  2158. {F6 : N }  Move to next group
  2159. {F7 : - }  Show previous screen of groups
  2160. {F8 :Spc}  Show next screen of groups
  2161. {F12: W }  WhereIs (search group names)
  2162.  
  2163. Group Selection Commands
  2164. -------------------------
  2165. {F3 : E }  Exit the Selection menu (without selecting a group)
  2166. {F4 : S }  Select the currently highlighted newsgroup
  2167.  
  2168. <End of help on this topic>
  2169. ===== h_folder_save =====
  2170.  
  2171. This screen is designed to allow you to quickly and easily survey your
  2172. folders and select one to use for saving the current message.
  2173.  
  2174. Navigating the List of Folders             General Pine Commands
  2175. ------------------------------             ---------------------
  2176. {F5 : P }  Move to previous folder          {F1 : ? }  Show this help text
  2177. {F6 : N }  Move to next folder
  2178. {F7 : - }  Show previous screen of folders
  2179. {F8 :Spc}  Show next screen of folders
  2180. {F12: W }  WhereIs (search folder names)
  2181.  
  2182. Folder Selection Commands
  2183. -------------------------
  2184. {F3 : E }  Exit the Folder Select menu (without selecting a folder)
  2185. {F4 : S }  Select the currently highlighted folder
  2186.  
  2187. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  2188. press \"?\" for Help... Look for the section \"About Folders\".
  2189.  
  2190. <End of help on this topic>
  2191. ===== h_folder_fcc =====
  2192.  
  2193. This screen is designed to allow you to quickly and easily survey your
  2194. folders and select one to use as the file carbon copy (fcc) for the
  2195. current message.
  2196.  
  2197. Navigating the List of Folders             General Pine Commands
  2198. ------------------------------             ---------------------
  2199. {F5 : P }  Move to previous folder          {F1 : ? }  Show this help text
  2200. {F6 : N }  Move to next folder
  2201. {F7 : - }  Show previous screen of folders
  2202. {F8 :Spc}  Show next screen of folders
  2203. {F12: W }  WhereIs (search folder names)
  2204.  
  2205. Folder Selection Commands
  2206. -------------------------
  2207. {F3 : E }  Exit the Folder Select menu (without selecting a folder)
  2208. {F4 : S }  Select the currently highlighted folder
  2209.  
  2210. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  2211. press \"?\" for Help... Look for the section \"About Folders\".
  2212.  
  2213. <End of help on this topic>
  2214. ===== h_address_book =====
  2215.                          ADDRESS BOOK COMMANDS
  2216. {Available  Commands -- Group 1         Available Commands -- Group 2   :Address Book Navigation        General Pine Commands}
  2217. {-------------------------------        ------------------------------  :-----------------------        ---------------------}
  2218. {F1  Show Help Text                      F1  Show Help Text             : P  Prev Address                  ?  Display this help text}
  2219. {F2  Toggle to see more commands         F2  Toggle to see more commands: N  Next Address                  O  Show all other available commands}
  2220. {F3  Exit this screen                    F3  Quit Pine                  : -  Previous page of address book E  Exit this screen}
  2221. {F4  View/Edit selected entry                                           :Spc Next page of address book     Q  Quit Pine}
  2222. {F5  Move to previous entry              F5  FOLDER LIST screen         : W  WhereIs (search for word/     C  Compose message to selected addr}
  2223. {F6  Move to next entry                  F6  Specify a folder to go to  :      or  name in address book)   L  FOLDER LIST screen}
  2224. {F7  Previous page of address book       F7  FOLDER INDEX screen        :                                  G  Specify a folder to go to}
  2225. {F8  Next page of address book                                          :Address Book Commands             I  FOLDER INDEX screen}
  2226. {F9  Delete selected entry               F9  Print address book         :------------------------------------------------}
  2227. {F10 Add new entry to address book       F10 TakeAddr to another abook  : V  View/Edit selected entry      D  Delete selected entry}
  2228. {F11 Compose to selected entry           F11 Export entry to a file     : Y  Print address book            T  TakeAddr to another address book}
  2229. {F12 Whereis (search address book)       F12 Forward entry by mail      : X  Export entry to a file        A  Add new entry to address book}
  2230. {: F  Forward entry by mail}
  2231.  
  2232. ------------------------------------------
  2233. | Description of the Address Book Screen |
  2234. ------------------------------------------
  2235.  
  2236. This screen lets you edit any and all entries in your address book.  It
  2237. also acts as a short-cut for composing messages to people in the address
  2238. book.  When, from this screen, you press {F11:\"C\"} for ComposeTo, the
  2239. message starts \"pre-addressed\" to whatever address book entry is
  2240. currently selected.
  2241.  
  2242. If you have more than one address book defined for yourself or if your
  2243. system has a site-wide address book defined, you may see a list of address
  2244. books and a \"Select Here to See Expanded List\" button for each of them.
  2245. Alternatively, Pine can be configured to immediately display all the
  2246. entries in each address book via the \"expanded-view-of-addressbooks\"
  2247. feature list option in your Pine configuration.
  2248.  
  2249. Pine's address book helps you keep a list of addresses you send mail to so
  2250. you do not have to remember addresses that are often complex.  Each entry
  2251. in the address book has five fields, all of them optional.  The three
  2252. elements which are usually visible on the ADDRESS BOOK display, are:
  2253.  
  2254.         NICKNAME: A short easy-to-remember label to identify the entry.
  2255.         This is what you type in as you are addressing the message in the
  2256.         composer.  If there is a matching entry in your address book(s),
  2257.         Pine will extract the corresponding FullName and Address fields to
  2258.         generate the actual address for your message.
  2259.  
  2260.         FULLNAME: A longer field where you can put the full name of the
  2261.         person or organization.  Usually the full names are put in last
  2262.         name first so they sort nicely in alphabetical order.  Whatever
  2263.         you put as the name here will appear on the message when it is
  2264.         finally delivered.
  2265.  
  2266.         ADDRESS: This is the actual email address itself.  This must be
  2267.         a valid Internet address that conforms to the Internet message
  2268.         header standard, RFC-822.  (There is more information on email
  2269.         addresses a little later in this section.)
  2270.  
  2271. The two fields which aren't usually visible are:
  2272.  
  2273.         FCC: The name of the folder you would like a copy of any outgoing
  2274.         message to this address to be saved in.  If this field is set, and
  2275.         this address is the first one in the message's To: header, then
  2276.         Pine will use this folder name for the FCC in lieu of the normal
  2277.         FCC folder name.
  2278.  
  2279.         COMMENTS: This field contains arbitrary text for your convenience.
  2280.  
  2281. Due to screen width limitations, these last two fields do not show up in
  2282. the normal ADDRESS BOOK display.  You may select the \"View/Edit\" command to
  2283. view or modify them.  You may use the configuration variable
  2284. \"addressbook-formats\" to add these fields to your ADDRESS BOOK display,
  2285. or to modify the format of the display.
  2286.  
  2287. ---------------------------
  2288. | Sorting the Address book |
  2289. ---------------------------
  2290.  
  2291. By default, address book entries are sorted alphabetically on the full
  2292. name with distribution lists sorted to the end.  Sorting can be changed by
  2293. resetting the address book sort rule in the Pine SETUP CONFIGURATION screen
  2294. --assuming you have \"write\" permission for the address book file.
  2295.  
  2296. Unlike the sorting of folders (which only changes presentation), sorting an
  2297. address book actually changes the file as it is kept on the computer.  For
  2298. this reason you may not be able to sort a shared or system-wide address
  2299. book.
  2300.  
  2301. ----------------------
  2302. | Distribution Lists |
  2303. ----------------------
  2304.  
  2305. Pine entries can be simple cases of aliases (a single nickname is linked
  2306. to a single email address) or distribution lists (a single nickname
  2307. pointing at more than one email address).  Each distribution list has a
  2308. nickname, a full name and a list of addresses.  The addresses may be
  2309. actual addresses or they may be other nicknames in your address book.
  2310. They may even refer to other distribution lists.  The command to create a
  2311. new distribution list is {F10:\"A\"}.  To add entries to an existing list
  2312. use the View/Edit ({F4:\"V\"}) command.  Delete ({F11:\"D\"}) will delete
  2313. a single address from the list if the cursor is placed on the address;
  2314. it will delete the entire distribution list if the cursor is on the
  2315. nickname/fullname line.  View/Edit may also be used to delete addresses
  2316. from a list.
  2317.  
  2318. Address field entries in distribution lists may take any one of three
  2319. forms: a nickname existing in any of the defined address books, a normal
  2320. address of the form \"jsmith@art.nowhere.edu\", or a complete
  2321. fullname/address combination, e.g. \"John Smith
  2322. <jsmith@art.nowhere.edu>\".
  2323.  
  2324. Distribution lists in Pine address books can only be used by the person or
  2325. people who have access to that address book.  They are not usually used to
  2326. implement discussion groups, but can be used to facilitate small
  2327. discussion groups if all the participants have access to the same shared
  2328. address book.
  2329.  
  2330. --------------------
  2331. | FCC and Comments |
  2332. --------------------
  2333.  
  2334. As mentioned above, each entry in the address book also has two other optional
  2335. fields, fcc and comments.  The command to look at or edit either of these
  2336. is the same View/Edit command used for all of the fields ({F4:\"V\"}).  The
  2337. comments field is just for your own use.  The fcc field overrides the
  2338. default fcc if this address is the first one on the To line.  The WhereIs
  2339. command may be used to search for particular strings in the address book,
  2340. including fields which are not visible (like comment and fcc by default).
  2341.  
  2342. -------------------------------------------------
  2343. | Exporting and Forwarding Address book entries |
  2344. -------------------------------------------------
  2345.  
  2346. When you use the Export ({F11:\"X\"}) command, the currently highlighted
  2347. address book entry is placed in a plain text file in your home directory
  2348. or current working directory, depending on the use-current-dir
  2349. configuration setting.
  2350.  
  2351. When you use the Forward ({F12:\"F\"}) command, the currently highlighted
  2352. address book entry is placed in a special attachment (which is only
  2353. understood by Pine) and you are put into the composer.  You can fill in
  2354. some comments in the body of the message, if you'd like, and send it to
  2355. somebody else who uses Pine.  The recipient may use the TakeAddr command
  2356. on that message to insert the address book entry you sent in their own
  2357. address book.
  2358.  
  2359. -------------------------------------------
  2360. | Multiple and/or Site-Wide Address books |
  2361. -------------------------------------------
  2362.  
  2363. You may have more than one personal address book.  In addition, there may
  2364. be one or more global address books.  This capability allows you to have
  2365. multiple personal address books (some of which may be shared) and it also
  2366. allows system administrators to implement site-wide address books that
  2367. contain entries for users on multiple machines within the organization.
  2368.  
  2369. Searching.  If you enter a nickname when composing a message, your
  2370. personal address books will be searched through in order, and then the
  2371. global address book(s) searched. If more than one address book has an entry
  2372. for the nickname, Pine uses the first one that it finds, so an entry in
  2373. your personal address book would override a global address book entry. If
  2374. after searching all the address books there is still no match, (Unix) Pine
  2375. then searches the local host password file on the assumption that you have
  2376. entered a local user name rather than an address book nickname.
  2377.  
  2378. Defining.  You define multiple personal address books via the
  2379. \"address-book\" option in the SETUP CONFIGURATION screen.  You can add as
  2380. many as you like. System administrators may specify a site-wide address
  2381. book by defining the \"global-address-book\" variable in the system-wide
  2382. Pine configuration file.  You may override this definition using the
  2383. \"global-address-book\" option in the SETUP CONFIGURATION screen.
  2384.  
  2385. Creating and updating.  Personal address books are normally created empty
  2386. and populated by explicit additions from within Pine, e.g. via the
  2387. TakeAddr command. Unlike personal address books, global address books may
  2388. not be modified/updated from within Pine; that is, they are Read-Only.
  2389. Thus, global address books are created, populated and updated outside of
  2390. Pine. They might be hand-edited, generated by a program from another
  2391. database, or by copying an existing address book.  See the Pine Technical
  2392. Notes document (included in the Pine distribution) for more information on
  2393. this.
  2394.  
  2395. Accessing.  Address books must be accessible via normal file access
  2396. routines on the machine where Pine is running.  That is, Pine does not yet
  2397. have the ability to access address books on remote systems, except via
  2398. low-level file access protocols such as NFS or SMB.  (It is understood
  2399. that this limits the utility of global address books for PC-Pine users.)
  2400.  
  2401. While global address books are explicitly intended to be shared, there is
  2402. nothing to prevent you from sharing a personal address book with other
  2403. Pine users. This might be useful in the case of a small workgroup.
  2404. However, it is recommended that updates to shared personal address books
  2405. be done when other Pine users are not accessing the address book. Pine
  2406. does not do any file-locking to manage concurrent updates to the
  2407. addressbook, but it does check to see if the file has been modified before
  2408. making any changes.  Consequently, inadvertent concurrent updates will
  2409. only cause other Pine users to have to restart their address book
  2410. operation, which will cause Pine to re-open the updated file.
  2411.  
  2412. -------------------------
  2413. | Valid Email Addresses |
  2414. -------------------------
  2415.  
  2416. When you enter an email address into the address field of your address
  2417. book you are giving Pine an address that it must be able to actually
  2418. reach.  The address you enter here must be a valid address which is
  2419. reachable from your site.  If it is not, you will get an error message
  2420. after sending the message.
  2421.  
  2422. A valid email address on the Internet has a user name, an \"@\" sign and
  2423. then a domain.  For example, jsmith@art.nowhere.edu is the email address
  2424. of a person with the username \"jsmith\" who has an account with
  2425. \"art.nowhere.edu\".  The number of segments on the right of the \"@\"
  2426. sign can vary depending on how the address is structured for the
  2427. particular host.
  2428.  
  2429. If you are sending to someone on the same system as you are, you can leave
  2430. the \"@\" and all the information to its right off of the address, and
  2431. Pine will fill it in automatically.  Sometimes you can also abbreviate the
  2432. right part of the address if you are at the same domain.  When sending
  2433. messages across gateways to other networks, the addresses get more
  2434. complicated.  Ask your local consultants for the correct syntax from your
  2435. site to the network you are trying to reach.
  2436.  
  2437. <End of help on this topic>
  2438. ===== h_select_addr =====
  2439.                    SELECT ADDRESS
  2440.  
  2441. Navigating the List of Messages               General Pine Commands
  2442. -------------------------------               ---------------------
  2443. {F5 : P }  Move to previous entry             {F1 : ? }  Show this help text
  2444. {F6 : N }  Move to next entry
  2445. {F7 : - }  Show previous screen of address book
  2446. {F8 :Spc}  Show next screen of address book
  2447. {F12: W }  WhereIs (search through address book)
  2448.  
  2449. Address Selection Commands
  2450. --------------------------
  2451. {F3 : E }  Exit the Address Select screen (without selecting an address)
  2452. {F4 : S }  Select the currently highlighted entry
  2453.  
  2454. This screen is designed to let you easily scan your address book(s) in
  2455. order to select an entry for the message you are composing.  You cannot
  2456. edit your address book in any way at this time, for address book
  2457. maintenance, select the address book command when not composing a message.
  2458.  
  2459. If you are composing a message and know the nickname of the person/list you
  2460. want, you can bypass this screen by simply typing in the nickname on the
  2461. appropriate header line (To:, Cc:, etc.)  Exiting this screen without
  2462. selecting an entry does not cancel your message.
  2463.  
  2464. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2465. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help...
  2466.  
  2467. <End of help on this topic>
  2468. ===== h_use_address_bookl =====
  2469.                    COMPOSER: SELECT ADDRESSES
  2470.  
  2471. Navigating the List of Messages               General Pine Commands
  2472. -------------------------------               ---------------------
  2473. {F5 : P }  Move to previous entry             {F1 : ? }  Show this help text
  2474. {F6 : N }  Move to next entry
  2475. {F7 : - }  Show previous screen of address book
  2476. {F8 :Spc}  Show next screen of address book
  2477. {F12: W }  WhereIs (search through address book)
  2478.  
  2479. Address Selection Commands
  2480. --------------------------
  2481. {F3 : E }  Exit the Address Select screen (without selecting an address)
  2482. {F4 : S }  Select the currently highlighted entry
  2483. {F9 : L }  Change to ListMode
  2484.  
  2485. This screen is designed to let you easily scan your address book(s) in
  2486. order to select entries for the message you are composing.  You cannot
  2487. edit your address book in any way at this time, for address book
  2488. maintenance, select the address book command when not composing a message.
  2489.  
  2490. If you are composing a message and know the nickname of the person/list you
  2491. want, you can bypass this screen by simply typing in the nickname on the
  2492. appropriate header line (To:, Cc:, etc.)  Exiting this screen without
  2493. selecting an entry does not cancel your message.
  2494.  
  2495. The ListMode command will add a column at the left edge of the screen.
  2496. You mark the entries which you wish to select with the \"X\" command.
  2497. This allows you to choose more than one entry at a time.
  2498.  
  2499. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2500. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help...
  2501.  
  2502. <End of help on this topic>
  2503. ===== h_use_address_bookx =====
  2504.                    COMPOSER: SELECT ADDRESSES
  2505.  
  2506. Navigating the List of Messages               General Pine Commands
  2507. -------------------------------               ---------------------
  2508. {F5 : P }  Move to previous entry             {F1 : ? }  Show this help text
  2509. {F6 : N }  Move to next entry
  2510. {F7 : - }  Show previous screen of address book
  2511. {F8 :Spc}  Show next screen of address book
  2512. {F12: W }  WhereIs (search through address book)
  2513.  
  2514. Address Selection Commands
  2515. --------------------------
  2516. {F3 : E }  Exit the Address Select screen (without selecting an address)
  2517. {F4 : S }  Select the currently highlighted entry
  2518. {F9 : X }  Set or Unset the highlighted entry
  2519.  
  2520. Mark the entries you wish to select with the \"X Set/Unset\" command.
  2521. Type \"S Select\" to select all of the entries you have marked, just as
  2522. if you had typed them in by hand.
  2523.  
  2524. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2525. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help...
  2526.  
  2527. <End of help on this topic>
  2528. ===== h_select_nickname_take =====
  2529.                 TAKEADDR: SELECT NICKNAME
  2530.  
  2531. Navigating the List of Messages               General Pine Commands
  2532. -------------------------------               ---------------------
  2533. {F5 : P }  Move to previous entry             {F1 : ? }  Show this help text
  2534. {F6 : N }  Move to next entry
  2535. {F7 : - }  Show previous screen of address book
  2536. {F8 :Spc}  Show next screen of address book
  2537. {F12: W }  WhereIs (search through address book)
  2538.  
  2539. Message Selection Commands
  2540. --------------------------
  2541. {F3 : E }  Exit the Nickname Select screen (without selecting an address)
  2542. {F4 : S }  Select the currently highlighted entry
  2543.  
  2544. This screen is designed to let you modify or add to an existing address
  2545. book entry.  You have already selected the name(s) and address(es) through
  2546. \"Take Address\".  This screen simply lets you scan your address books and
  2547. select the nickname to be changed/augmented.  If you want to add a new
  2548. entry, then you are in the wrong place-- press {F3:\"E\"} to exit.
  2549.  
  2550. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2551. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help...
  2552.  
  2553. <End of help on this topic>
  2554. ===== h_select_nickname =====
  2555.                 SELECT NICKNAME
  2556.  
  2557. Navigating the List of Messages               General Pine Commands
  2558. -------------------------------               ---------------------
  2559. {F5 : P }  Move to previous entry             {F1 : ? }  Show this help text
  2560. {F6 : N }  Move to next entry
  2561. {F7 : - }  Show previous screen of address book
  2562. {F8 :Spc}  Show next screen of address book
  2563. {F12: W }  WhereIs (search through address book)
  2564.  
  2565. Message Selection Commands
  2566. --------------------------
  2567. {F3 : E }  Exit the Nickname Select screen (without selecting an address)
  2568. {F4 : S }  Select the currently highlighted entry
  2569.  
  2570. This screen is designed to let you look at the nicknames in your address
  2571. books before choosing a new one.
  2572.  
  2573. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2574. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help...
  2575.  
  2576. <End of help on this topic>
  2577. ===== h_takeaddr_screen =====
  2578.                       TAKE ADDRESS COMMANDS
  2579.  
  2580. {Navigating the List of Addresses       Address Selection Commands        :Navigating the List of Addresses       Address Selection Commands}
  2581. {--------------------------------       --------------------------        :--------------------------------       --------------------------}
  2582. { F5  Move to previous entry    F3  Exit without taking address : P  Move to previous entry              E  Exit without taking address}
  2583. { F6  Move to next entry        F4  Take current address(es)    : N  Move to next entry                  T  Take address}
  2584. { F7  Show previous page of address list                        : -  Show previous page of address list}
  2585. { F8  Show next page of address list                            :Spc Show next page of address list}
  2586. { F2  WhereIs (search list)                                     : W  WhereIs (search list)              List Mode}
  2587. {                               --------------                  :                                       ---------}
  2588. {Mode Toggle            F9  Set/Unset current address           :Single Mode                             X  Set/Unset current address}
  2589. {-----------            F10 Set all                             :-----------                             A  Set all addresses}
  2590. { F12 Toggle between List and single mode       F11 Unset all   : L  Switch to list mode                 U  Unset all addresses}
  2591. {                                                               :                                        S  Switch to single mode}
  2592.  
  2593. ------------------------------------------
  2594. | Description of the Take Address Screen |
  2595. ------------------------------------------
  2596.  
  2597. This screen is designed to let you select one or more address/name
  2598. combinations from the current message into your address book.  The cursor
  2599. is initially placed on the line with the message author.  Other lines
  2600. include the names of people and/or mailing lists who also received the
  2601. message.  Other people \"involved\" in the message (e.g. the person named as
  2602. Reply-To:) are also listed here.
  2603.  
  2604. The simple case is adding a new, single entry into your address book. To
  2605. do this, simply highlight the correct line and press {F4:\"T\"}.  To
  2606. create a new list or add to an existing list, switch the screen display
  2607. into List Mode by pressing {F12:\"L\"}.  In List Mode, you select the
  2608. group of addresses you wish to manipulate by marking them with an \"X\".
  2609. The Set/Unset ({F9:\"X\"}) command will turn the \"X\" on for the
  2610. highlighted address if it was off or turn it off if it was previously on.
  2611. The SetAll command will select all of the addresses, and the UnSetAll
  2612. command will turn off all the selections.  Once you've gotten the
  2613. selection the way you want it, you may create a new list by pressing
  2614. {F4:\"T\"}.
  2615.  
  2616. In both the simple and list cases, after choosing to take the address,
  2617. you will be asked for the nickname of the entry.  Typing in a new name
  2618. creates the new entry/list.  Entering an existing nickname will replace
  2619. the entry (simple case) or add to the list (list case).  Alternatively,
  2620. you can press Ctrl-T at the nickname prompt and select an existing
  2621. nickname from your address book.
  2622.  
  2623. You will normally start in Single Mode, unless you used the Apply command
  2624. to startup the TakeAddr screen, in which case you will start in List Mode.
  2625. You may switch between the two modes at any time.  If you've already
  2626. selected several addresses in List Mode, those will be remembered when you
  2627. switch to Single Mode and then back to List Mode.  The set of addresses
  2628. that are pre-selected when you start in List Mode are the From addresses
  2629. of all of the messages you are operating on.  You may, of course, easily
  2630. erase those selections with the UnSetAll command.
  2631.  
  2632. If you have more than one writable address book, you will be prompted for
  2633. the name of the address book you wish to add the new entry to before
  2634. anything else. You can use ^N and ^P to choose among the defined address
  2635. books, or type in the address book name.
  2636.  
  2637. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2638. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help...
  2639.  
  2640. <End of help on this topic>
  2641. ===== h_attachment_screen =====
  2642.  
  2643. {F1 : ? }  Show this help text
  2644. {F3 : E }  Exit this screen without displaying or saving any attachments
  2645. {F4 : V }  View the currently selected attachment
  2646. {F5 : P }  Move to previous attachment
  2647. {F6 : N }  Move to next attachment
  2648. {F7 : - }  Previous page of the listed attachments
  2649. {F8 :Spc}  Next page of the listed attachments
  2650. {F9 : S }  Save the selected attachment to a file
  2651. {F10: | }  Pipe the selected attachment through a UNIX command (if enabled)
  2652. {F12: W }  Find the matching string in the attachment list
  2653.  
  2654. The Attachment Index displays a list of the current message's attachments,
  2655. and provides for the viewing, saving, or piping (if enabled) of each
  2656. attachment.  The first attachment is usually the message text, but does
  2657. not include the header portion of the message.
  2658.  
  2659. All attachments can be saved or piped into a UNIX command, but some may
  2660. not be readily displayed by either pine or an external tool.  In such
  2661. cases, the reason why the message cannot be displayed is displayed on
  2662. pine's message line.
  2663.  
  2664. <End of help on this topic>
  2665.  
  2666. ============= h_mail_text_att_view   ========================
  2667.  
  2668. This function allows you to view the contents of a text attachment. You
  2669. can only view one attachment at a time.
  2670.  
  2671. { F1: ? }  Get Help     Display this help text
  2672. { F3: E }  Exit Viewer  Go back to mail viewing.
  2673. { F7: - }  Prev Page    Show the previous page of the current attachment.
  2674. { F8:Spc}  Next Page    Show the next page of the current attachment by pressing
  2675.                   the space bar.
  2676. { F9: Y }  Print        Print the current attachment on paper.  You can select the
  2677.                   printer or the print command via the \"Setup\" command
  2678.                   on the Main menu.
  2679. {F11: S }  Save         Copy the current attachment to a file.  If you just enter
  2680.                   a filename, the attachment will be saved with that name in
  2681.                   your home/current directory.  You may enter the full
  2682.                   path and filename to save it in another directory.
  2683. {F12: W }  WhereIs      Search the attachment for a string of letters.  If it is
  2684.                   found, move to it.  The string can be one word or a phrase.
  2685.                   If there are multiple occurrences, the cursor moves to the
  2686.                   first occurrence beyond the current cursor position.
  2687.  
  2688. <End of help on this topic>
  2689. ======= h_pine_for_windows ========
  2690.                      GETTING HELP IN PINE
  2691.  
  2692. Pine offers specific help for every screen via the \"?\" or \"^G\"
  2693. keys.  (The Control-G key is used in contexts where \"?\" would be
  2694. mistaken as text being entered.)
  2695.  
  2696. The MAIN MENU help (\"?\") provides a general overview of Pine, as
  2697. well as information specific to that screen.  There is also a
  2698. \"Release Notes\" command available from the MAIN MENU.
  2699.  
  2700. Although this version of Pine is for Microsoft Windows, it is not a
  2701. full \"Graphical User Interface\" application.  However, it does
  2702. offer limited mouse support.  You can click on commands at the bottom
  2703. of the screen, and you can click or double-click on items on most
  2704. screens to select or view them.
  2705.  
  2706. In the mail index, clicking with the right mouse button on an item
  2707. will display that item in a separate window.  Control-Click will
  2708. always display the item in a new separate window.
  2709.  
  2710. In the composer message body you can select text with the mouse.
  2711. Press the mouse button down, drag across the text you want to select,
  2712. lift the mouse button.  If you move the mouse above the top or below
  2713. the bottom of the window the message text will scroll.  Shift-Click
  2714. will extend an existing selection.  You can Cut or Copy the selected
  2715. text in the composer message body.
  2716.  
  2717. In all other screens you can select any text visible on the screen
  2718. with the mouse, but can only Copy the selected text.
  2719.  
  2720. <End of help on this topic>
  2721. ===== h_composer =====
  2722.                        COMPOSER COMMANDS
  2723.  
  2724. CURSOR MOTION KEYS                     |EDITING KEYS
  2725.   ^B (Left Arrow)   Back character     | ^D       Delete current character
  2726.   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
  2727.   ^P (Up Arrow)     Previous line      | ^^       Set a mark
  2728.   ^N (Down Arrow)   Next line          | {F9:^K}       Cut marked text or
  2729.   ^A                Beginning of line  |           delete current line
  2730.   ^E                End of line        | {F10:^U }       Paste text, undelete lines
  2731.   {F7:^Y}                Previous page      |           cut with ^K, or unjustify
  2732.   {F8:^V}                Next page          |-------------------------------------
  2733.   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
  2734. ---------------------------------------| {F6(^W):^W    }   Whereis (search for string)
  2735. MESSAGE COMMANDS | GENERAL COMMANDS    | {F12:^T }      Spell checker
  2736.  {F3:^C}   Cancel     |  {F1:^G}    Get help     | {F4:^J}       Justify paragraph
  2737.  {F11:^O }  Postpone   |  ^Z    Suspend      | ^L       Redraw Screen
  2738.  {F2:^X}   Send       |  {F6:^_}    Alt. editor  | {F5:^R}       Read in a file
  2739.  
  2740.  
  2741. NOTE: The presence or absence of the following commands is determined by
  2742. \"feature-list\" options in your Pine configuration.  Also, some of these
  2743. commands may be administratively disabled by your system manager; if they
  2744. don't work, please check with your local help desk before reporting a bug.
  2745.         o Suspend (suspends Pine and gives a system prompt)
  2746.         o Alternate editor (allows you to compose with your own editor)
  2747.  
  2748. HINT: To move rapidly to the bottom of a message you are composing,
  2749. enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
  2750. with the Mark and Cut commands to eliminate large amounts of unwanted
  2751. text in a Reply.
  2752.  
  2753. The \"Alternate Editor\" and \"Spell Check\" commands are not available in
  2754. PC-Pine.
  2755.  
  2756. Pine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-], Ctrl-\\, ESC
  2757.  
  2758. NOTE: by default, Pine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
  2759. and XON), as normal characters, even though Pine does not use them except
  2760. during attached-to-ansi printing. However, the modem, or communication
  2761. software you are using may be configured for \"software flow control\"
  2762. which means that XON/XOFF must be treated as special characters by the
  2763. operating system.  If you see messages such as \"^X not defined for this
  2764. screen\", then your system is probably using software flow control. In
  2765. this case you will need to set the \"preserve-start-stop-characters\"
  2766. feature.  If you *do* set this feature, be advised that if you
  2767. accidentally hit a Ctrl-S, Pine will mysteriously freeze up with no
  2768. warning.  In this case, try typing a Ctrl-Q and see if that puts things
  2769. right.
  2770.  
  2771. ---------------------------
  2772. | Description of Composer |
  2773. ---------------------------
  2774.  
  2775. Pine has a built-in editing program which allows you to compose messages
  2776. without having to leave Pine.  The editor is designed to be very simple to
  2777. use so that you can get started writing email right away.
  2778.  
  2779. Messages are usually just text, about 80 columns wide.  Using upper and
  2780. lower case is encouraged.  On some systems the size limit of the message
  2781. is about 100,000 characters, which is about 2,000 lines.  You can include
  2782. punctuation and special characters found on most keyboards, but you can't
  2783. include characters with diacritical marks and certain special symbols.
  2784.  
  2785. Text automatically wraps as you type past the end of a line so you do not
  2786. have to hit return.  Using the {F4:\"Ctrl-J\"} command, you can also
  2787. reformat text explicitly, perhaps after you have deleted some text.
  2788.  
  2789. You can include other text files with the {F5.:\"Ctrl-R\".} You will be
  2790. prompted for the file name of the file.
  2791.  
  2792. ------------------------------
  2793. | Brief Command Explanations |
  2794. ------------------------------
  2795.  
  2796. MARK, CUT, AND PASTE
  2797.  
  2798. You can define a \"block\" of text, which can subsequently be deleted or
  2799. copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
  2800. then moving the cursor to the end of the desired text block.  You can then
  2801. \"cut\" the block out ({F9:Ctrl-K}), move the cursor, and \"paste\" it
  2802. ({F10:Ctrl-U}) in the new location.  Also, you can paste more than once,
  2803. allowing you to use this feature to copy a block of text.
  2804.  
  2805. If you press {F9:Ctrl-K} without having marked anything, Pine will delete
  2806. a single line.  If you delete a group of lines together, Pine keeps them
  2807. in the same buffer, so {F10:Ctrl-U} will restore them as a block.  About
  2808. terminology:  Mark is shown as \"^^\".  The first \"^\" means you should
  2809. hold down the \"Control\" key on your keyboard.  The second \"^\" means
  2810. \"type the character ^\".
  2811.  
  2812. JUSTIFY ({F4:Ctrl-J})
  2813.  
  2814. The justify command reformats the text in the paragraph the cursor is in.
  2815. Paragraphs are separated by one blank line or a line beginning with a space.
  2816. This is useful when you have been editing a paragraph and the lines become
  2817. uneven.  The text is left aligned or justified and the right is ragged.  If
  2818. the text is already justified as typed with auto-wrap, no justification will
  2819. be done.
  2820.  
  2821. When composing a reply containing included text, the justify command will
  2822. reformat text to the right of the reply-indent-string (\"> \" by default),
  2823. adding or removing indented lines as needed.  Paragraphs are separated by a
  2824. blank line, a line containing only the reply-indent-string, or a line
  2825. containing the indent string and one or more blank spaces.  Included text
  2826. that was previously indented (or \"quoted\") is not preserved.
  2827.  
  2828. READ FILE ({F5:Ctrl-R})
  2829.  
  2830. This will allow you to copy in text from an existing file. You will be
  2831. prompted for the name of a file to be inserted into the message.  The file
  2832. name is relative to your home directory or must be a full path name on
  2833. your system.  The file will be inserted where the cursor is located.  *The
  2834. file to be read must be on the same system as Pine.* If you use Pine on a
  2835. Unix machine but have files on a PC or MAC, the files must be transferred
  2836. to the system Pine is running on before they can be read.  Please ask your
  2837. local computer support people about the correct way to transfer a file to 
  2838. your Pine system.
  2839.  
  2840. WHEREIS ({F6:Ctrl-W})
  2841.  
  2842. WhereIs searches the message body part of your composition and moves the
  2843. cursor to the first occurrence of the match string appearing after the
  2844. location of the cursor.  The search will wrap to the beginning of the
  2845. message when it no longer finds matches in the remainder of the message.
  2846.  
  2847. To search for the same string a second time, press {F12:^W} to begin search
  2848. and then just press RETURN to accept the previous search string shown in
  2849. square brackets rather than entering a new search string.
  2850.  
  2851. WhereIs can \"search\" for the first line or last line of a message -- this
  2852. means that WhereIs is a jump-to-top and jump-to-bottom feature, too.
  2853.  
  2854. POSTPONE ({F11:Ctrl-O})
  2855.  
  2856. Temporarily stop working on the current message so you may read other
  2857. messages or compose another message.  When you want to resume a message
  2858. later, start to compose and answer \"yes\" to the \"Continue postponed
  2859. composition?\" question.  You may postpone as many messages as you like.
  2860.  
  2861. SPELL CHECK ({F12:Ctrl-T})
  2862.  
  2863. Pine can call an external spell checking program to look over the message
  2864. you are composing.  By default, Pine uses the simple Unix spell checker.
  2865. There are no suggested alternative spellings, but Pine will show you the
  2866. \"incorrect\" word and let you fix it or move on.  If a word is misspelled
  2867. more than once, then you will be prompted to confirm the correction of
  2868. each occurrence of it.  Lines beginning with \">\" ( included messages)
  2869. will not be checked.  There is no spell check feature with PC-Pine.
  2870.  
  2871. SEND ({F2:Ctrl-X})
  2872.  
  2873. Before sending a message, Pine will ask you to confirm that you want the
  2874. message to go out.  At that confirmation stage, Pine moves the composer
  2875. back to the top so that you can verify that the right people are getting
  2876. the message.  After confirmation, the message is sent and copied to the
  2877. FCC folder (if any).
  2878.  
  2879. <End of help on this topic>
  2880. ====== h_composer_browse =====
  2881.  
  2882. Use this to browse files, perhaps created by some other application.  The
  2883. file name given can be a file in your home directory, an absolute file
  2884. path name for your system, or a file path relative to your home directory.
  2885. No wild card characters may be used.  In Unix Pine, you may use \"~\" to
  2886. refer to your home directory or \"~user\" to refer to another's home
  2887. directory.  The file must reside on the system running Pine.
  2888.  
  2889. If the \"use-current-dir\" feature is set, names are relative to your
  2890. current directory at the time you started Pine, rather than to your
  2891. home directory.
  2892.  
  2893. <End of help on this topic>
  2894. ====== h_composer_ins =====
  2895.  
  2896. Use this function to insert a text file into your message. The file name
  2897. given can be a file in your home directory, an absolute file path name for
  2898. your system, or a file path relative to your home directory.  No wild card
  2899. characters may be used.  In Unix Pine, you may use \"~\" to refer to your
  2900. home directory or \"~user\" to refer to another's home directory.  The
  2901. file must reside on the system running Pine.
  2902.  
  2903. If the \"use-current-dir\" feature is set, names are relative to your
  2904. current directory at the time you started Pine, rather than to your
  2905. home directory.
  2906.  
  2907. <End of help on this topic>
  2908. ====== h_composer_search =====
  2909.  
  2910. Search the message for a word or part of a word.  When searching in the
  2911. composer, only the message part of your mail is searched, and the cursor
  2912. is put on the first occurrence appearing after the location of the cursor.
  2913. The search will wrap to the beginning of the message when it no longer
  2914. finds matches in the remainder of the message.
  2915.  
  2916. To search for the same string a second time, press {F12:Ctrl-W} to begin
  2917. search and then just press RETURN to accept the previous search string
  2918. shown in square brackets rather than entering a new search string.
  2919.  
  2920. <End of help on this topic>
  2921. ======= h_composer_to ====
  2922.  
  2923. Topics:
  2924.  o The \"To:\" field
  2925.  o Email Address Format
  2926.  o Message Header Commands
  2927.  
  2928. -------------------
  2929. | The \"To:\" field |
  2930. -------------------
  2931.  
  2932. The address you enter here must be a valid address which is reachable
  2933. from your site.  If it is not, you will get an error message after sending
  2934. the message.
  2935.  
  2936. ------------------------
  2937. | Email Address Format |
  2938. ------------------------
  2939.  
  2940. You may enter a full name and address, a local address that Pine will
  2941. complete for you, the nickname of someone in an address book, or a local
  2942. mail alias defined by your system administrator.  When you move the cursor
  2943. out of this field, the nicknames will be expanded to the addresses in your
  2944. address book, and the local names will be expanded to include the actual
  2945. user name.  You may enter as many addresses as you wish, but they must be
  2946. separated by commas.  You can move around this and other header fields
  2947. with the arrow keys and use many of the usual composer editing keys.
  2948.  
  2949. A valid email address on the Internet has a username, an \"@\" sign and
  2950. then a domain.  For example, jsmith@art.nowhere.edu is the email address
  2951. of a person with the username \"jsmith\" who has an account with
  2952. \"art.nowhere.edu\".  The number of segments on the right of the \"@\"
  2953. sign can vary depending on how the address is structured for the
  2954. particular host.
  2955.  
  2956. If you are sending to someone on the same system as you are, you can leave
  2957. the \"@\" and all the information to its right off of the address, and
  2958. Pine will fill it in automatically.  Sometimes you can also abbreviate the
  2959. right part of the address if you are at the same domain.  When sending
  2960. messages across gateways to other networks, the addresses get more
  2961. complicated.  Ask your local consultants for the correct syntax from your
  2962. site to the network you are trying to reach.
  2963.  
  2964.                         MESSAGE HEADER COMMANDS
  2965.  
  2966. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  2967. ^B (Left Arrow)    Back character       | ^D       Delete current character
  2968. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
  2969. ^P (Up Arrow)      Previous line        |
  2970. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2971. ^A                 Beginning of line    |            delete current line
  2972. ^E                 End of line          | {F10:^U }      Undelete line(s)
  2973. {F7:^Y}                 Previous page        |
  2974. {F8:^V}                 Next page            |-------------------------------------
  2975. ^@ (Ctrl-SPACE)    Next word            |SCREEN/COMPOSITION COMMANDS
  2976. ----------------------------------------|
  2977. MESSAGE COMMANDS  | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2978. {F3:^C}   Cancel       |  {F1:^G}    Get help     | {F4:^J}     Attach File
  2979. {F11:^O }  Postpone     |  ^Z    Suspend      | ^L     Redraw Screen
  2980. {F2:^X}   Send         |                     | {F5:^R}     Rich Headers
  2981.  
  2982. <End of help on this topic>
  2983. ======= h_composer_cc ====
  2984.  
  2985. The Cc: field is just like the To: field, except it is used for addressees
  2986. that you wish to send a carbon copy to.  That is, the message is not directly
  2987. addressed to these recipients, but you wanted them to see the message.  The
  2988. only difference the recipients see is that their name is in the Cc: field,
  2989. rather than the To: field.
  2990.  
  2991. For information on email address formats or help with message header editing
  2992. commands, check the Help for the To: header.
  2993.  
  2994. <End of help on this topic>
  2995. ======= h_composer_bcc ====
  2996.  
  2997. The \"Bcc:\" (Blind carbon copy) header is used when you wish to send a 
  2998. copy of the message to one or more people whose addresses you do not
  2999. wish disclosed, either to reduce clutter or for confidentiality.
  3000.  
  3001. The format of the Bcc: field is just the same as the To: and Cc: fields in
  3002. the way the addresses are entered.  The recipients listed here will
  3003. receive a copy of the message, but --assuming your site's mail transport
  3004. software is properly configured-- their addresses will not show up in the
  3005. headers of the message, as delivered to all of the recipients.  The To:
  3006. and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
  3007.  
  3008. Note: if there is no To: or Cc: or Lcc: address in the message, Pine
  3009. will automatically generate and place in the To: field a pseudo-address of 
  3010.   \"Undisclosed recipients: ;\"
  3011. or whatever string has been specified in the \"empty-header-message\"
  3012. variable.
  3013.  
  3014. The reason for this is to avoid embarrassment caused by some Internet
  3015. mail transfer software that interprets a \"missing\" To: header as 
  3016. an error and replaces it with an Apparently-to: header that may contain
  3017. the addresses you entered on the Bcc: line.  In addition, it may be
  3018. less disconcerting to Bcc: recipients to see *something* in the To: field.
  3019.  
  3020. You can manipulate what text ends up on the (originally) empty To:
  3021. field.  Just remember to put a colon and semicolon at the end of the
  3022. field, which is a special notation denoting that it is not a real address.
  3023.  
  3024. For information on email address formats or help with message header editing
  3025. commands, check the Help for the To: header.
  3026.  
  3027. <End of help on this topic>
  3028. ======= h_composer_lcc ====
  3029.  
  3030. The \"Lcc\" (List carbon copy) header is intended to be used when
  3031. you wish to send a message to a list of people but avoid having all
  3032. of their addresses visible, in order to reduce clutter when the
  3033. message is received.
  3034.  
  3035. It is similar to the \"Bcc\" (Blind carbon copy) header in that individual
  3036. addressees are hidden, but Lcc is designed to work specifically with
  3037. distribution lists you have created in your Pine address book.  Placing
  3038. the nickname of the list on the Lcc line will result in the full name of
  3039. your Pine Address Book list being placed on the To: line of the message,
  3040. using a special notation that distinguishes it from a real address. You
  3041. must leave the To: line blank for your list name to appear there.
  3042.  
  3043. For example, if you have this list entered in your Address Book:
  3044.  
  3045.         largo         Key Largo List       DISTRIBUTION LIST:
  3046.                                            bogie@mgm.com
  3047.                                            lauren@mgm.com
  3048.                                            walter@mgm.com
  3049.  
  3050. And you enter \"largo\" on the Lcc: line while composing a message, the
  3051. result is:
  3052.  
  3053.         To      : Key Largo List: ;
  3054.         Cc      :
  3055.         Bcc     :
  3056.         Fcc     : sent-mail
  3057.         Lcc     : Key Largo List <bogie@mgm.com>,
  3058.                   lauren@mgm.com,
  3059.                   walter@mgm.com
  3060.         Subject :
  3061.  
  3062. Each recipient listed on the Lcc: line receives a copy of the message
  3063. without their address being visible (as though they were listed on the
  3064. Bcc: line). The colon-semicolon notation used to put the full-name of the
  3065. list on the To: line is a special address format that doesn't specify any
  3066. actual addressees, but does give some information to the recipients of the
  3067. message.
  3068.  
  3069. Note: if after entering an LCC, you delete the list name that is placed
  3070. on the To: line, then recipients will see To: Undisclosed recipients: ;
  3071. (or whatever string is defined in the empty-header-message variable)
  3072. just as in the BCC case. 
  3073.  
  3074. For information on email address formats or help with message header
  3075. editing commands, check the Help for the To: header.
  3076.  
  3077. <End of help on this topic>
  3078. ======= h_composer_from =======
  3079.  
  3080. This header carries your return address.  It is the address toward which
  3081. replies (and often, future unrelated correspondence) will be directed,
  3082. unless you have defined an optional \"Reply-To:\" header.  Make sure this
  3083. address is correct.
  3084.  
  3085. For information on email address formats or help with message header editing
  3086. commands, check the Help for the To: header.
  3087.  
  3088. <End of help on this topic>
  3089. ======= h_composer_reply_to =======
  3090.  
  3091. Most people should not need this header. The Reply-To: header is used in
  3092. cases where you would like replies to your messages to be directed to an
  3093. address other than your normal \"From:\" address.  This is atypical, but
  3094. can happen when you use multiple machines and do not have the same account
  3095. name on each one, or when you wish to direct certain replies to accounts
  3096. or folders designated for specific classes of correspondence.
  3097.  
  3098. For information on email address formats or help with message header editing
  3099. commands, check the Help for the To: header.
  3100.  
  3101. <End of help on this topic>
  3102. ======= h_composer_custom_addr ====
  3103.  
  3104. This is a customized header, i.e. not one that is part of Pine's normal
  3105. set of Compose headers.
  3106.  
  3107. For information on email address formats or help with message header editing
  3108. commands, check the Help for the To: header.
  3109.  
  3110. <End of help on this topic>
  3111. ======= h_composer_custom_free ====
  3112.  
  3113. This is a customized header, i.e. not one that is part of Pine's normal
  3114. set of Compose headers.
  3115.  
  3116. This field consists of arbitrary text.
  3117.  
  3118. For help with message header editing commands, check the Help for the
  3119. To: header.
  3120.  
  3121. <End of help on this topic>
  3122. ====== h_composer_news =====
  3123.  
  3124. Use the Newsgroups line to specify any and all USENET newsgroups to which
  3125. your message should be posted.  When composing a message from scratch, this
  3126. line may be hidden.  If so, just press the rich headers command
  3127. ({F5:Ctrl-R}) to make it visible.
  3128.  
  3129. Be aware that when you post to a newsgroup thousands of people will be reading
  3130. your message.  Also, you or your system manager must have defined a \"nntp-
  3131. server\" in your Pine configuration in order for you to be able to post.
  3132.  
  3133. For help with message header editing commands, check the Help for the
  3134. To: header.
  3135.  
  3136. <End of help on this topic>
  3137. ======= h_composer_fcc ====
  3138.  
  3139. The FCC (File Carbon Copy) specifies the folder used to keep a copy of
  3140. each outgoing message.  The default value can be configured with the
  3141. \"default-fcc\" and \"fcc-name-rule\" options.  You can change or remove
  3142. the file carbon copy on any message you send by editing the FCC header.
  3143.  
  3144. You may type ^T to get a list of all your folders and select one to use as
  3145. the FCC for this message.
  3146.  
  3147. For help with message header editing commands, check the Help for the
  3148. To: header.
  3149.  
  3150. <End of help on this topic>
  3151. ======= h_composer_subject ====
  3152.  
  3153. The subject header provides a place to enter a few words that summarize
  3154. the topic of the message you are sending.  You may leave this line blank,
  3155. but it is considered a courtesy to use a meaningful subject.
  3156.  
  3157. For help with message header editing commands, check the Help for the
  3158. To: header.
  3159.  
  3160. <End of help on this topic>
  3161. ======= h_composer_attachment ====
  3162.  
  3163. This field is where you specify what file or files you'd like attached to
  3164. the message you are composing.  Those files must reside on the machine
  3165. running Pine. If your file is on a PC or Mac and you run Pine with an
  3166. account on a Unix machine, you'll have to transfer it before attaching it.
  3167. Contact local computer support people for assistance with transferring.
  3168.  
  3169. Pine uses MIME encoding for attachments, so binaries and files of any
  3170. length can safely be delivered to any MIME-capable mail reading program.
  3171. If you send an attachment to someone who does not have a MIME-capable mail
  3172. reading program yet, then the main message text will be readable, but
  3173. attachments (even attachments which are just plain text) are not.
  3174.  
  3175. Typing the filename on the Attchmnt: line achieves the same
  3176. result as using the {F6:Ctrl-J} command.
  3177.  
  3178. If you Forward a message with attachments, you may delete them from your
  3179. Forwarded message by editing the Attchmnt header line.
  3180.  
  3181. For help with message header editing commands, check the Help for the
  3182. To: header.
  3183.  
  3184. <End of help on this topic>
  3185. ===== h_composer_sigedit =====
  3186.                       SIGNATURE EDITOR COMMANDS
  3187.  
  3188. CURSOR MOTION KEYS                     |EDITING KEYS
  3189.   ^B (Left Arrow)   Back character     | ^D       Delete current character
  3190.   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
  3191.   ^P (Up Arrow)     Previous line      | ^^       Set a mark
  3192.   ^N (Down Arrow)   Next line          | {F9:^K}       Cut marked text or
  3193.   ^A                Beginning of line  |           delete current line
  3194.   ^E                End of line        | {F10:^U }       Paste text, undelete lines
  3195.   {F7:^Y}                Previous page      |           cut with ^K, or unjustify
  3196.   {F8:^V}                Next page          |-------------------------------------
  3197.   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
  3198. ---------------------------------------| {F6(^W):^W    }   Whereis (search for string)
  3199. MESSAGE COMMANDS | GENERAL COMMANDS    | {F12:^T }      Spell checker
  3200.  {F3:^C}   Cancel     |  {F1:^G}    Get help     | {F4:^J}       Justify paragraph
  3201.                  |  ^Z    Suspend      | ^L       Redraw Screen
  3202.  {F2:^X}   Send       |  {F6:^_}    Alt. editor  | {F5:^R}       Read in a file
  3203.  
  3204. NOTE: The presence or absence of the following commands is determined by
  3205. \"feature-list\" options in your Pine configuration.  Also, some of these
  3206. commands may be administratively disabled by your system manager; if they
  3207. don't work, please check with your local help desk before reporting a bug.
  3208.  
  3209.         o Suspend (suspends Pine and gives a system prompt)
  3210.         o Alternate editor (allows you to compose with your own editor)
  3211.  
  3212. The \"Alternate Editor\" and \"Spell Check\" commands are not available in
  3213. PC-Pine.
  3214.  
  3215. Pine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-], Ctrl-\\, ESC
  3216.  
  3217. NOTE: by default, Pine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
  3218. and XON), as normal characters, even though Pine does not use them.
  3219. However, the printer, modem, or communication software you are using may
  3220. be configured for \"software flow control\" which means that XON/XOFF must
  3221. be treated as special characters by the operating system.  If you see
  3222. messages such as \"^X not defined for this screen\", or if messages
  3223. printed via the \"attached-to-ansi\" option are missing pieces, then your
  3224. system is probably using software flow control. In this case you will need
  3225. to set the \"preserve-start-stop-characters\" feature.  If you *do* set
  3226. this feature, be advised that if you accidentally hit a Ctrl-S, Pine will
  3227. mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
  3228. and see if that puts things right.
  3229.  
  3230. ======= h_composer_abook_nick =======
  3231.  
  3232. This is a short nickname for this address book entry.  If it is used in
  3233. place of an address from the composer, the composer will fill in the
  3234. address(es) for the entry that matches the nickname. 
  3235.  
  3236.                      EDITING and NAVIGATION COMMANDS
  3237.  
  3238. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  3239. ^B (Left Arrow)    Back character       | ^D       Delete current character
  3240. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
  3241. ^P (Up Arrow)      Previous line        |
  3242. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  3243. ^A                 Beginning of line    |            delete current line
  3244. ^E                 End of line          | {F10:^U }      Undelete line(s)
  3245. {F7:^Y}                 Previous page        |
  3246. {F8:^V}                 Next page            |-------------------------------------
  3247. ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
  3248. ----------------------------------------|
  3249. EXIT COMMANDS    |  GENERAL COMMANDS    | {F12:^T }    To Addressbook
  3250. {F3:^C}   Cancel      |   {F1:^G}    Get help     | {F12:^R }    RichView 
  3251. (expand lists)
  3252. {F2:^X }  eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
  3253.  
  3254. <End of help on this topic>
  3255. ======= h_composer_abook_full =======
  3256.  
  3257. This is the full name field for this entry.  If this is going to be a
  3258. distribution list (more than one address), it should be a descriptive
  3259. phrase describing the list.  It will be included in the mail header if you
  3260. put the list in the To: or CC: field, or in the To: line if you put the
  3261. list in the Lcc: field.  It's OK to leave this field blank (and OK to
  3262. leave any of the other fields blank, too).  If this address book entry is
  3263. going to be a simple entry with just one address, then this field is the
  3264. person's name.  When you send mail to this entry, this is the field to the
  3265. left of the brackets.  That is, it is the most readable part of the 
  3266. address.  For example, in the sample address:
  3267.  
  3268.        John Doe <jdoe@some.domain>
  3269.  
  3270. \"John Doe\" is the full name field.  If you are sorting your address book
  3271. with one of the options that uses full names, then it might be useful to
  3272. enter the full name as \"Last, First\", for example:
  3273.  
  3274.        Doe, John
  3275.  
  3276. so that it will be sorted using Doe instead of John.  This will be changed
  3277. back into John Doe when you use it.
  3278.  
  3279. For help with editing and navigation commands, check the Help for the
  3280. Nickname: field.
  3281.  
  3282. <End of help on this topic>
  3283. ======= h_composer_abook_fcc =======
  3284.  
  3285. If this entry is the first one in the To: line of an outgoing message,
  3286. this field will be used for the Fcc (File Carbon Copy) instead of whatever
  3287. you would normally get (which depends on which saved-msg-name-rule you've
  3288. chosen). 
  3289.  
  3290. For help with editing and navigation commands, check the Help for the
  3291. Nickname: field.
  3292.  
  3293. <End of help on this topic>
  3294. ======= h_composer_abook_comment =======
  3295.  
  3296. This is just a comment to help you remember what this entry is.  The WhereIs
  3297. command searches comments so that it is easier to find an entry with a comment
  3298. you know about attached to it.  This field is not used in the outgoing message.
  3299.  
  3300. For help with editing and navigation commands, check the Help for the
  3301. Nickname: field.
  3302.  
  3303. <End of help on this topic>
  3304. ======= h_composer_abook_addrs =======
  3305.  
  3306. This is a list of addresses to send to when sending to this address book
  3307. entry.  Each member of the list may be an address or another nickname from
  3308. any of your address books.  If it is an address, it is OK to include the
  3309. full name field as well as the electronic address portion of that address.
  3310. For example, the following are all legitimate entries in this field:
  3311.  
  3312.      john               (a nickname in your address book)
  3313.      jdoe@some.domain
  3314.      John Doe <jdoe@some.domain>
  3315.  
  3316. The addresses should be listed separated by commas, just like you would
  3317. enter them from the composer.
  3318.  
  3319. The only difference between a distribution list and a simple entry with a
  3320. single address, is that a distribution list has more than one address   
  3321. listed in the Addresses: field, whereas a simple personal entry has just  
  3322. one address.
  3323.  
  3324. For individual address book entries, if there is a full name in the
  3325. Fullname: field (filling in the Fullname: field is not required), it is
  3326. used.  If the full name is specified in the Address: field and not in the
  3327. Fullname: field, then the full name from the Address: field is used.
  3328.  
  3329. If you type the nickname of a distribution list from one of your address 
  3330. books in the Lcc: field, then the full name of that list is used in the  
  3331. To: field.  If you put a list in the To: or Cc: fields, that list will be
  3332. expanded into all of its addresses.  If the list has a full name, then
  3333. that will appear at the beginning of the addresses.
  3334.  
  3335. Sewing Club <john@somewhere>, nancy@something.else, Sal <sal@here.there>
  3336.  
  3337. If the first address in the distribution list also has a full name, then
  3338. the list full name and that full name are combined into something like the
  3339. following:
  3340.  
  3341. Sewing Club -- John Smith <john@somewhere>
  3342.  
  3343. If you specify a list via Lcc, the full name is used in the To: line.  If
  3344. you specify a list in the To: or Cc: fields, then it uses the same method
  3345. as for individual entries for filling in the full name.
  3346.  
  3347. For help with editing and navigation commands, check the Help for the
  3348. Nickname: field.
  3349.  
  3350. <End of help on this topic>
  3351. ======= h_flag_important =======
  3352.  
  3353. Th \"Important\" flag, indicated by an asterisk in Pine's Folder Index
  3354. screen, can only be set by the user, and is intended to be used in
  3355. whatever fashion makes sense to you.  You are the only one that can set or
  3356. clear it. 
  3357.  
  3358. <End of help on this topic>
  3359. ======= h_flag_new =======
  3360.  
  3361. Th \"New\" flag, indicated by the letter 'N' in Pine's Folder Index screen,
  3362. is automatically set when messages are delivered to your Inbox (or other
  3363. folder specified outside of Pine).  Likewise, it is cleared automatically
  3364. the first time you read the message it is associated with.
  3365.  
  3366. Sometimes it's helpful in prioritizing your mail.  For example, perhaps
  3367. a message isn't weighty enough to assign it an \"Important\" flag, but
  3368. you'd like to be reminded of it next time you read mail.  This can be done
  3369. easily by explicitly resetting the \"New\" flag.
  3370.  
  3371. <End of help on this topic>
  3372. ======= h_flag_answered =======
  3373.  
  3374. The \"Answered\" flag, indicated by the letter 'A' in Pine's Folder Index
  3375. screen, is automatically set when you reply to a message.  This flag is not
  3376. automatically cleared.
  3377.  
  3378. NOTE: Technical limitations prevent the current version of Pine from
  3379. being able to automatically flag a message whose reply has been postponed
  3380. as \"Answered\".  This will be fixed in a future release.
  3381.  
  3382. <End of help on this topic>
  3383. ======= h_flag_deleted =======
  3384.  
  3385. The \"Deleted\" flag, indicated by the letter 'D' in Pine's Folder Index
  3386. screen, is set when you use the \"D Delete\" command.  It is cleared
  3387. when you use the \"U Undelete\" command.
  3388.  
  3389. However, there can be other actions implicit in the \"D Delete\" command,
  3390. such as advancing to the next message, that may be momentarily undesirable.
  3391. For this reason, it's sometimes useful to set or clear the \"Deleted\" flag
  3392. explicitly.
  3393.  
  3394. <End of help on this topic>
  3395. ====== h_config_pers_name ======
  3396.         OPTION: Personal-Name
  3397.  
  3398. This value is used to determine the full name part of the \"From\" address
  3399. on messages you send.  If unset, Unix Pine will obtain your full name from
  3400. the system password file.
  3401.  
  3402. <End of help on this topic>
  3403. ====== h_config_pruned_folders ======
  3404.         OPTION: Pruned-folders
  3405.  
  3406. This variable allows you to define a list of one or more folders that
  3407. Pine will offer to prune for you in the same way it automatically offers
  3408. to prune your \"sent-mail\" folder each month.
  3409.  
  3410. That is, once a month for each folder listed, Pine will offer to move
  3411. the contents of the folder to a new folder of the same name but with
  3412. the previous month's date appended.  Pine will then look for any such
  3413. date-appended folder names created for a previous month, and offer each
  3414. one it finds for deletion.
  3415.  
  3416. If you decline the first offer, no mail is moved and no new folder is
  3417. created.
  3418.  
  3419. Folders listed are assumed to exist, and the archive folders will be created,
  3420. in the first collection defined by the \"folder-collections\" variable.
  3421.  
  3422. <End of help on this topic>
  3423. ====== h_config_upload_cmd ======
  3424.         OPTION: Upload-command
  3425.  
  3426. This option affects the behavior of the Composer's \"Read File\" (^R in the
  3427. message body) and \"Attach File\" (^J in the header) commands.  It specifies
  3428. a Unix program name, and any necessary command line arguments, that Pine can
  3429. use to transfer files from your personal computer into messages that you are
  3430. composing.
  3431.  
  3432. Note: this facility is intended for use with serial line transfer 
  3433. protocols, such as kermit, xmodem, or zmodem.  It is *not* intended
  3434. to work with TCP/IP file transfer programs such as ftp.
  3435.  
  3436. If a program is specified, the commands listed above are modified to offer a
  3437. subcommand (^Y) to activate the transfer.  Obviously, the Unix program
  3438. specified here must match the transfer program or protocol available on the
  3439. personal computer.
  3440.  
  3441. Pine expects to exchange uploaded data via a file on your Unix system.  When
  3442. the specified upload program finishes, Pine expects the uploaded data to be
  3443. contained in this file.
  3444.  
  3445. When upload is invoked via the \"Read File\" subcommand, Pine generates a
  3446. temporary file name that it will pass to the specified Unix program.  Pine
  3447. will read the resulting uploaded text from this file and then delete it when
  3448. the upload command is finished.
  3449.  
  3450. When upload is invoked via the \"Attach File\" subcommand, Pine will prompt
  3451. you for the name of the file that is to contain the uploaded information that
  3452. it is to attach.  Pine will attach this file to the composition, but will
  3453. *not* delete this file after the upload command is finished.
  3454.  
  3455. The special token \"_FILE_\" may be included among the Unix program's command
  3456. line arguments.  Pine will replace this symbol with the name of the file
  3457. being used to exchange the uploaded information.  This token allows you to
  3458. position the file name where it is required in the Unix program's command
  3459. line arguments.
  3460.  
  3461. If the \"_FILE_\" token is not present in the specified command, the
  3462. temporary file's name is automatically appended to the specified Unix
  3463. program.  In other words, you don't need to use \"_FILE_\" if it is the
  3464. *last* command line argument.
  3465.  
  3466. <End of help on this topic>
  3467. ====== h_config_upload_prefix ======
  3468.         OPTION: Upload-command-prefix
  3469.  
  3470. This option is used in conjunction with the Upload-command option.
  3471. It defines text to be written to the terminal emulator (via standard output)
  3472. immediately prior to starting upload command.  This is useful for
  3473. integrated serial line file transfer agents that permit command passing
  3474. (e.g., Kermit's APC method).
  3475.  
  3476. The special token \"_FILE_\" may be included in the string specification.
  3477. That symbol will be replaced with the (Pine-created) name of the temporary
  3478. file in which Pine will expect to find the uploaded file.
  3479.  
  3480. <End of help on this topic>
  3481. ====== h_config_download_cmd ======
  3482.         OPTION: Download-command
  3483.  
  3484. This option affects the behavior of the Export command.  It specifies a Unix
  3485. program name, and any necessary command line arguments, that Pine can use to
  3486. transfer the exported message to your personal computer's disk.
  3487.  
  3488. Note: this facility is intended for use with serial line transfer 
  3489. protocols, such as kermit, xmodem, or zmodem.  It is *not* intended
  3490. to work with TCP/IP file transfer programs such as ftp.
  3491.  
  3492. If a program is specified, the Export command is modified to offer a
  3493. subcommand (^V) to activate the transfer (in lieu of saving it to your home
  3494. directory on the machine where Pine is running).  Obviously, the Unix program
  3495. specified here must match the transfer program or protocol available on the
  3496. personal computer.
  3497.  
  3498. When this subcommand is selected and before Pine invokes the specified Unix
  3499. program, Pine will create a temporary file containing the text of the
  3500. exported message.  Pine uses this file to pass the exported message text to
  3501. the specified Unix program.
  3502.  
  3503. The special token \"_FILE_\" may be included among the Unix program's command
  3504. line arguments.  Pine will replace this symbol with the temporary file's name
  3505. before executing the Unix program.  This token allows you to position the
  3506. file name where it is required in the Unix program's command line arguments.
  3507.  
  3508. If the \"_FILE_\" token is not present in the specified command, the
  3509. temporary file's name is automatically appended to the specified Unix
  3510. program.  In other words, you don't need to use \"_FILE_\" if it is the
  3511. *last* command line argument.
  3512.  
  3513. <End of help on this topic>
  3514. ====== h_config_download_prefix ======
  3515.         OPTION: Download-command-prefix
  3516.  
  3517. This option is used in conjunction with the Download-command option.
  3518. It defines text to be written to the terminal emulator (via standard output)
  3519. immediately prior to starting the download command.  This is useful for
  3520. integrated serial line file transfer agents that permit command passing
  3521. (e.g., Kermit's APC method).
  3522.  
  3523. The special token \"_FILE_\" may be included in the string specification.
  3524. That symbol will be replaced with the (Pine-created) name of the temporary
  3525. file into which Pine will place the message to be downloaded.
  3526.  
  3527. <End of help on this topic>
  3528. ====== h_config_mailcap_path ======
  3529.         OPTION: mailcap-search-path
  3530.  
  3531. This variable is used to replace Pine's default mailcap file search path.
  3532. It takes one or more file names (full paths must be specified) in which to
  3533. look for mail capability data.  The default search path can be found in the
  3534. release notes (\"R\" command off the main menu).
  3535.  
  3536.         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
  3537.  
  3538. If there is more than one file name listed, list members should be delimited
  3539. by a colon (:) under UNIX and a semi-colon (;) under DOS.
  3540.  
  3541. <End of help on this topic>
  3542. ====== h_config_mimetype_path ======
  3543.         OPTION: mimetype-search-path
  3544.  
  3545. This variable is used to replace Pine's default mime.types file search path.
  3546. It takes one or more file names (full paths must be specified) in which to
  3547. look for file-name-extension to MIME type mapping data.  The default search
  3548. path can be found in the release notes (\"R\" command off the main menu).
  3549.  
  3550. If there is more than one file name listed, list members should be delimited
  3551. by a colon (:) under UNIX and a semi-colon (;) under DOS.
  3552.  
  3553. <End of help on this topic>
  3554. ====== h_config_set_att_ansi ======
  3555.         OPTION: Set printer to attached ansi printer
  3556.  
  3557. Type \"S\" to set your printer to \"attached-to-ansi\".
  3558. It is OK to include \"attached-to-ansi\" in your personal list below.
  3559.  
  3560. <End of help on this topic>
  3561. ====== h_config_set_att_ansi2 ======
  3562.         OPTION: Set printer to attached ansi printer (no formfeed)
  3563.  
  3564. Type \"S\" to set your printer to \"attached-to-ansi-no-formfeed\".
  3565. It is OK to include \"attached-to-ansi-no-formfeed\" in your personal
  3566. list below.
  3567.  
  3568. This is the same as the \"attached-to-ansi\" option except that a
  3569. formfeed character will not be appended to the end of the print job.
  3570. If your printer already ejects the paper by itself at the end of the
  3571. job, you may prefer the \"no-formfeed\" form of this printer so that you
  3572. don't get an extra blank page between print jobs.
  3573.  
  3574. <End of help on this topic>
  3575. ====== h_config_set_stand_print ======
  3576.         OPTION: Set default printer
  3577.  
  3578. Move to the printer you want and type \"S\" to set it to be your
  3579. default printer.  This list is not modifiable by you and has been
  3580. set up by the system administrators.  If there is more than one printer
  3581. listed in the Command List, you will be able to cycle through that
  3582. whole list at the time you print, starting with your default.
  3583. It is OK to include entries from this Standard list in your personal
  3584. list below.
  3585.  
  3586. <End of help on this topic>
  3587. ====== h_config_set_custom_print ======
  3588.         OPTION: Set default printer
  3589.  
  3590. You may add as many print commands as you want to your personal list.
  3591. Specify one of them as your default printer by moving to the printer
  3592. you want and typing \"S\".  If there is more than one printer listed
  3593. in the Command List, you will be able to cycle through that list at
  3594. the time you print, starting with your default.  It is OK to include
  3595. entries from the Standard list above or to include the command
  3596. \"attached-to-ansi\" or \"attached-to-ansi-no-formfeed\" as one of the
  3597. entries here.
  3598.  
  3599. <End of help on this topic>
  3600. ====== h_config_user_id =====
  3601.         OPTION: User-Identification
  3602.  
  3603. This value is used as part of the \"From\" address on messages you send.
  3604. It is also the default login name for remote IMAP server access.  Set this
  3605. to the username part you want to appear on outgoing email.
  3606.  
  3607. <End of help on this topic>
  3608. ====== h_config_user_dom =====
  3609.         OPTION: User-Domain
  3610.  
  3611. This value specifies the domain part (right-hand side) of your return
  3612. address on outgoing email and is also used as the default domain for email
  3613. composed to a local user.  If unset, Unix Pine will obtain the domain from
  3614. the system.  Often this value will be set for your whole site by the
  3615. system administrator.
  3616.  
  3617. If you set this, see also the \"quell-user-lookup-in-passwd-file\" feature.
  3618.  
  3619.  
  3620. <End of help on this topic>
  3621. ====== h_config_smtp_server =====
  3622.         OPTION: SMTP-Server
  3623.  
  3624. This value specifies the name of one or more SMTP servers for sending
  3625. mail. You must have an SMTP server for use with PC-Pine.  SMTP servers are
  3626. normally setup by a system administrator for use by all members of a given
  3627. campus or department.  Contact your local help desk to ask what SMTP
  3628. servers you should use.  Unix Pine users do not need to use an SMTP server
  3629. and can leave this blank.
  3630.  
  3631. <End of help on this topic>
  3632. ====== h_config_nntp_server =====
  3633.         OPTION: NNTP-Server
  3634.  
  3635. This value specifies the name of the NNTP (Network News Transfer Protocol)
  3636. server for reading and posting USENET news.  NNTP servers are normally
  3637. setup by a system administrator for use by all members of a given campus
  3638. or department.  Contact your local help desk to ask what NNTP servers you
  3639. should use.  Often Unix Pine users will find that this variable has been
  3640. set for the whole system (and you don't have to worry about it).  When you
  3641. define an NNTP server here, Pine implicitly defines a news collection for
  3642. you, assuming that server as the news server and assuming that you will
  3643. use the NNTP protocol and a local newsrc configuration file for reading
  3644. news.  For more about reading news with Pine, see the release notes.
  3645.  
  3646. <End of help on this topic>
  3647. ====== h_config_inbox_path =====
  3648.         OPTION: Inbox-Path
  3649.  
  3650. This value overrides the default value of your INBOX name/path/location.
  3651. PC-Pine users must specify an inbox path and it must be a folder on an
  3652. IMAP server.  Unix and VMS Pine users will often find that this variable
  3653. has been pre-configured by your system administrator.  You may be able to
  3654. specify an alternate INBOX which is either a local folder or a folder on
  3655. an IMAP server.
  3656.  
  3657. A typical remote inbox-path entry would be: {{:{}monet.art.nowhere.edu}INBOX
  3658. where \"monet.art.nowhere.edu\" is replaced by the name of your IMAP
  3659. mail server.
  3660.  
  3661. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3662. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3663.  
  3664. <End of help on this topic>
  3665. ====== h_config_folder_spec =====
  3666.         OPTION: Folder-Collections
  3667.  
  3668. Folder collections are \"places\" to store folders.  They roughly
  3669. correspond to a filesystem \"directory\". Pine will normally provide you
  3670. with one folder collection by default.  Using this option, you may
  3671. specify additional collections.  These collections may be local or remote,
  3672. but they must correspond to a pre-existing filesystem directory, i.e.
  3673. Pine will not create any directory other than the original default.
  3674.  
  3675. The first folder collection listed here is the default collection for the
  3676. Save command -- the place various folders are put unless you specify
  3677. otherwise.
  3678.  
  3679. A valid local collection is just the specification of a directory on the
  3680. local system followed by square brackets.  For example, \"ART-101\\[]\" may
  3681. be valid on a PC and \"exhibit/[]\" may be valid on Unix.
  3682.  
  3683. Pine also allows you to access a collection on a remote computer (provided
  3684. it supports IMAP and you have the right to store folders on it).
  3685. To specify a remote folder collection, you need to give the name of the
  3686. IMAP mail server, the name of the collection on that server, and the square
  3687. brackets.  For instance, \"{{:{}wharhol.art.nowhere.edu}art-101/[]\" is a
  3688. remote collection.  As you can tell, the name of the computer is in {{:{}}
  3689. brackets followed immediately by the name of the collection.
  3690.  
  3691. Collection syntax:
  3692.  
  3693.  optional-label {{:{}optional-imap-hostname}optional-directory-path[]
  3694.  
  3695. Additional examples:
  3696.  
  3697.  Saved-Email {{:{}klee.art.nowhere.edu}mail/[]  <-- Remote collection
  3698.  Widget-Project widget/[]                   <-- Local collection (Unix)
  3699.  Desktop        MAIL\\[]                    <-- Local collection (PC)
  3700.  
  3701. Use the following SETUP CONFIGURATION commands to manipulate your folder
  3702. collections list:
  3703.  
  3704.  {F9 : A}  Add Value
  3705.  {F10: D}  Delete Value
  3706.  {F4 : C}  Change the current setting
  3707.  
  3708. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3709. press \"?\" for Help... Look for the section on \"Folder Collections\".
  3710.  
  3711. <End of help on this topic>
  3712. ====== h_config_news_spec =====
  3713.          OPTION: News-Collections
  3714.  
  3715. This value defines one or more collections of incoming newsgroup folders;
  3716. however, most people will not need to use this option since setting the
  3717. nntp-server option will implicitly define the most common news-collection
  3718. configuration.
  3719.  
  3720. You can use this to set a specific news collection other than that defined
  3721. implicitly by defining an NNTP server.  News collections defined here can
  3722. take several forms:
  3723.  
  3724.   Partial newsfeeds:            News *{{:{}news.nowhere.edu/nntp}[comp.*]
  3725.   News on the local host:       News *[]
  3726.   Newsfeeds accessed via IMAP:  News *{{:{}news.nowhere.edu}[]
  3727.  
  3728. FOR MORE INFORMATION on collections, check the help for the \"Folder
  3729. Collections\" option above and the help for the FOLDER LIST screen.
  3730.  
  3731. <End of help on this topic>
  3732. ====== h_config_default_fcc =====
  3733.          OPTION: Default-FCC (File Carbon Copy)
  3734.  
  3735. This value specifies where a copy of outgoing mail should be saved.  If
  3736. this is not a path name, it will be in the default collection for saves.
  3737. Any valid folder specification, local or IMAP, is allowed.  This default
  3738. folder carbon copy only applies when the fcc-rule-name (see later in this
  3739. configuration screen) is set to use the default folder.  Unix Pine default
  3740. is normally \"sent-mail\" in the default folder collection. PC-Pine
  3741. default is \"SENTMAIL\" (normally stored as SENTMAIL.MTX)
  3742.  
  3743. To suppress saving of outgoing mail, set: default-fcc=\"\"
  3744.  
  3745. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3746. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3747.  
  3748. <End of help on this topic>
  3749. ====== h_config_def_save_folder =====
  3750.          OPTION: Default-Saved-Msg-Folder
  3751.  
  3752. This option determines the default folder name for Saves...  If
  3753. this is not a path name, it will be in the default collection for saves.
  3754. Any valid folder specification, local or IMAP, is allowed.  This default
  3755. folder only applies when the saved-msg-name-rule (see later in this
  3756. configuration screen) doesn't override it.  Unix Pine default
  3757. is normally \"saved-messages\" in the default folder collection. PC-Pine
  3758. default is \"SAVEMAIL\" (normally stored as SAVEMAIL.MTX)
  3759.  
  3760. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3761. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3762.  
  3763. <End of help on this topic>
  3764. ====== h_config_postponed_folder =====
  3765.          OPTION: Postponed-Folder
  3766.  
  3767. This value overrides the default name for the folder where postponed
  3768. messages are saved.  If this is not a path name, it will be in the default
  3769. collection for message Saves.  Any valid folder specification, local or
  3770. remote, is allowed.  The Unix Pine default is normally \"postponed-msgs\"
  3771. in the default collection. PC-Pine default is \"POSTPOND\" (stored as
  3772. POSTPOND.MTX).
  3773.  
  3774. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3775. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3776.  
  3777. <End of help on this topic>
  3778. ====== h_config_read_message_folder =====
  3779.          OPTION: Read-Message-Folder
  3780.  
  3781. By virtue of specifying a folder name here, Pine will be configured to
  3782. save all messages which you have read during a session into the designated
  3783. \"read messages\" folder.  This allows you to more easily distinguish
  3784. between your really new email (in your INBOX) and those which you have
  3785. already read.  Depending on how you define the \"auto-move-read-messages\"
  3786. setting in the \"feature-list\", you may or may not be asked when you quit
  3787. Pine if you want read messages to be moved to this folder.  In either
  3788. case, moving the messages means they will be deleted from your INBOX.
  3789.  
  3790. If this is not a path name, it will be in the default collection for
  3791. saves.  Any valid folder specification, local or remote (via IMAP), is
  3792. allowed.  There is no default for the name of the read message folder.
  3793.  
  3794. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3795. press \"?\" for Help and look for the section \"Valid Folder Names\".
  3796.  
  3797. <End of help on this topic>
  3798. ====== h_config_archived_folders =====
  3799.          OPTION: Incoming-Archive-Folders
  3800.  
  3801. This is like Read-Message-Folder, only more general.  You may archive
  3802. any of the folders in your incoming collection.  This is a list of folder
  3803. pairs, with the first separated from the second in the pair by a space.
  3804. The first folder in a pair is the folder you want to archive, and the
  3805. second folder is the folder that read messages from the first should be
  3806. moved to.  Depending on how you define the \"auto-move-read-messages\"
  3807. setting in the \"feature-list\", you may or may not be asked when you
  3808. leave the first folder if you want read messages to be moved to the
  3809. second folder.  In either case, moving the messages means they will be
  3810. deleted from the first folder.
  3811.  
  3812. If these are not path names, they will be in the default collection for
  3813. saves.  Any valid folder specification, local or remote (via IMAP), is
  3814. allowed.  There is no default.
  3815.  
  3816. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3817. press \"?\" for Help and look for the section \"Valid Folder Names\".
  3818.  
  3819. <End of help on this topic>
  3820. ====== h_config_newsrc_path ======
  3821.         OPTION: newsrc-path
  3822.  
  3823. This option overrides the default name Pine uses for your \"newsrc\" news
  3824. status and subscription file.  If set, Pine will take this value as the
  3825. full pathname for the desired newsrc file.
  3826.  
  3827. If this option is not set, Unix Pine looks for the file ~/.newsrc and
  3828. PC-Pine looks first for  $HOME\\NEWSRC  (where $HOME defaults to the root
  3829. of the current drive, e.g. \"C:\\\" ) and then it looks in the same
  3830. directory as your pinerc file for NEWSRC.
  3831.  
  3832. <End of help on this topic>
  3833. ====== h_config_signature_file =====
  3834.         OPTION: Signature-File
  3835.  
  3836. This is the name of a file which will be automatically inserted into
  3837. outgoing messages.  It typically contains information such as your name,
  3838. email address and organizational affiliation.  Pine adds the signature
  3839. into the message as soon as you enter the composer so you can choose to
  3840. remove it on a message by message basis.  Signature file placement in
  3841. message replies is controlled by the \"signature-at-bottom\" setting in
  3842. the feature list.
  3843.  
  3844. The default file name on Unix is \".signature\"; on PC-Pine the file is in
  3845. the same directory as your PINERC file, under the name \"\\PINE.SIG\".
  3846. The signature file must be kept on the local system, not a remote IMAP
  3847. server.
  3848.  
  3849. To create or edit your signature file choose Setup from the Main Menu
  3850. and then select S for Signature (Main/Setup/Signature).  This puts you
  3851. into the Signature Editor where you can enter a *few* lines of text
  3852. containing your identity and affiliation.
  3853.  
  3854. <End of help on this topic>
  3855. ====== h_config_addressbook =====
  3856.         OPTION: Address-Book
  3857.  
  3858. This value overrides the default name of your personal address book file.
  3859. You may also define additional personal address books, to which you
  3860. may add selected addresses from within Pine.
  3861.  
  3862. The default is to have a single address book.  On Unix the file is named
  3863. \"~/.addressbook\" and on PCs the file is in the same directory as your
  3864. PINERC file, under the name \"\\ADDRBOOK\".
  3865.  
  3866. At this time address books must be kept on the local system, not a remote
  3867. IMAP server.  If you override the default name for PC-Pine's addressbook,
  3868. do not add a filename extension, since Pine will use your specified name
  3869. and add a \".lu\" extension when it generates its auxiliary index (look
  3870. up) file.
  3871.  
  3872. You may optionally precede the file name with a label that will be used
  3873. for identification in the ADDRESS BOOK display.  For example:
  3874.  
  3875.    PERSONAL addrbook
  3876.  
  3877. <End of help on this topic>
  3878. ====== h_config_global_addrbook ==========
  3879.         OPTION: Global-Address-Book
  3880.  
  3881. This value specifies the name(s) of global (system-wide) address books. 
  3882. Defining these will typically be done in the system-wide Pine
  3883. configuration file by your system administrator.  This option may be used
  3884. to specify a shared workgroup addressbook, or to override the system-wide
  3885. default, if it exists. 
  3886.  
  3887. You may optionally precede the file name with a label that will be used
  3888. for identification in the ADDRESS BOOK display.  For example:
  3889.  
  3890.    WORKGROUP wgaddrbk
  3891.  
  3892. Global address books must be accessible via normal file access routines
  3893. on the machine where Pine is running.  Unlike personal address books,
  3894. global address books may not be modified/updated from within Pine;
  3895. that is, they are Read-Only.
  3896.  
  3897. There is no default value for this option.
  3898.  
  3899. <End of help on this topic>
  3900. ====== h_config_init_cmd_list =====
  3901.         OPTION: Initial-Keystroke-List
  3902.  
  3903. The initial keystroke --or command-- list option lets you start Pine at
  3904. any place you like.  Whatever keystrokes you specify here will be executed
  3905. by Pine upon startup as a macro.  The words SPACE, TAB, DOWN, UP, LEFT, and
  3906. RIGHT indicate the pressing of those keys.  CR indicates the pressing of
  3907. the RETURN key.  F1 through F12 represent the function keys.  For example,
  3908. to view message 1 on startup, you would specify i,j,1,CR,v.
  3909.  
  3910. Restriction: You cannot pre-type into the composer with the initial
  3911. keystroke list.
  3912.  
  3913. <End of help on this topic>
  3914. ====== h_config_comp_hdrs =====
  3915.         OPTION: Default-Composer-Headers
  3916.  
  3917. You can decide which headers you want visible when composing outgoing
  3918. email using this option.  You can specify any of the regular set, any rich
  3919. header or any custom header which you have already defined.  If you use
  3920. this setting at all, you must specify all the headers you want to see, you
  3921. can't just add to the regular header set.  The default set is To:, Cc:,
  3922. Attchmnt:, and Subject:.
  3923.  
  3924. Note that the \"Newsgroups:\" header will be abbreviated in the Composer
  3925. display, but should be spelled-in-full here.
  3926.  
  3927. <End of help on this topic>
  3928. ====== h_config_custom_hdrs =====
  3929.         OPTION: Customized-Headers
  3930.  
  3931. You may add your own custom headers to all outgoing messages.  Each header
  3932. you specify here must include the header tag (Reply-To:, Approved:, etc.)
  3933. and may optionally include a value for that header.  If you want to see
  3934. these custom headers each time you compose a message, you must add them to
  3935. your default composer headers list (see above), otherwise they become part
  3936. of the rich header set which you only see when you press the rich header
  3937. (Ctrl-R) command.
  3938.  
  3939. <End of help on this topic>
  3940. ====== h_config_viewer_headers =====
  3941.         OPTION: Viewer-Headers
  3942.  
  3943. You may change the default list of headers that are viewed by listing
  3944. the headers you want to view here.  If the headers in your \"viewer-hdrs\"
  3945. list are present in the message, then they will be shown.  The order of
  3946. the headers you list will be honored.  If the special value \"all-except\"
  3947. is included as the first header in the \"viewer-hdrs\" list, then all headers
  3948. in the message except those in the list will be shown.  The values are
  3949. all case insensitive.
  3950.  
  3951. Note that once you put anything in the \"viewer-hdrs\" list, then the
  3952. original default headers are ignored.  So, if you just wanted to add
  3953. the header Organization to the list, you'd have to list Organization plus
  3954. all of the other headers originally in the default list.  If you just
  3955. included Organization and nothing else, then you'd see only the Organization
  3956. header, nothing else.
  3957.  
  3958. The default list of headers includes:  From, Resent-From, To, Resent-To,
  3959. Cc, Resent-cc, Bcc, Newsgroups, Followup-To, Date, Resent-Date,
  3960. Subject, Resent-Subject, and Reply-To.
  3961.  
  3962. <End of help on this topic>
  3963.  
  3964. ====== h_config_saved_msg_name_rule =====
  3965.         OPTION: Saved-Msg-Name-Rule
  3966.  
  3967. This option determines the default folder name when saving (i.e. using
  3968. the Save option) a message.  Choose one of the following:
  3969. default-folder, last-folder-used, by-from, by-sender, by-recipient,
  3970. by-nick-of-from, by-nick-of-sender, by-nick-of-recip, by-fcc-of-from,  
  3971. by-fcc-of-sender, by-fcc-of-recip, by-nick-of-from-then-from,
  3972. by-nick-of-sender-then-sender, by-nick-of-recip-then-recip,
  3973. by-fcc-of-from-then-from,  by-fcc-of-sender-then-sender,
  3974. or by-fcc-of-recip-then-recip.
  3975.  
  3976. The default option is \"default-folder\", which is the folder called 
  3977.  \"saved-messages\" in Unix Pine and \"savemail\" in PC-Pine.  To change
  3978. the default folder, modify the variable called 
  3979. \"default-saved-msg-folder\". 
  3980.  
  3981. Choosing any of the \"by-\" options cause Pine to attempt to get the
  3982. chosen option's value for the message being saved.  For example, if
  3983. \"by-from\" is chosen, Pine attempts to get the value of who the message
  3984. came from (i.e. the from address).  Pine then attempts to save the message
  3985. to a folder matching that value. If \"by-from\" is chosen and no value is
  3986. obtained, Pine uses \"by-sender\". The opposite is also true.  If
  3987. \"by-recipient\" was chosen and the message was posted to a newsgroup,
  3988. Pine will use the newsgroup name. 
  3989.  
  3990. If any of the \"by-nick\" options are chosen, the resulting address is
  3991. looked up in the user's address book and if found, the nickname for that
  3992. entry is used.  Similarly, if any of the \"by-fcc\" options are chosen,
  3993. the fcc from the corresponding address book entry is used.  If no value
  3994. is found in the address book, then if the chosen option ends with the
  3995. \"then-from\", \"then-sender\", or \"then-recip\" suffix, Pine reverts to
  3996. the same behavior as \"by-from\", \"by-sender\" or \"by-recipient\"
  3997. depending on which option was specified.  If the chosen option doesn't
  3998. end with one of the \"then-\" suffixes, then Pine reverts to the default
  3999. folder when no match is found in the address book.
  4000.  
  4001. Choosing the option called \"last-folder-used\", causes Pine to save to
  4002. the folder that you saved to the last time you saved a message.  The first
  4003. time you save a message in a Pine session, Pine attempts to save the
  4004. message to the default folder. 
  4005.  
  4006. <End of help on this topic>
  4007. ====== h_config_fcc_rule =====
  4008.         OPTION: FCC-Name-Rule
  4009.  
  4010. This option determines the default name for folder carbon copy. Choose
  4011. one: default-fcc, last-fcc-used, by-recipient, by-nickname,
  4012. by-nick-then-recip, or current-folder.
  4013.  
  4014. Normal default is \"default-fcc\", the value of which is set in
  4015. the \"default-fcc\" variable as specified earlier in this configuration.
  4016.  
  4017. The option \"last-fcc-used\" puts the folder that was last used in the fcc 
  4018. field.
  4019.  
  4020. The option \"by-nickname\" means that it will use the nickname from your
  4021. address book that matches the first address in the To line.  If there is
  4022. no match, it will use the value of the \"default-fcc\" variable.
  4023.  
  4024. The option \"by-recipient\" means it will form a folder name based on
  4025. the left hand side of the first address in the To line.
  4026.  
  4027. The option \"by-nick-then-recip\" means that it will use the matching
  4028. nickname from your address book if there is one, otherwise it will
  4029. extract the recipient name from the address and use that (like
  4030. by-recipient).
  4031.  
  4032. The option \"current-folder\" causes a copy to be written to the currently 
  4033. open folder, unless that is the INBOX.  In the case where the current 
  4034. folder is the INBOX, the \"default-fcc\" is used instead.
  4035.  
  4036. Note that whatever the fcc specified by the rule here, it will be
  4037. over-ridden by any fcc entries you have in your address book.
  4038.  
  4039. <End of help on this topic>
  4040. ====== h_config_sort_key =====
  4041.         OPTION: Sort-Key
  4042.  
  4043. This option determines the order in which messages will be displayed in
  4044. the Folder Index screen.  Choose from:
  4045.  
  4046.  o Date -- Sort folders according to the date and time they were
  4047.      sent. On a folder like INBOX, sorting by \"Date\" should be almost
  4048.      identical to sorting by \"Arrival\".
  4049.  o Arrival -- Sort messages into the order in which they arrived.
  4050.  o From -- Sort messages by the name of the author of the message.
  4051.      Messages with the same author are grouped together. Groups of
  4052.      messages are then put into alphabetical order according to message
  4053.      author.
  4054.  o Subject -- Sort messages by subject. Messages with the same
  4055.      subject are grouped together. Pine ignores leading \"Re:\" and \"re:\"
  4056.      and trailing \"(fwd)\" when determining the likeness and
  4057.      alphabetical order of subject lines. Groups of messages are put
  4058.      into alphabetical order according to subject.
  4059.  o OrderedSubj -- Grouping of all messages with the same subject
  4060.      together is done in the same way as sort by subject. With
  4061.      \"OrderedSubj\" however, groups of messages are put into date order
  4062.      according to the oldest message on a given subject. This sorting
  4063.      provides pseudo threading of messages.
  4064.  o ReverseDate -- Like \"Date\" but the newest message is first.
  4065.  o ReverseArrival -- Like \"Arrival\" but the newest message is first.
  4066.  o ReverseFrom -- Like \"From\" but groups of messages are ordered in
  4067.      reverse alphabetical order (Z-A).
  4068.  o ReverseSubject -- Like \"Subject\" but groups of messages are
  4069.      ordered in reverse alphabetical order (Z-A).
  4070.  o ReverseOrderedSubj -- Like \"OrderedSubj\" but groups of messages
  4071.      are ordered with the newest groups first (according to the first
  4072.      message of each group).
  4073.  
  4074. Normal default is \"arrival\".
  4075.  
  4076. <End of help on this topic>
  4077. ====== h_config_ab_sort_rule =====
  4078.         OPTION: Address-Book-Sort-Rule
  4079.  
  4080. This option controls the order in which address book entries will be
  4081. presented.  Choose one of the following:
  4082.  
  4083. fullname                  use fullname field, lists mixed in
  4084. fullname-with-lists-last  use fullname field, but put lists at end
  4085. nickname                  use nickname field, lists mixed in
  4086. nickname-with-lists-last  use nickname field, but put lists at end
  4087. dont-sort                 don't change order of file
  4088.  
  4089. The normal default is \"fullname-with-lists-last\".
  4090.  
  4091. <End of help on this topic>
  4092. ====== h_config_char_set =====
  4093.         OPTION: Character-Set
  4094.  
  4095. The character set is used primarily to mark outgoing email appropriately.
  4096. Set it to whatever character set you might use to compose messages.
  4097. Whenever you actually send a message, Pine checks it to see if it is, in
  4098. fact, US-ASCII (a subset of the other sets allowable). If it is US-ASCII,
  4099. the outgoing message will be marked as such no matter what you have set as
  4100. your character set. Normal default is US-ASCII.  Typical alternatives
  4101. include ISO-8859-x, where x is a number between 1 and 9.
  4102.  
  4103. <End of help on this topic>
  4104. ====== h_config_editor =====
  4105.         OPTION: Editor
  4106.  
  4107. Editor specifies the program invoked by ^_ in the Composer. This is
  4108. normally an alternative to Pine's internal composer (Pico).  You could use
  4109. this setting to specify an alternate editor to use occasionally or if you
  4110. have a favorite editor and want to use it all the time (see the \"enable-
  4111. alternate-editor-implicitly\" setting).
  4112.  
  4113. <End of help on this topic>
  4114. ====== h_config_speller =====
  4115.         OPTION: Speller
  4116.  
  4117. This option affects the behavior of the ^T (spell check) command in the
  4118. Composer.  It specifies the program invoked by ^T in the Composer.  By
  4119. default, Pine uses the system's \"spell\" command.  Pine will use the
  4120. command defined by this option (if any) instead.  When invoking the
  4121. spell-checking program, Pine appends a tempfile name (where the message is
  4122. passed) to the command line.
  4123.  
  4124. <End of help on this topic>
  4125. ====== h_config_display_filters =====
  4126.         OPTION: Display-Filters
  4127.  
  4128. This option defines a list of text-filtering commands (programs or
  4129. scripts) that may be used to filter text portions of received messages
  4130. prior to their use (e.g., presentation in the \"MESSAGE TEXT\" display
  4131. screen).  For security reasons, the full path name of the filter command 
  4132. must be specified. 
  4133.  
  4134. The command is executed and the message is piped into its standard input. 
  4135. The standard output of the command is read back by Pine.  The
  4136. \"_TMPFILE_\" token (see below) overrides this default behavior. 
  4137.  
  4138. The filter's use is based on the configured \"trigger\" string.  The
  4139. format of a filter definition is:
  4140.    
  4141.         <trigger> <command> <arguments>
  4142.  
  4143. You can specify as many filters as you wish, separating them with a comma.  
  4144. Each filter can have only one trigger and command.  Thus, two trigger 
  4145. strings which invoke the same command require separate filter 
  4146. specifications. 
  4147.  
  4148. The \"trigger\" is simply text that, if found in the message, will invoke
  4149. the associated command.  If the trigger contains any space characters, it
  4150. must be placed within quotes.  Likewise, should you wish a filter to be
  4151. invoked unconditionally, define the trigger as the null string, \"\" (two
  4152. consecutive double-quote characters).  If the trigger string is found
  4153. anywhere in the text of the message the filter is invoked.  Placing the
  4154. trigger text within the tokens defined below changes where within the text
  4155. the trigger must be before considering it a match. 
  4156.   
  4157.  Trigger Modifying Tokens:
  4158.  
  4159.    _CHARSET(string)_    This token tells Pine to invoke the supplied command
  4160.                         if the text is in a character set matching \"string\"
  4161.                         (e.g., ISO-8859-2 or ISO-2022-JP).
  4162.  
  4163.    _LEADING(string)_    This token tells Pine to invoke the supplied command
  4164.                         if the enclosed \"string\" is found to be the first
  4165.                         non-whitespace text.
  4166.                         NOTE: Quotes are necessary if \"string\" contains
  4167.                               the space character.
  4168.  
  4169.    _BEGINNING(string)_  This token tells Pine to invoke the supplied command
  4170.                         if the enclosed \"string\" is found at the beginning
  4171.                         of any line in the text.
  4172.                         NOTE: Quotes are necessary if \"string\" contains
  4173.                               the space character.
  4174.  
  4175. The \"command\" and \"arguments\" portion is simply the command line to be
  4176. invoked if the trigger string is found.  Below are tokens that Pine will
  4177. recognize and replace with special values when the command is actually
  4178. invoked. 
  4179.  
  4180. Command Modifying Tokens:
  4181.  
  4182.    _RECIPIENTS_         When the command is executed, this token is replaced 
  4183.                         with the space delimited list of recipients of the 
  4184.                         message being displayed.
  4185.                         
  4186.    _TMPFILE_            When the command is executed, this token is 
  4187.                         replaced with the path and name of the temporary 
  4188.                         file containing the text to be filtered.  Pine 
  4189.                         expects the filter to replace this data with the 
  4190.                         filter's result.
  4191.  
  4192.                         Note: Use of this token implies that the text to 
  4193.             be filtered is not piped into standard input of the 
  4194.             executed command and its standard output is ignored. 
  4195.             Pine restores the tty modes before invoking the
  4196.                         filter in case the filter interacts with the user
  4197.                         via its own standard input and output.  
  4198.                         
  4199.    _RESULTFILE_         When the command is executed, this token is 
  4200.             replaced with the path and name of a temporary 
  4201.             file intended to contain a status message from the 
  4202.             filter.  Pine displays this in the message status 
  4203.             field. 
  4204.  
  4205.    _DATAFILE_           When the command is executed, this token is 
  4206.             replaced with the path and name of a temporary 
  4207.             file that Pine creates once per session and deletes 
  4208.             upon exit.  The file is intended to be used by the 
  4209.             filter to store state information between instances 
  4210.             of the filter.
  4211.    
  4212.    _PREPENDKEY_         When the command is executed, this token indicates 
  4213.             that a random number will be passed down the input 
  4214.             stream before the message text.  This number could 
  4215.             be used as a session key.  It is sent in this way 
  4216.             to improve security.  The number is unique to the 
  4217.             current Pine session and is only generated once per 
  4218.             session. 
  4219.  
  4220. Performance caveat/considerations:
  4221.  
  4222. Testing for the trigger and invoking the filter doesn't come for free.
  4223. There is overhead associated with searching for the trigger string, testing
  4224. for the filter's existence and actually piping the text through the filter.
  4225. The impact can be reduced if the Trigger Modifying Tokens above are 
  4226. employed.
  4227.  
  4228. <End of help on this topic>
  4229. ====== h_config_sending_filter =====
  4230.         OPTION: Sending-Filters
  4231.       
  4232. This option defines a list of text-filtering commands (programs and
  4233. scripts) that may be selectively invoked to process a message just before
  4234. it is sent.  If set, the Composer's ^X (Send) command will allow you to
  4235. select which filter (or none) to apply to the message before it is sent. 
  4236. For security reasons, the full path of the filter program must be
  4237. specified. 
  4238.  
  4239.  Command Modifying Tokens:
  4240.  
  4241.    _RECIPIENTS_         When the command is executed, this token is replaced 
  4242.             with the space delimited list of recipients of the 
  4243.             message being sent. 
  4244.         
  4245.    _TMPFILE_            When the command is executed, this token is 
  4246.             replaced with the path and name of the temporary 
  4247.             file containing the text to be filtered.  Pine 
  4248.             expects the filter to replace this data with the 
  4249.             filter's result.
  4250.  
  4251.             Note: Use of this token implies that the text to 
  4252.             be filtered is not piped into standard input of the 
  4253.             executed command and its standard output is ignored. 
  4254.             Pine restores the tty modes before invoking the
  4255.                         filter in case the filter interacts with the user
  4256.                         via its own standard input and output.  
  4257.                         
  4258.    _RESULTFILE_         When the command is executed, this token is 
  4259.             replaced with the path and name of a temporary 
  4260.             file intended to contain a status message from the 
  4261.             filter.  Pine displays this in the message status 
  4262.             field. 
  4263.  
  4264.    _DATAFILE_           When the command is executed, this token is replaced 
  4265.             in the command line with the path and name of a 
  4266.             temporary file that Pine creates once per session 
  4267.             and deletes upon exit.  The file is intended to be 
  4268.                used by the filter to store state information between 
  4269.             instances of the filter.
  4270.    
  4271.    _PREPENDKEY_         When the command is executed, this token indicates 
  4272.             that a random number will be passed down the input 
  4273.             stream before the message text.  This number could 
  4274.             be used as a session key.  It is sent in this way 
  4275.             to improve security.  The number is unique to the 
  4276.             current Pine session and is only generated once per 
  4277.             session. 
  4278.    
  4279. NOTE: Only the body text, which is visible in the Composer, is piped
  4280.       through this filter.  Attachments are not sent to the filter.
  4281.                         
  4282. <End of help on this topic>
  4283. ====== h_config_alt_addresses =====
  4284.         OPTION: Alt-Addresses
  4285.  
  4286. This option provides a place for you to list alternative email addresses
  4287. you may have.  If set, the option affects the behavior of the Reply
  4288. command and the \"+\" symbol in the Folder Index, which denotes that
  4289. a message has been addressed specifically to you.
  4290.  
  4291. With respect to Reply, the reply-to-all option will exclude addresses
  4292. listed here.
  4293.  
  4294. <End of help on this topic>
  4295. ====== h_config_abook_formats =====
  4296.         OPTION: Addressbook-Formats
  4297.  
  4298. This option specifies the format that address books are displayed in.
  4299. Normally, address books are displayed with the nicknames in the first
  4300. column, the fullnames in the second column, and addresses in the third
  4301. column.  The system figures out reasonable defaults for the widths of
  4302. the columns.  An address book may be given a different format by
  4303. listing special tokens in the order you want them to display.  The
  4304. possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
  4305. So, for example, to get the default behavior you could list
  4306.  
  4307. addressbook-formats=NICKNAME FULLNAME ADDRESS
  4308.  
  4309. (You can also use the token DEFAULT to get the default behavior for
  4310. an address book format.)
  4311.  
  4312. The tokens are separated by spaces.  \"Addressbook-formats\" is a list,
  4313. so if you have more than one address book you may have a separate format
  4314. for each by putting its format at the corresponding location in the
  4315. \"addressbook-formats\" list.  Listed first are the personal address books,
  4316. then the global address books.  So, if you have two personal address
  4317. books and one global address book, you may have up to three formats in
  4318. the \"addressbook-formats\" list.  If \"addressbook-formats\" doesn't
  4319. have as many elements as there are address books, the last element is
  4320. used repeatedly.  Each of the tokens may also be optionally followed
  4321. by parentheses with either a number or a percentage inside the parentheses.
  4322. For example, FULLNAME(13) means to allocate 13 characters of space to
  4323. the fullnames column, FULLNAME(20%) means to allocate 20% of the
  4324. available space (the screen width minus the space for inter-column spaces)
  4325. to the fullnames column, while plain FULLNAME means the system will
  4326. attempt to figure out a reasonable number of columns.  There are
  4327. always 2 spaces between every column, so if you use fixed column
  4328. widths (like 13) you should remember to take that into account.
  4329.  
  4330. <End of help on this topic>
  4331. ====== h_config_index_format =====
  4332.         OPTION: Index-Format
  4333.  
  4334. This option specifies the format that folder indexes are displayed in.
  4335. Normally, the system figures out reasonable defaults for the widths of
  4336. the columns of the index display.  A non-standard display format can be
  4337. used by listing special tokens in the order you want them to display.  The
  4338. tokens are STATUS, FULLSTATUS, MSGNO, DATE, SIZE, DESCRIPSIZE, SUBJECT,
  4339. FROMORTO, FROM, and TO.  The tokens are separated by spaces.
  4340. Each of the tokens may also be optionally followed by parentheses with
  4341. either a number or a percentage inside the parentheses.  For example,
  4342. SUBJECT(13) means to allocate 13 characters of space to the subject
  4343. column, SUBJECT(20%) means to allocate 20% of the available space to
  4344. the subjects column, while plain SUBJECT means the system will attempt
  4345. to figure out a reasonable amount of space.  There is always one space
  4346. between every column, so if you use fixed column widths (like 13) you
  4347. should remember to take that into account.  Several of the fields are
  4348. virtually fixed-width, so it doesn't make much sense to specify the width
  4349. for them.  The fields STATUS, FULLSTATUS, MSGNO, DATE, SIZE, and DESCRIPSIZE
  4350. all fall into that category.  You *may* specify widths for those if you
  4351. wish, but you're probably better off letting the system pick those widths.
  4352. FROMORTO just means it will list the From address unless it is you, in
  4353. which case it will list the TO address.  The default is equivalent to:
  4354.  
  4355. index-format=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJECT(67%)
  4356.  
  4357. This means that the four fields without percentages will be allocated
  4358. first, and then 33% and 67% of the *remaining* space will go to the from
  4359. and subject fields.  If one of those two fields is specified as a percentage
  4360. and the other is left for the system to choose, then the percentage is
  4361. taken as an absolute percentage of the screen, not of the space remaining
  4362. after allocating the first four columns.  It doesn't usually
  4363. make sense to do it that way.  If you leave off all the widths, then the
  4364. subject and from fields (if both are present) are allocated space in a
  4365. 2 to 1 ratio, which is almost exactly the same as the default.
  4366.  
  4367. The token FROM is like FROMORTO, except that it always shows the From
  4368. address, even if it is you.  TO always shows the first address from the
  4369. TO line, or the first newsgroup if there is no To.  SENDER can be used
  4370. to show the Sender of the message, as opposed to what is in the From line.
  4371.  
  4372. STATUS is three characters wide, with the first column showing '*' for
  4373. messages marked Important, or '+' for messages addressed to you, or
  4374. nothing.  The second column is blank (and is sometimes used for the
  4375. cursor) and the third column shows the letter 'D' if the message is
  4376. deleted, or 'A' if it is answered (but not deleted), or 'N' if it is
  4377. new (but not deleted or answered).  FULLSTATUS is an alternate form of
  4378. the STATUS field.  It is six characters wide.  The first column is '+'
  4379. or blank, the third column is '*' or blank, the fourth column is 'N' or
  4380. blank, the fifth column is 'A' or blank, and the sixth column is 'D' or
  4381. blank.
  4382.  
  4383. DESCRIPSIZE is intended to be a more useful description of the message
  4384. than just its size in bytes, but it isn't very useful at this point.  The
  4385. plus sign in the DESCRIPSIZE view means there are attachments.
  4386.  
  4387. What you are most likely to do with this configuration option is to
  4388. specify which fields appear at all, which order they appear in, and the
  4389. percentage of screen that is used for the from and subject fields if you
  4390. don't like the 2 to 1 default.
  4391.  
  4392. <End of help on this topic>
  4393. ====== h_config_composer_wrap_column =====
  4394.         OPTION: Composer-Wrap-Column
  4395.  
  4396. This option specifies an aspect of Pine's Composer.  This gives the
  4397. maximum width that auto-wrapped lines will have.  It's also the maximum
  4398. width of lines justified using the ^J Justify command.  The normal default
  4399. is \"74\".  The largest allowed setting is normally \"80\" in order to
  4400. prevent very long lines from being sent in outgoing mail.  When the mail
  4401. is actually sent, trailing spaces will be stripped off of each line.
  4402.  
  4403. <End of help on this topic>
  4404. ====== h_config_viewer_overlap =====
  4405.         OPTION: Viewer-Overlap
  4406.  
  4407. This option specifies an aspect of Pine's Message Viewing screen.  When
  4408. the space bar is used to page forward in a message, the number of lines
  4409. specified by the \"viewer-overlap\" variable will be repeated from the
  4410. bottom of the screen.  That is, if this was set to two lines, then the
  4411. bottom two lines of the screen would be repeated on the top of the next
  4412. screen.  The normal default value is \"2\".
  4413.  
  4414. <End of help on this topic>
  4415. ====== h_config_scroll_margin =====
  4416.         OPTION: Scroll-margin
  4417.  
  4418. This option controls when Pine's line-by-line scrolling occurs.
  4419. Typically, when a selected item is at the top or bottom screen edge
  4420. and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
  4421. displayed items are scrolled down or up by a single line.
  4422.  
  4423. This option allows you to tell Pine the number of lines from the top and
  4424. bottom screen edge that line-by-line paging should occcur.  For example,
  4425. setting this value to one (1) will cause Pine to scroll the display
  4426. vertically when you move to select an item on the display's top or
  4427. bottom edge.
  4428.  
  4429. By default, this variable is zero, indicating that scrolling happens
  4430. when you move up or down to select an item immediately off the display's
  4431. top or bottom edge.
  4432.  
  4433. <End of help on this topic>
  4434. ====== h_config_reply_indent_string =====
  4435.         OPTION: Reply-Indent-String
  4436.  
  4437. This variable specifies an aspect of Pine's Reply command.  When a message
  4438. is replied to and the text of the message is included, that text
  4439. usually has the string \"> \" prepended to each line to indicate quoting.
  4440.  
  4441. This variable specifies a different value for that string.  If you wish to
  4442. use a string which begins or ends with a space, enclose the string in double
  4443. quotes.
  4444.  
  4445. You can also include the sender's name in the prepended string.  The first
  4446. occurrence of \"_FROM_\" in the reply-indent-string will be replaced with
  4447. the \"username\" portion of the address being replied to.
  4448.  
  4449. The normal default is \"> \".
  4450.  
  4451. <End of help on this topic>
  4452. ====== h_config_empty_hdr_msg =====
  4453.         OPTION: Empty-Header-Message
  4454.  
  4455. When sending, if all of the To, Cc, and Newsgroups fields are empty,
  4456. Pine will put a special address in the To line.  The default value is
  4457. \"Undisclosed recipients: ;\".  The reason for this is to avoid
  4458. embarrassment caused by some Internet mail transfer software that
  4459. interprets a \"missing\" To: header as an error and replaces it with an
  4460. Apparently-to: header that may contain the addresses you entered on the
  4461. Bcc: line, defeating the purpose of the Bcc.  You may change the part
  4462. of this message that comes before the \": ;\" by setting the
  4463. \"Empty-Header-Message\" variable to something else.
  4464.  
  4465. The normal default is \"Undisclosed recipients\".
  4466.  
  4467. <End of help on this topic>
  4468. ====== h_config_status_msg_delay =====
  4469.         Experimental OPTION: Status-Message-Delay
  4470.  
  4471. If this is set to a positive number, it causes the cursor to move to the
  4472. status line whenever a status message is printed and pause there for this
  4473. many seconds.  It will probably only be useful if the show-cursor feature
  4474. is also turned on.
  4475.  
  4476. <End of help on this topic>
  4477. ====== h_config_mailcheck =====
  4478.         OPTION: Mail-Check-Interval
  4479.  
  4480. This options specifies, in seconds, how often Pine will check for new
  4481. mail.  If set to zero, new-mail checking is disabled.  There is a minimum
  4482. value, normally 15 seconds.
  4483.  
  4484. <End of help on this topic>
  4485. ====== h_config_news_active =====
  4486.         OPTION: News-Active-File-Path
  4487.  
  4488. This option tells Pine where to look for the \"active file\" for newsgroups
  4489. when accessing news locally, rather than via NNTP.  The default path is
  4490. usually \"/usr/lib/news/active\".
  4491.  
  4492. <End of help on this topic>
  4493. ====== h_config_news_spool =====
  4494.         OPTION: News-Spool-Directory
  4495.  
  4496. This option tells Pine where to look for the \"news spool\" for newsgroups
  4497. when accessing news locally, rather than via NNTP.  The default path is
  4498. usually \"/usr/spool/news\".
  4499.  
  4500. <End of help on this topic>
  4501. ====== h_config_image_viewer =====
  4502.         OPTION: Image-Viewer
  4503.  
  4504. This option specifies the program Pine should call to view MIME
  4505. attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
  4506. no longer needed, but remains for backward compatibility.  The more
  4507. general method for associating external printing and viewing programs with
  4508. specific MIME data types is to use the system's (or your personal)
  4509. \"mailcap\" configuration file.
  4510.  
  4511. <End of help on this topic>
  4512. ====== h_config_domain_name =====
  4513.         OPTION: Use-Only-Domain-Name
  4514.  
  4515. This option is used only if the \"user-domain\" option is *not* set.  If set
  4516. to \"Yes\" (and user-domain is not used), then Pine strips the hostname from
  4517. your return (\"From\") address and when completing unqualified addresses
  4518. that you enter into the composer.
  4519.  
  4520. If you set this, see also the \"quell-user-lookup-in-passwd-file\" feature.
  4521.  
  4522. This option is not applicable to PC-Pine.
  4523.  
  4524. <End of help on this topic>
  4525. ====== h_config_prune_date =====
  4526.         OPTION: Last-Time-Prune Question
  4527.  
  4528. This value records the last time you were asked about deleting old
  4529. sent-mail. It is set automatically by Pine at the beginning of each
  4530. month. If you wish to suppress the monthly sent-mail pruning feature, set
  4531. this to a date in the future, e.g. 99.12
  4532.  
  4533. <End of help on this topic>
  4534. ====== h_config_goto_default =====
  4535.         OPTION: goto-default-rule
  4536.  
  4537. This value affects Pine's behavior when you use the Goto command.
  4538. Pine's usual behavior has two parts.  If your current folder is \"Inbox\",
  4539. Pine will offer the last open folder as the default.  If the current
  4540. folder is other than \"Inbox\", \"Inbox\" is offered as the default.
  4541.  
  4542. There are three possible values for this option.  The default just
  4543. described:
  4544.  
  4545.         inbox-or-folder-in-recent-collection
  4546.  
  4547. The second accepted value is a variation on the default which again
  4548. offers \"Inbox\" if it isn't currently open, but otherwise offers the
  4549. most recent folder in the first collection found in the \"FOLDER LIST\"
  4550. screen.  It's called:
  4551.  
  4552.         inbox-or-folder-in-first-collection
  4553.  
  4554. The last accepted value simply causes the most recently opened folder
  4555. to be offered as the default regardless of the currently opened folder.
  4556. It's called:
  4557.  
  4558.         most-recent-folder
  4559.  
  4560. NOTE: The default while a newsgroup is open remains the same; the last
  4561. open newsgroup.
  4562.  
  4563. <End of help on this topic>
  4564. ====== h_config_enable_full_hdr =====
  4565.         FEATURE: enable-full-header-cmd
  4566.  
  4567. This feature enables the \"H Full Headers\" command which toggles between
  4568. the display of all headers in the message and the normal edited view of
  4569. headers.  The Full Header command also controls which headers are included
  4570. for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
  4571. Full Header mode will respect the \"include-headers-in-reply\" feature
  4572. setting.)
  4573.  
  4574. <End of help on this topic>
  4575. ====== h_config_enable_pipe =====
  4576.         FEATURE: enable-unix-pipe-cmd
  4577.  
  4578. This feature enables the \"| Pipe\" command that sends the current message
  4579. to the specified Unix command for external processing.  Not available on
  4580. PC-Pine.
  4581.  
  4582. <End of help on this topic>
  4583. ====== h_config_enable_tab_complete =====
  4584.         FEATURE: enable-tab-completion
  4585.  
  4586. This feature enables the TAB key when at a prompt for a filename. In this
  4587. case, TAB will cause the partial name already entered to be automatically
  4588. completed, provided the partial name is unambiguous.
  4589.  
  4590. <End of help on this topic>
  4591. ====== h_config_quit_wo_confirm =====
  4592.          FEATURE: quit-without-confirm
  4593.  
  4594. This feature controls whether or not Pine will ask for confirmation when a
  4595. Quit command is received.
  4596.  
  4597. <End of help on this topic>
  4598. ====== h_config_enable_jump =====
  4599.          FEATURE: enable-jump-shortcut
  4600.  
  4601. Setting this feature will allow you to enter a number (followed by RETURN)
  4602. and jump to that message number, when in the FOLDER INDEX or MESSAGE TEXT
  4603. screens.  In other words, it obviates the need for typing the \"J\" for the
  4604. Jump command.
  4605.  
  4606. <End of help on this topic>
  4607. ====== h_config_enable_alt_ed =====
  4608.         FEATURE: enable-alternate-editor-cmd
  4609.  
  4610. If this feature is set, and the \"editor\" variable is not set, entering
  4611. the ^_ (Control-underscore) key while composing a message will prompt you
  4612. for the name of the editor you would like to use.
  4613.  
  4614. If the environment variable $EDITOR is set, this value will be offered as
  4615. a default.
  4616.  
  4617. If \"editor\" variable is set, the ^_ key will activate the specified
  4618. editor without prompting, in which case it is not necessary to
  4619. set the \"enable-alternate-editor-cmd\" feature.  This feature is not
  4620. available in PC-Pine.
  4621.  
  4622. <End of help on this topic>
  4623. ====== h_config_alt_ed_now =====
  4624.          FEATURE: enable-alternate-editor-implicitly
  4625.  
  4626. If this feature and the \"editor\" variable are both set, Pine will
  4627. automatically activate the specified editor when the cursor is moved from
  4628. the header of the message being composed into the message text.  For
  4629. replies, the alternate editor will be activated immediately.  If this
  4630. feature is set but the \"editor\" variable is not set, then Pine will
  4631. automatically ask for the name of an alternate editor when the cursor
  4632. is moved out of the header being composed, or if a reply is being done.
  4633. This feature is not available in PC-Pine.
  4634.  
  4635. <End of help on this topic>
  4636. ====== h_config_enable_bounce =====
  4637.          FEATURE: enable-bounce-cmd
  4638.  
  4639. Setting this feature enables the \"B Bounce\" command, which will prompt
  4640. for an address and *remail* the message to the new recipient.  This command
  4641. is used to re-direct messages that you have received in error, or need to
  4642. be redirected for some other reason (e.g. list moderation).  The final
  4643. recipient will see a header indicating that you have Resent the msg, but
  4644. the message's From: header will show the original author of the message,
  4645. and replies to it will go back to that author, and not to you.
  4646.  
  4647. <End of help on this topic>
  4648. ====== h_config_enable_agg_ops =====
  4649.          FEATURE: enable-aggregate-command-set
  4650.  
  4651. Setting this feature enables the commands and subcommands that relate to
  4652. performing operations on more than one message at a time.  We call these
  4653. \"aggregate operations\".  In particular, the \"; Select\", \"A Apply\",
  4654. and \"Z Zoom\" commands are enabled by this feature.  Select is used to
  4655. \"tag\" one or more messages meeting the specified criteria.  Apply can
  4656. then be used to apply any message command to all of the selected/tagged
  4657. messages.  Further, the Zoom command allows you to toggle the Folder Index
  4658. view between just those Selected and all messages in the folder.
  4659.  
  4660. This feature also enables the \"^X\" subcommand in the FOLDER INDEX WhereIs
  4661. command which causes all messages matching the WhereIs argument to become
  4662. selected.
  4663.  
  4664. <End of help on this topic>
  4665. ====== h_config_enable_flag =====
  4666.          FEATURE: enable-flag-cmd
  4667.  
  4668. Setting this feature enables the \"* Flag\" command which allows you to
  4669. manipulate the status flags associated with a message.  By default, Flag
  4670. will set the \"Important\" flag, which results in an asterisk being
  4671. displayed in column one of the FOLDER INDEX for such messages.
  4672.  
  4673. <End of help on this topic>
  4674. ====== h_config_flag_screen_default =====
  4675.          FEATURE: enable-flag-screen-implicitly
  4676.  
  4677. The feature modifies the behavior of the \"* Flag\" command (provided it
  4678. too is enabled).  By default, when the \"* Flag\" command is selected,
  4679. Pine offers a prompt to set one of several flags and also offers the
  4680. option of entering the detailed flag manipulation screen via the \"^T\"
  4681. key. Enabling this feature causes Pine to immediately enter the detailed
  4682. flag screen rather than first offer the simple prompt.
  4683.  
  4684. <End of help on this topic>
  4685. ====== h_config_can_suspend =====
  4686.          FEATURE: enable-suspend
  4687.  
  4688. Setting this feature will allow you to type ^Z (Control Z) and temporarily
  4689. suspend Pine.  Not available on PC-Pine.
  4690.  
  4691. <End of help on this topic>
  4692. ====== h_config_expanded_folders =====
  4693.          FEATURE: expanded-view-of-folders
  4694.  
  4695. If multiple folder collections are defined, and you wish to have them all
  4696. expanded implicitly upon entering the FOLDER LIST screen, then set this
  4697. feature.
  4698.  
  4699. <End of help on this topic>
  4700. ====== h_config_expanded_addrbooks ======
  4701.          FEATURE: expanded-view-of-addressbooks
  4702.  
  4703. If multiple address books (either personal or global) are defined, and you
  4704. wish to have them all expanded implicitly upon entering the ADDRESS BOOK
  4705. screen, then set this feature.
  4706.  
  4707. <End of help on this topic>
  4708. ====== h_config_print_from ======
  4709.          FEATURE: print-includes-from-line
  4710.  
  4711. If this feature is set, then the Berkeley-mail style From line is included
  4712. at the start of each message that is printed.  This line looks something
  4713. like the following, with the address replaced by the address from the
  4714. From line of the message being printed:
  4715.  
  4716.    From user@domain.somewhere.com Mon May 13 14:11:06 1996
  4717.  
  4718. <End of help on this topic>
  4719. ====== h_config_expanded_distlists ======
  4720.          FEATURE: expanded-view-of-distribution-lists
  4721.  
  4722. If this feature is set, then distribution lists in the address book
  4723. screen will be expanded automatically.
  4724.  
  4725. <End of help on this topic>
  4726. ====== h_config_compose_news_wo_conf ======
  4727.          FEATURE: compose-sets-newsgroup-without-confirm
  4728.  
  4729. This feature controls one aspect of Pine's Composer.  If you enter the
  4730. composer while reading a news group, you will normally be prompted to
  4731. determine whether you intend the new message to be posted to the current
  4732. newsgroup or not.  If this feature is set, Pine will not prompt you
  4733. in this situation, and will assume that you do indeed wish to post
  4734. to the newsgroup you are reading.
  4735.  
  4736. <End of help on this topic>
  4737. ====== h_config_compose_rejects_unqual ======
  4738.      FEATURE: compose-rejects-unqualified-addrs
  4739.  
  4740. This feature controls one aspect of the message composer; in particular,
  4741. what happens when an unqualified name is entered into an address header.
  4742. If set, unqualified names entered as addresses will be treated as errors
  4743. unless they match an addressbook nickname.  Pine will not attempt to turn
  4744. them into complete addresses by adding your local domain.
  4745.  
  4746. A complete (fully qualified) address is one containing a username followed
  4747. by an \"@\" symbol, followed by a host or domain name (e.g.
  4748. \"jsmith@nowhere.edu\").  An unqualified name is one *without* the \"@\"
  4749. symbol and host or domain name (e.g. \"jsmith\"),
  4750.  
  4751. When you enter a fully qualified address, Pine does not interpret or
  4752. modify it, but simply passes it on to the mail-transport-agent (MTA) for
  4753. your system.  Pine conforms to the Internet standards governing message
  4754. headers and will not send an unqualifed name to the MTA.  Therefore, when
  4755. you enter an unqualified name, Pine will normally attempt to turn it into
  4756. a fully qualified address, first by checking to see if you have entered a
  4757. matching nickname in your addressbook, or failing that, by simply adding
  4758. your own domain to the name entered.  So if your address is
  4759. \"jsmith@nowhere.edu\" and you enter \"fred\", then (assuming \"fred\" is
  4760. not a valid nickname), Pine will turn that into \"fred@nowhere.edu\".
  4761.  
  4762. There are situations where it is not desirable for Pine to interpret such
  4763. unqualified names as valid (local) addresses.  For example, if \"fred\"
  4764. turned out to be a typo (intended to be an addressbook nickname), but
  4765. there actually was a \"fred\" in your local domain, the message might be
  4766. mis-delivered without your realizing it.  In order to reduce the likelihood
  4767. of such accidents, setting this feature will cause Pine to treat such
  4768. addresses as errors, and require that you explicitly enter the full local
  4769. address (e.g. \"fred@nowhere.edu\") or correct the name so that it matches
  4770. an address book nickname.
  4771.  
  4772. Consider this a safety feature against mis-directed mail.
  4773.  
  4774. <End of help on this topic>
  4775. ====== h_config_quell_local_lookup  ======
  4776.          FEATURE: quell-user-lookup-in-passwd-file
  4777.  
  4778. This feature controls an aspect of Pine's Composer, and if needed, will
  4779. usually be set by your system manager in Pine's system-wide configuration
  4780. file. Specifically, if this feature is set, Pine will not attempt to look
  4781. in the system password file to find a Full Name for the entered address.
  4782.  
  4783. Normally, names you enter into address fields (e.g. To: or Cc:) are
  4784. checked against your address book(s) to see if they match an address book
  4785. nickname.  Failing that, (in Unix Pine) the name is then checked against
  4786. the Unix password file.  If the entered name matches a username in the
  4787. system password file, Pine extracts the corresponding Full Name information
  4788. for that individual, and adds that to the address being entered.
  4789.  
  4790. However, password file matching can have surprising (incorrect) results if
  4791. other users of the system do not receive mail at the domain you are using.
  4792. That is, if either the \"user-domain\" or \"use-only-domain-name\" option
  4793. is set such that the administrative domain of other users on the system
  4794. isn't accurately reflected, Pine should be told that a passwd file match
  4795. is coincidental, and Full Name info will be incorrect.  For example, a
  4796. personal name from the password file could get falsely paired with the
  4797. entered name as it is turned into an address in the configured domain.
  4798.  
  4799. If you are seeing this behavior, enabling this feature will prevent Unix
  4800. Pine from looking up names in the password file to find the Full Name
  4801. for incomplete addresses you enter.
  4802.  
  4803. <End of help on this topic>
  4804. ====== h_config_preserve_start_stop ======
  4805.          FEATURE: preserve-start-stop-characters
  4806.  
  4807. This feature controls how special control key characters, typically
  4808. Ctrl-S and Ctrl-Q, are interpreted when input to Pine.  These characters
  4809. are known as the \"start\" and \"stop\" characters and are sometimes used in
  4810. communications paths to control data flow between devices that operate at
  4811. different speeds.
  4812.  
  4813. By default, Pine turns the system's handling of these special characters
  4814. off except during printing.  However, if you see Pine reporting input errors
  4815. such as:
  4816.  
  4817.             [ Command \"^Q\" not defined for this screen. ]
  4818.  
  4819. and, at the same time, see your display become garbled, then it is likely
  4820. that setting this option will solve the problem.  Be aware, though, that
  4821. enabling this feature will also cause Pine to ostensibly \"hang\" 
  4822. whenever the Ctrl-S key combination is entered as the system is now
  4823. interpreting such input as a \"stop output\" command.  To \"start
  4824. output\"  again, simply type Ctrl-Q. 
  4825.  
  4826. <End of help on this topic>
  4827. ====== h_config_enable_incoming ======
  4828.          FEATURE: enable-incoming-folders
  4829.  
  4830. If set, this feature defines a pseudo-folder collection called
  4831. \"INCOMING MESSAGE FOLDERS\".  Initially, the only folder included
  4832. in this collection will be your INBOX, which will no longer show up in
  4833. your default saved-message folder collection.
  4834.  
  4835. You may add more folders to the Incoming Message Folders collection by
  4836. using the \"{F10:A} Add\" command in the FOLDER LIST screen.  You will
  4837. be prompted for the host the folder is stored on (which defaults to the
  4838. same host used for your INBOX), a nickname, and the actual folder name.
  4839. Once a set of Incoming Message Folders are defined, the TAB key (in
  4840. FOLDER INDEX or MESSAGE TEXT screens) may be used to scan the folders
  4841. for those with Recent messages.
  4842.  
  4843. NOTE: Pine does not do \"delivery filtering\"; this is the province of
  4844. other programs such as \"filter\" or \"procmail\".  Pine's Incoming
  4845. Message Folders collection provides a convenient way to access multiple
  4846. incoming folders, once they are created by other programs.  It is also
  4847. useful if you have accounts on multiple computers.
  4848.  
  4849. <End of help on this topic>
  4850. ====== h_config_attach_in_reply ======
  4851.          FEATURE: include-attachments-in-reply
  4852.  
  4853. This feature controls an aspect of Pine's Reply command. If set, any MIME
  4854. attachments that were part of the original message will automatically be
  4855. included in the Reply.
  4856.  
  4857. <End of help on this topic>
  4858. ====== h_config_include_header =====
  4859.          FEATURE: include-header-in-reply
  4860.  
  4861. This feature controls an aspect of Pine's Reply command. If set, and the
  4862. original message is being included in the reply, then headers from that
  4863. message will also be part of the reply.
  4864.  
  4865. <End of help on this topic>
  4866. ====== h_config_sig_at_bottom =====
  4867.         FEATURE: signature-at-bottom
  4868.  
  4869. This feature controls an aspect of Pine's Reply command.  If this feature
  4870. is set, and the original message is being included in the reply, then the
  4871. contents of your signature file (if any) will be inserted after the included
  4872. message, and the cursor will also be positioned after the included text.
  4873.  
  4874. <End of help on this topic>
  4875. ====== h_config_use_sender_not_x =====
  4876.         FEATURE: use-sender-not-X-Sender
  4877.  
  4878. Normally Pine adds a header line labeled X-Sender, if the sender is
  4879. different from the From: line.  The standard specifies that this header
  4880. line should be labeled Sender, not X-Sender.  Setting this feature causes
  4881. Sender to be used instead of X-Sender.
  4882.  
  4883. <End of help on this topic>
  4884. ====== h_config_use_fk =====
  4885.         FEATURE: use-function-keys
  4886.  
  4887. This feature specifies that Pine will respond to function keys instead of
  4888. the normal single-letter commands. In this mode, the key menus at the
  4889. bottom of each screen will show function key designations instead of the
  4890. normal mnemonic key.
  4891.  
  4892. <End of help on this topic>
  4893. ====== h_config_compose_maps_del =====
  4894.         FEATURE: compose-maps-delete-key-to-ctrl-d
  4895.  
  4896. This feature affects the behavior of the DELETE key.
  4897. If set, Delete will be equivalent to Control-D, and delete
  4898. the current character.  Normally Pine defines the Delete key
  4899. to be equivalent to Control-H, which deletes the *previous*
  4900. character.
  4901.  
  4902. <End of help on this topic>
  4903. ====== h_config_compose_bg_post =====
  4904.         FEATURE: enable-background-sending
  4905.  
  4906. This feature affects the behavior of Pine's mail sending.  If set, this
  4907. feature enables a subcommand in the composer's \"Send?\" confirmation
  4908. prompt.  The subcommand allows you to tell Pine to handle the actual
  4909. posting in the background.  While this feature usually allows posting
  4910. to appear to happen very fast, it has no affect on the actual delivery
  4911. time it takes a message to arrive at its destination.
  4912.  
  4913. NOTE 1: This feature isn't supported on all systems.  All DOS and Windows,
  4914.         as well as several Unix ports, do not recognize this feature.
  4915.  
  4916. NOTE 2: Error handling is significantly different when this feature is
  4917.         enabled.  Any message posting failure results in the message
  4918.         being appended to your \"Interrupted\" mail folder.  When you
  4919.         type the \"Compose\" command, Pine will notice this folder and
  4920.         offer to extract any messages contained.  Upon continuing a 
  4921.         failed message, Pine will display the nature of the failure 
  4922.         in the status message line.
  4923.  
  4924. WARNING: Under extreme conditions, it is possible for message data to
  4925.          get lost.  Do not enable this feature if you typically run close
  4926.          to any sort of disk-space limits or quotas.
  4927.  
  4928. <End of help on this topic>
  4929. ====== h_config_auto_zoom =====
  4930.         FEATURE: auto-zoom-after-select
  4931.  
  4932. This feature affects the behavior of the Select command.
  4933. If set, the select command will automatically perform a zoom
  4934. after the select is complete.
  4935.  
  4936. <End of help on this topic>
  4937. ====== h_config_auto_unzoom =====
  4938.         FEATURE: auto-unzoom-after-apply
  4939.  
  4940. This feature affects the behavior of the Apply command.  If set, and if
  4941. you are currently looking at a Zoomed Index view of selected messages,
  4942. the Apply command will do the operation you specify, but then will
  4943. implicitly do an \"UnZoom\", so that you will automatically be back in
  4944. the normal Index view after the Apply. 
  4945.  
  4946. <End of help on this topic>
  4947. ====== h_config_del_from_dot =====
  4948.         FEATURE: compose-cut-from-cursor
  4949.  
  4950. This feature controls the behavior of the Control-K command in the composer.
  4951. If set, ^K will cut from the current cursor position to the end of the line,
  4952. rather than cutting the entire line.
  4953.  
  4954. <End of help on this topic>
  4955. ====== h_config_print_index =====
  4956.         FEATURE: print-index-enabled
  4957.  
  4958. This feature controls the behavior of the Print command when in the
  4959. Folder Index screen.  If set, the print command will give you a prompt
  4960. asking if you wish to print the message index, or the currently selected
  4961. message.
  4962.  
  4963. <End of help on this topic>
  4964. ====== h_config_allow_talk =====
  4965.         FEATURE: allow-talk
  4966.  
  4967. By default, permission for others to \"talk\" to your terminal is turned
  4968. off when you are running Pine.  When this feature is set, permission is
  4969. instead turned on.  If enabled, you may see unexpected messages in the
  4970. middle of your Pine screen from someone attempting to contact you via the
  4971. \"talk\" program.
  4972.  
  4973. Note: The \"talk\" program has nothing to do with Pine or email.  The 
  4974. talk daemon on your system will attempt to print a message on your screen 
  4975. when someone else is trying to contact you.  If you wish to see these
  4976. messages while you are running Pine, you should enable this feature.
  4977.  
  4978. If you do enable this feature and see a \"talk\" message, you must 
  4979. suspend or quit Pine before you can respond.
  4980.  
  4981. <End of help on this topic>
  4982. ====== h_config_send_filter_dflt =====
  4983.         FEATURE: compose-send-offers-first-filter
  4984.  
  4985. If you have sending-filters configured, setting this feature will cause
  4986. the first filter in the sending-filters list to be offered as the default
  4987. instead of unfiltered, the usual default.
  4988.  
  4989. <End of help on this topic>
  4990. ====== h_config_custom_print =====
  4991.         FEATURE: print-offers-custom-cmd-prompt
  4992.  
  4993. When this feature is set, the print command will have an additional
  4994. subcommand called \"C CustomPrint\".  If selected, you will have
  4995. the opportunity to enter any system print command --instead of being 
  4996. restricted to using those that have been previously configured in the 
  4997. printer setup menu.
  4998.  
  4999. <End of help on this topic>
  5000. ====== h_config_enable_dot_files =====
  5001.         FEATURE: enable-dot-files
  5002.  
  5003. When this feature is set, files beginning with dot (\".\") will be
  5004. visible in the file browser.  For example, you'll be able to select them
  5005. when using the browser to add an attachment to a message.
  5006.  
  5007. <End of help on this topic>
  5008. ====== h_config_enable_dot_folders =====
  5009.         FEATURE: enable-dot-folders
  5010.  
  5011. When this feature is set, folders beginning with dot (\".\") may be added
  5012. and viewed.
  5013.  
  5014. <End of help on this topic>
  5015. ====== h_config_ff_between_msgs =====
  5016.         FEATURE: print-formfeed-between-messages
  5017.  
  5018. Setting this feature causes a formfeed to be printed between messages when
  5019. printing multiple messages (with Apply prYnt command).
  5020.  
  5021. <End of help on this topic>
  5022. ====== h_config_blank_keymenu =====
  5023.         FEATURE: disable-keymenu
  5024.  
  5025. If this feature is set the command key menu that normally appears on the
  5026. bottom two lines of the screen will not usually be there.  Asking for
  5027. help with ^G or ? will cause the key menu to appear instead of causing
  5028. the help message to come up.  If you want to actually see the help text,
  5029. another ^G or ? will show it to you.  After the key menu has popped
  5030. up with the help key it will remain there for an O for Other command but
  5031. disappear if any other command is typed.
  5032.  
  5033. <End of help on this topic>
  5034. ====== h_config_enable_mouse =====
  5035.         FEATURE: enable-mouse-in-xterm
  5036.  
  5037. This feature controls whether or not an X terminal mouse can be used with
  5038. Pine.  If set, and the $DISPLAY variable indicates that an X terminal is
  5039. being used, the left mouse button on the mouse can be used to select text
  5040. or commands.
  5041.  
  5042. Note: if this feature is set, the behavior of X terminal cut-and-paste is
  5043. also modified.  It is necessary to hold the shift key down while clicking
  5044. left or middle mouse buttons for the normal xterm cut/paste operations. 
  5045.  
  5046. <End of help on this topic>
  5047. ====== h_config_enable_xterm_newmail =====
  5048.         FEATURE: enable-newmail-in-xterm-icon
  5049.  
  5050. This feature controls whether or not Pine will attempt to announce new
  5051. mail arrival when it is running in an X terminal window and that window
  5052. is iconified.  If set, and the $DISPLAY variable indicates that an X
  5053. terminal is being used, Pine will send appropriate escape sequences to
  5054. the X terminal to modify the label on Pine's icon to indicate that new
  5055. mail has arrived. 
  5056.  
  5057. <End of help on this topic>
  5058. ====== h_config_pass_control =====
  5059.         FEATURE: pass-control-characters-as-is
  5060.  
  5061. This feature controls how certain characters contained in messages are
  5062. displayed.  If set, all characters in a message will be sent to the
  5063. screen.  Normally, control characters are automatically suppressed in
  5064. order to avoid inadvertently changing terminal setup parameters.
  5065.  
  5066. <End of help on this topic>
  5067. ====== h_config_fcc_on_bounce =====
  5068.         FEATURE: fcc-on-bounce
  5069.  
  5070. This feature controls an aspect of Pine's behavior when bouncing a
  5071. message. If set, normal FCC (\"File Carbon Copy\") processing will be
  5072. done, just as if you had composed a message to the address you are
  5073. bouncing to.  If not set, no FCC of the message will be saved. 
  5074.  
  5075. <End of help on this topic>
  5076. ====== h_config_show_cursor =====
  5077.         FEATURE: show-cursor
  5078.  
  5079. This feature controls an aspect of Pine's displays.  If set, the system
  5080. cursor will move to convenient locations in the displays.  For example,
  5081. to the beginning of the status field of the highlighted index line, or
  5082. to the highlighted word after a successful WhereIs command.
  5083.  
  5084. <End of help on this topic>
  5085. ====== h_config_vert_list =====
  5086.         FEATURE: single-column-folder-list
  5087.  
  5088. This feature controls an aspect of Pine's folder list screen.  If set,
  5089. the folders will be listed one per line instead of several per line
  5090. in the folder list display.
  5091.  
  5092. <End of help on this topic>
  5093. ====== h_config_verbose_post =====
  5094.         FEATURE: enable-verbose-smtp-posting
  5095.  
  5096. This feature controls an aspect of Pine's message sending.  When enabled,
  5097. Pine will send a VERB (i.e., VERBose) command early in the posting process
  5098. intended to cause the server SMTP to provide a more detailed account of
  5099. the transaction.  This feature is typically only useful to system
  5100. administrators and other support personel as an aid in troublshooting
  5101. problems.
  5102.  
  5103. Note, this feature relies on a specific capability of the system's mail
  5104. transport agent or configured \"smtp-server\".  It is possible that this
  5105. feature will cause problems for some tranport agents, and may result in
  5106. sending failure.  In addition, as the verbose output comes from the mail
  5107. transport agent, it is likely to vary from one system to another. 
  5108.  
  5109. <End of help on this topic>
  5110. ====== h_config_auto_reply_to =====
  5111.         FEATURE: reply-always-uses-reply-to
  5112.  
  5113. This feature controls an aspect of Pine's Reply command.  If set, Pine
  5114. will not prompt when a message being replied to contains a \"Reply-To:\"
  5115. header value, but will simply use its value (as opposed to using the
  5116. \"From:\" field's value).
  5117.  
  5118. Note: Using the \"Reply-To:\" address is usually the preferred behavior,
  5119. however, some mailing list managers choose to place the list's address in
  5120. the \"Reply-To:\" field of any message sent out to the list.  In such
  5121. cases, this feature makes it all too easy for personal replies to be
  5122. inadvertently sent to the entire mail list, so be careful! 
  5123.  
  5124. <End of help on this topic>
  5125. ====== h_config_del_skips_del =====
  5126.         FEATURE: delete-skips-deleted
  5127.  
  5128. This feature controls an aspect of Pine's Delete command.  If set, this
  5129. feature will cause the Delete command to advance past other messages that
  5130. are marked deleted.  In other words, pressing \"D\" will both mark the
  5131. current message deleted and advance to the next message that is not marked
  5132. deleted.
  5133.  
  5134. <End of help on this topic>
  5135. ====== h_config_auto_expunge =====
  5136.         FEATURE: expunge-without-confirm
  5137.  
  5138. This features controls an aspect of Pine's eXpunge command.  If set, you
  5139. will not be prompted to confirm your intent before the expunge takes place.
  5140.  
  5141. <End of help on this topic>
  5142. ====== h_config_auto_read_msgs =====
  5143.         FEATURE: auto-move-read-msgs
  5144.  
  5145. This feature controls an aspect of Pine's behavior upon quitting.  If set,
  5146. and the \"read-message-folder\" variable is also set, then Pine will
  5147. automatically transfer all read messages to the designated folder and mark
  5148. them as deleted in the INBOX.  Messages in the INBOX marked with an \"N\"
  5149. (meaning New, or unseen) are not affected.
  5150.  
  5151. <End of help on this topic>
  5152. ====== h_config_read_in_newsrc_order =====
  5153.         FEATURE: news-read-in-newsrc-order
  5154.  
  5155. This feature controls the order that news groups will be presented.  If
  5156. set, they will be presented in the same order as they occur in your .newsrc
  5157. file (or \\NEWSRC file in the case of PC-Pine).  If not set, the newsgroups
  5158. will be presented in alphabetical order.
  5159.  
  5160. <End of help on this topic>
  5161. ====== h_config_post_wo_validation =====
  5162.         FEATURE: news-post-without-validation
  5163.  
  5164. This feature controls whether the NNTP server is queried as news groups
  5165. are entered for posting.  Validation over slow links (e.g. dialup using
  5166. SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
  5167.  
  5168. <End of help on this topic>
  5169. ====== h_config_select_wo_confirm =====
  5170.         FEATURE: select-without-confirm
  5171.  
  5172. This feature controls an aspect of Pine's Save, Export, and Goto commands.
  5173. These commands all take text input to specify the name of the folder or
  5174. file to be used, but allow you to press ^T for a list of possible names.
  5175. If set, the selected name will be used immediately, without further
  5176. opportunity to confirm or edit the name.
  5177.  
  5178. <End of help on this topic>
  5179. ====== h_config_use_current_dir =====
  5180.            FEATURE: use-current-dir
  5181.  
  5182. This feature controls an aspect of several commands. If set, your \"current
  5183. working directory\" will be used instead of your home directory for all of
  5184. the following operations:
  5185.  
  5186.     o Export in the FOLDER INDEX and MESSAGE TEXT screens
  5187.     o Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
  5188.     o Ctrl-R file inclusion in the COMPOSER
  5189.     o Ctrl-J file attachment in the COMPOSER
  5190.  
  5191. <End of help on this topic>
  5192. ====== h_config_save_wont_delete =====
  5193.           FEATURE: save-will-not-delete
  5194.  
  5195. This feature controls one aspect of the Save command.  If set, Save will
  5196. not mark the message \"deleted\" (its default behavior) after it has been
  5197. copied to the designated folder.
  5198.  
  5199. <End of help on this topic>
  5200. ====== h_config_save_advances =====
  5201.           FEATURE: save-will-advance
  5202.  
  5203. This feature controls one aspect of the Save command.  If set, Save will
  5204. (in addition to copying the current message to the designated folder) also
  5205. advance to the next message.
  5206.  
  5207. <End of help on this topic>
  5208. ====== h_config_force_low_speed =====
  5209.           FEATURE: assume-slow-link
  5210.  
  5211. This feature affects Pine's display routines.  If set, the normal
  5212. inverse-video cursor (used to highlight the current item in a list) will be
  5213. replaced by an \"arrow\" cursor and other screen update optimizations for
  5214. low-speed links (e.g. 2400 bps dialup connections) will be activated.
  5215.  
  5216. <End of help on this topic>
  5217. ====== h_config_show_delay_cue =====
  5218.           FEATURE: enable-mail-check-cue
  5219.  
  5220. If set, this feature will cause an asterisk to appear in the upper
  5221. left-hand corner of the screen whenever Pine checks for new mail, and two
  5222. asterisks whenever Pine saves (checkpoints) the state of the current
  5223. mailbox to disk.
  5224.  
  5225. <End of help on this topic>
  5226. ====== h_config_auto_open_unread =====
  5227.           FEATURE: auto-open-next-unread
  5228.  
  5229. This feature controls the behavior of the TAB key when traversing folders
  5230. in the optional \"incoming-folders\" collection or in optional
  5231. \"news-collections\".  When the TAB (Next New) key is pressed, and there
  5232. are no more unseen messages in the current (incoming message or news)
  5233. folder, Pine will search the list of folders in the current collection for
  5234. one containing New or Recent (new since the last time the folder was
  5235. opened) messages.  Normally, when such a folder is found, Pine will ask
  5236. whether you wish to open the folder.  If this feature is set, Pine will
  5237. automatically open the folder without prompting.
  5238.  
  5239. <End of help on this topic>
  5240. ====== h_config_auto_include_reply =====
  5241.           FEATURE: include-text-in-reply
  5242.  
  5243. This feature controls an aspect of Pine's Reply command.  Normally, Pine
  5244. will ask whether you wish to include the original message in your reply.
  5245. If this feature is set, the original message will be included in the reply
  5246. automatically, without prompting.
  5247.  
  5248. <End of help on this topic>
  5249. ====== h_config_select_in_bold =====
  5250.          FEATURE: show-selected-in-boldface
  5251.  
  5252. This feature controls an aspect of Pine's aggregate operation commands; in
  5253. particular, the Select and WhereIs commands. Select and WhereIs (with the
  5254. ^X subcommand) will search the current folder for messages meeting a
  5255. specified criteria, and \"tag\" the resulting messages with an \"X\" in the
  5256. first column of the applicable lines in the FOLDER INDEX.  If this feature
  5257. is set, instead of using the \"X\" to denote a selected message, Pine will
  5258. attempt to display those index lines in boldface. Whether this is
  5259. preferable to the \"X\" will depend on personal taste and the type of
  5260. terminal being used.
  5261.  
  5262. <End of help on this topic>
  5263. ====== h_config_folder_extension ======
  5264.  
  5265. Normally PC-Pine appends the extension \"MTX\" to all local (PC) folder
  5266. names and suppresses that extension when listing those folders.  By
  5267. setting this option, you override this behavior.  In particular, you may
  5268. set \"folder-extension\" to the \"null string\" which tells PC-Pine to
  5269. neither add nor hide-from-view *any* folder name extension.
  5270.  
  5271. The reason you might wish to override the MTX default is that recent
  5272. versions of PC-Pine have the ability to open (albeit READ-ONLY) normal
  5273. Unix mail folders. Since it might be inconvenient to rename all of them to
  5274. have an MTX extension, it is possible with this option to switch PC-Pine's
  5275. behavior so that such folders can be seen and accessed without changing
  5276. their names. However, doing this means that your existing PC-Pine local
  5277. folders will have apparently changed their names.  For example, if you had
  5278. a local folder named \"FOO\" it will now appear in the Folder List as
  5279. \"FOO.MTX\". If you wish to save additional messages to that folder, you
  5280. will need to enter the full name, \"FOO.MTX\" at the Save prompt.
  5281. Likewise for GOTO.
  5282.  
  5283. If you wish to permanently avoid having to deal with folder name extensions,
  5284. you will need to set this option to the null string by entering two double-
  5285. quote marks, and you will need to rename your existing local folders to
  5286. not have the MTX extension.  In DOS this can be done in one command, once
  5287. you have changed to your mail directory:  RENAME  *.MTX  *.
  5288.  
  5289. We don't know why you might wish to, but you could also use this option
  5290. to tell PC-Pine to use an extension other than MTX.  In this case, enter
  5291. the three characters you desire to use in lieu of \"MTX\".  Note that
  5292. your existing folders will need to be renamed to correspond to this new
  5293. extension.
  5294.  
  5295.  
  5296. <End of help on this topic>
  5297. ====== h_config_disable_config_screen =====
  5298.          FEATURE: disable-config-screen
  5299.  
  5300. This feature is intended for use by system managers who wish to provide a
  5301. specific Pine configuration to their users in order to reduce confusion
  5302. about Pine's growing set of optional features.  If set, the configuration
  5303. screen (Main/Setup/Config) will not be available.
  5304.  
  5305. <End of help on this topic>
  5306. ====== h_config_disable_password_cmd =====
  5307.         FEATURE: disable-password-cmd
  5308.  
  5309. This feature is intended for use by system managers who wish to globally
  5310. disable Pine's password-changing command (Main/Setup/Password) at sites
  5311. where it is inappropriate.
  5312.  
  5313. <End of help on this topic>
  5314. ====== h_config_disable_update_cmd =====
  5315.         FEATURE: disable-update-cmd
  5316.  
  5317. This feature is intended for use by system managers who wish to globally
  5318. disable Pine's update command (Main/Setup/Update).  The Update command
  5319. allows PC-Pine users to fetch new releases of the program.  Tech notes
  5320. and other information may also be available via the Update function.
  5321.  
  5322. <End of help on this topic>
  5323. ====== h_config_disable_kblock_cmd =====
  5324.         FEATURE: disable-kblock-cmd
  5325.  
  5326. This feature is intended for use by system managers who wish to globally
  5327. disable the keyboard lock command (Main/KBlock).
  5328.  
  5329. <End of help on this topic>
  5330. ====== h_config_quote_all_froms =====
  5331.         FEATURE: save-will-quote-leading-froms
  5332.  
  5333. This feature controls an aspect of the Save command (and also the way
  5334. outgoing messages are saved to an FCC folder).  If set, Pine will add
  5335. a leading \">\" character in front of message lines beginning with \"From
  5336. \" when they are saved to another folder, including lines syntactically
  5337. distinguishable from the type of message separator line commonly used on
  5338. Unix systems.
  5339.  
  5340. The default behavior is that a \">\" will be prepended only to lines
  5341. beginning with \"From \" that might otherwise be confused with a message
  5342. separator line on Unix systems.  If pine is the only mail program you use,
  5343. this default is reasonable.  If another program you use has trouble
  5344. displaying a message with an unquoted \"From \" saved by Pine, you should
  5345. enable this feature.  This feature only applies to the common Unix mailbox
  5346. format that uses message separator lines beginning with \"From \".  If
  5347. Pine has been configured to use a different mailbox format (possibly
  5348. incompatible with other mail programs), then this issue does not arise,
  5349. and the feature is irrelevant.
  5350.  
  5351. <End of help on this topic>
  5352. ====== h_config_normal_fg =====
  5353.         OPTION: normal-foreground-color
  5354.  
  5355. Sets PC-Pine's foreground (the actual character) color.
  5356.  
  5357. <End of help on this topic>
  5358. ====== h_config_normal_bg =====
  5359.         OPTION: normal-background-color
  5360.  
  5361. Sets PC-Pine's background (the area behind the character) color.
  5362.  
  5363. <End of help on this topic>
  5364. ====== h_config_reverse_fg =====
  5365.         OPTION: reverse-foreground-color
  5366.  
  5367. Sets PC-Pine's foreground (the actual character) color for reverse video
  5368. characters.
  5369.  
  5370. <End of help on this topic>
  5371. ====== h_config_reverse_bg =====
  5372.         OPTION: reverse-background-color
  5373.  
  5374. Sets PC-Pine's background (the area behind the character) color for
  5375. reverse video characters.
  5376.  
  5377. <End of help on this topic>
  5378. ====== h_config_news_uses_recent ======
  5379.         FEATURE: news-approximates-new-status
  5380.  
  5381. This feature causes certain messages to be marked as \"New\" in the
  5382. Folder Index of news groups.
  5383.  
  5384. When opening a news group, Pine will consult your \"newsrc\" file and
  5385. determine the last message you have previously disposed of via the \"D\"
  5386. key.  If this feature is set, any subsequent messages will be shown in the
  5387. Index with an \"N\", and the first of these messages will be highlighted.
  5388. Although this is only an approximation of true \"New\" or \"unseen\"
  5389. status, it provides a useful cue to distinguish more-or-less recent
  5390. messages from those you have seen previously, but are not yet ready to
  5391. mark deleted.
  5392.  
  5393. Background: your \"newsrc\" file (used to store message status information
  5394. for news groups) is only capable of storing a single flag, and Pine uses
  5395. this to record whether or not you are \"done with\" a message, as
  5396. indicated by marking the message as \"Deleted\".  Unfortunately, this
  5397. means that Pine has no way to record exactly which messages you have
  5398. previously seen, so it normally does not show the \"N\" status flag for
  5399. any messages in a news group. This feature enables a starting
  5400. *approximation* of seen/unseen status that may be useful.
  5401.  
  5402. <End of help on this topic>
  5403. ====== h_config_suspend_spawns =====
  5404.         FEATURE: use-subshell-for-suspend
  5405.  
  5406. This feature affects Pine's behavior when process suspension is enabled
  5407. and then activated via the Ctrl-Z key.  Pine suspension allows one to
  5408. temporarily interact with the operating system command \"shell\" without
  5409. quitting Pine, and then subsequently resume the still-active Pine session.
  5410.  
  5411. When the \"enable-suspend\" feature is set and subsequently the Ctrl-Z key
  5412. is pressed, Pine will normally suspend itself and return temporary control
  5413. to Pine's parent shell process.  However, if this feature is set, Pine
  5414. will instead create an inferior subshell process.  This is useful when the
  5415. parent process is not intended to be used interactively.  Examples include
  5416. invoking Pine via the -e argument of the Unix \"xterm\" program, or via a
  5417. menu system.
  5418.  
  5419. Note that one typically resumes a suspended Pine by entering the Unix
  5420. \"fg\"  command, but if this feature is set, it will be necessary to
  5421. enter the \"exit\" command instead.
  5422.  
  5423. <End of help on this topic>
  5424. ====== h_config_8bit_smtp =====
  5425.         FEATURE: enable-8bit-to-smtp-server
  5426.  
  5427. This feature affects Pine's behavior when sending mail.  Internet standards
  5428. require that all electronic mail messages traversing the global Internet
  5429. consist of 7bit ASCII characters unless a pair of cooperating mail 
  5430. transfer agents explicitly agree to allow 8bit messages.  In general, 
  5431. then, exchanging messages in non-ASCII characters requires MIME encoding.
  5432.  
  5433. However, there are now Internet standards that allow for unencoded 8bit
  5434. exchange of messages between cooperating systems.  Setting this feature
  5435. tells Pine to try to negotiate unencoded 8bit transmission during the
  5436. sending process.  Should the negotiation fail, Pine will fall back to its
  5437. ordinary encoding rules. 
  5438.  
  5439. Note, this feature relies on your system's mail transport agent or
  5440. configured \"smtp-server\" having the negotiation mechanism introduced in
  5441. \"Extended SMTP\" (ESMTP) and the specific extension called \"8BITMIME\". 
  5442.  
  5443. ESMTP allows for graceful migration to upgraded mail transfer agents, but
  5444. it is possible that this feature might cause problems for some servers. 
  5445.  
  5446. <End of help on this topic>
  5447. ====== h_config_8bit_nntp =====
  5448.         FEATURE: enable-8bit-nntp-posting
  5449.  
  5450. This feature affects Pine's behavior when posting news.  
  5451.  
  5452. The Internet standard for exchanging USENET news messages (RFC-1036)
  5453. specifies that USENET messages should conform to Internet mail standards
  5454. and contain only 7bit characters, but much of the news transport software
  5455. in use today is capable of successfully sending messages containing 8bit
  5456. characters.  Hence, many people believe that it is appropriate to send 8bit
  5457. news messages without any MIME encoding.
  5458.  
  5459. Moreover, there is no Internet standard for explicitly negotiating 8bit
  5460. transfer, as there is for Internet email.  Therefore, Pine provides the
  5461. option of posting unencoded 8bit news messages, though not as the default.
  5462. Setting this feature will turn OFF Pine's MIME encoding of newsgroup
  5463. postings that contain 8bit characters. 
  5464.  
  5465. Note, articles may cross a path or pass through news transport software
  5466. that is unsafe or even hostile to 8bit characters.  At best this will only
  5467. cause the posting to become garbled.  The safest way to transmit 8bit
  5468. characters is to leave Pine's MIME encoding turned on, but recipients
  5469. who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
  5470. messages.
  5471.  
  5472. <End of help on this topic>
  5473. ====== h_config_tab_new_only =====
  5474.         FEATURE: tab-visits-next-new-message-only
  5475.  
  5476. This feature affects Pine's behavior when using the TAB key to move from
  5477. one message to the next.  Pine's usual behavior is to select the next
  5478. unread message or message flagged as \"Important\".
  5479.  
  5480. Setting this feature causes Pine to skip the messages flagged as important,
  5481. and select unread messages exclusively.  Tab behavior when there are no
  5482. new messages left to select remains unchanged.
  5483.  
  5484. <End of help on this topic>
  5485. ====== h_config_quell_dead_letter =====
  5486.         FEATURE: quell-dead-letter-on-cancel
  5487.  
  5488. This feature affects Pine's behavior when you cancel a message being
  5489. composed.  Pine's usual behavior is to write the canceled message to
  5490. a file named \"dead.letter\" in your home directory (under UNIX;
  5491. \"DEADLETR\" under WINDOWS/DOS) overwriting any previous message. Under
  5492. some conditions (some routine), this can introduce a noticeable delay.
  5493.  
  5494. Setting this feature will cause Pine NOT to write canceled compositions
  5495. into the file called dead.letter.
  5496.  
  5497. NOTE: Enabling this feature means NO record of canceled messages is
  5498. maintained.
  5499.  
  5500. <End of help on this topic>
  5501. ====== h_config_quell_beeps =====
  5502.         FEATURE: quell-status-message-beeping
  5503.  
  5504. This feature affects Pine's behavior when it displays status message
  5505. (e.g., Error complaints, New mail warnings, etc).  Setting this feature
  5506. will not affect the display of such messages, but will cause those that
  5507. emit a beep to become silent.
  5508.  
  5509. <End of help on this topic>
  5510. ====== h_config_quell_lock_failure_warnings =====
  5511.         FEATURE: quell-lock-failure-warnings
  5512.  
  5513. This feature affects Pine's behavior when it encounters a problem
  5514. acquiring a mail folder lock.  Typically, a secondary file associated
  5515. with the mail folder being opened is created as part of the locking
  5516. process.  On some systems, such file creation has been administratively
  5517. precluded by the system configuration.
  5518.  
  5519. Pine issues a warning when such failures occur which can become bothersome
  5520. if the system is configured to disallow such actions.  Setting this
  5521. feature causes Pine to remain silent when this part of lock creation fails.
  5522.  
  5523. WARNING: systems that have been configured in a way that precludes locking
  5524. introduce some risk of mail folder corruption when more than one program
  5525. attempts to modify the mail folder.  This is most likely to occur to one's
  5526. INBOX or other incoming message folder. 
  5527.  
  5528.  
  5529. <End of help on this topic>
  5530. ====== h_config_cruise_mode =====
  5531.         FEATURE: enable-cruise-mode
  5532.  
  5533. This feature affects Pine's behavior when you hit the \"Space Bar\" at
  5534. the end of a displayed message.  Typically, Pine complains that the end
  5535. of the text has already been reached.  Setting this feature causes such
  5536. keystrokes to be interpreted as if the \"Tab\" key had been hit, thus
  5537. taking you to the next \"interesting\" message, or scanning ahead to the 
  5538. next incoming folder with \"interesting\" messages.
  5539.  
  5540.  
  5541. <End of help on this topic>
  5542. ====== h_config_cruise_mode_delete =====
  5543.         FEATURE: enable-cruise-mode-delete
  5544.  
  5545. This feature modifies the behavior of Pine's \"enable-cruise-mode\"
  5546. feature.  Setting this feature causes pine to implicitly delete read
  5547. messages when it moves on to display the next \"Interesting\" message.
  5548.  
  5549. NOTE: Beware when enabling this feature AND the \"expunge-without-confirm\"
  5550. feature.
  5551.  
  5552. <End of help on this topic>
  5553. ====== h_config_allow_goto =====
  5554.         FEATURE: enable-goto-in-file-browser
  5555.  
  5556. This feature modifies the behavior of Pine's file browser.  Setting this
  5557. feature causes Pine to offer the \"G Goto\" command in the file browser.
  5558.  
  5559. This command allows you to explicitly set the displayed directory.  Pine's
  5560. default behavior requires you to visit each related directory when between
  5561. two distant directories.
  5562.  
  5563. <End of help on this topic>
  5564. ====== h_config_undo =====
  5565. Yes, save changes and exit; No, exit without saving any changes made since
  5566. entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
  5567. ====== h_ab_forward =====
  5568. Yes, expand nicknames and qualify local names with your current domain name;
  5569. No, leave nicknames and local names as is;  ^C, cancel.
  5570. ====== h_os_index_whereis =====
  5571. Enter ^V or ^Y to go immediately to the last or first message in the index.
  5572. Or, enter the match string followed by RETURN.
  5573. ====== h_os_index_whereis_agg =====
  5574. Enter ^V or ^Y to go immediately to the last or first message in the index,
  5575. Or, enter the match string followed by RETURN (or ^X to select all matches).
  5576. =========== h_oe_add_full ==================
  5577. Type the full name of the person being added and press the RETURN key.
  5578. Press ^C to cancel addition.
  5579. =========== h_oe_add_nick ==================
  5580. Type a short nickname and press RETURN.  A nickname is a short easy-to-
  5581. remember word, name or initials like \"joe\", or \"wcfields.\"  ^C to cancel.
  5582. ========== h_oe_add_addr ================
  5583. Type the e-mail address and press RETURN.
  5584. Press ^C to cancel addition.
  5585. ========== h_oe_crlst_full ==============
  5586. Type a long name or description for the list that you are creating and
  5587. press RETURN.  Press ^C to cancel creation of list.
  5588. =========== h_oe_crlst_nick =============
  5589. Type a nickname (short, easy-to-remember name or single word) for the list
  5590. you are creating and press RETURN.  Press ^C to cancel.
  5591. ========== h_oe_crlst_addr ==============
  5592. Type an e-mail address, or a nickname already in the address book that you
  5593. want to be part of this list and press RETURN.
  5594. ========== h_oe_adlst_addr =============
  5595. Type an e-mail address or a nickname already in the address book that you
  5596. want to add to this list and press RETURN.
  5597. ========== h_oe_editab_nick ============
  5598. Change the nickname using the arrow keys and delete key.  Press RETURN
  5599. when done.  Press ^C to cancel editing and leave the nickname as it was.
  5600. ========== h_oe_editab_full ============
  5601. Change the full name using the arrow keys and delete key.  Press RETURN
  5602. when done.  Press ^C to cancel editing and leave the full name as it was.
  5603. ========== h_oe_editab_addr ============
  5604. Change the address using the arrow keys and delete key.  Press RETURN
  5605. when done.  Press ^C to cancel editing and leave the address as it was.
  5606. ========== h_oe_editab_fcc ============
  5607. Change the fcc using the arrow keys and delete key.  Press RETURN when
  5608. done.  Press ^C to cancel editing and leave the fcc as it was.
  5609. ========== h_oe_editab_comment ============
  5610. Change the comment field using the arrow keys and delete key.  Press RETURN
  5611. when done.  Press ^C to cancel editing and leave the comment as it was.
  5612. ========== h_ab_export ==========
  5613. Type the name of a file in your home directory to write the addresses into and
  5614. press RETURN.  You may also give an absolute path or use \"~\".  Use ^C to cancel
  5615. ========== h_ab_edit_a_field ==========
  5616. Edit any of the fields of the currently selected entry by typing one of the
  5617. letters at the bottom of the screen.  Press ^C to cancel edit.
  5618. ========== h_oe_editab_al ============
  5619. Change the address using the arrow keys and delete key.  Press RETURN
  5620. when done.  Press ^C to cancel editing and leave the address as it was.
  5621. ========== h_oe_searchab ===============
  5622. Type the word or name you want to search for and press RETURN.  If you press
  5623. RETURN without entering anything the word in [] will be searched for.
  5624. ========== h_oe_save ==========
  5625. Type the name of the folder you want to save the message in and press RETURN.
  5626. Press ^T to get a list of your folders.  Press ^C to cancel saving this mail.
  5627. ========== h_oe_chooseabook ==========
  5628. Choose the address book you want to save the new entry in.
  5629. Use ^N or ^P to change address books.  ^C to cancel.
  5630. ========== h_oe_takeaddr ==========
  5631. Edit the e-mail address using the arrow and delete keys.  Press RETURN
  5632. when done.  Press ^C to cancel adding this entry to the address book.
  5633. ========== h_oe_take_or_replace ==========
  5634. Press R to replace the old entry with this new list.  Press A to add the
  5635. selected addresses to the old existing list.  Press ^C to cancel addition.
  5636. ========== h_oe_takename ==========
  5637. Edit the full name to be correct using the arrow and delete keys.  Press RETURN
  5638. when done.  Press ^C to cancel adding this entry to the address book.
  5639. ========== h_oe_takenick ==========
  5640. Type a nickname (short easy-to-remember name, initials or single word) for this
  5641. entry in the address book and press RETURN.  Press ^C to cancel addition.
  5642. ========== h_oe_jump ==========
  5643. Type the number of the message number you want to jump to and press
  5644. RETURN.  Press ^C if you want to cancel jumping to another message.
  5645. ========== h_oe_broach ==========
  5646. Type the name of the folder you want to open and press RETURN.  Press ^T to
  5647. get a list of all your folders and make a selection.  Press ^C to cancel open.
  5648. ========== h_oe_foldsearch ==========
  5649. Type the word, name or address you want to search for and press RETURN.  If you
  5650. press RETURN without entering anything the word in [] will be searched for.
  5651. ========== h_oe_foldadd ==========
  5652. Type the name of the folder you want to add and press RETURN.  Press ^C to
  5653. cancel adding a new folder.
  5654. ========== h_oe_foldrename ==========
  5655. Change the old name of the folder to the new name using the arrow and
  5656. delete keys and press RETURN.  Press ^C to cancel rename.
  5657. ========== h_oe_login ==========
  5658. Enter your login name for the host you are opening the mailbox on.  Just press
  5659. RETURN to use your login from this host as is, or edit it with delete key.
  5660. ========== h_oe_passwd ==========
  5661. Type your password for the host and login shown as part of the prompt.
  5662. Press ^C to cancel opening folder.
  5663. ========== h_oe_choosep ==========
  5664. Enter the number associated with the printer you want to select.  Press ^C to
  5665. cancel the printer selection.  The current selection is highlighted.
  5666. ========== h_oe_customp ==========
  5667. Type the name of the Unix print command and press RETURN.  Press ^C to
  5668. cancel the printer selection.
  5669. ========== h_oe_searchview ==========
  5670. Type the word or name you want to search for and press RETURN.  If you press
  5671. RETURN without entering anything the word in [] will be searched for.
  5672. ========== h_oe_keylock ==========
  5673. The keyboard is in use and locked by another user.  Only that user can
  5674. unlock this keyboard by typing the password.
  5675. ========== h_oe_export ==========
  5676. Type the name of a file in your home directory to write the message into and
  5677. press RETURN.  You may also give an absolute path or use \"~\".  Use ^C to cancel
  5678. ========== h_wt_expire ==========
  5679. At the beginning of each month Pine offers to rename your current sent-mail
  5680. folder to one named for the month so you have a sent-mail folder for each month
  5681. ========== h_wt_delete_old ==========
  5682. It is the beginning of the month, and we need to conserve disk
  5683. space.  Please delete any sent-mail that you do not need.
  5684. ========== h_select_sort ==========
  5685. Select the order for sorting the index by typing the capitalized letter.
  5686. Arrival is by arrival in your mailbox; Date is by time/day message was sent.
  5687. ========== h_mini_setup ==========
  5688. Select one of the setup tasks by typing the capitalized letter.
  5689. ========== h_sticky_personal_name ==========
  5690. Type in your name as you want it to appear on outgoing email.  This entry
  5691. will be saved into your Pine configuration file.
  5692. ========== h_sticky_inbox ============
  5693. INBOX syntax is usually {{:{}complete.machine.name}INBOX
  5694. This entry will be saved in your Pine configuration file.
  5695. ========== h_sticky_smtp ============
  5696. The name of the computer on your campus which relays your outgoing email
  5697. to the Internet.  This entry will be saved in your Pine configuration file.
  5698. ========== h_sticky_user_id ==========
  5699. The username or login-id part of your email address.  This entry will be
  5700. saved in your Pine configuration file.
  5701. ========== h_sticky_domain ==========
  5702. The domain part of your email address, NOT the name of your PC.  This
  5703. entry will be saved in your Pine configuration file.
  5704. ========== h_bounce =========
  5705. Enter the address or nickname of the intended recipient.  Pine will resend
  5706. the message, which will retain the original author's From: address.
  5707. ========== h_incoming_add_folder_host =========
  5708. Enter RETURN if the folder is on the machine where Pine is running;
  5709. otherwise enter the host name of the mail server, or ^X if same as INBOX.
  5710. ========== h_incoming_add_folder_name =========
  5711. Enter the name of the desired folder. Pine will attempt to create this
  5712. folder on the previously specified mail server.
  5713. ========== h_incoming_add_folder_nickname =========
  5714. Enter an (optional) nickname that will be used in lieu of the actual
  5715. host and folder names in the FOLDER LIST display.
  5716. ========== h_anon_forward ==========
  5717. Enter the address of your intended recipient, or ^C to cancel.
  5718. Example: jsmith@somewhere.edu
  5719. ========== h_news_subscribe ==========
  5720. Enter the name of the news group to which you wish to subscribe,
  5721. or ^C to cancel.  Example: comp.mail.pine
  5722. ========== h_pipe_msg ==========
  5723. Enter the name of the Unix command to which you wish to send this
  5724. message, or ^C to cancel.
  5725. ========== h_pipe_attach ==========
  5726. Enter the name of the Unix command to which you wish to send this
  5727. attachment, or ^C to cancel.
  5728. ========== h_select_by_num ==========
  5729. Enter a list of numbers (or number range(s)), or ^C to cancel.  The messages
  5730. corresponding to the numbers will be selected.  Example: 2-5,7-9,11,19
  5731. ========== h_select_txt_from ==========
  5732. Messages with From: headers containing the entered string will be selected.
  5733. ^C to cancel. ^R enters current msg From: address.  ^T enters To: address.
  5734. ========== h_select_txt_to ==========
  5735. Messages with To: headers containing the entered string will be selected.
  5736. ^C to cancel. ^R enters current msg From: address.  ^T enters To: address.
  5737. ========== h_select_txt_cc ==========
  5738. Messages with From: headers containing the entered string will be selected.
  5739. ^C to cancel. ^R enters current msg From: address.  ^T enters To: address.
  5740. ========== h_select_txt_subj ==========
  5741. Messages with Subject: headers containing the entered string will be selected.
  5742. ^C to cancel.  ^X enters Subject: line of current message.
  5743. ========== h_select_txt_all ==========
  5744. All messages containing the entered string will be selected.  Headers,
  5745. but not encoded attachments, will be compared.  Enter ^C to cancel.
  5746. ========== h_attach_index_whereis ==========
  5747. Enter some text that appears in the Attachment Index entry for the desired
  5748. attachment.  The first attachment containing that text will be highlighted.
  5749. ========== h_kb_lock ==========
  5750. Keystrokes entered here (up to a RETURN) comprise a password that must
  5751. be entered again later in order to unlock the keyboard.
  5752. ========== h_config_whereis ==========
  5753. To move quickly to a particular line, enter a search string or
  5754. ^C to cancel.
  5755. ========== h_config_add ==========
  5756. Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
  5757. pressing RETURN sets the Empty Value (this turns off any global default).
  5758. ========== h_config_print_opt_choice ==========
  5759. You may edit either the initialization string (characters printed before
  5760. printing starts) or the trailer string.  Choose one or ^C to cancel.
  5761. ========== h_config_print_init ==========
  5762. Enter a C-style string for this.  You may use common backslash escapes like
  5763. \\n for newline, \\ooo for octal character, and \\xhh for hex character.
  5764. ========== h_config_change ==========
  5765. Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
  5766. delete current (highlighted) character, etc.  Enter ^C to cancel change.
  5767. ========== h_config_replace_add ==========
  5768. Replace ignores the current default, Add places the current default in your
  5769. editing buffer as if you had typed it in.
  5770. ========== h_config_insert_after ==========
  5771. Enter a nickname for this print command.  (InsertBefore puts the new item
  5772. before the current line, InsertAfter puts it after the current line.)
  5773. ========== h_config_print_cmd ==========
  5774. Enter command to be executed for the printer.  Use normal editing keys
  5775. to modify, ^C to cancel, carriage return to accept current value.
  5776. ========== h_config_print_del ==========
  5777. Answering Yes will remove this printer completely from your printer list.
  5778. ========== h_config_print_name_cmd ==========
  5779. You may edit the Nickname of this printer, the Command to be executed when
  5780. printing, or change the Options associated with this printer.
  5781. ========== h_custom_print ==========
  5782. Enter a Unix command that accepts its data on standard input.
  5783. Pine will display any information the command sends to standard output.
  5784.