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