* Create help for explaining how encrypted password file support
[alpine.git] / pith / pine.hlp
blobb296f02422966b1366d8c3aa0b6149134c8abab6
1 # $Id: pine.hlp 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $
3 #        T H E   A L P I N E    M E S S A G E   S Y S T E M
5 #/* ========================================================================
6 # * Copyright 2013-2014 Eduardo Chappa
7 # * Copyright 2006-2008 University of Washington
8 # *
9 # * Licensed under the Apache License, Version 2.0 (the "License");
10 # * you may not use this file except in compliance with the License.
11 # * You may obtain a copy of the License at
12 # *
13 # *     http://www.apache.org/licenses/LICENSE-2.0
14 # *
15 # * ========================================================================
16 # */
18          Help text for the Alpine mailer
20 This file is in a format created to be turned into text strings in a C
21 program.
23 There are two shell scripts that run on this.  Cmplhelp.sh is the
24 first and turns this into a C file (helptext.c) of text strings that
25 are compiled and linked. The other program, cmplhlp2.sh, turns this
26 into a .h file (helptext.h) with extern string definitions of the
27 strings in the .c file.  The code that actually processes these files
28 while alpine is running is in help.c
30 The lines with "===== xxxx ====" divide the different help screens.  The
31 xxx is the name of the variable that strings will be put in, which are
32 also declared in helptext.h.
34 # is a comment
36 Help text screen text can be either plain text OR HTML.  The latter is
37 denoted by the first line starting with "<HTML>".  The former is simply
38 displayed as it's formatted here.
40 HTML is limited to simple formatting ala HTML 2.0.  No forms, or tables.
41 In addition a small set of tools are are available to customize the HTML
42 screen's text:
44 1a)  Default and function key bindings are separated like this:
46 <!--chtml if pinemode="function_key"-->
47         Function key bindings here
48 <!--chtml else-->
49         Default key bindings here
50 <!--chtml endif-->
53 1b)  A way to distinguish HTML text that is to be displayed when
54      pine is running vs. when the text is served up outside Alpine
55      (someday) can be done via:
57 <!--chtml if pinemode="running"-->
58    Text displayed when viewed within a running pine session
59 <!--chtml else-->
60    Text displayed when HTML viewed outside pine (using chtml aware server)
61 <!--chtml endif-->
63 1c)  A way to distinguish HTML text that is to be displayed under
64      PC-Alpine vs. not is available via:
66 <!--chtml if pinemode="os_windows"-->
67    Text displayed under PC-Alpine
68 <!--chtml else-->
69    Text displayed otherwise
70 <!--chtml endif-->
72 WARNING ABOUT CHTML "if-else-endif" CLAUSES: They don't nest.
74 2a) Several "server side include" commented elements are supported:
76 <!--#include file="textfile"--> 
78 The file "textfile" will be inserted into the HTML text directly.
79 Alpine does no formatting of the text.  At some point we might want to
80 look at the first line for <HTML> but not today.
82 2b) Various bits of Alpine's running state can be inserted into the
83 HTML text as well using the special comment:
85 <!--#echo var="variable"--> 
87 Where "variable" is one of either:
89     ALPINE_VERSION
90     ALPINE_REVISION
91     ALPINE_COMPILE_DATE
92     ALPINE_TODAYS_DATE
93     C_CLIENT_VERSION
94     _LOCAL_FULLNAME_
95     _LOCAL_ADDRESS_
96     _BUGS_FULLNAME_
97     _BUGS_ADDRESS_
98     CURRENT_DIR
99     HOME_DIR
100     PINE_CONF_PATH
101     PINE_CONF_FIXED_PATH
102     PINE_INFO_PATH
103     MAIL_SPOOL_PATH
104     MAIL_SPOOL_LOCK_PATH
105     VAR_<VARNAME> - where <VARNAME> is config variable name
106     FEAT_<FEATURENAME> - where <FEATURENAME> is config feature name
108 3) The URL scheme "X-Alpine-Gripe:" is available to insert links to
109    pine's composer such that various debugging data can be attached to the
110    message. Aside from normal email addresses, this can be set to
111    either "_LOCAL_ADDRESS_" for the configured local help address, or
112    "_BUGS_ADDRESS_" for the configured local bug reporting address.
113    Aside from the special tokens above, the default behavior only differs
114    from "mailto:" by the insertion of a special Subject: prefix that
115    consists of a randomly-generated token for tracking purposes.
116    Several optional parameters can be included to control what is
117    attached or offered for attachment to the message:
119         ?config  --  Automatically attaches the user's configuration
120                      information to the trouble report
121         ?keys    --  Automatically attaches the user's most recent
122                      keystrokes
123         ?curmsg  --  Causes the user to get an offer to attach the
124                      current message to the trouble report
125         ?local   --  Automatically attaches the result of the script 
126                      defined by VAR_BUGS_EXTRAS
128 For HTML-format sections, the help screen dividers  "===== xxxx ====" must 
129 contain one and only one space after the first and before the second set of 
130 equal signs.
132 Note to authors of this file: to mark sections that need further revision, 
133 please use the text string on the following line consistently so that it is 
134 easy to find those places again in this file:
135 *revision needed*
137 NOTE: Several sections of help text which weren't being used were removed
138 at RCS version number 4.122.  In particular, there were some placeholders
139 with help text for the config screen and the composer that didn't have any
140 reasonable place to be called from.
141 Dummy change to get revision in pine.hlp
142 ============= h_revision =================
143 Alpine Commit 61 2014-05-02 18:29:37
144 ============= h_news =================
145 <HTML>
146 <HEAD>
147 <TITLE>RELEASE NOTES for Alpine</TITLE>
148 </HEAD>
149 <BODY>                 
150 <H1>Alpine Release Notes</H1>
151 <DIV ALIGN=CENTER>
152 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
153 <BR>
154 <!--chtml if pinemode="running"-->
155 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
156 <!--chtml endif-->
158 <BR>
159 <BR>Copyright 2013-2014 Eduardo Chappa
160 <BR>Copyright 2006-2008 University of Washington
161 </DIV>
164 Alpine is an &quot;Alternatively Licensed Program for Internet
165 News and Email&quot; produced until 2008 by the University of Washington.
166 It is intended to be an easy-to-use program for
167 sending, receiving, and filing Internet electronic mail messages and
168 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
169 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
170 is available as is a world wide web based version designed to run under the
171 Apache web server.
174 <H2>New in Alpine <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)</H2>
176 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
177 addresses bugs found in previous releases and has a few additions as well.
180 Additions include:
183 <UL>
184   <LI> Upgrade UW-IMAP to Panda IMAP from 
185        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
186   <LI> S/MIME: Add screen to manage certificates.
187   <LI> S/MIME: sign messages using intermediate certificates when needed 
188        and possible.
189   <LI> S/MIME: validation of certificates for servers that modify signed 
190        content.
191   <LI> S/MIME: signed and encrypted messages will be signed first and 
192        encrypted second, so that they can be decoded by other clients.
193   <LI> S/MIME: add the sender certificate to the list of certificates in
194        encrypted messages to make it possible for the sender to decrypt
195        the message they sent.    
196   <LI> Add support to selective expunge through a subcommand of the 
197        select-apply commands. Read more in the <A 
198        HREF="h_index_cmd_expunge">help</A> for the expunge command.
199   <LI> Pico: New subcommand of the search command, allows to reverse the
200        direction of search.
201   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
202        the key and certificate used to encrypt the password file are saved 
203        in the ~/.alpine-smime/.pwd directory, or in the directory specified
204        by the -pwdcertdir command line option. 
205        <A HREF="h_password_file_support">Learn more</A>.
206   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
207        server to use different ways to connect using ssl, for 
208        example {server.com/tls1} will attempt to connect to 
209        server.com at the ssl imap port (port 993) and establish a 
210        connection using TLSv1. These flags can be used in 
211        conjunction with the /ssl flag, the ssl flag is redundant. 
212        Conversely, however, the /ssl flag does not imply any of 
213        these flags; the /ssl flag means SSLv3 or, if not available, 
214        SSLv2 in the SSL port.
215   <LI> Alpine does not attempt to automatically reopen a collection 
216        that was not opened due to cancellation by the user. 
217        Instead, the user must try to open it explicitly.
218   <LI> Alpine searches for a certificate that matches an email address in
219        all addresses in a certificate (instead of just the first 
220        one) but when it tries to unlock the certificate, it asks 
221        for the password for the first email address in that 
222        certificate.
223   <LI> Style tag in body of html message causes Alpine to not write its content
224        until a new &lt;/style&gt;
225   <LI> Experimental: Write the content-type of a message in 
226        lowercase, as some non-compliant servers do not understand 
227        uppercase content-type, such as those of GMX.de.
228   <LI> Experimental: Do not send the RSET command before attempting
229        to send a message, as this causes a delay in some evily managed
230        servers.
231   <LI> Opening a folder updates recent count in maildrops (this 
232        already works for other types of folders)
233   <LI> Automatically redraw screen after opening an attachment 
234        instead of simply clearing it.
235   <LI> Pico: Justification works without need of a predefined quote 
236        string. This allows justification of blocks of text that are 
237        indented with spaces.
238   <LI> Check bounds and tie strings off to improve security. Contributed 
239        by James Jerkins.
240   <LI> Replace tabs by spaces in From and Subject fields to control for
241        size in screen of these fields. Change only in index screen display.
242 </UL>
245 Bugs that have been addressed include:
246 <UL>
247   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
248        in personal names. Reported by Lev Gorenstein.
249   <LI> When writing the .pinerc file, lines were truncated if they were longer
250        than 10,000 characters. This could cause data corruption, so now lines
251        are allowed to be of any length.
252   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
253        remove attachments before they were open by a mailcap viewer. It 
254        requires that the user has an equivalent to a command such as "ps 
255        auxww" to list the list of processes, and check if there is any 
256        program using the attachment. The default is "/bin/ps auxww", but 
257        it can be changed at compile time with the option --with-ps-cmd. 
258        See the help of the variable 
259        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
260        for more information.
261   <LI> S/MIME: signed messages that contained an attachment would not validate.
262   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
263        validate. Thanks to Andreas Schamanek for testing, debugging and 
264        advising during the process of fixing this problem.
265   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
266        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
267        and Stefan Mueller.
268   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
269        home directory.
270   <LI> S/MIME: accessing the S/MIME configuration screen would deinitialize
271        SMIME making it not possible to sign or encrypt messages.
272   <LI> Crash when tcp connection to NNTP server was lost after connection
273        had been established, but lost immediately afterwards.
274   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
275   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
276   <LI> Save command did not warn of existence of a message with a deleted 
277        attachment in an aggregate save, unless cursor was positioned on a message 
278        with a deleted attachment. Reported by Florian Herzig.
279   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
280        in an IMAP server.
281   <LI> DATE tokens were not internally transformed to UTF-8, which made their
282        values not appear complete in the screen. Reported by Werner Scheinast.
283   <LI> Fixes to configure script so that it will not require PAM for every system.
284   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
285        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
286        during the build. Fix by Ulf-Dietrich Braumann.
287   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
288        needs to use tcl_getstringresult() instead. Reported by 
289        Ulf-Dietrich Braumann.
290   <LI> Quoted string in URL Viewers configuration variable were not 
291        unquoted before passing to viewer.
292   <LI> Fix in configure script to detect location of tcl library; add
293        /usr/local in FreeBSD and fix a bug in configure script that used 
294        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
295        by Werner Scheinast.
296   <LI> Move SSL configurations from UW-IMAP to configure script, and
297        update OpenSSL configuration for Mac OSX.
298   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
299 </UL>
304 Version 2.11 addresses bugs found in previous releases and has a few 
305 additions as well.
308 Additions include:
311 <UL>
312    <LI> Alpine requires version 1.0.1c of Openssl to build.
313    <LI> Increase encryption of S/MIME encrypted messages.
314    <LI> Pico: Improvements in justification of paragraphs: lines that begin
315 with a quote string, followed by a space were considered individual paragraphs,
316 now they are considered part of a paragraph. Based on earlier joint work
317 with Jeff Franklin.
318    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
319    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
320 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
321    <LI> Added recognition of ws and wss URIs.
322    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
323  <A HREF="h_config_directory_color">directory names</A>,
324  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
325    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
326 used in the display of the INDEX SCREEN.
327    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
328 that adds the ability to preserve To: and Cc: fields when replying to a 
329 message, as specified by original sender.
330    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
331  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
332    <LI> Quota command includes subcommands for printing, forwarding, etc.
333 </UL>
336 Bugs that have been addressed include:
338 <UL>
339   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
340   <LI> Crash when resizing the screen in a configuration screen.
341   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
342   <LI> Do not use a shell to open a browser.
343   <LI> Configure script did not test for crypto or pam libraries.
344   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
345   <LI> Change Cygwin directory separator to &quot;/&quot;.
346   <LI> Alpine could set List- headers, contrary to RFC 2369.
347 </UL>
350 Version 2.10 addresses bugs found in previous releases and has a few 
351 additions as well.
354 Additions include:
357 <UL>
358    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
359    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
360    <LI> Foreign characters are decoded correctly in IMAP folders.
361    <LI> Question about breaking connection to slow servers includes their name.
362    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
363    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
364    <LI> Cygwin: Alpine builds without need of patch.
365    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
366    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
367    <LI> Add support for strong encryption of password file when S/MIME is built in.
368 </UL>
371 Bugs that have been addressed include:
374 <UL>
375    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
376    <LI> Double allocation of memory in Pico.
377    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
378    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
379    <LI> Not recognition of environment variables in some options.
380    <LI> Not display of login prompt during initial keystrokes.
381    <LI> justification of long urls breaks them.
382    <LI> Incorrect New Mail message when envelope is not available.
383    <LI> Inorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
384    <LI> Crash when resizing the screen after display of LDAP search.
385    <LI> Crash when redrawing screen while opening a remote folder collection.
386    <LI> Infinite loop in scrolltool function during notification of new mail.
387    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
388    <LI> No display of signed and encrypted S/MIME messages.
389    <LI> Alpine will not build with OpenSSL.
390    <LI> Crash for double locking in calls to c-client.
391    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
392    <LI> Ignore the references header when threading messages
393    <LI> No update of colors in index screen after update to addressbook.
394 </UL>
397 Version 2.01 addresses bugs found in previous releases and has a few 
398 additions as well.
401 Additions include:
404 <UL>
405    <LI> Fixed non-ASCII web alpine handling
406    <LI> Added web alpine help.
407    <LI> Allow web alpine inbox on second IMAP server.
408    <LI> Allow web alpine config reset after bad inbox-path gets set.
409    <LI> Added web alpine ability to create group contact from contact list members.
410    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
411    <LI> Tidied up web alpine script layout.
412    <LI> Fixed web alpine status message ordering
413    <LI> Added web alpine Fcc setting via Contacts in Compose
414    <LI> Fixed web alpine autodraft attachment issues
415    <LI> Fixed web alpine problems with recent count maintenance
416    <LI> Fixed web alpine newmail arrival display in message list
417    <LI> Added web alpine confirmation to folder create for Move/Copy
418    <LI> Added web alpine user-domain support
419    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
420 </UL>
423 Bugs that have been addressed include:
426 <UL>
427    <LI> In web alpine fixed delete all selected within a search result to reorient
428         correctly to whole-mailbox message list.
429    <LI> Fixed web alpine delete in view page to be sensitive to sort
430    <LI> Fixed web alpine open of folder within directory from folder manager page.
431    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
432    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
433    <LI> Fixed web alpine adding contacts from message list and view
434    <LI> Fixed web alpine create of non-existent fcc
435    <LI> Remove mistakenly left debugger statement in web alpine javascript.
436    <LI> Some UNIX alpine build problems fixed
437    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
438         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
439         by locale charmap call on some Solaris 8 systems.
440    <LI> MacOS Keychain logins were not working correctly with generic host names, like
441         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
442         new password requests when not needed
443    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
444         last folder in the list
445    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
446         looked for along with the email address
447    <LI> Changes to configure to get spellcheck options with work with arguments.
448    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
449         returned by gethostname (iPhone can do this)
450    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
451         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
452    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
453         Jake Scott of marganstanley.com.
454    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
455         is not used in alpine.
456    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
457         Apparently this causes RIM Blackberry BIS service problems. This is not
458         used in alpine.
459    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
460    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
461         Fix from Ludwig Nussel of SUSE and from Crispin.
462    <LI> Include whole filename in export filename history
463    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
464 </UL>
467 Version 2.00
468 addressed bugs found in previous releases and had a few additions as well.
470 Additions included:
473 <UL>
474    <LI> Redesigned Web Alpine interface
475    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
476         in UNIX versions of Alpine
477    <LI> Attempt to include the attachment filename as part of the name of the
478         temporary file used when viewing an attachment with an external program.
479         Add some randomness to that filename to make it hard to predict the filename.
480         Add a filename extension, usually derived from the type/subtype, to the
481         temporary filename. This was previously done only on Windows and MacOS X.
482    <LI> Enhance address completion in the composer (TAB command) so that it looks
483         through nicknames, fullnames, and addresses from the address book; addresses
484         from the message being viewed, if any; and the results from
485         <A HREF="h_direct_config">LDAP Directory Server</A>
486         lookups for all of the defined directory servers that have the
487         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
488         feature set.
489    <LI> Make the default character set setting more liberal in what it will accept
490         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
491    <LI> Remove the Alpine revision number from the titlebar in released versions
492         while leaving it there in snapshot versions
493    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
494         display of asterisks when you type a password for Alpine
495    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
496    <LI> When the
497         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
498         feature is turned on convert not only the dates in the index screen but also
499         the dates in the MESSAGE VIEW
500 </UL>
503 Bugs addressed in the 2.00 release included:
506 <UL>
507    <LI> Crash when using tab-completion for selecting a Save filename
508    <LI> Make Web Alpine help text images relative for more portability
509    <LI> Fixed attach save of html parts in Web Alpine
510    <LI> Viewing, printing, exporting, replying, and bouncing of message
511         digests was broken. Replying and bouncing should not have been
512         allowed at all for digests. It would be nice to have a more standard
513         index-like view of a message digest but that has not been addressed
514         with this minor bug fix.
515    <LI> Adjust wrapping of HTML messages so that the margins specified by
516         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
517         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
518         are observed correctly
519    <LI> Interrupt of WhereIs command in index was broken
520    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
521         option did not work correctly interpreting unknown characters in message headers
522    <LI> Long address lines could cause blank continuation lines
523    <LI> Save to a local default INBOX failed if the primary collection was also local,
524         which it is by default. The save went to  ~/mail/inbox instead.
525    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
526         inbox, not the inbox in the primary collection
527    <LI> Address book entries with lots of addresses would be truncated when
528         entered in the composer with a screen size wider than 270 or so charcters
529    <LI> Some fields in the index screen were truncated when the screen width was
530         wider than 256 characters
531    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
532         folder, and there is a more than 10 minute pause between typing the TAB
533         and typing the Yes
534 </UL>
537 Version 1.10(962)
538 addressed bugs found in previous releases and had a few additions as well.
540 Additions included:
543 <UL>
544    <LI> Add the possibility of setting a default role
545         (see <A HREF="h_role_select">Roles Screen</A>)
546         which may be convenient if your work flow involves acting in one
547         role for a while then switching to another role and staying in the
548         new role for another period of time
549    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
550         is encountered, ask the user if he or she wants to continue with the
551         risky Save anyway instead of aborting. This may be helpful if your
552         IMAP server is broken in this way but be aware that it is possible there
553         was a real error instead of just a broken server implementation.
554    <LI> Some configure adjustments for Kerberos detection and
555         for SCO OpenServer 5 support
556    <LI> Hide INBOX in a collection if it also appears as an
557         <A HREF="h_config_enable_incoming">Incoming Folder</A>
558    <LI> Show asterisks for feedback when the user is typing a password
559    <LI> Performance improvement for threading of large folders
560    <LI> Previously, the search used to find
561         Pattern matches containing To patterns searched for both To
562         and Resent-To headers. The relatively complicated search this
563         produces causes problems when using some deficient IMAP servers.
564         Now the default is to look only for To headers and ignore the
565         presence of Resent-To. The previous behavior may be restored
566         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
567    <LI> Add an
568         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
569         to help with reading malformed unlabeled messages
570    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
571    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
572    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
573 </UL>
576 Bugs addressed in the 1.10(962) release included:
579 <UL>
580    <LI> Crash when encountering certain errors from an SMTP server
581    <LI> Crash in composer caused by overflow in replace_pat()
582    <LI> Hang when authenticating to an SMTP server that fails with a
583         &quot;connection disconnected&quot; error
584    <LI> Bug in handling of trailing tab character in flowed text
585    <LI> Security enhancement for mailcap parameter substitution
586    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
587         did not work if the message being replied to was not flowed text
588         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
589         was not turned on
590    <LI> Don't allow printer to be changed through hidden config screen
591         if system administrator didn't want it to be allowed
592    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
593         should know that it won't work, causing error messages to appear
594    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
595         of double-quote double-quote didn't work right
596    <LI> Quoting wasn't being done to protect special characters from the
597         MacOS X shell when
598         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
599         was not defined
600    <LI> On MacOS X message attachments should be shown internally instead of
601         being shown using the Mail application
602    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
603         sometimes set the outgoing charset to X-UNKNOWN, making the result
604         unreadable
605    <LI> When the sending of a message failed lines with leading spaces had one
606         additional space inserted in each of those lines when the user
607         was returned to the composer
608    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
609         that contained non-ascii characters because it was truncating the
610         line being searched so that it was shorter than what was visible on
611         the screen
612    <LI> When composing, an attachment with a long name that causes wrapping in
613         just the wrong place would generate an error and cause the send
614         of the attachment to fail
615    <LI> After calling the file browser to attach a file in the composer, a resize
616         of the window when back in the composer would redraw the last screen that
617         had been shown in the browser instead of the current composer screen
618    <LI> Possible crash in index screen when encountering unparseable addresses
619         or when using one of the PRIORITY tokens or the HEADER token in the
620         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
621    <LI> Problems with Header Color editing if the configuration option
622         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
623         was inadvertently changed to the Empty Value in the hidden config screen
624    <LI> When resuming the final postponed message from an Exchange server the user
625         could get a certificate validation failure because alpine was trying
626         to validate the canonical name of the folder instead of the name the
627         user used
628    <LI> Windows line endings in a mimetypes file on a Unix system cause a
629         failure to find a match
630    <LI> Make matching of extension names case independent in mimetypes files
631    <LI> Windows dialog boxes for entering text were not working correctly
632    <LI> Replying to or Forwarding multipart/alternative messages which had a
633         single text/html part did not work well
634    <LI> Printing the print confirmation page caused a crash
635    <LI> A To line with a long, quoted personal name could display incorrectly
636         if it was close to the same width as the screen
637    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
638         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
639         are turned on hide (0/0) when the folder is empty
640    <LI> Folder completion while Saving didn't work if the collection being
641         saved to was the local home directory
642 </UL>
645 Version 1.00
646 was an evolutionary release based on
647 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
648 developed at the University of Washington.
649 It is upwards-compatible for existing Pine users.
652 Changes included:
654 <UL>
655    <LI> Ground-up reorganization of source code around addition
656         of "pith/" core routine library.
657    <LI> Fundamental improvement in Alpine's internal text handling, which
658         is now based exclusively on Unicode. This allows displaying incoming
659         messages and producing outgoing messages in many different languages.
660    <LI> Ground-up reorganization of build and install procedures
661         based on GNU Build System's autotools. NOTE, the included IMAP library
662         build is not based on autotools, so some features will not work. However,
663         it should get built automatically during the Alpine build process.
664    <LI> Web-based version included built on TCL designed to run under
665         a suitable CGI-supporting web server such as Apache.
666 </UL>
670 Details on changes in previous (prerelease) versions of Alpine
671 may be found at the following URL:
673 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP></CENTER>
676 <HR WIDTH="75%"><P>
678 <H2>Getting Help</H2>
679 <DL>
680 <DT>Online Help</DT>
681 <DD>
682 Every Alpine screen and command has associated help text
683 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
684 </DD>
686 <DT>Web Help</DT>
687 <DD>
688 The most current source of information about Alpine,
689 including new version availability, is the web page at
691 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
692 </DD>
693 </DL>
695 Frequently Asked Questions (and answers) may be found at the following
696 URL:
698 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
701 <HR WIDTH="75%"><P>
703 <H2>Additional Information</H2>
705 General Alpine configuration information can be found
706 <A HREF="h_news_config">here</A>.
708 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
709 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
710 access is provided by the IMAP Toolkit Environment (c-client library)
711 version <!--#echo var="C_CLIENT_VERSION"-->.
712 <P> 
713 Alpine was developed until 2009 by the Office of Computing 
714 &amp; Communications at the University of Washington in Seattle.  
715 Since then, the effort of developing Alpine has been continued by
716 a community of volunteers who make a good software even better!
719 Alpine Copyright 2013-2014 Eduardo Chappa, 
720 <BR> Copyright 2006-2008 University of Washington.
723 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
724 or instead you can find the Apache License, version 2.0 at the web URL:
727 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
730 &lt;End of Release Notes&gt;
731 </BODY>
732 </HTML>
733 ====== h_password_file_support ======
734 <HTML>
735 <HEAD>
736 <TITLE>Encryption for Password File Support Explained</TITLE>
737 </HEAD>
738 <BODY>
739 <H1>Encryption for Password File Support Explained</H1>
741 Index<BR>
742 <OL>
743 <LI><A HREF="#content">Explanation</A>
744 <LI><A HREF="#example">Example</A>
745 </OL>
747 <P><A NAME="content">Unix Alpine Only.</A>
749 <P> If your version of Alpine has been built with password file support
750 then you can use a special file to save your passwords, and avoid typing
751 them every time you open a connection to a remote server.
753 <P> If your version of Alpine was built with SMIME support, and you have a
754 public certificate/private key pair, then Alpine will use such pair to
755 encrypt your password file. If you have more than one key/certificate
756 pair, Alpine will pick the first pair that it finds that works. You can also
757 select a pair, and the way to do this is explained below.
759 <P> Once a pair has been chosen, it will be copied to the directory 
760 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
761 that directory. The first time this process is done, this directory will 
762 be created, a key/certificate pair will be copied to it, and this pair 
763 will be used in the future to encrypt and decrypt your password file. You 
764 can create this directory and copy any key/certificate pair there. You
765 can add a self-signed certificate there, if you like, and you can let
766 this certificate expire. This will not affect the encryption and decryption
767 of the password file.
769 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
770 your key/certificate pair, you can specify a different one with the 
771 -pwdcertdir command line option in Alpine. If the directory specified by 
772 this option is not found or there is no valid key/certificate pair there, 
773 Alpine will fail to encrypt and decrypt your password file. In other words,
774 Alpine will not initialize this directory for you.
776 <P> Alpine does not care about the names of the key and certificates in 
777 this directory, but the private key must have &quot;.key&quot; extension 
778 and your public certificate must have the &quot;.crt&quot; extension. The
779 name of the private key will be used in the prompt when you are asked
780 to unlock your key to decrypt your password.
782 <P><A NAME="example">An example follows</A>
784 <P>Assume you have a private key called peter@address.com.key in your, 
785 ~/.alpine-smime/private directory, and a public certificate called 
786 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
787 are your only key/certificate pair.
789 <P> When Alpine starts for the first time, without command line options, 
790 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
791 it will create it. Then it will go through your keys and certificates and 
792 find a pair that it can use, and copy the files peter@address.com.key,
793 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
794 you can do the same by copying these files by yourself. This can be done
795 with the sequence of commands
797 <PRE>
798 mkdir ~/.alpine-smime/.pwd
799 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
800 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
801 </PRE>
803 <P> When Alpine starts, you will be asked the password to unlock your
804 private key with the prompt.
806 <PRE>
807 Enter password of key &lt;peter@address.com&gt; to unlock password file:
808 </PRE>
810 <P> If you prefer to use different names for your private and public keys 
811 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
812 preserve the extension of the files. For example, you can use the names 
813 private_key.key and public_cert.crt instead. In this case, the prompt you 
814 will see when you are asked to unlock your private key will read
816 <PRE>
817 Enter password of key &lt;private_key&gt; to unlock password file:
818 </PRE>
820 <P>Observe that you do not need to use an existing key/certificate pair, 
821 and that you can create a new private key/public certificate pair to 
822 encrypt and decrypt your password. However, once one is used, Alpine does 
823 not provide a mechanism to switch the encryption and decryption files to 
824 another key/certificate pair. This will be implemented in a future 
825 release of Alpine.
828 &lt;End of help&gt;
829 </BODY>
830 </HTML>
831 ====== h_tls_failure_details ======
832 <HTML>
833 <HEAD>
834 <TITLE>Certificate Validation Details</TITLE>
835 </HEAD>
836 <BODY>
837 <H1>Certificate Validation Details</H1>
839 This screen gives details as to why the certificate validation failed: the
840 name of the desired server system; the reason for failure; and the name on
841 the certificate.  This is primarily of interest to experts.
844 &lt;End of help&gt;
845 </BODY>
846 </HTML>
847 ====== h_tls_failure ======
848 <HTML>
849 <HEAD>
850 <TITLE>TLS or SSL Failure</TITLE>
851 </HEAD>
852 <BODY>
853 <H1>TLS or SSL Failure</H1>
855 An attempt was made to establish a secure, encrypted connection to the
856 server system using either Transport Layer Security (TLS) or the older
857 Secure Sockets Layer (SSL).  This attempt failed.
860 You should contact your server system management for more assistance.
861 The problem is probably at the server system and not in Alpine or your local
862 system.  The text in this screen may be helpful for the server system
863 management in debugging the problem,
866 &lt;End of help&gt;
867 </BODY>
868 </HTML>
869 ====== h_tls_validation_failure ======
870 <HTML>
871 <HEAD>
872 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
873 </HEAD>
874 <BODY>
875 <H1>TLS and SSL Certificate Validation Failures</H1>
877 An attempt was made to establish a secure, encrypted connection to the
878 server system using either Transport Layer Security (TLS) or the older
879 Secure Sockets Layer (SSL).
882 An important part of this procedure is server certificate validation.  A
883 server certificate is an &quot;electronic identification card&quot; for the server
884 system that is signed by a well-known certificate authority (CA).  Alpine
885 compares the server system identity in the server certificate with the
886 name of the server system to which it is trying to connect.  Alpine also
887 verifies that the CA signature is authentic.
890 Some common failure conditions are:
893 <UL>
894   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
895 signed its own certificate.  This does not necessarily indicate anything
896 bad; the server operators may simply have elected to not purchase a
897 signed certificate from a certificate authority.
899   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
900 the signature on the server system is from an unknown certificate authority.
901 It can also mean that no certificate authority certificates have been
902 installed on the local UNIX system.
904   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
905 the same as either of the above two conditions in UNIX Alpine.  Note that
906 Windows systems typically have a full set of certificate authority
907 certificates installed, so it is more likely to be a self-signed
908 certificate than an unknown certificate authority.
910   <LI> Server name does not match certificate.  This means that the server
911 presented a proper signed certificate for a name other than the desired
912 name.
913 </UL>
916 Any of these conditions can indicate that you are being attacked and have
917 been directed to an imposter server that will record your password and
918 your private mail messages.  It can also mean something innocuous.
921 If you are certain that the problem is innocuous, you can append the
922 option
925 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
928 to the server system name where it appears in your configuration (e.g. the
929 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
930 a folder-collection, or a news or SMTP server).  This will
931 disable certificate validation.  On the other hand, if you are attacked,
932 you will get no warning if you do this.
935 &lt;End of Cert Validation Failures help&gt;
936 </BODY>
937 </HTML>
938 ====== h_release_tlscerts ======
939 <HTML>
940 <HEAD>
941 <TITLE>TLS and SSL usage note</TITLE>
942 </HEAD>
943 <BODY>
944 <H1>TLS and SSL usage note</H1>
947 When using Alpine from Unix or Windows 2000,
948 server certificates must be signed by a trusted certificate authority.
949 You may relax this requirement (at the cost of some security) by using
951 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
952 modifier in the mailbox name.
955 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
958 The fully-qualified host name of the server should be used
959 so that it matches the host name in the server certificate.
961 Here is an example of a host specification that directs Alpine to use
962 the SSL port (993) and an encrypted data stream.
964 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
966 &lt;End of TLS usage help&gt;
967 </BODY>
968 </HTML>
969 ====== h_news_config ======
970 <HTML>
971 <HEAD>
972 <TITLE>Alpine Configuration</TITLE>
973 </HEAD>
974 <BODY>
975 <H1>Alpine Configuration</H1>
977 <H2>Using Environment Variables</H2>
979 The values of Alpine configuration options may include environment variables
980 that are replaced by the value of the variable at the time Alpine is run
981 (and also at the time the config option is changed).
982 The syntax to use environment variables is a subset of the common Unix
983 shell dollar-syntax.
984 For example, if
986 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
988 appears in the value of an Alpine configuration option it is looked up in the
989 environent (using getenv(&quot;VAR&quot;)) and its
990 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
991 To include a literal dollar sign you may precede the dollar sign with another
992 dollar sign.
993 In other words, if the text
995 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
997 is the value of a configuration option, it will be expanded to
999 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1001 and no environment lookup will be done.
1002 For Unix Alpine it will also work to use a backslash character to
1003 escape the special meaning of the dollar sign, but $$ is preferable since
1004 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1005 to be in a shared configuration file.
1008 This all sounds more complicated than it actually is.
1009 An example may make it clearer.
1010 Unfortunately, the way in which environment variables are set is OS-dependent 
1011 and command shell-dependent.
1012 In some Unix command shells you may use
1014 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1015    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1017 Now, if you use Alpine's Setup/Config screen to set
1019 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1021 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1022 so that this would be equivalent to
1024 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1026 Note, environment variable substitution happens after configuration
1027 options that are lists are split into the separate elements of the list,
1028 so a single environment variable can't contain a list of values.
1031 The environment variable doesn't have to be the only thing
1032 after the equal sign.
1033 However, if the name of the variable is not at the end of the line or
1034 followed by a space (so that you can tell where the variable name ends),
1035 it must be enclosed in curly braces like
1037 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1039 It is always ok to use the braces even if you don't need to.
1041 It is also possible to set a default value for an environment variable.
1042 This default value will be used if the environment variable is not
1043 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1044 The syntax used to set a default value is
1046 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1048 If the config file contains
1050 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1052 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1053 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1054 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1055 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1056 the default value.
1057 (Note that the variable is called &quot;personal-name&quot; in the config
1058 file but is displayed in the config screen as
1059 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1060 In general, the value that goes into a config file is never exactly the
1061 same as the value you see on the screen.)
1064 An example where an environment variable might be useful is the
1065 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1066 Suppose most users used the server
1068 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1070 but that there were some exceptions who used
1072 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1074 In this case, the system manager might include the following line in
1075 the systemwide default Alpine configuration file
1077 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1079 For the exceptional users adding
1081 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1083 to their environment should work.
1085 Another example might be the case where a user has to use a different
1086 SMTP server from work and from home.
1087 The setup might be something as simple as
1089 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1091 or perhaps a default value could be given.
1092 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1093 a list of SMTP servers.
1096 <H2>Configuration precedence</H2>
1098 There are several levels of Alpine configuration.  Configuration values at
1099 a given level override corresponding values at lower levels.  In order of
1100 increasing precedence:
1102 <UL>
1103  <LI> built-in defaults
1104  <LI> system-wide
1105 <!--chtml if pinemode="os_windows"-->
1106       config file from command line or provided
1107       by "PINECONF" environment variable
1108 <!--chtml else-->
1109       pine.conf file
1110 <!--chtml endif-->
1111  <LI> personal configuration file
1112  <LI> personal exceptions configuration file
1113  <LI> command-line options
1114  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1115  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1116 </UL>
1118 The values in both the personal configuration file and the
1119 <A HREF="h_config_exceptions">exceptions</A>
1120 configuration file may be set using the Setup command.
1121 Setup/Config is the command to change most of the personal configuration
1122 options.
1123 The other Setup subcommands are also used to change the configuration,
1124 for example, Setup/AddressBook, Setup/Rules, and so on.
1125 Changing the personal exceptions configuration is very similar.
1126 To change a value in the Config screen you would use the command
1127 Setup/eXceptions/Config.
1128 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1130 There are a couple exceptions to the rule that configuration values are replaced
1131 by the value of the same option in a higher-precedence file.
1132 The Feature-List variable has values that are additive, but can be
1133 negated by prepending &quot;no-&quot; in front of an individual feature name.
1134 So for features, each individual feature's value is replaced by the value
1135 of the same feature in a higher-precedence file.
1136 Note that this is done automatically for you when you change these values via
1137 the Setup/Config command.
1138 The other exception to the <EM>replace</EM> semantics happens when you
1139 use <A HREF="h_config_inheritance">configuration inheritance</A>
1140 for option lists.
1143 <H2>File name defaults</H2>
1145 Notes:<P>
1147 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1148 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1149 <BR> # = default file name is overridable in pinerc.
1150 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1151 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1152 <BR> + between the mailcap paths implies that the two files are combined.
1153 <BR> ; between other default paths implies that the first one found is used.
1154 </P>
1155 Alpine looks for most support files in the same directory it finds its
1156 personal configuration file (pinerc).  The -p command-line flag may be
1157 used to specify a particular path name for the pinerc file.  If a
1158 pinerc file does not exist, it will be created (if directory permissions
1159 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1160 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1161 file does not exist in either one, it will create one in the first of those
1162 two directories that is writable.  In detail:
1163 <PRE>
1165 PC-Alpine:
1167  executable     &lt;DOS search path&gt;&#92;pine.exe
1168  help index     &lt;exe dir&gt;&#92;pine.ndx
1169  help text      &lt;exe dir&gt;&#92;pine.hlp
1171  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1172  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1173  global cfg     $PINECONF
1175  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1176  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1177  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1178  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1179  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1180  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1181  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1182  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1183  postponed#     $HOME&#92;mail&#92;postpond.mtx
1184  interrupted    $HOME&#92;mail&#92;intruptd
1186 Unix Alpine:
1188  executable     &lt;Unix search path&gt;/pine
1189  persnl cfg     ~/.pinerc
1190  except cfg     ~/.pinercex
1191  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1192  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1193  local help     <!--#echo var="PINE_INFO_PATH"-->
1195  interrupted    ~/.pine-interrupted-mail
1196  debug          ~/.pine-debugN
1197  crash          ~/.pine-crash
1198  newsrc#        ~/.newsrc
1199  signature#     &lt;pinerc dir&gt;/.signature
1200  addressbook#   &lt;pinerc dir&gt;/.addressbook
1201  postponed#     ~/mail/postponed-msgs
1202  sentmail#      ~/mail/sent-mail
1203  mailcap#       ~/.mailcap + /etc/mailcap
1204                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1205  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1207  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1208  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1209  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1210  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1211  password       /etc/passwd
1213 Unix Alpine and PC-Alpine:
1215  .ab*           remote addressbook support files
1216  a[1-9]*        temporary (while Alpine is running) addressbook files
1218 </PRE>
1221 <H2>Mailcap files</H2>
1223 Alpine honors the mailcap configuration system for specifying external
1224 programs for handling attachments.  The mailcap file maps MIME attachment
1225 types to the external programs loaded on your system that can display
1226 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1227 distribution.  It includes comments that explain the syntax you need to
1228 use for mailcap.  With the mailcap file, any program (mail readers,
1229 newsreaders, WWW clients) can use the same configuration for handling
1230 MIME-encoded data.
1233 <H2>MIME-Types files</H2>
1235 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1236 what Content-Type to use for labeling an attached file, based on
1237 the file extension.  That is, this file provides a mapping between
1238 filename extensions and MIME content-types.
1241 <H2>Environment variables</H2>
1243 PC-Alpine uses the following environment variables:
1244 <DL>
1245 <DT>PINERC</DT>
1246 <DD>Optional path to pinerc file.</DD>
1247 <DT>PINERCEX</DT>
1248 <DD>Optional path to personal exceptions configuration file.</DD>
1249 <DT>PINECONF</DT>
1250 <DD>Optional path to global pine config file.</DD>
1251 <DT>HOME</DT>
1252 <DT>TMPDIR, TMP, or TEMP</DT>
1253 <DT>COMSPEC</DT>
1254 <DT>MAILCAPS</DT>
1255 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1256 <DT>USER_DICTIONARY</DT>
1257 <DD>Used to specify the file to contain the user's spell check
1258 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1259 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1260 </DL>
1262 Unix Alpine uses the following environment variables:
1263 <DL>
1264 <DT>TERM</DT>
1265 <DD>Tells Alpine what kind of terminal is being used.</DD>
1266 <DT>DISPLAY</DT>
1267 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1268 <DT>SHELL</DT>
1269 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1270 <DT>TMPDIR, TMP, or TEMP</DT>
1271 <DT>MAILCAPS</DT>
1272 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1273 </DL>
1274 <!--chtml if pinemode="os_windows"-->
1276 <H2>Common PC-Alpine Configuration Problems</H2>
1278 <H3>Configuration settings aren't being saved</H3>
1280 <P>This problem can happen if you run pine from one directory and
1281 then decide to move your pine directory to another location.  PC-Alpine
1282 stores certain variables, including the configuration location, in the
1283 Windows Registry (which you shouldn't ever need to manually edit).  There
1284 are a couple of ways to go about removing or resetting the values in the
1285 registry.
1288 1) Run PC-Alpine's registry value deletion command.  This can be done by
1289 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1290 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1291 value to the above command.
1294 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1295 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1296 option, you can tell PC-Alpine the location of your pinerc.  An example of
1297 this would be to run: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-p&nbsp;C:&#92;pine&#92;mypinerc&quot;.
1298 Again, you can use the DOS prompt or the shortcut method explained in (1).
1301 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1302 set registry values to the current setting, and is therefore useful with
1303 the &quot;-p&nbsp;PINERC&quot; option.
1305 <!--chtml endif-->
1307 &lt;End of Configuration Notes&gt;
1308 </BODY>
1309 </HTML>
1310 ====== h_news_legal ======
1311 <html>
1312 <head>
1313 <TITLE>Alpine Legal Notices</TITLE>
1314 </head>
1315 <body>
1317 <H1>Alpine Legal Notices</H1>
1319 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1323 &lt;End of Alpine Legal Notices&gt;
1324 </BODY>
1325 </HTML>
1326 ===== h_info_on_mbox =====
1327 <HTML>
1328 <HEAD>
1329 <TITLE>Information on mbox driver</TITLE>
1330 </HEAD>
1331 <BODY>
1332 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1334 Beginning with Pine 4.00 (Pine came before Alpine)
1335 a new INBOX access method is
1336 available as part of the standard configuration.  It is called the
1337 &quot;mbox&quot; driver and it works like this:<P>
1340 <BLOCKQUOTE>
1341 If the file &quot;mbox&quot; exists in the user's home directory, and
1342 is in Unix mailbox format, then when INBOX is opened this file will be
1343 selected as INBOX instead of the mail spool file.  Messages will be
1344 automatically transferred from the mail spool file into the mbox
1345 file.
1346 </BLOCKQUOTE>
1349 The advantage of this method is that, after new mail has been copied
1350 from the system mail spool, all subsequent access is confined to the
1351 user's home directory, which is desirable on some systems.  However, a
1352 possible disadvantage is that mail tools other than those from the
1353 University of Washington will not know to look for mail in the user's
1354 mbox file.  For example, POP or IMAP servers other than those from the
1355 University of Washington, and many &quot;new mail notification&quot;
1356 programs may not work as expected with this driver enabled.<P>
1358 To disable this behavior, either remove/rename the &quot;mbox&quot;
1359 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1360 option in Setup/Config
1361 and add &quot;mbox&quot; to it:
1363 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1365 &lt;End of help on this topic&gt;
1366 </BODY>
1367 </HTML>
1368 ===== h_info_on_locking =====
1369 <HTML>
1370 <HEAD>
1371 <TITLE>FAQs on Alpine Locking</TITLE>
1372 </HEAD>
1373 <BODY>
1374 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1376 There is an extensive section on locking in the Alpine technical notes;
1377 this information is intended to provide answers to some common questions:<P>
1378 <OL>
1379 <LI> Why did locking change in Pine 4.00?<BR>
1380 The actual locking mechanisms did not change in 4.00.
1381 What changed is that when one particular locking mechanism used by Alpine 
1382 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1383 failure would occur, but no warning was issued.<P>
1385 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1386 Yes.  It means that Alpine was unable to create a lockfile in the
1387 spool directory, generally because of overly restrictive protections on the
1388 spool directory.  The correct permissions on the spool directory for
1389 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1390 with the sticky-bit set, so only owners of a file can delete them.<P>
1392 <LI> Why does Alpine require that the mail spool directory have 1777
1393    protections?<BR>
1394 Alpine was designed to run without special privileges.  This means that in
1395 order to create a lockfile in the spool directory, it is necessary to have
1396 the spool directory permissions be world-writable.<P>
1398 <LI> Can't you create the lockfile somewhere else?<BR>
1399 No.  The lockfile in question must be in the mail spool directory, because
1400 that's where the mail delivery program expects to find it, and the purpose
1401 of the file is to coordinate access between the mail client (Alpine) and the
1402 mail delivery program.<P>
1404 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1405 No.  Remember that the individual mail files in the spool directory are
1406 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1407 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1408 -- means that only the owner of the file (or root) can delete files in the 
1409 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1410 anyone could
1411 create a random file in the spool directory.  If the spool directory is
1412 under quota control along with home directories, there is little incentive
1413 for anyone to do this, and even without quotas a periodic scan for
1414 non-mail files usually takes care of the problem.  <P>
1416 <LI> Why not run Alpine as setgid mail?<BR>
1417 Alpine was never designed to run with privileges, and to do so introduces a
1418 significant security vulnerability.  For example, if a user suspends Alpine,
1419 the resulting shell will have group privileges.  This is one example of
1420 why we strongly recommend against running Alpine as a privileged program.
1421 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1422 users
1423 could not test Alpine versions or other mailers that had not been installed
1424 by the system administrators.<P>
1427 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1428 There are, but they all have different sets of tradeoffs, and not all will
1429 work on all systems.  Some examples:<UL>
1430  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1431    spool is local.   Doesn't work reliably if NFS is used.
1432    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1433    use the same calls.
1434  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1435    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1436 mail tools that always look in the spool directory for the mail.
1437 </UL><P>
1439 <LI> Are these spool directory lock files the only kinds of locks used by
1440    Alpine?<BR>
1441 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1442 mailbox format folders, these are used to coordinate access between
1443 multiple Alpine sessions.  <P>
1445 <LI> What about the 
1446 <A HREF="h_config_quell_lock_failure_warnings">&quot;<!--#echo var="FEAT_quell-lock-failure-warnings"-->&quot;</A> feature added in Pine 4.01?<BR>
1447 This is for people who are content to live dangerously, or who have
1448 specific knowledge that the spool directory lockfiles are superfluous on
1449 their system (because both Alpine and the mail delivery program are using 
1450 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1452 <LI> Where can I find more details on how Alpine locking works?<BR>
1453 See the Alpine Technical Notes.<P>
1455 </OL>
1457 &lt;End of help on this topic&gt;
1458 </BODY>
1459 </HTML>
1460 ===== h_finding_help ====
1461 <HTML>
1462 <HEAD>
1463 <TITLE>Finding more information and requesting help</TITLE>
1464 </HEAD>
1465 <BODY>
1466 <H1>Places to Look for More Answers</H1>
1467 If you have questions about or problems with Alpine that you cannot resolve 
1468 after consulting the program's internal, context-sensitive help screens, here 
1469 are additional information resources that you may find helpful:
1471 <UL>
1472   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1474   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1476   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1477 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1478   since the last version, which may be useful for you to be aware of, 
1479 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1480 a change in the way an aspect of Alpine works.  There, you will also find notes 
1481 on Alpine configuration.<P>
1483   <LI> The main site for Alpine contains information on configuring and solving problems
1484        with Alpine, it can be found at
1486 <CENTER><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></CENTER>  
1488   <LI> The Alpine Information Center (maintained by the University of
1489            Washington) World Wide Web site contains, among other things
1490            <UL>
1491            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1492            <LI>an overview of the basics for beginning Alpine users
1493            <LI>Technical Notes for systems administrators
1494            <LI>archives (including a searchable index) of the alpine-info 
1495 mailing list, on which matters of interest to systems/email administrators,
1496 developers, trainers, user support personnel, and others involved with Alpine 
1497 messaging on a &quot;technical&quot; level are discussed.
1498 </UL>
1499         The Alpine Information Center can be accessed with a WWW browser at:<P>
1500             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1501 </UL>
1502 <P><HR WIDTH="75%">
1503 <H1>Requesting help</H1>
1504 If the internal help, the Release Notes, the Alpine Information Center, and your 
1505 local online and print resources do not help you resolve a problem, please
1506 start by contacting your local computer support staff and asking for help.
1508 This is especially true if:
1509 <ul>
1510   <li>You suddenly have trouble sending or receiving mail.
1511   <li>You receive a "disk quota exceeded" message.
1512   <li>You have forgotten your password.
1513   <li>You think your account may have been compromised.
1514   <li>You need help viewing an attachment.
1515   <li>You need to know how to configure your:
1516       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1517       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1518       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1519       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1520   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1521   <li>You want to block email from a particular person.
1522   <li>You're going on vacation and need to autorespond to incoming mail.
1523   <li>You want to automatically file or filter incoming messages.
1524 </ul>
1526 In all of these cases,
1527 you should contact <B>your</B> support staff, because <B>only they</B> 
1528 will be able to assist you effectively. Your support staff may be, depending on who 
1529 provides you with the email account you use Alpine with, for example:<UL>
1530 <LI> the computing help desk of (a department of) your university, school, 
1531 employer, ... ; or
1532 <LI> the customer service center of your Internet Service Provider; or
1533 <LI> the friendly volunteer helpers of your Freenet; or
1534 <LI> the person who setup your computer and internet connection.
1535 </UL>
1537 Due to the large number of Alpine installations worldwide, and because we
1538 receive no funding for it, the Alpine development team <B>cannot provide 
1539 individual support services outside the University of Washington</B>.
1541 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1542 newsgroup can be a valuable source of information and assistance for Alpine 
1543 user issues.
1545 For systems/email administrators, developers, trainers, user support
1546 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1547 level, the mailing list alpine-info is available; for information on
1548 subscribing and posting to it, see
1550 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1553 Regardless of whom you are asking for help with Alpine, remember 
1554 to provide as much detail as you can about the
1555 nature of any problem you are encountering, such as
1556 <UL>
1557 <LI>when it first occurred;
1558 <LI>what, if anything, happened that might have brought it about;
1559 <LI>whether it still persists;
1560 <LI>whether it is reproducible, and if so, how;
1561 <LI>what, if anything, you already tried to solve it.
1562 </UL> 
1563 It may also be helpful if you specify what version of Alpine you are using 
1564 <!--chtml if pinemode="running"-->
1565 -- this is <!--#echo var="ALPINE_VERSION"--> --
1566 <!--chtml endif-->
1567 and on what system, and when the copy of Alpine you are using was created
1568 <!--chtml if pinemode="running"-->
1569 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1570 <!--chtml endif-->
1572 <!--chtml if pinemode="running"-->
1573 <P>   
1574 When the Alpine program you are currently using was installed, a support
1575 contact email address may have been set up; in that case, you can simply select
1576 this link now to send a message to it:<BR>
1577 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1578 <!--chtml endif-->
1579 <!--chtml if [ -r PINE_INFO_PATH ]-->
1580 <HR WIDTH="75%">Local Support Contacts:<P>
1581 <!--#include file="PINE_INFO_PATH"-->
1582 <HR WIDTH="75%">
1583 <!--chtml endif-->
1584 <P> 
1585 &lt;End of help on this topic&gt;
1586 </BODY>
1587 </HTML>
1588 ===== new_user_greeting ======
1589 <HTML>
1590 <HEAD>
1591 <TITLE>NEW USER GREETING</TITLE>
1592 </HEAD>
1593 <BODY>
1594 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1595 <BR>
1596 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1597 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1598 select Setup/Config to see many of the options available to you. Also note
1599 that all screens have context-sensitive help text available.<P>
1600 <!--chtml if pinemode="phone_home"-->
1601 SPECIAL REQUEST:
1602 This software is made available as a public service of the
1603 University of Washington in Seattle. We are no longer actively developing
1604 the software, but it is still helpful to us to have an idea of how many
1605 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1606 <A HREF="X-Alpine-Phone-Home:">Return</A>
1607 will send an anonymous (meaning, your real email address will not be revealed) 
1608 message to the Alpine team at the University of Washington for purposes of tallying.
1610 <!--To Exit this screen and continue your Alpine session press "E".-->
1611 <!--chtml else-->
1612 To Exit this screen and continue your Alpine session press "Return".
1613 <!--chtml endif-->
1614 </BODY>
1615 </HTML>
1616 ===== new_alpine_user_greeting ======
1617 <HTML>
1618 <HEAD>
1619 <TITLE>NEW ALPINE USER GREETING</TITLE>
1620 </HEAD>
1621 <BODY>
1622 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1623 <BR>
1624 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1625 Your Alpine configuration file indicates that you may have used Pine before
1626 but not Alpine.
1627 If you are familiar with the way Pine works, you should be comfortable
1628 using Alpine.
1629 Your Pine configuration file is automatically used for Alpine.
1630 The Release Notes may be viewed by pressing 
1631 &quot;R&quot; now or while in the MAIN MENU.
1633 <!--chtml if pinemode="phone_home"-->
1634 SPECIAL REQUEST:
1635 This software is made available as a public service of the
1636 University of Washington in Seattle. We are no longer actively developing
1637 the software, but it is still helpful to us to have an idea of how many
1638 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1639 <A HREF="X-Alpine-Phone-Home:">Return</A>
1640 will send an anonymous (meaning, your real email address will not be revealed) 
1641 message to the Alpine team at the University of Washington for purposes of tallying.
1643 <!--To Exit this screen and continue your Alpine session press "E".-->
1644 <!--chtml else-->
1645 To Exit this screen and continue your Alpine session press "Return".
1646 <!--chtml endif-->
1647 </BODY>
1648 </HTML>
1649 ===== new_version_greeting ======
1650 <HTML>
1651 <HEAD>
1652 <TITLE>NEW VERSION GREETING</TITLE>
1653 </HEAD>
1654 <BODY>
1655 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1656 <BR>
1657 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1658 Your Alpine configuration file indicates that you may not have used 
1659 this version of Alpine before.  This version's significant changes are
1660 documented in the Release Notes, which may be viewed by pressing 
1661 &quot;R&quot; now or while in the MAIN MENU.
1663 <!--chtml if pinemode="phone_home"-->
1664 SPECIAL REQUEST:
1665 This software is made available as a public service of the
1666 University of Washington in Seattle. We are no longer actively developing
1667 the software, but it is still helpful to us to have an idea of how many
1668 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1669 <A HREF="X-Alpine-Phone-Home:">Return</A>
1670 will send an anonymous (meaning, your real email address will not be revealed) 
1671 message to the Alpine team at the University of Washington for purposes of tallying.
1673 <!--To Exit this screen and continue your Alpine session press "E".-->
1674 <!--chtml else-->
1675 To Exit this screen and continue your Alpine session press "Return".
1676 <!--chtml endif-->
1677 </BODY>
1678 </HTML>
1680 ===== main_menu_tx ======
1681 <HTML>
1682 <HEAD>
1683 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1684 </HEAD>
1685 <BODY>
1686 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1687 <DIV ALIGN=CENTER>
1688 Version <!--#echo var="ALPINE_VERSION"-->
1689 <!--chtml if pinemode="running"-->
1690 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1691 <!--chtml endif-->
1692 </DIV>
1693 <CENTER>Copyright 2013-2014 Eduardo Chappa,
1694 <BR>Copyright 2006-2008 University of Washington.
1695 </CENTER>
1698 When you are viewing a help screen, there may be links to
1699 other topics highlighted (in Reverse video) in the text.
1700 Here is an example.
1701 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1702 highlighted.
1703 If you type carriage return (or V for View Link, see the commands at the
1704 bottom of the screen) you will be taken to a new help screen to view the
1705 Introduction.
1706 The commands at the bottom of the screen should then include
1707 &quot;P Prev Help&quot;.
1708 If you type &quot;P&quot; you will end up back here.
1709 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1710 to the place you were in Alpine when you entered Help.
1711 In this case, you would go back to the MAIN MENU.
1712 There are also other links that are highlighted in bold (or the color used
1713 by your terminal to display bold).
1714 The items after the Introduction in the TABLE OF CONTENTS are all examples
1715 of such links.
1716 In order to view those links, you first have to make the link you want
1717 to view the current link.
1718 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
1719 (see bottom of screen) can do that for you.
1722 <H2>TABLE OF CONTENTS</H2>
1723 <OL>
1724   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
1725   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
1726 <!--chtml if [ -r PINE_INFO_PATH ]-->
1727   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
1728 <!--chtml endif-->
1729   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
1730   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
1731   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
1732   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
1733   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
1734   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
1735   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
1736   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
1737   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
1738   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
1739   <LI> <A HREF="h_mainhelp_folders">Folders</A>
1740   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
1741   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
1742   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
1743   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
1744   <LI> <A HREF="h_mainhelp_roles">Roles</A>
1745   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
1746   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
1747   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
1748   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
1749   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
1750   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
1751   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
1752   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
1753   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
1754 </OL>
1757 &lt;End of help on this topic&gt;
1758 </BODY>
1759 </HTML>
1760 ===== h_mainhelp_intro ======
1761 <HTML>
1762 <HEAD>
1763 <TITLE>Introduction</TITLE>
1764 </HEAD>
1765 <BODY>
1766 <H1>Introduction</H1>
1768 Alpine is an &quot;Alternatively Licensed Program for Internet
1769 News and Email&quot; produced until 2008 by the University of Washington.
1770 It is intended to be an easy-to-use program for
1771 sending, receiving, and filing Internet electronic mail messages and
1772 bulletin board (Netnews/Usenet) messages. Alpine supports the following
1773 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
1774 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
1775 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
1776 Directory Access Protocol).<p>
1778 Although originally designed for inexperienced email users, Alpine has
1779 evolved to support many advanced features.  There are an ever-growing
1780 number of configuration and personal-preference options, though which of
1781 them are available to you is determined by your local system managers. 
1783 <H2>WHAT ALPINE DOES...</H2>
1785 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
1786 allows you to
1787 compose and read messages using Internet mail standards.  (Whether you
1788 can correspond with others on the Internet depends on whether or not your
1789 computer is connected to the Internet.)  Alpine also allows reading and
1790 posting messages on the Internet &quot;net news&quot; system, provided
1791 that your site operates a suitable news server.
1793 <H2>WHAT ALPINE DOES NOT DO...</H2>
1795 A &quot;mail user agent&quot; such as Alpine is just one part of a
1796 messaging system. Here are some things that are <B>not</B> done by Alpine,
1797 but require other programs:<P>
1798 <UL>
1799  <LI> Actual relaying of email... which is done by &quot;message transfer 
1800 agents&quot;.
1801  <LI> Vacation messages... automatically responding to incoming messages
1802  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
1803 email.
1804  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
1805  <LI> List processing... resending one message to a list of recipients.
1806 </UL>
1809 &lt;End of help on this topic&gt;
1810 </BODY>
1811 </HTML>
1813 ===== h_mainhelp_pinehelp ======
1814 <HTML>
1815 <HEAD>
1816 <TITLE>Alpine Help</TITLE>
1817 </HEAD>
1818 <BODY>
1819 <H1>Alpine Help</H1>
1821 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
1822 use will have its own help text, explaining the choices available for that
1823 screen. This general help section, on the other hand, attempts to give an 
1824 overall picture of what Alpine is capable of doing, as well as pointers to 
1825 additional help sections about specific topics.<p>
1827 Much of the help text contains links to further help topics, similar to
1828 how the World Wide Web works.
1829 You may choose a link to view using the &quot;NextLink&quot; and
1830 &quot;PrevLink&quot; commands to change the link that is highlighted.
1831 The &quot;View Link&quot; command will then show you the highlighted link.
1832 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
1833 will return you to where you were before viewing the link, and &quot;Exit Help&quot
1834 will return you to the location in Alpine before you asked for help.
1835 For example, if you are reading this text in Alpine you may return to the
1836 help table of contents with the &quot;Prev Help&quot; command or you may view the
1837 Release notes link in the next paragraph and then return here with
1838 &quot;Prev Help&quot;.
1841 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
1842 on the current Alpine version are also available from the MAIN MENU: Press
1843 <!--chtml if pinemode="function_key"-->
1844 &quot;F9&quot;
1845 <!--chtml else-->
1846 &quot;R&quot;
1847 <!--chtml endif-->
1848 to browse the release notes.  These include changes since the last release,
1849 configuration information, the history of the Alpine
1850 project, credits, and legal notices.
1852 Alpine releases are available via the world wide web at
1854 <CENTER><SAMP><A 
1855 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
1856 ></CENTER>
1859 If you would like to print <EM>all</EM> of Alpine's internal help text
1860 (not recommended) for a little light bedtime reading, then press
1861 <!--chtml if pinemode="function_key"-->
1862 &quot;F12&quot;
1863 <!--chtml else-->
1864 &quot;Z&quot;
1865 <!--chtml endif-->
1866 now.  (This assumes that the
1867 copy of Alpine you are using has been properly configured for printing
1868 at your site.)
1870 &lt;End of help on this topic&gt;
1871 </BODY>
1872 </HTML>
1873 ===== h_mainhelp_localsupport ======
1874 <HTML>
1875 <HEAD>
1876 <TITLE>Local Support Contacts</TITLE>
1877 </HEAD>
1878 <BODY>
1879 <H1>Local Support Contacts</H1>
1881 <!--chtml if [ -r PINE_INFO_PATH ]-->
1882 <!--#include file="PINE_INFO_PATH"-->
1883 <!--chtml else-->
1884 No Local Support Contacts configured.
1885 <!--chtml endif-->
1888 &lt;End of help on this topic&gt;
1889 </BODY>
1890 </HTML>
1892 ===== h_mainhelp_cmds ======
1893 <HTML>
1894 <HEAD>
1895 <TITLE>Giving Commands in Alpine</TITLE>
1896 </HEAD>
1897 <BODY>
1898 <H1>Giving Commands in Alpine</H1>
1900 Unless configured otherwise
1901 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
1902 the bottom two lines of the screen are always used to list the
1903 commands you can give.  You press the keys that are highlighted to give
1904 the command.  The commands for getting help and going back to the main
1905 menu are always present (except when viewing help as you are now).
1906 <!--chtml if pinemode="function_key"-->
1907 <!--chtml else-->
1909 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
1910 you see at the bottom of any screen. In some cases there are 3 or
1911 even 4 different
1912 sets of keys that can be seen by using the O key. <EM>All commands are 
1913 active</EM>, even if they are not currently showing at the bottom of your 
1914 screen. In other words, you <EM>never</EM> need to press the O key, except to 
1915 remind yourself of the proper key to press to perform an operation.
1917 <H2>Control Key Commands</H2>
1918 When composing mail, and in a few other places, in Alpine you
1919 have to use Control keys. This means pressing the Control key (usually labeled 
1920 &quot;Ctrl&quot;) and the
1921 letter indicated at the same time.  Usually, this is shown with a
1922 &quot;^&quot; in front of the letter.  On some systems, certain control
1923 characters are intercepted before they get to Alpine.  As a work-around,
1924 you can press the ESCAPE key twice followed by the desired key.  For
1925 example, if Ctrl-O (^O) does not work on your system, try typing
1926 &quot;ESC ESC O&quot;.
1927 <!--chtml endif-->
1928 <H2>Paging Up and Down</H2>
1929 The &quot;+&quot; and &quot;-&quot; keys are used for
1930 moving to the next or previous page.  The space bar is a synonym for
1931 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
1932 up as you do in the message composer.  On screens with a WhereIs (search)
1933 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
1934 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
1935 of the message or list.
1937 <H2>Return Key</H2>
1938 The return key is usually a synonym for a frequently used
1939 command.  When viewing a message, there is currently not a default
1940 command, so RETURN does nothing; when in the index, it is synonymous with
1941 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
1942 enclosed in square brackets [] is the same as the return key.
1944 <H2>Control Keys Not Used By Alpine</H2>
1945 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
1946 value, but in places where Alpine is expecting text input, e.g. in the composer or 
1947 at prompts for file/folder names, control keys must be used for editing and 
1948 navigation functions.
1951 Alpine has used nearly all the control keys available.  There are, however,
1952 certain control keys that are reserved by other programs or for technical
1953 reasons.  Alpine does not use any of these keys:
1954 <DL>
1955  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
1956  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
1957  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
1958 </DL>
1960 Note: Ctrl-S and Ctrl-Q can be subject to 
1961 <A HREF="h_special_xon_xoff">special handling</A>.
1963 In addition, while the ESC key alone is not used for command input,
1964 Alpine will recognize two consecutive ESC key presses followed by a letter 
1965 key as a substitute for control key input.  For example, the control key
1966 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
1967 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
1968 This is useful if the communication program you are using
1969 (e.g. Telnet) has its own, conflicting, idea of what certain control
1970 characters mean.
1973 <H2>Repainting the Screen</H2>
1974 Sometimes what is displayed on the screen will be
1975 incorrect due to noise on the phone line or other causes and you will want
1976 to repaint the whole screen to make it correct.  You can use the Ctrl-L
1977 command to do this.  It never hurts to do it when in doubt.
1980 &lt;End of help on this topic&gt;
1981 </BODY>
1982 </HTML>
1983 ===== h_mainhelp_status ======
1984 <HTML>
1985 <HEAD>
1986 <TITLE>Titlebar Line</TITLE>
1987 </HEAD>
1988 <BODY>
1989 <H1>Titlebar Line</H1>
1991 The top line of the screen is Alpine's titlebar line.  It will always display
1992 the current version of Alpine and will also convey information about the
1993 status of the program.  This is where you look to find out what
1994 collection, folder and message number is active and where you are in Alpine.
1997 If the titlebar line says &quot;READONLY&quot; it means that the open folder
1998 (typically your INBOX) is &quot;locked&quot; by another mail session --
1999 most likely a more recent session of Alpine has taken the INBOX lock.
2002 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2003 access a
2004 folder on a remote mail server, and for some reason, communication with
2005 the mail server has either been lost, or never successfully established.
2006 This can be a result of trying to open a non-existent folder, or one
2007 stored on an invalid or non-operational server, or it can mean that Alpine
2008 has been suspended for more that 30 minutes while accessing a remote mail
2009 server.
2012 &lt;End of help on this topic&gt;
2013 </BODY>
2014 </HTML>
2015 ===== h_mainhelp_mainmenu ======
2016 <HTML>
2017 <HEAD>
2018 <TITLE>Main Menu</TITLE>
2019 </HEAD>
2020 <BODY>
2021 <H1>Main Menu</H1>
2023 The Main Menu lists Alpine's main options.
2024 The key or keys you must type to enter your
2025 choice are to the left of each option or command name.
2026 You can type either uppercase or lowercase letters,
2027 and you should not press &lt;Return&gt; after typing the
2028 letter (unless you are specifically asking for the default,
2029 highlighted command).
2032 From the Main Menu you can choose to read online help, write (compose) and 
2033 send a message, look at an index of your mail messages, open or maintain
2034 your mail folders, update your address book, configure Alpine, and quit Alpine.
2035 There are additional options listed at
2036 the bottom of the screen as well.
2039 The Help command usually returns context-sensitive help information.
2040 However, in the Main Menu you get the most general help, which includes
2041 a Table of Contents.
2042 The last entry in the Table of Contents is an Index of help topics,
2043 so this is a good place to go if you are having trouble finding how
2044 to do something.
2046 <H2>Main Menu Commands</H2>
2047 The Alpine main menu lists the most common Alpine functions. A <a
2048 href="h_main_menu_commands">full list of these
2049 commands</a> and what they do is available.
2051 &lt;End of help on this topic&gt;
2052 </BODY>
2053 </HTML>
2054 ===== h_mainhelp_abooks ======
2055 <HTML>
2056 <HEAD>
2057 <TITLE>Address Books</TITLE>
2058 </HEAD>
2059 <BODY>
2060 <H1>Address Books</H1>
2063 As you use email, you can build a list of your regular email correspondents 
2064 in your Alpine
2065 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2066 screen. Your
2067 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2068 You can use the address book to store email addresses for individuals or
2069 groups, to create easily
2070 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2071 address when you are composing a message.
2073 There are two ways to add addresses to your address book: you can add them 
2074 manually or take them from messages (by pressing T to access the Take command). 
2075 With either method, you specify nicknames for your correspondents. A single 
2076 address book entry (or nickname) can point to just one email address, or, it can
2077 point to more than one. When it points to more than one, it is called a 
2078 distribution list. Each distribution list has a nickname, a full name, and a 
2079 list of addresses. These
2080 addresses may be actual addresses, other nicknames in your address book, or 
2081 other
2082 distribution lists.
2085 Additional information is available in Alpine's online help:
2086 <ul>
2087   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2088 </ul>
2090 &lt;End of help on this topic&gt;
2091 </BODY>
2092 </HTML>
2093 ===== h_mainhelp_ldap ======
2094 <HTML>
2095 <HEAD>
2096 <TITLE>LDAP</TITLE>
2097 </HEAD>
2098 <BODY>
2099 <H1>LDAP</H1>
2101 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2102 an organization's shared
2103 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2104 large address
2105 books, rather like the White Pages provided by the phone company. As an Alpine 
2106 user, it is not
2107 necessary to know much about how this works, only how to use it and how to 
2108 configure
2111 More information on configuring LDAP is available in Alpine's online help:
2112 <ul>
2113   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2114 </ul>
2116 Additional help on using LDAP in Alpine is also available:
2117 <ul>
2118   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2119 </ul>
2121 &lt;End of help on this topic&gt;
2122 </BODY>
2123 </HTML>
2124 ===== h_mainhelp_index ======
2125 <HTML>
2126 <HEAD>
2127 <TITLE>Index of Messages</TITLE>
2128 </HEAD>
2129 <BODY>
2130 <H1>Index of Messages</H1>
2132 In Alpine's message index, the selected message is highlighted. The first 
2133 column on the left is blank, shows a &quot;+&quot; if the message was
2134 sent directly to you (i.e., it is not a
2135 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2137 The second column may be blank, or it may contain:
2138 <ul>
2139   <li>"N" if the message is new (unread), </li>
2140   <li>"A" if you have answered the message (using the Reply command), </li>
2141   <li>"D" if you have marked the message for deletion.</li>
2142 </ul>
2145 Note: If you answer a message as well as mark it deleted (in either order), 
2146 you will only see the &quot;D&quot;.
2149 The rest of the columns in the message line show you the message
2150 number, date sent, sender, size, and subject. For details, press ? (Help).  
2151 The behavior and appearance of the Index screen is highly configurable.
2152 In the Setup/Config screen search (with the WhereIs command) for options
2153 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2154 many of the configuration possibilities.
2155 In particular, the
2156 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2157 option may be used to configure the look of the standard MESSAGE INDEX lines
2158 in many different ways.
2159 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2160 read the help text there for more information.
2162 Most of the commands you need to handle your messages are visible at the
2163 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2164 commands that are available.
2165 You do not need to see these &quot;other commands&quot;
2166 on the screen to use them. That is, you never need to press O as a prefix
2167 for any other command.
2170 Additional information is available in Alpine's online help:
2171 <ul>
2172   <li><a href="h_mail_index">Message Index Commands</a></li>
2173 </ul>
2175 &lt;End of help on this topic&gt;
2176 </BODY>
2177 </HTML>
2178 ===== h_mainhelp_reading ======
2179 <HTML>
2180 <HEAD>
2181 <TITLE>Reading Messages</TITLE>
2182 </HEAD>
2183 <BODY>
2184 <H1>Reading Messages</H1>
2186 The message text screen shows you the text of the message along with
2187 its header. If a message has attachments, those will be listed (but not
2188 displayed) also.  The titlebar line displays information about the currently
2189 open message, folder and collection.  You see the name of the collection
2190 (if there is one) in angle brackets, then the name of the folder, then the
2191 message number and finally the position within the current message (in
2192 percent). If the message is marked for deletion
2193 &quot;DEL&quot; will appear in the
2194 upper right as well.
2197 As with every Alpine screen, the bottom two lines show you the commands 
2198 available.
2200 <P>Additional information is available in Alpine's online help:
2201 <ul>
2202   <li><a href="h_mail_view">Message Text Screen</a></li>
2203   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2204   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2205 </ul>
2207 &lt;End of help on this topic&gt;
2208 </BODY>
2209 </HTML>
2210 ===== h_mainhelp_composing ======
2211 <HTML>
2212 <HEAD>
2213 <TITLE>Composing Messages</TITLE>
2214 </HEAD>
2215 <BODY>
2216 <H1>Composing Messages</H1>
2218 To write a message, press C (Compose). You see the Compose Message
2219 screen, which is divided into two parts: the header area and the message
2220 text area. The header area is where information on the recipient (the To:
2221 field) and the subject line go, while the message text area contains the
2222 actual text of the email message. Different commands are available to you
2223 when your cursor is in different areas on this screen. To see additional
2224 help on commands in either the message text or header area, type
2225 <Control>G (Get help).
2228 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2229 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2231 <P>The following information from Alpine's online help may prove useful:
2232 <ul>
2233   <li><a href="h_composer_to">Message Header Commands</a></li>
2234   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2235   <li><a href="h_composer">Composer Commands</a></li>
2236   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2237   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2238   <li><a href="h_compose_send">Send Command</a></li>
2239   <li><a href="h_compose_spell">Spell Check Command</a></li>
2240 </ul>
2242 &lt;End of help on this topic&gt;
2243 </BODY>
2244 </HTML>
2245 ===== h_mainhelp_collections ======
2246 <HTML>
2247 <HEAD>
2248 <TITLE>Collection Lists</TITLE>
2249 </HEAD>
2250 <BODY>
2251 <H1>Collection Lists</H1>
2253 Collection lists are Alpine's way of organizing groups of folders. Each
2254 "collection" can reside on a different server, for example, and contain a
2255 different group of mail folders.
2258 For more information on this, see:
2259 <ul>
2260   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2261 </ul>
2263 Additional information relating to collection lists is also available in 
2264 Alpine's online
2265 help:
2266 <ul>
2267   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2268   <li><a href="h_collection_screen">Collection List Screen</a></li>
2269 </ul>
2271 &lt;End of help on this topic&gt;
2272 </BODY>
2273 </HTML>
2274 ===== h_mainhelp_folders ======
2275 <HTML>
2276 <HEAD>
2277 <TITLE>Folders</TITLE>
2278 </HEAD>
2279 <BODY>
2280 <H1>Folders</H1>
2282 Messages can quickly accumulate in your INBOX folder. If you use email
2283 often, you soon could have hundreds. You need to delete messages you do
2284 not want, and you can use folders to organize messages you wish to save. A
2285 folder is a collection of one or more messages that are stored (just like
2286 the messages in your INBOX) so you can access and manage them.
2289 You can organize your email messages into different folders by topic,
2290 correspondent, date, or any other category that is meaningful to you. You
2291 can create your own folders, and Alpine automatically provides three:
2292 <ul>
2293   <li>The INBOX folder: messages sent to you are listed in this folder.
2294       When you first start Alpine and go to the Message Index screen, you are
2295 looking at the list of messages in your INBOX folder. Every incoming
2296 message remains in your INBOX until you delete it or save it in another
2297 folder. </li>
2298   <li>The sent-mail folder: copies of messages you send are stored in this 
2299 folder. This is
2300 convenient if you cannot remember whether you actually sent a message and want 
2301 to check, or
2302 if you want to send a message again.</li>
2303   <li>The saved-messages folder: copies of messages you save are stored in this 
2304 folder
2305 unless you choose to save them to other folders you create yourself.</li>
2306 </ul>
2309 More information about folders is available in Alpine's online help:
2310 <ul>
2311   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2312   <li><a href="h_folder_maint">Help for Folder List</a></li>
2313   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2314   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2315 Explained</a></li>
2316   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2317 </ul>
2319 &lt;End of help on this topic&gt;
2320 </BODY>
2321 </HTML>
2322 ===== h_mainhelp_color ======
2323 <HTML>
2324 <HEAD>
2325 <TITLE>Color</TITLE>
2326 </HEAD>
2327 <BODY>
2328 <H1>Color</H1>
2330 If the terminal emulator you are using is capable of displaying color or if
2331 you are using PC-Alpine, then it is possible to set up Alpine so that various
2332 parts of the display will be shown in colors you configure. This is done
2333 using the Setup Color screen, available from the MAIN MENU by selecting
2334 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2335 stands for Config in this context).
2338 For example, you may color things like the titlebar, the current item,
2339 the keymenu, and the status messages.
2340 You may also color lines in the index, and headers and quoted text in the
2341 MESSAGE TEXT screen.
2342 You use the Color Setup screen for configuring most of this, but you must
2343 use the IndexColor setup for coloring whole index lines.
2344 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2347 The following entries in Alpine's online help provide additional information 
2348 about how to use color:
2349 <UL>
2350   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2351   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2352   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2353   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2354 </UL>
2356 &lt;End of help on this topic&gt;
2357 </BODY>
2358 </HTML>
2359 ===== h_mainhelp_mouse ======
2360 <HTML>
2361 <HEAD>
2362 <TITLE>Using a Mouse</TITLE>
2363 </HEAD>
2364 <BODY>
2365 <H1>Using a Mouse</H1>
2367 If you are using PC-Alpine mouse support is turned on automatically.
2368 If you are using UNIX Alpine within an X terminal window or within
2369 a terminal emulator that supports an xterm-style mouse, then you may
2370 turn on support for the mouse with the feature
2371 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2372 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2374 PC-Alpine offers considerable mouse support.  You can view what is
2375 &quot;clickable&quot; by dragging your mouse over any screen; when the
2376 arrow cursor changes into a hand, you found something. Mouse-click
2377 possibilities include navigating between screens and folders and
2378 double-clicking on hyperlinks to open your Web browser.
2379 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2380 screen.  Examples of right-click options include &quot;copy&quot; after
2381 selecting text to copy and &quot;View in New Window&quot; when you click
2382 on a particular message in the Message Index. The menu choices available
2383 to you will vary based upon what screen is open, where on the screen your
2384 cursor is located, and even what action you have already taken.
2385 Within a folder, you may set the &quot;Important&quot; flag on any
2386 message.
2388 X terminal mouse support is more limited but still quite powerful.
2389 As with PC-Alpine, clicking on any of the commands in the keymenu at
2390 the bottom of the screen will execute that command as if you typed it.
2391 Double-clicking on a link, for example the link to the
2392 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2393 will take you to that link.
2394 Double-clicking on an index line will view the message, and so on.
2396 &lt;End of help on this topic&gt;
2397 </BODY>
2398 </HTML>
2399 ===== h_mainhelp_keywords ======
2400 <HTML>
2401 <HEAD>
2402 <TITLE>Keywords</TITLE>
2403 </HEAD>
2404 <BODY>
2405 <H1>Keywords</H1>
2407 Within a folder, you may set the &quot;Important&quot; flag on any
2408 message.
2409 This doesn't have any system-defined meaning and is only called
2410 the Important flag because many users use it to signify that a message
2411 is important to them in some way.
2413 You may also define your own set of keywords.
2414 You might know these as user defined flags or as labels.
2415 These are similar to the Important flag but you choose the names for yourself.
2417 Alpine will only display keywords that
2418 have been added by you in the Flag Details screen or
2419 that have been configured by you using the Setup/Config option
2420 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2421 Keywords set by other means (for example, by another email client) will not
2422 show up in Alpine unless you configure Alpine to know about them.
2423 They will show up in the Flag Details screen, but will not show up, for example,
2424 in the index line.
2427 The following entries in Alpine's online help provide additional information 
2428 about how to use keywords:
2429 <ul>
2430   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2431   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2432 </ul>
2434 &lt;End of help on this topic&gt;
2435 </BODY>
2436 </HTML>
2437 ===== h_mainhelp_roles ======
2438 <HTML>
2439 <HEAD>
2440 <TITLE>Roles</TITLE>
2441 </HEAD>
2442 <BODY>
2443 <H1>Roles</H1>
2445 You may play different roles depending on who you are replying to. For
2446 example, if you are replying to a message addressed to help-desk you may
2447 be acting as a Help Desk Worker. That role may require that you use a
2448 different return address and/or a different signature.
2451 To configure roles, go to the MAIN MENU and use the Setup command
2452 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2453 The following entries in Alpine's online help provide additional information 
2454 about how to
2455 use roles:
2456 <ul>
2457   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2458   <li><a href="h_role_select">Roles Screen</a></li>
2459 </ul>
2461 &lt;End of help on this topic&gt;
2462 </BODY>
2463 </HTML>
2464 ===== h_mainhelp_filtering ======
2465 <HTML>
2466 <HEAD>
2467 <TITLE>Filtering</TITLE>
2468 </HEAD>
2469 <BODY>
2470 <H1>Filtering</H1>
2472 The software that actually delivers mail (the stuff that happens
2473 before Alpine is involved) for you is in a better position to do mail filtering
2474 than Alpine itself.
2475 If possible, you may want to look into using that sort of mail filtering to
2476 deliver mail to different folders, delete it, or forward it.
2477 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2480 Filtering is a way to automatically move certain messages from one folder
2481 to another or to automatically delete messages.
2482 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2483 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2484 Alpine doesn't have the ability to forward mail to another address or
2485 to deliver vacation messages.
2488 To configure filtering, go to the MAIN MENU and use the Setup command
2489 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2490 The following entries in Alpine's online help provide additional information 
2491 about how to use filtering:
2492 <UL>
2493   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2494 </UL>
2496 &lt;End of help on this topic&gt;
2497 </BODY>
2498 </HTML>
2499 ===== h_mainhelp_patterns ======
2500 <HTML>
2501 <HEAD>
2502 <TITLE>Patterns</TITLE>
2503 </HEAD>
2504 <BODY>
2505 <H1>Patterns</H1>
2507 Patterns are used with Roles, Filtering, Index Coloring,
2508 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2509 The following entries in Alpine's online help provide information 
2510 about using Patterns:
2511 <UL>
2512   <LI> <A HREF="h_rule_patterns">Patterns</A>
2513 </UL>
2515 &lt;End of help on this topic&gt;
2516 </BODY>
2517 </HTML>
2518 ===== h_mainhelp_cmdlineopts ======
2519 <HTML>
2520 <HEAD>
2521 <TITLE>Command Line Options</TITLE>
2522 </HEAD>
2523 <BODY>
2524 <H1>Command Line Options</H1>
2526 Alpine accepts a number of command line arguments, allowing you, for
2527 example, to start Alpine and immediately access a particular folder.
2528 Many of these arguments overlap with options in the Alpine configuration file.
2529 If there is a difference, then an option set on the command line takes
2530 precedence.
2531 Alpine expects command line arguments (other than addresses) to be
2532 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2533 A <a href="h_command_line_options">full list</a> of command line
2534 possibilities is available.
2536 &lt;End of help on this topic&gt;
2537 </BODY>
2538 </HTML>
2539 ===== h_mainhelp_config ======
2540 <HTML>
2541 <HEAD>
2542 <TITLE>Alpine Configuration</TITLE>
2543 </HEAD>
2544 <BODY>
2545 <H1>Alpine Configuration</H1>
2547 Unless it has been administratively disabled, the Setup command on the
2548 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2549 The possible subcommands are for general Configuration settings,
2550 Printer settings, Changing your Password, Signature setup,
2551 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2552 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2553 and Color configuration.
2554 In particular, the &quot;Config&quot; subcommand has many features you may
2555 set or unset and many other configuration variables that may be set to change
2556 the way Alpine works.
2557 Every one of the hundreds of options available in that configuration settings
2558 screen has help text associated with it.
2559 You may read that text by moving the cursor to highlight the option and then
2560 typing the Help command.
2562 These settings are stored in your personal
2563 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2564 <A HREF="h_config_remote_config">remotely</A>),
2565 but on shared systems these settings
2566 may be over-ridden by a system-wide control file (due to local site
2567 security or support policies).  A global pine configuration file can also
2568 be used to set default values for all Alpine users on a particular system.
2569 Power users may be interested in splitting their personal configuration
2570 data into two pieces, a generic piece and
2571 <A HREF="h_config_exceptions">exceptions</A> which apply to
2572 a particular platform.
2573 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2574 General Alpine configuration information can be found
2575 <A HREF="h_news_config">here</A>.
2577 &lt;End of help on this topic&gt;
2578 </BODY>
2579 </HTML>
2580 ===== h_mainhelp_aggops ======
2581 <HTML>
2582 <HEAD>
2583 <TITLE>Aggregate Operations</TITLE>
2584 </HEAD>
2585 <BODY>
2586 <H1>Aggregate Operations</H1>
2588 When you are in the MESSAGE INDEX, the available commands
2589 (for example, Delete, Undelete, Save, Reply, and so on)
2590 normally act on a single message.
2591 So, for example, if you press the Delete command, the currently highlighted
2592 message is marked Deleted.
2593 These commands that normally act on a single message may be applied to
2594 several messages at once instead.
2596 By default this feature is turned on, but it could be administratively turned
2597 off to reduce complexity.
2598 The feature
2599 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2600 in the Setup/Config screen is used to turn it off or on.
2601 When this feature is turned on, the four commands &quot;Select&quot;,
2602 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2603 are available.
2604 The two selection commands allow you to mark a set of
2605 messages as being &quot;selected&quot;.
2606 The &quot;ZoomMode&quot; command will toggle between
2607 displaying only the selected messages and displaying all the messages.
2608 The &quot;Apply&quot; command allows you to
2609 apply one of the regular MESSAGE INDEX commands to all of the selected
2610 messages instead of to only the highlighted message.
2612 An example aggregate operation would be to catch up when reading
2613 a news group.
2614 That is, get rid of all the messages in the news group so that you can
2615 start fresh.
2616 The easiest way to do this in Alpine is to use aggregate operations.
2617 You want to Delete all of the messages in the group.
2618 You could start at the top and type &quot;D&quot; once for every message.
2619 A much faster method is to first Select all of the messages in the group,
2620 and then Delete all of them.
2621 This would take four keystrokes:
2623 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2624 <BR>
2625 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2627 Another use of Select is to use it for searching for a particular message
2628 or set of messages in a large folder.
2629 You may know that the message was From a certain user.
2630 You could select all messages from that user to start, and use Zoom to
2631 look at only those messages.
2632 If there were still too many messages to look at you could Narrow the
2633 set of messages further by selecting from all of those messages only
2634 the ones that were after a certain date, or contained a particular phrase
2635 in the Subject, or were too a particular address, and so on.
2636 That may be the end of what you are doing, or you may want to use Apply to
2637 Save or Forward or Print all of the selected messages.
2639 Some related help topics are
2640 <UL>
2641 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2642 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2643 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2644 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2645 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2646 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2647 </UL>
2649 &lt;End of help on this topic&gt;
2650 </BODY>
2651 </HTML>
2652 ===== h_mainhelp_readingnews ======
2653 <HTML>
2654 <HEAD>
2655 <TITLE>Reading News</TITLE>
2656 </HEAD>
2657 <BODY>
2658 <H1>Reading News</H1>
2660 <H2>Background</H2>
2661 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2662 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2663 Usenet newsgroups allow groups of people with common interests to discuss 
2664 particular topics. You might find newsgroups related to your career, or you 
2665 might wish to check out the online discussion among the fans of your favorite 
2666 television show. 
2668 <H2>Configuring Alpine for Reading News</H2>
2669 Alpine often arrives
2670 pre-configured by your system administrator to automatically access the
2671 newsgroups offered by your organization, Internet Service Provider, or
2672 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2673 need additional details on <a href="h_configuring_news">how to
2674 configure Alpine to read news</a>.
2676 <H2>Accessing Newsgroups</H2>
2677 The first step in reading news is to access the newsgroups collections
2678 screen from Alpine. If everything is configured properly, you should be able
2679 to do this by first typing L (folder List), then selecting the folder
2680 collection listed as "News." The actual name of this collection may differ
2681 from system to system.
2683 <H2>Subscribing to Newsgroups</H2>
2685 Once you have accessed the news collection, you need to subscribe to a
2686 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2687 will keep a record of the newsgroups in which you are interested and which
2688 articles in those newsgroups have been read.
2690 <H2>Using Newsgroups</H2> 
2691 Alpine uses the similar commands to read news as to read mail. For example,
2692 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2693 and the R command Replies to a news posting. Basically, Alpine allows you to
2694 read news as if it were mail, so you don't need to change the way you
2695 interact with Alpine.
2697 There is also additional Alpine help available on 
2698 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2700 &lt;End of help on this topic&gt;
2701 </BODY>
2702 </HTML>
2703 ===== h_mainhelp_securing ======
2704 <HTML>
2705 <HEAD>
2706 <TITLE>Securing your Alpine Session</TITLE>
2707 </HEAD>
2708 <BODY>
2709 <H1>Securing your Alpine Session</H1>
2711 By default, Alpine will attempt to connect to an IMAP server on the normal
2712 IMAP service port (143).
2713 If the Alpine you are using has been built to
2714 support &quot;Transport Layer Security&quot; (TLS)
2715 and &quot;Secure Sockets Layer&quot; (SSL) 
2716 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
2717 and the server offers the STARTTLS capability, then a secure (encrypted)
2718 session will be established.
2720 When you are connected to a remote folder the titlebar will contain a plus sign
2721 in the far right column if the connection is encrypted using TLS or SSL.
2722 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
2723 if the connection is encrypted.
2725 <H2>More Information on Alpine with SSL and TLS</H2>
2726 <UL>
2727 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
2728 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
2729 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
2730 <LI> <A HREF="h_config_quell_ssl_largeblocks"><!--#echo var="FEAT_quell-ssl-largeblocks"--></A> PC-Alpine feature for working around OS SSL-problems</A> </LI>
2731 </UL>
2732 <H2>Here are some other security-related features and options</H2>
2734 <UL>
2735 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
2736 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
2737 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
2738 </UL>
2740 &lt;End of help on this topic&gt;
2741 </BODY>
2742 </HTML>
2743 ===== h_mainhelp_problems ======
2744 <HTML>
2745 <HEAD>
2746 <TITLE>Reporting Problems</TITLE>
2747 </HEAD>
2748 <BODY>
2749 <H1>Reporting Problems</H1>
2751 We ask that you first read the relevant help screens and then seek
2752 assistance from your own local support staff.  Once you are sure that your
2753 difficulty is not a local configuration problem, you might look at the
2754 help section explaining where to look for
2755 <A HREF="h_finding_help">more information</A> and where to 
2756 get assistance.
2759 <ADDRESS>
2760    Eduardo Chappa &lt;chappa@gmx.com&gt;
2761 </ADDRESS>
2764 &lt;End of help on this topic&gt;
2765 </BODY>
2766 </HTML>
2767 ===== h_main_menu_commands ======
2768 <HTML>
2769 <HEAD>
2770 <TITLE>MAIN MENU COMMANDS</TITLE>
2771 </HEAD>
2772 <BODY>
2773 <H1>MAIN MENU COMMANDS</H1>
2775 <!--chtml if pinemode="function_key"-->
2776 &nbsp;Available&nbsp;Commands&nbsp;--
2777 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
2778 &nbsp;------------------------------
2779 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
2780 ----------<BR>
2781 &nbsp;F1&nbsp;&nbsp;Show&nbsp;this&nbsp;help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F1&nbsp;&nbsp;Show&nbsp;this&nbsp;help&nbsp;text<BR>
2782 &nbsp;F2&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands&nbsp;&nbsp;&nbsp;F2&nbsp;&nbsp;Show&nbsp;other&nbsp;commands<BR>
2783 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
2784 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
2785 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
2786 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
2787 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
2788 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
2789 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2790 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2791 &nbsp;F7&nbsp;&nbsp;<A 
2792 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
2793 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2794 &nbsp;F8&nbsp;&nbsp;<A 
2795 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
2796 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
2797 HREF="h_main_release_notes">Release&nbsp;Notes</A>&nbsp;notes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F9&nbsp;&nbsp;<A 
2798 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
2799 &nbsp;F10&nbsp;<A 
2800 HREF="h_main_kblock">Lock&nbsp;Keyboard</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F10&nbsp;<A 
2801 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
2802 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2803 &nbsp;F11&nbsp;<A 
2804 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2805 <!--chtml else-->
2806 &nbsp;General&nbsp;Alpine&nbsp;Commands&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Main&nbsp;Menu&nbsp;Screen&nbsp;Commands<BR>
2807 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
2808 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;Other&nbsp;available&nbsp;commands<BR>
2809 &nbsp;C&nbsp;&nbsp;<A 
2810 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;P&nbsp;&nbsp;Select&nbsp;Previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu<BR>
2811 &nbsp;I&nbsp;&nbsp;<A 
2812 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;N&nbsp;&nbsp;Select&nbsp;Next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu<BR>
2813 &nbsp;L&nbsp;&nbsp;<A 
2814 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;R&nbsp;&nbsp;Display&nbsp;Alpine&nbsp;<A HREF="h_main_release_notes">Release&nbsp;Notes</A><BR>
2815 &nbsp;A&nbsp;&nbsp;<A 
2816 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
2817 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
2818 &nbsp;S&nbsp;&nbsp;<A 
2819 HREF="h_main_setup">SETUP</A>&nbsp;functions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;G&nbsp;&nbsp;<A 
2820 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2821 &nbsp;Q&nbsp;&nbsp;Quit&nbsp;Alpine&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;J&nbsp;&nbsp;<A HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
2822 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;&nbsp;<A 
2823 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2824 <!--chtml endif-->
2827 NOTE:
2828 <OL>
2829  <LI>For help on a particular command, highlight the bold text associated
2830 with it above and hit Return.
2831  <LI> The availability of certain commands (e.g. some of the options under
2832 SETUP) is determined by Alpine configuration files and system capabilities.
2833 At some sites, certain commands may not be available due to security or
2834 support concerns.
2835 </OL>
2837 &lt;End of help on this topic&gt;
2838 </BODY>
2839 </HTML>
2841 ===== h_command_line_options ======
2842 <HTML>
2843 <HEAD>
2844 <TITLE>COMMAND LINE OPTIONS</TITLE>
2845 </HEAD>
2846 <BODY>
2847 <H1>COMMAND LINE OPTIONS</H1>
2848 Possible starting arguments for Alpine:
2850 <DL COMPACT>
2852 <DT> <EM>[addresses]</EM>
2854 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
2855 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
2856 <EM>Alpine</EM> will startup in
2857 the composer with a message started to the addresses specified.
2858 Once the message is sent, the <EM>Alpine</EM> session closes.
2859 Standard input redirection is allowed.
2860 Separate multiple addresses with a space between them.
2861 Addresses are placed in the &quot;To&quot; field only.
2864 <DT> &lt; <EM>file</EM>
2866 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
2867 into the body of the message.
2868 Once the message is sent, the <EM>Alpine</EM> session closes. 
2871 <DT> -attach <EM>file</EM>
2873 <DD> Go directly into composer with given file attached.
2876 <DT> -attachlist <EM>file-list</EM>
2878 <DD> Go directly into composer with given files attached.
2879 This must be the last option on the command line.
2882 <DT> -attach_and_delete <EM>file</EM>
2884 <DD> Go directly into composer with given file attached, delete when finished.
2887 <DT> -aux <EM>local_directory</EM>
2889 <DD> <EM>PC-Alpine</EM> only.
2890 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
2891 files, like debug files, address books, and signature files.  The pinerc may 
2892 be local or remote.
2895 <DT> -bail
2897 <DD> If the personal configuration file doesn't already exist, exit.
2898 This might be useful if the configuration file is accessed using some
2899 remote filesystem protocol. If the remote mount is missing this will cause
2900 <EM>Alpine</EM> to quit instead of creating a new pinerc.
2903 <DT> -c <EM>n</EM>
2905 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
2906 This is used when there are multiple folder collections (contexts) and you 
2907 want to open a folder not in the primary collection.
2910 <DT> -conf
2912 <DD> Configuration: Prints a sample system configuration file to the
2913 screen or standard output. To generate an initial system configuration 
2914 file, execute
2916 <PRE><CODE>
2917                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
2918 </CODE></PRE>
2921 To generate a system configuration file using settings from an old
2922 system configuration file, execute
2924 <PRE><CODE>
2925                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
2926 </CODE></PRE>
2928 A system configuration file is not required.
2931 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
2933 <DD> Copy an address book file to a remote address book folder.
2934 If the remote folder doesn't exist, it will be created.
2935 If it exists but the first message in the folder isn't a remote address
2936 book header message, the copy will be aborted.
2937 This flag will not usually be used by a user.
2938 Instead, the user will create a remote address book from within <EM>Alpine</EM>
2939 and copy entries from the local address book by using aggregate Save in
2940 the address book screen.
2943 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
2945 <DD> Copy a pinerc configuration file to a remote pinerc folder.
2946 If the remote folder doesn't exist, it will be created.
2947 If it exists but the first message in the folder isn't a remote pinerc
2948 header message, the copy will be aborted.
2949 This flag may be useful to users who already have a local pinerc file and
2950 would like to convert it to a remote pinerc folder and use that instead.
2951 This gives a way to bootstrap that conversion without having to manually
2952 reset all of the variables in the remote pinerc folder.
2955 <DT> -d <EM>debug-level</EM>
2957 <DD> Debug Level:  Sets the level of debugging information written by
2958 <EM>Alpine</EM>.
2959 <EM>debug-level</EM> can be set to any integer 0-9.
2960 A debug level of 0 turns off debugging for the session.
2961 (Actually there are some levels higher than 9, but you probably don't
2962 want to see them.)
2965 <DT> -d <EM>keywords</EM>
2967 <DD> You may use a more detailed version of the debugging flag to set
2968 the debug level in separate parts of <EM>Alpine</EM>.
2969 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
2970 verbose=0..9.
2971 <EM>Flush</EM> causes debugging information to be flushed immediately to
2972 the debug file as it is written.
2973 <EM>Verbose</EM> is the general debugging verbosity level.
2974 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
2975 is useful when you are trying to figure out what is responsible for delays.
2976 <EM>Numfiles</EM> sets the number of debug files saved.
2977 <EM>Imap</EM> sets the debug level for the debugging statements related
2978 to the conversation with the IMAP server, and more generally, for the
2979 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
2980 <EM>Tcp</EM> turns on some TCP/IP debugging.
2983 <DT> -f <EM>folder</EM>
2985 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
2986 of the standard INBOX.
2989 <DT> -F <EM>file</EM>
2991 <DD> Open named text file for viewing and forwarding.
2994 <DT> -h
2996 <DD> Help:  Prints the list of available command-line arguments to the
2997 screen.
3000 <DT> -i
3002 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3003 screen instead of the MAIN MENU.
3006 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3009 <DT> -I <EM>a,b,c,...</EM>
3011 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3012 sequence of commands upon startup.
3013 This allows users to get <EM>Alpine</EM> to start in any
3014 of its menus/screens.
3015 You cannot include any input to the composer in the initial keystrokes.
3016 The key &lt;Return&gt; is represented by a ``CR'' in
3017 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3018 Control keys are two character sequences beginning with ``^'', such as
3019 ``^I''.
3020 A tab character is ``TAB''.
3021 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3022 ``DOWN'', ``LEFT'', and ``RIGHT''.
3023 A restriction is that you can't mix function keys and character keys in this
3024 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3025 A user can always use only <EM>character</EM> keys in the startup list even
3026 if he or she is using <EM>function</EM> keys normally, or vice versa.
3027 If an element in this list is a string of characters surrounded by double
3028 quotes (&quot;) then it will be expanded into the individual characters in
3029 the string, excluding the double quotes.
3032 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3035 <DT> -install
3037 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3038 some basic information to help with getting properly set up.
3041 <DT> -k
3043 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3044 the input of commands to be function-keys.
3045 Otherwise, commands are linked to the regular character keys.
3048 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3049 <EM>Feature-List</EM>.
3052 <DT> -n <EM>n</EM>
3054 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3055 FOLDER INDEX screen with the current message being the specified
3056 message number.
3059 <DT> -nosplash
3061 <DD> <EM>PC-Alpine</EM> only.
3062 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3063 This may be helpful for certain troubleshooting or terminal server scenarios.
3066 <DT> -o <EM>folder</EM>
3068 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3071 <DT> -p <EM>pinerc</EM>
3073 <DD> Uses the named file as the personal configuration file instead of
3074 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3075 Alpinerc may be either a local file or a remote configuration folder.
3078 <DT> -P <EM>pinerc</EM>
3080 <DD> Uses the named file as the system wide configuration file instead of
3081 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3082 Alpinerc may be either a local file or a remote configuration folder.
3085 <DT> -passfile <EM>passfile</EM>
3087 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3088 This should be a fully-qualified filename.
3091 <DT> -pinerc <EM>file</EM>
3093 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3094 settings of variables that the user has made.
3095 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3098 <DT> -r
3100 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3101 <EM>Alpine</EM> in restricted mode can only send email to itself.
3102 Save and export are limited.
3105 <DT> -registry <EM>cmd</EM>
3107 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3108 <EM>Alpine</EM>'s registry entries.
3109 Possible values for <EM>cmd</EM> are set, clear, and dump.
3110 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3111 entries according to its current settings.
3112 <EM>Clear</EM> will clear the registry values.
3113 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3114 <EM>Dump</EM> will display the values of current registry settings.
3115 Note that the dump command is currently disabled.
3116 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3117 the registry only if there currently aren't any values set.
3120 <DT> -sort <EM>key</EM>
3122 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3123 FOLDER INDEX screen.
3124 <EM>Key</EM> can have the following values: 
3125 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3126 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3127 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3128 The default value is &quot;arrival&quot;.
3129 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3132 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3135 <DT> -uninstall
3137 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3138 in Windows settings.  The registry settings are removed and
3139 the password cache is cleared.
3142 <DT> -url <EM>url</EM>
3144 <DD> Open the given URL.
3147 <DT> -v
3149 <DD> Version:  Print version information to the screen.
3152 <DT> -x <EM>exceptions_config</EM>
3154 <DD> Configuration settings in the exceptions configuration override your normal
3155 default settings.
3156 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3159 <DT> -z
3161 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3162 will suspend the <EM>Alpine</EM> session.
3165 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3166 <EM>Feature-List</EM>.
3169 <DT> -<EM>option</EM>=<EM>value</EM>
3171 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3172 For example, <EM>-signature-file=sig1</EM> or
3173 <EM>-Feature-List=signature-at-bottom</EM>.
3174 Note:  Feature-List values are
3175 additive and features may be preceded with no- to turn them off.
3176 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3177 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3178 <EM>-Feature-List=signature-at-bottom</EM>.
3181 </DL>
3183 &lt;End of help on this topic&gt;
3184 </BODY>
3185 </HTML>
3186 ===== h_configuring_news ======
3187 <HTML>
3188 <HEAD>
3189 <TITLE>CONFIGURING NEWS</TITLE>
3190 </HEAD>
3191 <BODY>
3192 <H1>CONFIGURING NEWS</H1>
3193 Alpine can access news folders in any one of three different ways:
3194 <DL>
3195 <DT>REMOTE NNTP</DT>
3196 <DD>Using the Network News Transport Protocol (NNTP) to
3197 access news on a remote news server.  In this case the newsrc file is
3198 stored on the machine where Alpine is running.
3201 To specify a remote news-collection accessed via NNTP use the
3202 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3203 Server: value to the NNTP server's hostname appended with the
3204 communication method &quot;/service=NNTP&quot;, and set the Path:
3205 value to the &quot;#news.&quot; namespace (without the quotes).  See
3206 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3207 help text for a more complete explanation of access method, and the
3208 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3209 text for a more complete explanation of &quot;namespace&quot;.
3211 Instead of specifying a news-collection, you may simply set the
3212 <A HREF="h_config_nntp_server">NNTP Server</A>
3213 option, which will cause Alpine to create a default news-collection for you.
3214 Another NNTP option that may be of interest is
3215 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3217 <DT>REMOTE IMAP</DT>
3218 <DD>Using the Internet Message Access Protocol (IMAP) to
3219 access news on a remote news server.  In this case, your newsrc file is
3220 stored on the news server, in your home directory, so you must have an
3221 account on the news server, but you would be running Alpine on a different
3222 machine.  The news server must be running an IMAPd server process. 
3225 To specify a remote news-collection accessed via IMAP use the
3226 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3227 Server: value to the IMAP server's hostname, and set the Path: value
3228 to the &quot;#news.&quot; namespace (without the quotes).  See the
3229 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3230 text for a more complete explanation of &quot;namespace&quot;.
3232 </DD>
3234 <DT>LOCAL</DT>
3235 <DD>Using local file access to the news database.  In this
3236 case, your newsrc file is stored on the news server, in your home
3237 directory, so you must have an account on the news server, and you would
3238 be running Alpine on the same machine.
3241 To specify a local news-collection use the SETUP/collectionList
3242 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3243 set the Path: value to the &quot;#news.&quot; namespace (without the
3244 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3245 field's help text for a more complete explanation of &quot;namespace&quot;.
3247 </DD>
3248 </DL>
3252 NOTE: Should no news-collection be defined as above, Alpine will
3253 automatically create one using the Setup/Config screen's
3254 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3255 will be created as a &quot;Remote NNTP&quot; as described above.
3259 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3260 possible.  If you don't have an account on the news server, or if the news
3261 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3262 sure, ask your service provider, university, or company for help.)  In
3263 this case, your Unix .newsrc file can be transferred to your PC.  A good
3264 place to put it would be in the same directory as your PINERC file, under
3265 the name NEWSRC, but you can 
3266 <A HREF="h_config_newsrc_path">specify a different location</A>
3267 via Alpine's Setup/Config screen.
3270 Other configuration features related to news are
3271 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3272 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3273 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3274 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3275 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3276 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3277 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3278 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3281 &lt;End of help on this topic&gt;
3282 </BODY>
3283 </HTML>
3284 ===== h_reading_news ======
3285 <HTML>
3286 <HEAD>
3287 <TITLE>READING NEWS</TITLE>
3288 </HEAD>
3289 <BODY>
3290 <H1>READING NEWS</H1>
3292 Alpine uses almost the same commands for manipulating news folders as for
3293 mail folders.  This means, for example, that when you are done with a
3294 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3295 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3296 most newsreaders, wherein a message is implicitly dismissed after you have
3297 looked at it once. We strongly believe that Alpine should offer as much
3298 consistency as possible between mail and news, so the mail paradigm --
3299 wherein a message does not magically disappear without explicit action by
3300 the user -- is used for news as well. <P>
3302 If you answer a message in a news folder, the index view will show the
3303 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3304 keep track of what news as been read has no way of storing this flag, so
3305 it will not be preserved across sessions.  The Deleted flag is the only
3306 one that is preserved when you leave and then return to a newsgroup.  As an
3307 additional note on replies, when you Reply to a newsgroup message and say
3308 you want to reply to all recipients, Alpine will ask if you want to post the
3309 message to all the newsgroups listed in the original message. <P>
3311 If you would like Alpine to mark more-or-less recent news messages as
3312 &quot;New&quot;, then set the
3313 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3314 feature (which is set by default).  This will cause messages after the last one you have marked as
3315 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3316 &quot;N&quot; status often makes it easier to distinguish later news
3317 articles from those you've previously seen, but not yet disposed of via
3318 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3319 record of which messages you have not seen.
3322 A frequent operation in news-reading is &quot;catching up&quot; -- that
3323 is, getting rid of all the messages in the newsgroup so that you can
3324 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3325 Select command.  You would enter the following four keystrokes:
3326 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3327 dismiss) command to all of them.
3330 There are also additional details on 
3331 <A HREF="h_configuring_news">configuring news</a>.
3334 &lt;End of help on this topic&gt;
3335 </BODY>
3336 </HTML>
3337 ====== h_help_index ======
3338 <HTML>
3339 <HEAD>
3340 <TITLE>Help Index</TITLE>
3341 </HEAD>
3342 <BODY>
3343 <H1>Help Index</H1>
3344 <ul>
3345 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3346 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3347 <li><a href="h_main_addrbook">Address Book Command</a>
3348 <li><a href="h_abook_view">Address Book View Explained</a>
3349 <li><a href="h_compose_addrcomplete">Address Completion</a>
3350 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3351 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3352 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3353 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3354 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3355 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3356 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3357 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3358 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3359 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3360 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3361 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3362 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3363 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3364 <li><a href="h_news_legal">Alpine Legal Notices</a>
3365 <li><a href="h_compose_alted">Alt Editor Command</a>
3366 <li><a href="h_index_cmd_apply">Apply Command</a>
3367 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3368 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3369 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3370 <li><a href="h_composer_browse">BROWSER</a>
3371 <li><a href="h_common_bounce">Bounce Command</a>
3372 <li><a href="h_compose_cancel">Cancel Command</a>
3373 <li><a href="h_config_change_your_from">Changing your From Address</a>
3374 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3375 <li><a href="h_mainhelp_color">Color</a>
3376 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3377 <li><a href="h_composer">COMPOSER COMMANDS</a>
3378 <li><a href="h_mainhelp_composing">Composing Messages</a>
3379 <li><a href="h_mainhelp_collections">Collection Lists</a>
3380 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3381 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3382 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3383 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3384 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3385 <li><a href="h_common_compose">Compose Command</a>
3386 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3387 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3388 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3389 <li><a href="h_mainhelp_config">Configuration</a>
3390 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3391 <li><a href="h_config_dflt_color">Default Color</a>
3392 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3393 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3394 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3395 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3396 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3397 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3398 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3399 <li><a href="h_ge_export">Export File Selection</a>
3400 <li><a href="h_ge_allparts">Export Message File Selection</a>
3401 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3402 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3403 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3404 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3405 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3406 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3407 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3408 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3409 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3410 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3411 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3412 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3413 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3414 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3415 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3416 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3417 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3418 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3419 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3420 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3421 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3422 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3423 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3424 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3425 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3426 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3427 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3428 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3429 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3430 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3431 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3432 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3433 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3434 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3435 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3436 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3437 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3438 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3439 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3440 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3441 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3442 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3443 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3444 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3445 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3446 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3447 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3448 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3449 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3450 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3451 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3452 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3453 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3454 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3455 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3456 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3457 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3458 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3459 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3460 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3461 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3462 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3463 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3464 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3465 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3466 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3467 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3468 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3469 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3470 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3471 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3472 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3473 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3474 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3475 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3476 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3477 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3478 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3479 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3480 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3481 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3482 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3483 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3484 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3485 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3486 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3487 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3488 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3489 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3490 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3491 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3492 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3493 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3494 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3495 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3496 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3497 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3498 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3499 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3500 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3501 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3502 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3503 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3504 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3505 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3506 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3507 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3508 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3509 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3510 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3511 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3512 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3513 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3514 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3515 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3516 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3517 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3518 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3519 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3520 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3521 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3522 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3523 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3524 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3525 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3526 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3527 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3528 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3529 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3530 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3531 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3532 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3533 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3534 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3535 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3536 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3537 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3538 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3539 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3540 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3541 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3542 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3543 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3544 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3545 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3546 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3547 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3548 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3549 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3550 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3551 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3552 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3553 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3554 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3555 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3556 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3557 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3558 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3559 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3560 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3561 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3562 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3563 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3564 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3565 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3566 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3567 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3568 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3569 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3570 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3571 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3572 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3573 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3574 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3575 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3576 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3577 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3578 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3579 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3580 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3581 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3582 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3583 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3584 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3585 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3586 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3587 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3588 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3589 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3590 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3591 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3592 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3593 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3594 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3595 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3596 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3597 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3598 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3599 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3600 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3601 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3602 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3603 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3604 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3605 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3606 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3607 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3608 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3609 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3610 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3611 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3612 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3613 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3614 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3615 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3616 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3617 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3618 <li><a href="h_mainhelp_filtering">Filtering</a>
3619 <li><a href="h_finding_help">Finding more information and requesting help</a>
3620 <li><a href="h_common_flag">Flag Command</a>
3621 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3622 <li><a href="h_mainhelp_folders">Folders</a>
3623 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3624 <li><a href="h_common_folders">Folder List Command</a>
3625 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3626 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3627 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3628 <li><a href="h_config_change_your_from">From Address, Changing</a>
3629 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3630 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3631 <li><a href="h_common_goto">Goto Command</a>
3632 <li><a href="h_common_hdrmode">HdrMode Command</a>
3633 <li><a href="h_mainhelp_pinehelp">Help</a>
3634 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3635 <li><a href="h_folder_maint">Help for Folder List</a>
3636 <li><a href="h_valid_folder_names">IMAP</a>
3637 <li><a href="h_ge_import">Import File Selection</a>
3638 <li><a href="h_mainhelp_index">Index of Messages</a>
3639 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3640 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3641 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3642 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3643 <li><a href="h_mainhelp_intro">Introduction</a>
3644 <li><a href="h_main_journal">Journal Command</a>
3645 <li><a href="h_common_jump">Jump Command</a>
3646 <li><a href="h_compose_justify">Justify Command</a>
3647 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3648 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3649 <li><a href="h_mainhelp_ldap">LDAP</a>
3650 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3651 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3652 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3653 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3654 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3655 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3656 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3657 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3658 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3659 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3660 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3661 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3662 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3663 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3664 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3665 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3666 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3667 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3668 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3669 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3670 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3671 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3672 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3673 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3674 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3675 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3676 <li><a href="h_common_index">Message Index Command</a>
3677 <li><a href="h_mainhelp_mouse">Mouse</a>
3678 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3679 <li><a href="new_user_greeting">NEW USER GREETING</a>
3680 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3681 <li><a href="h_mainhelp_readingnews">News Reading</a>
3682 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3683 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3684 <li><a href="h_common_nextnew">NextNew Command</a>
3685 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3686 <li><a href="h_mainhelp_readingnews">NNTP</a>
3687 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3688 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3689 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3690 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3691 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3692 <li><a href="h_config_color_style">OPTION: Color Style</a>
3693 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3694 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3695 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3696 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3697 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3698 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3699 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3700 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3701 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3702 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3703 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3704 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3705 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3706 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3707 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3708 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3709 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3710 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3711 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3712 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
3713 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
3714 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
3715 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
3716 <li><a href="h_config_font_name">OPTION: Font Name</a>
3717 <li><a href="h_config_font_size">OPTION: Font Size</a>
3718 <li><a href="h_config_font_style">OPTION: Font Style</a>
3719 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
3720 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
3721 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
3722 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
3723 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
3724 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
3725 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
3726 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
3727 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
3728 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
3729 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
3730 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
3731 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3732 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
3733 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
3734 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
3735 <li><a href="h_config_index_color">OPTION: Index Colors</a>
3736 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
3737 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
3738 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
3739 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
3740 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
3741 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
3742 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
3743 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
3744 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
3745 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
3746 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
3747 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
3748 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
3749 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
3750 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
3751 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
3752 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
3753 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
3754 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
3755 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
3756 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
3757 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
3758 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
3759 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
3760 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
3761 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
3762 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
3763 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
3764 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
3765 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
3766 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
3767 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
3768 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
3769 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
3770 <li><a href="h_config_pat_old">OPTION: Patterns</a>
3771 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
3772 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
3773 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
3774 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
3775 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
3776 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
3777 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
3778 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
3779 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
3780 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
3781 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
3782 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
3783 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
3784 <li><a href="h_config_printer">OPTION: Printer</a>
3785 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
3786 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
3787 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
3788 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
3789 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
3790 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
3791 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
3792 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
3793 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
3794 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
3795 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
3796 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
3797 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
3798 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
3799 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
3800 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
3801 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
3802 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
3803 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
3804 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
3805 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
3806 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
3807 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
3808 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
3809 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
3810 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
3811 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
3812 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
3813 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
3814 <li><a href="h_config_status_color">OPTION: Status Color</a>
3815 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
3816 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
3817 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
3818 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
3819 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
3820 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
3821 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
3822 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
3823 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
3824 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
3825 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
3826 <li><a href="h_config_title_color">OPTION: Title Color</a>
3827 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
3828 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
3829 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
3830 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
3831 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
3832 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
3833 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
3834 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
3835 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
3836 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
3837 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
3838 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
3839 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
3840 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
3841 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
3842 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
3843 <li><a href="h_config_window_position">OPTION: Window-Position</a>
3844 <li><a href="h_mainhelp_patterns">Patterns</a>
3845 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
3846 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
3847 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
3848 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
3849 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
3850 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
3851 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
3852 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
3853 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
3854 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
3855 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
3856 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
3857 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
3858 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
3859 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
3860 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
3861 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
3862 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
3863 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
3864 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
3865 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
3866 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
3867 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
3868 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
3869 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
3870 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
3871 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
3872 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
3873 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
3874 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
3875 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
3876 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
3877 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
3878 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
3879 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
3880 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
3881 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
3882 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
3883 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
3884 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
3885 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
3886 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
3887 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
3888 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
3889 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
3890 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
3891 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
3892 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
3893 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
3894 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
3895 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
3896 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
3897 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
3898 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
3899 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
3900 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
3901 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
3902 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
3903 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
3904 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
3905 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
3906 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
3907 <li><a href="h_common_pipe">Pipe Command</a>
3908 <li><a href="h_valid_folder_names">POP</a>
3909 <li><a href="h_common_postpone">Postpone Command</a>
3910 <li><a href="h_common_print">Print Command</a>
3911 <li><a href="h_mainhelp_readingnews">Reading News</a>
3912 <li><a href="h_news">RELEASE NOTES for Alpine</a>
3913 <li><a href="h_mainhelp_roles">Roles</a>
3914 <li><a href="h_role_select">ROLES SCREEN</a>
3915 <li><a href="h_compose_readfile">Read File Command</a>
3916 <li><a href="h_mainhelp_reading">Reading Messages</a>
3917 <li><a href="h_main_release_notes">Release Notes Command</a>
3918 <li><a href="h_common_reply">Reply and Forward Commands</a>
3919 <li><a href="h_compose_richhdr">Rich Header Command</a>
3920 <li><a href="h_common_role">Role Command</a>
3921 <li><a href="h_mainhelp_smime">S/MIME</a>
3922 <li><a href="h_index_cmd_select">Searching for Messages</a>
3923 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
3924 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
3925 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
3926 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
3927 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
3928 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
3929 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
3930 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
3931 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
3932 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
3933 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
3934 <li><a href="h_common_save">Save and Export Commands</a>
3935 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
3936 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
3937 <li><a href="h_compose_send">Send Command</a>
3938 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
3939 <li><a href="h_main_setup">Setup Command</a>
3940 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
3941 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
3942 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
3943 <li><a href="h_mainhelp_smime">S/MIME</a>
3944 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
3945 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
3946 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
3947 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
3948 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
3949 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
3950 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
3951 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
3952 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
3953 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
3954 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
3955 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
3956 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
3957 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
3958 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
3959 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
3960 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
3961 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
3962 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
3963 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
3964 <li><a href="h_index_cmd_sort">Sort Command</a>
3965 <li><a href="h_compose_spell">Spell Check Command</a>
3966 <li><a href="h_common_suspend">Suspend Command</a>
3967 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
3968 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
3969 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
3970 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
3971 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
3972 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
3973 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
3974 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
3975 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
3976 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
3977 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
3978 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
3979 <li><a href="h_common_take">TakeAddr Command</a>
3980 <li><a href="h_mainhelp_status">Titlebar Line</a>
3981 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
3982 <li><a href="h_config_usenone_color">Use None Color</a>
3983 <li><a href="h_config_usenormal_color">Use Normal Color</a>
3984 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
3985 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
3986 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
3987 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
3988 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
3989 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
3990 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
3991 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
3992 </UL>
3995 &lt;End of Help Index&gt;
3996 </BODY>
3997 </HTML>
4000 ============== h_config_remote_config =============
4001 <HTML>
4002 <HEAD>
4003 <TITLE>Remote Configuration</TITLE>
4004 </HEAD>
4005 <BODY>
4006 <H1>Remote Configuration</H1>
4008 You may use the command line argument &quot;-p pinerc&quot; to tell
4009 Alpine to use a non-default configuration file.
4010 There are two types of storage for configuration information.
4011 <EM>Local</EM> configuration files are used by default.
4012 These are just regular files on the UNIX system or on the PC.
4013 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4014 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4015 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4016 The advantage of using a remote configuration is that the same information
4017 may be accessed from multiple platforms.
4018 For example, if you use one computer at work and another at home, the same
4019 configuration could be used from both places.
4020 A configuration change from one place would be seen in both places.
4021 To use a remote configuration you simply give a
4022 <A HREF="h_valid_folder_names">remote folder name</A>
4023 as the argument to the &quot;-p&quot; command line option.
4024 The command line might look something like:
4026 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4028 If there are special characters in the command shell you use, you may need to
4029 quote the last argument (to protect the curly braces from the shell).
4030 The command might look like:
4032 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4034 You should choose a folder name for a folder that does not yet exist.
4035 It will be created containing an empty configuration.
4036 Do not use a folder that you wish to store regular mail messages in.
4038 The Setup/RemoteConfigSetup command will help you convert from a local
4039 configuration to a remote configuration.
4040 It will create a remote configuration for you and copy your current local
4041 configuration to it.
4042 It will also help you convert local address books into remote address books
4043 and local signature files into literal signatures contained in the
4044 remote configuration file.
4046 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4047 may copy a local pinerc file to a remote configuration folder by hand
4048 by using the command line option &quot;-copy_pinerc&quot;.
4050 Another command line option, which is somewhat related to remote
4051 configuration, is the option &quot;-x exceptions_config&quot;.
4052 The configuration settings in the exceptions configuration override
4053 your default settings.
4054 It may be useful to store the default configuration (the -p argument) remotely
4055 and to have the exceptions configuration stored in a local file.
4056 You might put generic configuration information in the remote configuration
4057 and platform-specific configuration on each platform in the exceptions
4058 configuration.
4059 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4060 can be either remote folders or local files.
4062 There is another command line argument that works only with PC-Alpine and
4063 which may prove useful when using a remote configuration.
4064 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4065 to store your local auxiliary files.
4066 This only has an effect if your configuration file is remote.
4067 Some examples of auxiliary files are debug files, address book files, and
4068 signature files.
4070 &lt;End of help on this topic&gt;
4071 </BODY>
4072 </HTML>
4073 ============== h_config_exceptions =============
4074 <HTML>
4075 <HEAD>
4076 <TITLE>Generic and Exceptional Configuration</TITLE>
4077 </HEAD>
4078 <BODY>
4079 <H1>Generic and Exceptional Configuration</H1>
4081 If you use Alpine from more than one platform it may be convenient
4082 to split your configuration information into two pieces, a generic piece
4083 and exceptions that apply to a particular platform.
4084 For example, suppose you use Alpine from home and from work.
4085 Most of your configuration settings are probably the
4086 same in both locations, so those settings belong in the generic settings
4087 configuration.
4088 However, you may use a different SMTP server and INBOX
4089 from home than you do from work.
4091 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4093 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4094 options could be
4095 part of your exceptional configuration so that they could be different in the
4096 two places.
4098 The command line option &quot;-x exceptions_config&quot;
4099 may be used to split your configuration into generic and exceptional pieces.
4100 &quot;Exceptions_config&quot; may be either local or remote.
4101 The regular Alpine configuration file will contain the generic data, and
4102 &quot;exceptions_config&quot; will contain the exceptional data.
4104 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4105 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4106 in the same local directory that the regular config file is located in (usually
4107 the Unix home directory).
4108 If the regular config file is remote (because the command line option
4109 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4110 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4111 If the file does not already exist then no exceptions will be used.
4112 You can force exceptions to be used by using the &quot;-x&quot; option or
4113 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4115 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4116 PC-Alpine will use the value of the
4117 environment variable <CODE>$PINERCEX</CODE>.
4118 If that is not set, PC-Alpine will look for
4119 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4120 in the same local directory that the regular config file is located in.
4121 If the regular config file is remote (because the command line option
4122 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4123 local directory specified by the &quot;-aux local_directory&quot; command
4124 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4125 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4127 When you have an exception configuration there is a new command
4128 in the Alpine Setup screen, Setup/eXceptions.
4129 It toggles between exceptions and the regular configuration.
4130 This is the usual way to make changes in your exceptional configuration data.
4131 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4132 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4133 for Config or &quot;K&quot; for Kolor.
4135 For most people, splitting the configuration information into two pieces is
4136 going to be most useful if the generic information is accessed
4137 <A HREF="h_config_remote_config">remotely</A>).
4138 That data will be the same no matter where you access it from and if you
4139 change it that change will show up everywhere.
4140 The exceptional data will most commonly be in a local file, so that the
4141 contents may easily be different on each computing platform used.
4143 If you already have a local configuration file with settings you like
4144 you may find that the command Setup/RemoteConfigSetup is useful
4145 in helping you convert to a remote configuration.
4146 The command line flag &quot;-copy_pinerc&quot;
4147 may also be useful.
4149 &lt;End of help on this topic&gt;
4150 </BODY>
4151 </HTML>
4152 ============== h_config_inheritance =============
4153 <HTML>
4154 <HEAD>
4155 <TITLE>Configuration Inheritance</TITLE>
4156 </HEAD>
4157 <BODY>
4158 <H1>Configuration Inheritance</H1>
4160 Configuration inheritance is a power user feature.
4161 It is confusing and not completely supported by the configuration
4162 user interface.
4163 We start with an explanation of how configuration works in hopes of making
4164 it easier to describe how inheritance works.
4166 Alpine uses a hierarchy of configuration values from different locations.
4167 There are five ways in which each configuration option (configuration
4168 variable) can be set.
4169 In increasing order of precedence they are:
4171 <OL>
4172 <LI> the system-wide configuration file.
4174 <LI> the personal configuration file
4176 <LI> the personal exceptions file
4178 <LI> a command line argument
4180 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4181 </OL>
4183 The fixed configuration file is normally
4184 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4186 The system-wide configuration file is normally
4187 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4188 set for PC-Alpine.
4189 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4190 is used for the system-wide configuration.
4191 This location can be set or changed on the command line with the -P flag.
4192 The system-wide configuration file can be either a local file or a
4193 remote configuration folder.
4195 For Unix Alpine, the personal configuration file is normally the file
4196 <CODE>.pinerc</CODE> in the user's home directory.
4197 This can be changed with the -p command line flag.
4198 For PC-Alpine, the personal configuration file is in
4199 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4200 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4201 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4202 This can be changed with the -p command line flag.
4203 If -p is used, the configuration data may be in a local file or a remote config
4204 folder.
4206 For Unix Alpine, the personal exceptions configuration file is named
4207 <CODE>.pinercex</CODE> and is in the same directory as the personal
4208 configuration file, if that configuration file is not remote, and is in
4209 the home directory if the personal configuration file is remote.
4210 If the file exists, then exceptions are turned on.
4211 If it doesn't, then you are not using exceptions.
4212 Alternatively, you may change the location of the exceptions configuration
4213 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4214 Like the personal configuration data, exceptions_config may be
4215 either local or remote.
4217 For PC-Alpine, the personal exceptions configuration file is named
4218 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4219 configuration file unless the personal configuration file is remote.
4220 In that case, it is in the local directory specfied by the
4221 &quot;-aux local_directory&quot; command line argument.
4222 (In the case that the personal configuration is remote and there is no
4223 &quot;-aux&quot; command line argument, Alpine searches for
4224 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4225 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4226 If the file exists, then exceptions are turned on.
4227 If it doesn't, then you are not using exceptions.
4228 You may change the location of the exceptions configuration
4229 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4230 or with the
4231 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4232 option).
4234 To reiterate, the value of a configuration option is taken from the
4235 last location in the list above in which it is set.
4236 Or, thinking about it slightly differently, a default value for an option
4237 is established in the system-wide configuration file (or internally by Alpine
4238 if there is no value in the system-wide file).
4239 That default remains in effect until and unless it is overridden by a value in a
4240 location further down the list, in which case a new &quot;default&quot;
4241 value is established.
4242 As we continue down the list of locations we either retain the
4243 value at each step or establish a new value.
4244 The value that is still set after going through the whole list of
4245 configuration locations is the one that is used.
4247 So, for example, if an option is set in the system-wide configuration
4248 file and in the personal configuration file, but is not set in the
4249 exceptions, on the command line, or in the fixed file; then the value
4250 from the personal configuration file is the one that is used.
4251 Or, if it is set in the system-wide config, in the personal config, not
4252 in the exceptions, but is set on the command line; then the value
4253 on the command line is used.
4255 Finally we get to inheritance.
4256 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4257 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4258 the inheritance mechanism makes it possible to <EM>combine</EM>
4259 the values from different locations instead of <EM>replacing</EM> the value.
4260 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4261 for which you may already set whatever you want at
4262 any configuration location (by using the &quot;no-&quot; prefix if
4263 necessary).
4265 To use inheritance, set the first item in a configuration list to the
4266 token &quot;INHERIT&quot;, without the quotes.
4267 If the first item is &quot;INHERIT&quot;,
4268 then instead of replacing the default value established so far, the rest of
4269 the list is appended to the default value established so far and that is
4270 the new value.
4272 Here is an example which may make it clearer. Suppose we have:
4274 <PRE>
4275  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4276  Personal config    :   smtp-server = INHERIT, mysmtp.home
4277  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4278  Command line       :   smtp-server = &lt;No Value Set&gt;
4279  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4280 </PRE>
4283 This would result in an effective smtp-server option of
4285 <PRE>
4286  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4287 </PRE>
4289 The &quot;INHERIT&quot; token can be used in any of the configuration files
4290 and the effect cascades.
4291 For example, if we change the above example to:
4293 <PRE>
4294  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4295  Personal config    :   smtp-server = INHERIT, mysmtp.home
4296  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4297  Command line       :   smtp-server = &lt;No Value Set&gt;
4298  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4299 </PRE>
4302 This would result in:
4304 <PRE>
4305  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4306 </PRE>
4308 Unset variables are skipped over (the default value is carried forward) so
4309 that, for example:
4311 <PRE>
4312  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4313  Personal config    :   smtp-server = &lt;No Value Set&gt;
4314  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4315  Command line       :   smtp-server = &lt;No Value Set&gt;
4316  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4317 </PRE>
4320 produces:
4322 <PRE>
4323  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4324 </PRE>
4327 If any later configuration location has a value set (for a particular list
4328 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4329 then that value replaces whatever value has been defined up to that point.
4330 In other words, that cancels out any previous inheritance.
4332 <PRE>
4333  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4334  Personal config    :   smtp-server = INHERIT, mysmtp.org
4335  Exceptions config  :   smtp-server = yoursmtp.org
4336  Command line       :   smtp-server = &lt;No Value Set&gt;
4337  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4338 </PRE>
4341 results in:
4343 <PRE>
4344  smtp-server = yoursmtp.org
4345 </PRE>
4348 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4349 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4350 difficult to insert the value &quot;INHERIT&quot; into the list of values
4351 for the option using the normal Setup tools.
4352 In other words, the color setting screen (for example) does not
4353 provide a way to input the text &quot;INHERIT&quot; as the first
4354 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4355 The way to do this is to either edit the pinerc file directly and manually
4356 insert it, or turn
4357 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4358 feature and insert it using the Setup/Config screen.
4360 &lt;End of help on this topic&gt;
4361 </BODY>
4362 </HTML>
4363 ============== h_special_xon_xoff =============
4364 <HTML>
4365 <HEAD>
4366 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4367 </HEAD>
4368 <BODY>
4369 <H1>XOFF/XON Handling within Alpine</H1>
4371 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4372 and XON) as normal characters, even though Alpine does not use them.
4373 However, the printer, modem, or communication software you are using may
4374 be configured for &quot;software flow control,&quot; which means that
4375 XON/XOFF must be treated as special characters by the operating system.
4376 If you see messages such as &quot;^S not defined for this screen&quot;,
4377 then your system is probably using software flow control. In this case
4378 you will need to set the
4379 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4380 feature.
4382 If you <EM>do</EM> set this
4383 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4384 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4385 and see if that puts things right.  Printing via the
4386 &quot;attached-to-ansi&quot; or 
4387 &quot;attached-to-wyse&quot;
4388 option will automatically enable software
4389 flow-control handling for the duration of the printing.
4391 &lt;End of help on this topic&gt;
4392 </BODY>
4393 </HTML>
4394 ============= h_special_help_nav =============
4395 <HTML>
4396 <HEAD>
4397 <TITLE>Help Text Navigation Explained</TITLE>
4398 </HEAD>
4399 <BODY>
4400 <H1>Help Text Navigation Explained</H1>
4402 Alpine contains extensive context-sensitive help text.   At any point, 
4403 pressing the &quot;?&quot; key will bring up a page of help text
4404 explaining the options available to you.  You can leave the help
4405 text screen and return to normal Alpine operation by pressing
4407 <!--chtml if pinemode="function_key"-->
4408 F3 function
4409 <!--chtml else-->
4410 &quot;E&quot;
4411 <!--chtml endif-->
4412 key to Exit Help at any time.
4415 Within the help screen you might find a word or phrase displayed in 
4416 inverse text and others displayed in bold typeface.  Such words and
4417 phrases are used to tell you Alpine has more information available on
4418 the topic they describe.
4419 The inverted text is the &quot;selected&quot; topic.  
4420 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4421 displayed in bold type
4422 is &quot;selected&quot;.
4423 Hit the Return key to display the information Alpine has available on that
4424 topic.  While viewing such additional information, the 
4425 <!--chtml if pinemode="function_key"-->
4426 F3 function
4427 <!--chtml else-->
4428 &quot;P&quot;
4429 <!--chtml endif-->
4430 key will return you to the previous help screen, and the
4431 <!--chtml if pinemode="function_key"-->
4432 F2 function
4433 <!--chtml else-->
4434 &quot;E&quot;
4435 <!--chtml endif-->
4436 key will Exit the Help system altogether.
4439 The "N" command will tell you the internal name of the help text you are 
4440 reading each time, so that you can send this name in the text of a message 
4441 and create a direct link to that internal help using the x-pine-help URL 
4442 scheme. For example, the direct link to this item is 
4443 x-pine-help:h_special_help_nav. If you add this text to a message, then
4444 a person using Pine to read such message would have a direct link to this
4445 help text.
4448 When you are finished reading this help text, you can press the
4449 <!--chtml if pinemode="function_key"-->
4450 F3 function
4451 <!--chtml else-->
4452 &quot;P&quot;
4453 <!--chtml endif-->
4454 key to return to the previously displayed help text.
4457 &lt;End of help on this topic&gt;
4458 </BODY>
4459 </HTML>
4460 ============= h_special_list_commands =============
4461 <HTML>
4462 <HEAD>
4463 <TITLE>Email List Commands Explained</TITLE>
4464 </HEAD>
4465 <BODY>
4466 <H1>Email List Commands Explained</H1>
4468 Electonic mail lists provide a way for like-minded users to join in
4469 discussions on topics of interest.  The email list itself is 
4470 represented by a
4471 single address that participants send messages to when they have
4472 something of interest to share with other members of the list.  The
4473 receiving computer then, either automatically or after review by the
4474 list's owner (or moderator), sends a copy of that message to each
4475 member of the list.
4478 Usually, subscribing and unsubscribing is done by sending requests in
4479 an email message to a special address setup to handle managing list
4480 membership.  Often this is the name of the list followed by
4481 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4482 the address used to send messages to the list.
4485 Unfortunately, email list participation commands are more a matter
4486 of convention than standard, and thus may vary from list to list.
4487 Increasingly, list management software is adding information to
4488 the copy of the postings as they're copied to the list members that
4489 explains how to do the various list management functions.
4492 Alpine will recognize this information and offer the management commands
4493 they represent in a simple display. One or more of the following
4494 operations will be made available:
4496 <DL>
4497 <DT>Help</DT>
4498 <DD>
4499 A method to get help on subscribing, unsubscribing, 
4500 an explanation of what the list is about, or special instructions
4501 for participation.  This may be in the form of a reply in response
4502 to an email message, or instructions on how to connect to a Web site.
4503 </DD>
4505 <DT>Unsubscribe</DT>
4506 <DD>
4507 A method to get your email addressed removed from the list of
4508 recipients of the email list.
4509 </DD>
4511 <DT>Subscribe</DT>
4512 <DD>
4513 A method to get your email address added to the list of recipients
4514 of the email list.  It may be in the form of a message sent to 
4515 a special address or you may be connected to a web site.
4516 <DD>
4517 </DD>
4519 <DT>Post</DT>
4520 <DD>
4521 A method used to post to the email list.  However, it might also 
4522 indicate that no posting is allowed directly to the list.
4523 </DD>
4525 <DT>Owner</DT>
4526 <DD>
4527 A method to contact the list owner for special questions you might
4528 have regarding the list.
4529 </DD>
4531 <DT>Archive</DT>
4532 <DD>
4533 A method to view an archive of previous messages posted to the list.
4534 This may be in the form of a mail folder on a remote computer, an
4535 IMAP mailbox or even a Web site.
4536 </DD>
4537 </DL>
4540 &lt;End of help on this topic&gt;
4541 </BODY>
4542 </HTML>
4543 ============= h_quota_command =============
4544 <HTML>
4545 <HEAD>
4546 <TITLE>Quota Screen Explained</TITLE>
4547 </HEAD>
4548 <BODY>
4549 <H1>Quota Screen Explained</H1>
4551 <P> This screen summarizes the quota report for this mailbox in the
4552 IMAP server. For each resource that you have a quota, this reports summarizes
4553 its use and limit.
4555 <P> Your IMAP server administrator may have set a quota based either on 
4556 the total size of your mailbox (STORAGE), or the number of messages in 
4557 your mailbox (MESSAGES), or some other criteria. This will be reported
4558 to you indicating the type of quota, its total use and its limit.
4560 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4561 1024 bytes. Each of the characters that you see in this help text is one 
4562 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4563 by Alpine are normally less than 4 kibibytes in size (which includes 
4564 headers and text). Other email programs may send messages with bigger 
4565 sizes when they send messages, since they send plain text and an 
4566 alternative part in HTML.
4568 <P> A convenient way to save space for the STORAGE type of quota is by 
4569 deleting attachments. This is done on each individual message by pressing 
4570 the &quot;V&quot; command while reading the message text, then moving the cursor 
4571 to the position of the attachment that is to be deleted, then pressing
4572 &quot;D&quot; to delete such attachment, going back to reading the 
4573 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4574 save the message in the same folder you are reading from. The saved 
4575 message will not have the attachment that was marked deleted. Now you
4576 can delete and expunge the message with the unwanted attachment.
4579 &lt;End of help on this topic&gt;
4580 </BODY>
4581 </HTML>
4582 ============= h_mail_thread_index =============
4583 <HTML>
4584 <HEAD>
4585 <TITLE>THREAD INDEX COMMANDS</TITLE>
4586 </HEAD>
4587 <BODY>                 
4588 <H1>THREAD INDEX COMMANDS</H1>
4589 <!--chtml if pinemode="function_key"-->
4590 Available&nbsp;&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
4591 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4592 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
4593 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
4594 F3&nbsp;&nbsp;<A HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F3&nbsp;&nbsp;MAIN&nbsp;MENU&nbsp;Screen<BR>
4595 F4&nbsp;&nbsp;View&nbsp;current&nbsp;thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
4596 F5&nbsp;&nbsp;Move&nbsp;to&nbsp;previous&nbsp;thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F5&nbsp;&nbsp;<A HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
4597 F6&nbsp;&nbsp;Move&nbsp;to&nbsp;next&nbsp;thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4598 F7&nbsp;&nbsp;Show&nbsp;previous&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F7&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;thread<BR>
4599 F8&nbsp;&nbsp;Show&nbsp;next&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F8&nbsp;&nbsp;<A HREF="h_index_cmd_whereis">Whereis</A><BR>
4600 F9&nbsp;&nbsp;<A HREF="h_common_delete">Mark&nbsp;thread&nbsp;for&nbsp;deletion</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F9&nbsp;&nbsp;<A HREF="h_common_print">Print</A>&nbsp;index<BR>
4601 F10&nbsp;<A HREF="h_common_delete">Undelete</A>&nbsp;(remove&nbsp;delete&nbsp;mark)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F10&nbsp;<A HREF="h_common_take">Take&nbsp;Address</A>&nbsp;into&nbsp;address&nbsp;book<BR>
4602 F11&nbsp;<A HREF="h_common_reply">Reply</A>&nbsp;to&nbsp;thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F11&nbsp;<A HREF="h_common_save">Save</A>&nbsp;messages&nbsp;into&nbsp;an&nbsp;email&nbsp;folder<BR>
4603 F12&nbsp;<A HREF="h_common_reply">Forward</A>&nbsp;messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F12&nbsp;<A HREF="h_common_save">Export</A>&nbsp;messages&nbsp;into&nbsp;a&nbsp;plain&nbsp;file<BR>
4604 <BR>
4605 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4606 -----------------------------<BR>
4607 F3&nbsp;&nbsp;<A HREF="h_index_cmd_expunge">Expunge</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F7&nbsp;<A HREF="h_index_cmd_sort">Sort</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;(remail)&nbsp;msg<BR>
4608 F5&nbsp;&nbsp;<A HREF="h_index_cmd_select">Select</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F8&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;messages&nbsp;as&nbsp;important<BR>
4609 F6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F9&nbsp;<A HREF="h_common_hdrmode">Full&nbsp;Header&nbsp;Mode</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
4610 <BR>
4611 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4612 -----------------------------<BR>
4613 F3&nbsp;&nbsp;Select&nbsp;Current&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A HREF="h_index_cmd_zoom">Zoom</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F5&nbsp;&nbsp;COLLECTION&nbsp;LIST&nbsp;Screen
4614 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4615 <BR>
4616 <!--chtml else-->
4617 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Threads&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Thread<BR>
4618 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4619 &nbsp;P&nbsp;&nbsp;&nbsp;Move&nbsp;to&nbsp;the&nbsp;previous&nbsp;thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;&nbsp;&nbsp;View&nbsp;Thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&nbsp;&nbsp;<A HREF="h_common_print">Print</A><BR>
4620 &nbsp;N&nbsp;&nbsp;&nbsp;Move&nbsp;to&nbsp;the&nbsp;next&nbsp;thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;R&nbsp;&nbsp;<A HREF="h_common_reply">Reply</A>&nbsp;to&nbsp;thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F&nbsp;&nbsp;<A HREF="h_common_reply">Forward</A><BR>
4621 &nbsp;-&nbsp;&nbsp;&nbsp;Show&nbsp;previous&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;D&nbsp;&nbsp;<A HREF="h_common_delete">Mark&nbsp;thread&nbsp;for&nbsp;deletion</A><BR>
4622 Spc&nbsp;&nbsp;(space&nbsp;bar)&nbsp;Show&nbsp;next&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;U&nbsp;&nbsp;<A HREF="h_common_delete">Undelete</A>&nbsp;(remove&nbsp;deletion&nbsp;mark)<BR>
4623 &nbsp;J&nbsp;&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;a&nbsp;specific&nbsp;thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;T&nbsp;&nbsp;<A HREF="h_common_take">Take&nbsp;Address</A>&nbsp;into&nbsp;Address&nbsp;Book<BR>
4624 &nbsp;W&nbsp;&nbsp;&nbsp;<A HREF="h_index_cmd_whereis">Whereis</A>&nbsp;--&nbsp;search&nbsp;for&nbsp;a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;S&nbsp;&nbsp;<A HREF="h_common_save">Save</A>&nbsp;into&nbsp;an&nbsp;email&nbsp;folder<BR>
4625 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specific&nbsp;thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;E&nbsp;&nbsp;<A HREF="h_common_save">Export</A>&nbsp;as&nbsp;a&nbsp;plain&nbsp;text&nbsp;file<BR>
4626 Tab&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;B&nbsp;&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;<A HREF="h_common_flag">Flag</A><BR>
4627 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;Command<BR>
4628 <BR>
4629 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4630 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4631 &nbsp;G&nbsp;&nbsp;&nbsp;<A HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
4632 &nbsp;$&nbsp;&nbsp;&nbsp;<A HREF="h_index_cmd_sort">Sort</A>&nbsp;order&nbsp;of&nbsp;index&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;?&nbsp;&nbsp;Show&nbsp;Helptext&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
4633 &nbsp;H&nbsp;&nbsp;&nbsp;<A HREF="h_common_hdrmode">Full&nbsp;header&nbsp;mode</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;M&nbsp;&nbsp;MAIN&nbsp;MENU&nbsp;Screen&nbsp;&nbsp;&nbsp;&lt;&nbsp;<A HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;Screen<BR>
4634 &nbsp;X&nbsp;&nbsp;&nbsp;<A HREF="h_index_cmd_expunge">Expunge/Exclude</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;C&nbsp;&nbsp;<A HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;new&nbsp;message<BR>
4635 &nbsp;Z&nbsp;&nbsp;&nbsp;<A HREF="h_index_cmd_zoom">Zoom</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4636 &nbsp;;&nbsp;&nbsp;&nbsp;<A HREF="h_index_cmd_select">Select</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A&nbsp;<A HREF="h_index_cmd_apply">Apply</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;L&nbsp;&nbsp;COLLECTION&nbsp;LIST&nbsp;Screen<BR>
4637 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4638 <!--chtml endif-->
4641 NOTE:
4642 <OL>
4643  <LI>For help on a particular command, highlight the bold text associated
4644 with it above and hit Return.
4645  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4646 </OL>
4648 <H2>Description of the THREAD INDEX Screen</H2>
4650 The THREAD INDEX displays summary information from each
4651 thread (conversation) in the current folder.
4652 This is useful if you want to quickly
4653 scan new threads, or find a particular thread without having to go
4654 through the text of each message, or to quickly get rid of junk
4655 threads, etc.
4656 The current thread is always highlighted.
4657 Each line of the THREAD INDEX contains the following columns: <P>
4658 <DL>
4659  <DT>STATUS:</DT>
4660  <DD> The markings on the left side of the thread tell you about its
4661 status.  You may see one or more of the following codes on any given
4662 thread:
4663 <UL>
4664   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4665   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4666   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4667   <LI> &quot;+&quot; for direct-to-you. The &quot;+&quot; indicates that a message in the thread was sent directly to your account, your copy is not part of a cc: or a mailing list.
4668   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4669         message in the thread was sent to you as a cc:. This symbol will only show up if
4670         the feature
4671         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4672   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4673         &quot;select&quot; command.  (Some systems may optionally allow selected
4674         messages to be denoted by the index line being displayed in bold
4675         type instead.)
4676   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4677       to mark at least one message in this thread as &quot;important&quot;.
4678 </UL></DD><P>
4680  <DT>THREAD NUMBER:</DT>
4681  <DD>Threads in a folder are numbered, from one through the number
4682 of threads in the folder, to help you know where you are in the folder.
4683 </DD><P>
4685  <DT>DATE STARTED:</DT>
4686  <DD>The date the thread was started. This is actually from the Date header
4687 of the first message in the thread. It doesn't take different time zones
4688 into account.</DD><P>
4690  <DT>WHO STARTED THE THREAD:</DT>
4691  <DD>This is usually the name of the sender of the first message in the thread, taken from
4692 the From header of the message.
4693 If there is no personal name given in that
4694 address, then the email address is used instead.
4695 If the message is from you (or from one of your
4696 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4697 then the recipient's name is shown here instead, with the characters
4698 &quot;To: &quot; inserted before the name.
4699 (The idea of this is that if you started the thread you would rather see who
4700 the mail was sent to instead of that the mail was from you.)
4701 In Newsgroups, if you are
4702 the sender and there are no email recipients, the newsgroup name will be
4703 listed after the &quot;To: &quot;.
4704 </DD><P>
4706  <DT>SIZE:</DT>
4707  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4709  <DT>SUBJECT:</DT>
4710  <DD>As much of the thread's subject line as will fit on the screen.
4711 This is the subject of the first message in the thread.</DD>
4712 </DL>
4714 <P><UL>
4715 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4716 </UL>
4718 &lt;End of help on this topic&gt;
4719 </BODY>
4720 </HTML>
4721 ============= h_mail_index =============
4722 <HTML>
4723 <HEAD>
4724 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
4725 </HEAD>
4726 <BODY>                 
4727 <H1>MESSAGE INDEX COMMANDS</H1>
4728 <!--chtml if pinemode="function_key"-->
4729 Available&nbsp;&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
4730 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4731 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
4732 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
4733 F3&nbsp;&nbsp;<A HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F3&nbsp;&nbsp;MAIN&nbsp;MENU&nbsp;Screen<BR>
4734 F4&nbsp;&nbsp;View&nbsp;current&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
4735 F5&nbsp;&nbsp;Move&nbsp;to&nbsp;previous&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F5&nbsp;&nbsp;<A HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
4736 F6&nbsp;&nbsp;Move&nbsp;to&nbsp;next&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4737 F7&nbsp;&nbsp;Show&nbsp;previous&nbsp;screen&nbsp;of&nbsp;messages&nbsp;&nbsp;&nbsp;F7&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
4738 F8&nbsp;&nbsp;Show&nbsp;next&nbsp;screen&nbsp;of&nbsp;messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F8&nbsp;&nbsp;<A HREF="h_index_cmd_whereis">Whereis</A><BR>
4739 F9&nbsp;&nbsp;<A HREF="h_common_delete">Mark&nbsp;message&nbsp;for&nbsp;deletion</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F9&nbsp;&nbsp;<A HREF="h_common_print">Print</A>&nbsp;message<BR>
4740 F10&nbsp;<A HREF="h_common_delete">Undelete</A>&nbsp;(remove&nbsp;delete&nbsp;mark)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F10&nbsp;<A HREF="h_common_take">Take&nbsp;Address</A>&nbsp;into&nbsp;address&nbsp;book<BR>
4741 F11&nbsp;<A HREF="h_common_reply">Reply</A>&nbsp;to&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F11&nbsp;<A HREF="h_common_save">Save</A>&nbsp;message&nbsp;into&nbsp;an&nbsp;email&nbsp;folder<BR>
4742 F12&nbsp;<A HREF="h_common_reply">Forward</A>&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F12&nbsp;<A HREF="h_common_save">Export</A>&nbsp;message&nbsp;into&nbsp;a&nbsp;plain&nbsp;file<BR>
4743 <BR>
4744 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4745 -----------------------------<BR>
4746 F3&nbsp;&nbsp;<A HREF="h_index_cmd_expunge">Expunge/Exclude</A>&nbsp;&nbsp;&nbsp;&nbsp;F7&nbsp;<A HREF="h_index_cmd_sort">Sort</A>&nbsp;order&nbsp;of&nbsp;index&nbsp;&nbsp;F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;(remail)&nbsp;msg<BR>
4747 F5&nbsp;&nbsp;<A HREF="h_index_cmd_select">Select</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F8&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message&nbsp;as&nbsp;important<BR>
4748 F6&nbsp;&nbsp;<A HREF="h_index_cmd_apply">Apply</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F9&nbsp;<A HREF="h_common_hdrmode">Full&nbsp;Header&nbsp;Mode</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
4749 <BR>
4750 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4751 -----------------------------<BR>
4752 F3&nbsp;&nbsp;Select&nbsp;Current&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A HREF="h_index_cmd_zoom">Zoom</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F5&nbsp;&nbsp;COLLECTION&nbsp;LIST&nbsp;Screen
4753 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F10&nbsp;<A HREF="h_index_collapse_expand">Collapse/Expand</A>&nbsp;Thread<BR>
4754 <BR>
4755 <!--chtml else-->
4756 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
4757 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4758 &nbsp;P&nbsp;&nbsp;&nbsp;Move&nbsp;to&nbsp;the&nbsp;previous&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;&nbsp;&nbsp;View&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&nbsp;&nbsp;<A HREF="h_common_print">Print</A><BR>
4759 &nbsp;N&nbsp;&nbsp;&nbsp;Move&nbsp;to&nbsp;the&nbsp;next&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;R&nbsp;&nbsp;<A HREF="h_common_reply">Reply</A>&nbsp;to&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F&nbsp;&nbsp;<A HREF="h_common_reply">Forward</A><BR>
4760 &nbsp;-&nbsp;&nbsp;&nbsp;Show&nbsp;previous&nbsp;screen&nbsp;of&nbsp;messages&nbsp;&nbsp;&nbsp;&nbsp;D&nbsp;&nbsp;<A HREF="h_common_delete">Mark&nbsp;for&nbsp;deletion</A><BR>
4761 Spc&nbsp;&nbsp;(space&nbsp;bar)&nbsp;Show&nbsp;next&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;U&nbsp;&nbsp;<A HREF="h_common_delete">Undelete</A>&nbsp;(remove&nbsp;deletion&nbsp;mark)<BR>
4762 &nbsp;J&nbsp;&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;a&nbsp;specific&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;T&nbsp;&nbsp;<A HREF="h_common_take">Take&nbsp;Address</A>&nbsp;into&nbsp;Address&nbsp;Book<BR>
4763 &nbsp;W&nbsp;&nbsp;&nbsp;<A HREF="h_index_cmd_whereis">Whereis</A>&nbsp;--&nbsp;search&nbsp;for&nbsp;a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;S&nbsp;&nbsp;<A HREF="h_common_save">Save</A>&nbsp;into&nbsp;an&nbsp;email&nbsp;folder<BR>
4764 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specific&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;E&nbsp;&nbsp;<A HREF="h_common_save">Export</A>&nbsp;as&nbsp;a&nbsp;plain&nbsp;text&nbsp;file<BR>
4765 Tab&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;B&nbsp;&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;<A HREF="h_common_flag">Flag</A><BR>
4766 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;Command<BR>
4767 Miscellaneous&nbsp;Operations<BR>
4768 ------------------------<BR>
4769 &nbsp;G&nbsp;&nbsp;&nbsp;<A HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4770 &nbsp;$&nbsp;&nbsp;&nbsp;<A HREF="h_index_cmd_sort">Sort</A>&nbsp;order&nbsp;of&nbsp;index&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4771 &nbsp;H&nbsp;&nbsp;&nbsp;<A HREF="h_common_hdrmode">Full&nbsp;header&nbsp;mode</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
4772 &nbsp;X&nbsp;&nbsp;&nbsp;<A HREF="h_index_cmd_expunge">Expunge/Exclude</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
4773 &nbsp;Z&nbsp;&nbsp;&nbsp;<A HREF="h_index_cmd_zoom">Zoom</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;M&nbsp;&nbsp;MAIN&nbsp;MENU&nbsp;Screen&nbsp;&nbsp;&nbsp;&lt;&nbsp;<A HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;Screen<BR>
4774 &nbsp;;&nbsp;&nbsp;&nbsp;<A HREF="h_index_cmd_select">Select</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A&nbsp;<A HREF="h_index_cmd_apply">Apply</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;C&nbsp;&nbsp;<A HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;new&nbsp;message<BR>
4775 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Current&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
4776 &nbsp;/&nbsp;&nbsp;&nbsp;<A HREF="h_index_collapse_expand">Collapse/Expand</A>&nbsp;Thread&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;L&nbsp;&nbsp;COLLECTION&nbsp;LIST&nbsp;Screen<BR>
4777 <!--chtml endif-->
4780 NOTE:
4781 <OL>
4782  <LI>For help on a particular command, highlight the bold text associated
4783 with it above and hit Return.
4784  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4785 </OL>
4787 <H2>Description of the MESSAGE INDEX Screen</H2>
4789 The MESSAGE INDEX displays summary information from each
4790 message in the current folder.
4791 This is useful if you want to quickly
4792 scan new messages, or find a particular message without having to go
4793 through the text of each message, or to quickly get rid of junk
4794 messages, etc.
4796 The current message is always highlighted
4797 and many commands operate on the current message.
4798 For example, the Delete command will delete the current message.
4799 If the folder is sorted by either Threads or OrderedSubject, then, depending
4800 on some of your configuration settings, a single line in the index may
4801 refer to an entire thread or to a subthread.
4802 If that is the case, then the commands that normally operate on the current
4803 message will operate on the thread or subthread instead.
4804 For example, the Delete command will delete the whole collapsed thread
4805 instead of just a single message.
4807 Each line of the MESSAGE INDEX contains the following columns (by default -- 
4808 you can change this with the 
4809 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
4810 in the SETUP CONFIGURATION screen): <P>
4811 <DL>
4812  <DT>STATUS:</DT>
4813  <DD> The markings on the left side of the message tell you about its
4814 status.  You may see one or more of the following codes on any given
4815 message:
4816 <UL>
4817   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
4818          yet eXpunged the folder.
4819   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
4820   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
4821          to be answered.
4822   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
4823          forward a message.
4824   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
4825         directly to your account, your copy is not part of a cc: or a
4826         mailing list.
4827   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4828         message was sent to you as a cc:. This symbol will only show up if
4829         the feature
4830         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4831   <LI> &quot;X&quot; for selected.  You have selected the message by using the
4832         &quot;select&quot; command.  (Some systems may optionally allow selected
4833         messages to be denoted by the index line being displayed in bold
4834         type.)
4835   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4836       to mark this message as &quot;important&quot;.
4837 </UL></DD><P>
4839  <DT>MESSAGE NUMBER:</DT>
4840  <DD>Messages in a folder are numbered, from one through the number
4841 of messages in the folder, to help you know where you are in the folder.
4842 These numbers are always in increasing order, even if you sort the folder
4843 in a different way.</DD><P>
4845  <DT>DATE SENT:</DT>
4846  <DD>The date the message was sent.  By default, messages are
4847 ordered by arrival time, not by date sent.  Most of the time, arrival time
4848 and date sent (effectively departure time) are similar.  Sometimes,
4849 however, the index will appear to be out of order because a message took a
4850 long time in delivery or because the sender is in a different time
4851 zone than you are. This date is just the date from the Date header
4852 field in the message.</DD><P>
4854  <DT>WHO SENT THE MESSAGE:</DT>
4855  <DD>This is usually the name of the sender of the message, taken from
4856 the From header of the message.
4857 If there is no personal name given in that
4858 address, then the email address is used instead.
4859 If the message is from you (or from one of your
4860 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4861 then the recipient's name is shown here instead, with the characters
4862 &quot;To: &quot; inserted before the name.
4863 (The idea of this is that if you sent the mail you would rather see who
4864 the mail was sent to instead of that the mail was from you.
4865 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
4866 above.
4867 In particular, use the FROM token or the FROMORTONOTNEWS token
4868 in place of the FROMORTO token.)
4869 In Newsgroups, if you are
4870 the sender and there are no email recipients, the newsgroup name will be
4871 listed after the &quot;To: &quot;. </DD><P>
4873  <DT>SIZE:</DT>
4874  <DD>The number in parentheses is the number of characters in the message.
4875 It may have a suffix of K, M, or G which means the number should be
4876 multiplied by one thousand, one million, or one billion to get the
4877 size of the message.</DD><P>
4879  <DT>SUBJECT:</DT>
4880  <DD>As much of the message's subject line as will fit on the screen.</DD>
4881 </DL>
4883 <P><UL>
4884 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4885 </UL>
4887 &lt;End of help on this topic&gt;
4888 </BODY>
4889 </HTML>
4890 ============= h_mail_view ========================
4891 <HTML>
4892 <HEAD>
4893 <TITLE>MESSAGE TEXT SCREEN</TITLE>
4894 </HEAD>
4895 <BODY>
4896 <H1>MESSAGE TEXT SCREEN</H1>
4897 <!--chtml if pinemode="function_key"-->
4898 Available&nbsp;&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
4899 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
4900 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
4901 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
4902 F3&nbsp;&nbsp;<A HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F3&nbsp;&nbsp;MAIN&nbsp;MENU&nbsp;Screen<BR>
4903 F4&nbsp;&nbsp;<A HREF="h_view_cmd_viewattch">View&nbsp;attachment</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
4904 F5&nbsp;&nbsp;Display&nbsp;previous&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F5&nbsp;&nbsp;<A HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;Screen<BR>
4905 F6&nbsp;&nbsp;Display&nbsp;next&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4906 F7&nbsp;&nbsp;Previous&nbsp;screen&nbsp;of&nbsp;this&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;F7&nbsp;&nbsp;<A HREF="h_common_compose">Compose</A>&nbsp;message<BR>
4907 F8&nbsp;&nbsp;Next&nbsp;screen&nbsp;of&nbsp;this&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F8&nbsp;&nbsp;<A HREF="h_view_cmd_whereis">Whereis</A><BR>
4908 F9&nbsp;&nbsp;<A HREF="h_common_delete">Mark&nbsp;message&nbsp;for&nbsp;deletion</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F9&nbsp;&nbsp;<A HREF="h_common_print">Print</A>&nbsp;message<BR>
4909 F10&nbsp;<A HREF="h_common_delete">Undelete</A>&nbsp;(remove&nbsp;delete&nbsp;mark)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F10&nbsp;<A HREF="h_common_take">Take&nbsp;Address</A>&nbsp;into&nbsp;address&nbsp;book<BR>
4910 F11&nbsp;<A HREF="h_common_reply">Reply</A>&nbsp;to&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F11&nbsp;<A HREF="h_common_save">Save</A>&nbsp;message&nbsp;into&nbsp;an&nbsp;email&nbsp;folder<BR>
4911 F12&nbsp;<A HREF="h_common_reply">Forward</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F12&nbsp;<A HREF="h_common_save">Export</A>&nbsp;message&nbsp;into&nbsp;a&nbsp;plain&nbsp;file<BR>
4912 <BR>
4913 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4914 ------------------------------<BR>
4915 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
4916 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
4917 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
4918 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
4919 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
4920 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
4921 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
4922 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
4923 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
4924 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
4925 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
4926 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
4927 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4928 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
4929 <!--chtml else-->
4930 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
4931 ---------------------------------<BR>
4932 <BR>
4933 &nbsp;-&nbsp;&nbsp;&nbsp;Show&nbsp;previous&nbsp;page&nbsp;of&nbsp;this&nbsp;msg&nbsp;&nbsp;&nbsp;&nbsp;S&nbsp;&nbsp;<A HREF="h_common_save">Save</A>&nbsp;into&nbsp;an&nbsp;email&nbsp;folder<BR>
4934 Spc&nbsp;&nbsp;(space&nbsp;bar)&nbsp;Show&nbsp;next&nbsp;page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;E&nbsp;&nbsp;<A HREF="h_common_save">Export</A>&nbsp;as&nbsp;a&nbsp;plain&nbsp;text&nbsp;file<BR>
4935 &nbsp;&gt;&nbsp;&nbsp;&nbsp;<A HREF="h_view_cmd_viewattch">View&nbsp;attachment</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;B&nbsp;&nbsp;<A HREF="h_common_bounce">Bounce</A><BR>
4936 &nbsp;R&nbsp;&nbsp;&nbsp;<A HREF="h_common_reply">Reply</A>&nbsp;to&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F&nbsp;&nbsp;<A HREF="h_common_reply">Forward</A>&nbsp;message<BR>
4937 &nbsp;D&nbsp;&nbsp;&nbsp;<A HREF="h_common_delete">Mark&nbsp;for&nbsp;deletion</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ret&nbsp;View&nbsp;<A HREF="h_view_cmd_hilite">hilited</A>&nbsp;item<BR>
4938 &nbsp;U&nbsp;&nbsp;&nbsp;<A HREF="h_common_delete">Undelete</A>&nbsp;(remove&nbsp;deletion&nbsp;mark)&nbsp;&nbsp;^F&nbsp;&nbsp;Select&nbsp;next&nbsp;<A HREF="h_view_cmd_hilite">hilited</A>&nbsp;item&nbsp;in&nbsp;message<BR>
4939 &nbsp;T&nbsp;&nbsp;&nbsp;<A HREF="h_common_take">Take&nbsp;Address</A>&nbsp;into&nbsp;Address&nbsp;Book&nbsp;&nbsp;&nbsp;^B&nbsp;&nbsp;Select&nbsp;previous&nbsp;<A HREF="h_view_cmd_hilite">hilited</A>&nbsp;item<BR>
4940 &nbsp;%&nbsp;&nbsp;&nbsp;<A HREF="h_common_print">Print</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
4941 &nbsp;W&nbsp;&nbsp;&nbsp;<A HREF="h_view_cmd_whereis">Whereis</A>:&nbsp;search&nbsp;for&nbsp;text&nbsp;in&nbsp;msg&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
4942 <BR>
4943 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
4944 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
4945 &nbsp;P&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Display&nbsp;previous&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;G&nbsp;&nbsp;&nbsp;<A HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4946 &nbsp;N&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Display&nbsp;next&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;H&nbsp;&nbsp;&nbsp;<A HREF="h_common_hdrmode">Full&nbsp;header&nbsp;mode</A>&nbsp;on/off<BR>
4947 &nbsp;J&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;a&nbsp;specific&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Current&nbsp;message<BR>
4948 Tab&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A&nbsp;&nbsp;&nbsp;<A HREF="h_config_prefer_plain_text">Toggle&nbsp;Prefer&nbsp;Plain&nbsp;Text</A><BR>
4949 <BR>
4950 General&nbsp;Alpine&nbsp;Commands<BR>
4951 ---------------------<BR>
4952 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
4953 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
4954 &nbsp;M&nbsp;&nbsp;MAIN&nbsp;MENU&nbsp;Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;L&nbsp;<A HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;Screen&nbsp;(or&nbsp;COLLECTION&nbsp;LIST&nbsp;Screen)<BR>
4955 &nbsp;&lt;&nbsp;&nbsp;<A HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;Screen&nbsp;&nbsp;C&nbsp;<A HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;new&nbsp;message<BR>
4956 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4957 <!--chtml endif-->
4960 NOTE:
4961 <OL>
4962  <LI>For help on a particular command, highlight the bold text associated
4963 with it above and hit Return.
4964  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4965 </OL>
4967 <H2>Description of the MESSAGE TEXT Screen</H2>
4969 The top line of the view message screen displays status
4970 information about the currently open collection and folder and about the
4971 current message.  It shows the name of the collection in angle brackets
4972 and then the name of the folder.  The line also displays the number
4973 of messages in the folder, the number of the current message and the
4974 percentage of the current message that has been displayed on the screen.
4975 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
4976 right corner.
4977 If the message has been answered (but not deleted) &quot;ANS&quot; will show
4978 in the corner.
4981 NOTE: to rapidly move to the end of a message, hit the
4982 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
4983 (or Ctrl-W) key followed
4984 by Ctrl-V.  Similarly,
4985 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
4986 followed by Ctrl-Y will take you to the beginning of
4987 a message.
4989 <H2>Explanation of Alternate Character Sets</H2>
4991 Alpine attempts to stay out of the way so that it won't prevent you from
4992 viewing mail in any character set.  It will simply send the message to
4993 your display device.  If the device is capable of displaying the
4994 message as it was written it will do so.  If not, the display may be
4995 partially or totally incorrect.
4996 If the message contains characters that are not representable in your 
4997 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
4998 variable in your configuration, then a warning message will be printed
4999 to your screen at the beginning of the message display.
5000 It is probably best to use UNIX Alpine in a terminal emulator
5001 capable of displaying UTF-8 characters.
5002 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5003 more information about character set settings.
5005 <P><UL>
5006 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5007 </UL>
5009 &lt;End of help on this topic&gt;
5010 </BODY>
5011 </HTML>
5012 ======= h_index_cmd_select =======
5013 <HTML>
5014 <HEAD>
5015 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5016 </HEAD>
5017 <BODY>
5018 <H1>Selecting: Select and WhereIs/Select</H1>
5020 Aggregate operations give you the ability to process a group of messages
5021 at once.  Acting on multiple messages requires two steps: (1) selecting a
5022 set of messages and then; (2) applying a command to that set. The first
5023 part is handled by the select command.  Select allows you to
5024 select messages based on their status (read, answered, etc.), contents,
5025 date, size, or keywords.
5026 You may also select based on one of your Rules or based on threads,
5027 and there are quick options to select a specific message or range of messages,
5028 to select the current message, or to select all messages.
5031 We describe the various selection criteria briefly:
5034 <DL>
5035 <DT>select All</DT>
5036 <DD> Marks all the messages in the folder as selected.
5037 </DD>
5039 <DT>select Cur</DT>
5040 <DD> Selects the currently highlighted message or currently highlighted
5041 set of messages if in a threaded view.
5042 </DD>
5044 <DT>select by Number</DT>
5045 <DD> Select by message number. This may be a comma-separated list instead or
5046 a single entry.
5047 Each element in the list may be either a single message number or a range
5048 of numbers with a dash between the lowest and highest member of the range.
5049 Some examples are 7 to select only message number 7; 2-5 to select messages
5050 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5051 The word &quot;end&quot; may be used as a substitute for the highest numbered
5052 message in the folder.
5053 If in a separate thread index where the numbers refer to threads instead of
5054 to messages, then you will be selecting all of the messages in the
5055 referenced threads instead of selecting by message number.
5056 </DD>
5058 <DT>select by Date</DT>
5059 <DD> Select by either the date stored in the Date headers of each message,
5060 or by the date when the messages arrived.
5061 This does not adjust for different time zones, but just checks to see what
5062 day the message was sent on.
5063 You may type in a date. If you do, the date should be in the form
5064 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5065 For example,
5066 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5068 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5069 If the date you want is close to the current date, it is probably
5070 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5071 is displayed, instead of typing in the date yourself.
5072 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5073 the date of the currently highlighted message. 
5075 There are six possible settings that are selected using the
5076 &quot;^W&nbsp;Toggle When&quot; command.
5077 Three of them select messages based on the Date headers.
5078 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5079 and &quot;SENT ON&quot;.
5080 SINCE is all messages with the selected date or later.
5081 BEFORE is all messages earlier than the selected date (not including the day
5082 itself).
5083 ON is all messages sent on the selected date.
5084 The other three select messages in the same way but they use the arrival
5085 times of the messages instead of the Date headers included in the messages.
5086 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5087 and &quot;ARRIVED ON&quot;.
5088 When you save a message from one folder to another the arrival time is
5089 preserved.
5090 </DD>
5092 <DT>select by Text</DT>
5093 <DD> Selects messages based on the message contents.
5094 This allows you to select a set of messages based on whether or not the
5095 message headers or message body contain specified text.
5096 You may look for text in the Subject, the From header,
5097 the To header, or the Cc header.
5098 You may also choose Recipient, which searches for the text in
5099 either the To or the Cc header;
5100 or Participant, which means To or Cc or From.
5101 Besides those specific header searches, you may also search the entire
5102 header and text of the message with &quot;All Text&quot;, or just the
5103 body of the message.
5105 To search for the absence of text, first type the &quot;! Not&quot; command
5106 before typing the specific type of text search.
5107 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5108 search for all messages that do not contain a particular word in their
5109 Subjects.
5111 If you choose a Subject search, you may use the subject from the current
5112 message by typing the &quot;^X Cur Subject&quot; command.
5113 You may then edit it further if you wish.
5114 For example, you might select the subject of a reply and edit the
5115 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5116 the original message being replied to.
5117 All of the other header searches allow you to use addresses from the
5118 headers of the current message if you want to.
5119 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5120 &quot;^W Cur Cc&quot;.
5121 In each case, if there is more than one address, only the first is offered.
5122 </DD>
5124 <DT>select by Status</DT>
5125 <DD> Selects messages based on their status.
5126 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5127 messages.
5128 Or, if you first type the &quot;! Not&quot; command, you get not New,
5129 or not Important, and so on.
5130 If you select Deleted messages, you will get all messages with their
5131 Deleted flag set.
5132 Likewise for Important messages, all messages that you have flagged as
5133 being Important with the
5134 <A HREF="h_common_flag">Flag</A> command.
5135 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5136 because they try to match what you see on the screen by default.
5137 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5138 and Unanswered.
5139 If you have looked at the message, or deleted it, or answered it; then it
5140 is not considered &quot;New &quot;.
5141 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5143 &quot;Answered&quot; is another one that is a little different.
5144 It means that the message has been Answered <EM>and</EM> is not deleted.
5145 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5146 the opposite of &quot;Answered&quot;!
5147 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5148 both Unanswered <EM>and</EM> not deleted.
5150 The other two types were added later because the special nature of the
5151 New flag was not what was wanted by all users.
5152 New does match what you see in the index by default, but if you use
5153 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5154 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5155 be exactly what you want.
5156 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5157 they are deleted or answered, and
5158 &quot;Recent&quot; selects all of the messages that have been added to
5159 the folder since you started this Alpine session.
5160 (That's not technically quite true. If there are multiple mail clients
5161 reading an IMAP mailbox, each message will be marked as Recent in only
5162 one of the client's sessions.)
5163 </DD>
5165 <DT>select by siZe</DT>
5166 <DD> Selects messages based on their size being smaller than or larger
5167 than the size you specify.
5168 The size is the number of bytes.
5169 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5170 the number.
5171 For example, 7K is the same as 7000.
5172 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5173 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5174 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5175 and Larger.
5176 </DD>
5178 <DT>select by Keyword</DT>
5179 <DD> Selects messages that either have or do not have
5180 (using the &quot;!&nbsp;Not&quot; command)
5181 a particular <A HREF="h_config_keywords">Keyword</A> set.
5182 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5183 command to select one from your list of keywords.
5185 <A HREF="h_config_flag_screen_kw_shortcut"><!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></A> option allows selecting by Keyword initials if set.
5186 </DD>
5188 <DT>select by Rule</DT>
5189 <DD> Selects messages that either match or don't match
5190 (using the &quot;!&nbsp;Not&quot; command)
5191 one of the Rules you have defined.
5192 The most likely method of filling in the Rule is to use the
5193 &quot;^T&nbsp;To&nbsp;List&quot;
5194 command to select one of your Rules.
5195 All of the Rules you have defined will be in the list, including
5196 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5197 They may not all make sense for this purpose, but they are all there for
5198 flexibility.
5199 You might find it useful to define some rules solely for the purpose
5200 of being used by the Select command.
5201 There is a special category for such Rules. They are called Search Rules.
5203 Unfortunately, Alpine does not allow all possible Rules to be defined.
5204 For example, there is no logical OR operation.
5205 OR is accomplished in the Filter Rules or the other types of Rules by
5206 simply defining two rules, one that matches the first part of the OR
5207 and another that matches the second part.
5208 But you can't do that here, since you only have a single Rule to work with.
5209 Likewise, the order of Rules is usually important.
5210 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5211 a message, then that stops the search for a further match.
5212 This means that you may be confused if you try to use Select by Rule to
5213 check your Filter rules because the order is important when filtering but
5214 is not considered here.
5215 </DD>
5217 <DT>select by tHread</DT>
5218 <DD> Selects all of the messages in the current thread.
5219 </DD>
5220 </DL>
5222 After you have an initial selection, the next and subsequent selection
5223 commands modify the selection.
5224 The select command changes. It first gives
5225 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5226 &quot;unselect Current&quot;,
5227 &quot;Broaden selection&quot; (implements a logical OR), and
5228 &quot;Narrow selection&quot; (implements a logical AND).
5229 After you choose either Broaden or Narrow, you then choose one of the
5230 selection criteria listed above (by Text or Number or ...).
5231 You may use select as many times as you wish to get the selected set right.
5234 The WhereIs command has a feature (Ctrl-X) to
5235 select all the messages that match the WhereIs search. WhereIs searches
5236 through just the text that appears on the MESSAGE INDEX screen.
5237 This method is often slower than using the select command itself, unless the
5238 line you are looking for is not too far away in the index.
5241 The availability of the aggregate operations commands is determined by the
5242 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5243 Feature-List option in your Alpine
5244 configuration, which defaults to set.
5245 The features
5246 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5248 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5249 affect the behavior of the Select command.
5252 &lt;End of help on this topic&gt;
5253 </BODY>
5254 </HTML>
5255 ======= h_select_rule =======
5256 <HTML>
5257 <HEAD>
5258 <TITLE>Select: Rule</TITLE>
5259 </HEAD>
5260 <BODY>
5261 <H1>Select: Rule</H1>
5263 You are selecting messages that either match or don't match
5264 one of the Rules you have defined.
5265 You may either type the nickname of the Rule at the prompt, or use the
5266 &quot;^T&nbsp;To&nbsp;List&quot;
5267 command to select one of your Rules.
5268 All of the Rules you have defined will be in the list, including
5269 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5270 They may not all make sense for this purpose, but they are all there for
5271 flexibility.
5272 Rules may be added by using the Setup/Rules screen off of the main Alpine
5273 menu.
5275 Unfortunately, Alpine does not allow all possible Rules to be defined.
5276 For example, there is no logical OR operation.
5277 OR is accomplished in the Filter Rules or the other types of Rules by
5278 simply defining two rules, one that matches the first part of the OR
5279 and another that matches the second part.
5280 But you can't do that here, since you only have a single Rule to work with.
5281 Likewise, the order of Rules is usually important.
5282 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5283 a message, then that stops the search for a further match.
5284 This means that you may be confused if you try to use Select by Rule to
5285 check your Filter rules because the order is important when filtering but
5286 is not considered here.
5289 &lt;End of help on this topic&gt;
5290 </BODY>
5291 </HTML>
5292 ======= h_select_text =======
5293 <HTML>
5294 <HEAD>
5295 <TITLE>Select: Text</TITLE>
5296 </HEAD>
5297 <BODY>
5298 <H1>Select: Text</H1>
5300 You are selecting messages based on the contents of the message.
5301 This allows you to select a set of messages based on whether or not the
5302 message headers or message body contain specified text.
5303 You may look for text in the Subject, the From header,
5304 the To header, or the Cc header.
5305 You may also choose Recipient, which searches for the text in
5306 either the To or the Cc header;
5307 or Participant, which means either the To header, or the Cc header,
5308 or the From header.
5309 Besides those specific header searches, you may also search the entire
5310 header and text of the message with &quot;All Text&quot;, or just the
5311 body of the message with &quot;Body&quot;.
5313 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5314 before typing the specific type of text search.
5315 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5316 search for all messages that do not contain a particular word in their
5317 Subjects.
5319 If you choose a Subject search, you may use the subject from the current
5320 message by typing the &quot;^X Cur Subject&quot; command.
5321 You may then edit it further if you wish.
5322 For example, you might select the subject of a reply and edit the
5323 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5324 the original message being replied to.
5325 All of the other header searches allow you to use addresses from the
5326 headers of the current message if you want to.
5327 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5328 &quot;^W Cur Cc&quot;.
5329 In each case, if there is more than one address, only the first is offered.
5332 &lt;End of help on this topic&gt;
5333 </BODY>
5334 </HTML>
5335 ======= h_select_status =======
5336 <HTML>
5337 <HEAD>
5338 <TITLE>Select: Status</TITLE>
5339 </HEAD>
5340 <BODY>
5341 <H1>Select: Status</H1>
5343 You are selecting messages based on the status of the message.
5344 For example, whether or not the message has been marked Deleted or Important,
5345 or whether or not it has been Answered or is New.
5346 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5347 opposite: not Deleted, not Important, and so on.
5349 If you select Deleted messages, you will get all messages with their
5350 Deleted flag set.
5351 Likewise for Important messages, all messages that you have flagged as
5352 being Important with the
5353 <A HREF="h_common_flag">Flag</A> command.
5354 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5355 because they try to match what you see on the screen by default.
5356 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5357 and Unanswered.
5358 If you have looked at the message, or deleted it, or answered it; then it
5359 is not considered &quot;New &quot;.
5360 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5362 &quot;Answered&quot; is another one that is a little different.
5363 It means that the message has been Answered <EM>and</EM> is not deleted.
5364 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5365 the opposite of &quot;Answered&quot;!
5366 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5367 both Unanswered <EM>and</EM> not deleted.
5369 (The New and Answered options may seem counter-intuitive.
5370 The reason it is done this way is
5371 because, by default, a Deleted message will show up with the &quot;D&quot;
5372 symbol in the MAIL INDEX screen even if it is New or Answered.
5373 The Delete symbol overrides the New and Answered symbols, because you
5374 usually don't care about the message anymore once you've deleted it.
5375 Similarly, you usually only care about whether a message is Answered or
5376 not if it is not Deleted.
5377 Once it is Deleted you've put it out of your mind.)
5379 The other two options were added later because the special nature of the
5380 New flag was not what was wanted by all users.
5381 New does match what you see in the index by default, but if you use
5382 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5383 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5384 be exactly what you expect.
5385 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5386 they are deleted or answered, and
5387 &quot;Recent&quot; selects all of the messages that have been added to
5388 the folder since you started this Alpine session.
5389 (That's not technically quite true. If there are multiple mail clients
5390 reading an IMAP mailbox, each message will be marked as Recent in only
5391 one of the client's sessions.
5392 That behavior can be convenienent for some purposes, like filtering, but
5393 it isn't usually what you expect when selecting.)
5396 &lt;End of help on this topic&gt;
5397 </BODY>
5398 </HTML>
5399 ======= h_index_cmd_apply =======
5400 <HTML>
5401 <HEAD>
5402 <TITLE>Apply Command</TITLE>
5403 </HEAD>
5404 <BODY>
5405 <H1>Apply Command</H1>
5407 Apply
5408 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5409 is the second step of most aggregate operations.  Apply
5410 becomes active any time there is a defined set of selected messages.  The
5411 following commands can be applied to a selected message set: delete,
5412 undelete, reply, forward,
5413 <!--chtml if pinemode="os_windows"-->
5414 <!--chtml else--> 
5415 pipe,
5416 <!--chtml endif-->
5417 print, take address, save, export, bounce, and flag.
5420 The behavior of some of these commands in an aggregate sense is not easy to
5421 explain.  Try them out to see what they do.
5422 The feature
5423 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5424 affects the behavior of the Apply command, as does the feature
5425 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5428 &lt;End of help on this topic&gt;
5429 </BODY>
5430 </HTML>
5431 ======= h_index_cmd_zoom =======
5432 <HTML>
5433 <HEAD>
5434 <TITLE>ZoomMode Command</TITLE>
5435 </HEAD>
5436 <BODY>
5437 <H1>ZoomMode Command</H1>
5439 Another action you might want to take on a set of selected messages is to
5440 zoom in on them.  Like apply, zoom only becomes active when messages have
5441 been selected.
5442 ZoomMode
5443 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5444 is a toggle command that allows you to
5445 zoom-in (and only see the selected messages) and zoom-out (to see all
5446 messages in the folder).  Neither apply nor zoom removes the markings that
5447 define the selected set; you need to use a select command in order
5448 to do that.
5451 &lt;End of help on this topic&gt;
5452 </BODY>
5453 </HTML>
5454 ======= h_index_collapse_expand =======
5455 <HTML>
5456 <HEAD>
5457 <TITLE>Collapse/Expand Command</TITLE>
5458 </HEAD>
5459 <BODY>
5460 <H1>Collapse/Expand Command</H1>
5462 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5463 the folder is sorted by either Threads or OrderedSubject, and the
5464 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5465 is set to something other than &quot;none&quot;.
5466 By default, this command collapses or expands the subthread that starts at
5467 the currently highlighted message, if any.
5468 If the subthread is already collapsed, then this command expands it.
5469 If the subthread is expanded, then this command collapses it.
5470 If there are no more messages below the current message in the
5471 thread tree (that is, there are no replies to the current message) then
5472 this command does nothing.
5475 The behavior of this command is affected by the option
5476 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5477 Normally, this command Collapses or Expands the subthread that
5478 starts at the currently highlighted message.
5479 If the above option is set, then this command Collapses or Expands the
5480 entire current thread instead of just the subthread.
5481 The current thread is simply the top-level thread that contains the
5482 current message.
5485 &lt;End of help on this topic&gt;
5486 </BODY>
5487 </HTML>
5488 ======= h_index_cmd_sort =======
5489 <HTML>
5490 <HEAD>
5491 <TITLE>Sort Command</TITLE>
5492 </HEAD>
5493 <BODY>
5494 <H1>Sort Command</H1>
5496 In Alpine's generic configuration, messages are presented in the order in
5497 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5498 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5499 You can also re-sort the folder on demand with the sort
5500 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5501 command.
5502 Your sorting options are:
5504 <UL>
5505  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5506  <LI> <A HREF="h_index_sort_date">D</A>ate
5507  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5508  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5509  <LI> t<A HREF="h_index_sort_thread">H</A>read
5510  <LI> <A HREF="h_index_sort_from">F</A>rom
5511  <LI> si<A HREF="h_index_sort_size">Z</A>e
5512  <LI> scor<A HREF="h_index_sort_score">E</A>,
5513  <LI> <A HREF="h_index_sort_to">T</A>o
5514  <LI> <A HREF="h_index_sort_cc">C</A>c
5515 </UL>
5518 The Reverse option will toggle the order the index is currently
5519 sorted by, but will not change the relative sort order.
5522 Sorting a folder does not actually rearrange the way the folder is saved,
5523 it just re-arranges how the messages are presented to you.  This means
5524 that Alpine has to do the work of sorting every time you change sort order.
5525 Sometimes, especially with PC-Alpine or with large folders, this could take
5526 a while.
5529 &lt;End of help on this topic&gt;
5530 </BODY>
5531 </HTML>
5532 ======= h_index_sort_default =======
5533 <HTML>
5534 <HEAD>
5535 <TITLE>SORT OPTION: Default</TITLE>
5536 </HEAD>
5537 <BODY>
5538 <H1>SORT OPTION: Default</H1>
5540 The <EM>Default</EM> sort option just means to use the default sort order
5541 set in the
5542 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5543 option in Setup/Config.
5546 &lt;End of help on this topic&gt;
5547 </BODY>
5548 </HTML>
5549 ======= h_index_sort_arrival =======
5550 <HTML>
5551 <HEAD>
5552 <TITLE>SORT OPTION: Arrival</TITLE>
5553 </HEAD>
5554 <BODY>
5555 <H1>SORT OPTION: Arrival</H1>
5557 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5558 in the order that they exist in the folder.  This is usually the same as the
5559 order in which they arrived.  This option is comparable to not sorting
5560 the messages at all.
5563 &lt;End of help on this topic&gt;
5564 </BODY>
5565 </HTML>
5566 ======= h_index_sort_date =======
5567 <HTML>
5568 <HEAD>
5569 <TITLE>SORT OPTION: Date</TITLE>
5570 </HEAD>
5571 <BODY>
5572 <H1>SORT OPTION: Date</H1>
5574 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5575 according to the date and time they were
5576 sent.
5579 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5580 identical to sorting by &quot;Arrival&quot;.
5583 &lt;End of help on this topic&gt;
5584 </BODY>
5585 </HTML>
5586 ======= h_index_sort_subj =======
5587 <HTML>
5588 <HEAD>
5589 <TITLE>SORT OPTION: Subject</TITLE>
5590 </HEAD>
5591 <BODY>
5592 <H1>SORT OPTION: Subject</H1>
5594 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5595 by subject. 
5598 Messages with the same subject are
5599 first grouped together, and then the groups of like-subject messages
5600 are arranged alphabetically.
5603 Alpine ignores leading &quot;Re:&quot; and
5604 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5605 likeness and alphabetical order of subject lines.
5608 &lt;End of help on this topic&gt;
5609 </BODY>
5610 </HTML>
5611 ======= h_index_sort_ordsubj =======
5612 <HTML>
5613 <HEAD>
5614 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5615 </HEAD>
5616 <BODY>
5617 <H1>SORT OPTION: OrderedSubject</H1>
5619 The <EM>OrderedSubject</EM> sort option arranges messages in the
5620 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5621 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5624 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5625 messages by the date of the oldest message in the group.
5628 This sort method provides for pseudo threading of conversations within
5629 a folder.
5630 You may want to try sorting by Thread instead.
5633 &lt;End of help on this topic&gt;
5634 </BODY>
5635 </HTML>
5636 ======= h_index_sort_thread =======
5637 <HTML>
5638 <HEAD>
5639 <TITLE>SORT OPTION: Thread</TITLE>
5640 </HEAD>
5641 <BODY>
5642 <H1>SORT OPTION: Thread</H1>
5644 The <EM>Thread</EM> sort option arranges messages in the
5645 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5646 they are part of a conversation (discussion thread) taking
5647 place within a mailbox or newsgroup.  This indication is
5648 based on information in the message's header -- specifically
5649 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5652 &lt;End of help on this topic&gt;
5653 </BODY>
5654 </HTML>
5655 ======= h_index_sort_from =======
5656 <HTML>
5657 <HEAD>
5658 <TITLE>SORT OPTION: From</TITLE>
5659 </HEAD>
5660 <BODY>
5661 <H1>SORT OPTION: From</H1>
5663 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5664 by the name of the author of the message.
5667 Messages with the same author are grouped together. Groups of
5668 messages are then put into alphabetical order according to message
5669 author.
5672 &lt;End of help on this topic&gt;
5673 </BODY>
5674 </HTML>
5675 ======= h_index_sort_size =======
5676 <HTML>
5677 <HEAD>
5678 <TITLE>SORT OPTION: Size</TITLE>
5679 </HEAD>
5680 <BODY>
5681 <H1>SORT OPTION: Size</H1>
5683 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5684 by their relative sizes.
5687 &lt;End of help on this topic&gt;
5688 </BODY>
5689 </HTML>
5690 ======= h_index_sort_score =======
5691 <HTML>
5692 <HEAD>
5693 <TITLE>SORT OPTION: Score</TITLE>
5694 </HEAD>
5695 <BODY>
5696 <H1>SORT OPTION: Score</H1>
5698 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5699 by their scores.
5702 Messages with the same score are sorted in arrival order.
5703 Scores are something you create using the
5704 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5707 &lt;End of help on this topic&gt;
5708 </BODY>
5709 </HTML>
5710 ======= h_index_sort_to =======
5711 <HTML>
5712 <HEAD>
5713 <TITLE>SORT OPTION: To</TITLE>
5714 </HEAD>
5715 <BODY>
5716 <H1>SORT OPTION: To</H1>
5718 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
5719 by the names of the recipients of the message.
5722 Messages with the same recipients are grouped together. Groups of
5723 messages are then put into alphabetical order according to message
5724 recipients.
5727 &lt;End of help on this topic&gt;
5728 </BODY>
5729 </HTML>
5730 ======= h_index_sort_cc =======
5731 <HTML>
5732 <HEAD>
5733 <TITLE>SORT OPTION: Cc</TITLE>
5734 </HEAD>
5735 <BODY>
5736 <H1>SORT OPTION: Cc</H1>
5738 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
5739 the names of the carbon copy addresses of the message.
5742 &lt;End of help on this topic&gt;
5743 </BODY>
5744 </HTML>
5745 ======= h_index_cmd_whereis =======
5746 <HTML>
5747 <HEAD>
5748 <TITLE>WhereIs Command</TITLE>
5749 </HEAD>
5750 <BODY>
5751 <H1>WhereIs Command</H1>
5753 The WhereIs
5754 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5755 command lets you search the MESSAGE INDEX for a word.
5756 It scans through whatever you see, usually the name of the author
5757 and the Subject line.
5758 WhereIs has special subcommands to let you find the beginning of the
5759 index (Ctrl-Y -- first message)
5760 or the end of the index (Ctrl-V -- last message).
5762 Note that WhereIs only searches through the visible text on the screen.
5763 For example, if only part of the Subject of a message is shown because it
5764 is long, then only the visible portion of the Subject is searched.
5765 Also note that WhereIs does not &quot;see&quot; the 
5766 &quot;X&quot; in column one of Index entries for selected messages
5767 so it can't be used to search for
5768 selected messages (use &quot;Zoom&quot; instead).
5770 If the feature
5771 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5772 is turned on,
5773 WhereIs can also be used as a quick way to select messages that match the
5774 string being searched for.
5775 Instead of typing carriage return to search for the next match, type
5776 Ctrl-X to select all matches.
5777 Once again, this only selects matches that are (or would be if the right
5778 index line was on the screen) visible.
5779 Truncated From lines or Subjects will cause matches to be missed.
5780 Although WhereIs is sometimes convenient for quick matching, the Select
5781 command is usually more powerful and usually faster.
5784 &lt;End of help on this topic&gt;
5785 </BODY>
5786 </HTML>
5787 ======= h_view_cmd_whereis =======
5788 <HTML>
5789 <HEAD>
5790 <TITLE>WhereIs Command</TITLE>
5791 </HEAD>
5792 <BODY>
5793 <H1>WhereIs Command</H1>
5795 The WhereIs
5796 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5797 command does a &quot;find in current message&quot; operation.  You
5798 type in text and Alpine will try to find it in the message you are
5799 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
5800 or end (Ctrl-V) of the message.
5801 That is, to rapidly move to the end of a message, hit the 
5802 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5803 (or Ctrl-W) key followed
5804 by Ctrl-V.  Similarly,
5805 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5806 followed by Ctrl-Y will take you to the beginning of a message.
5809 &lt;End of help on this topic&gt;
5810 </BODY>
5811 </HTML>
5812 ======= h_view_cmd_hilite =======
5813 <HTML>
5814 <HEAD>
5815 <TITLE>View Hilite and Next item/Previous item</TITLE>
5816 </HEAD>
5817 <BODY>
5818 <H1>View Hilite and Next item/Previous item</H1>
5820 Sometimes messages may be in the form of formatted HTML text
5821 or they may contain URLs or Web server hostnames.
5822 When any of the features
5823 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
5824 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
5825 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
5827 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
5828 are enabled, Alpine will represent such selectable items in the text
5829 in bold typeface.  One of the selectable items will be displayed in
5830 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
5831 Press the Return key to view the currently selected item.
5834 The Up and Down Arrows keys can be used to change the selected item
5835 (also see the feature
5836 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
5837 If there are no selectable items in the direction of the arrow you
5838 pressed, Alpine will scroll the display in that direction until one
5839 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
5840 items in the message text, use the Previous and Next item commands,
5841 <!--chtml if pinemode="function_key"-->F5 and F6
5842 <!--chtml else-->^B and ^F<!--chtml endif-->.
5845 &lt;End of help on this topic&gt;
5846 </BODY>
5847 </HTML>
5848 ======= h_view_cmd_viewattch =======
5849 <HTML>
5850 <HEAD>
5851 <TITLE>ViewAttch Command</TITLE>
5852 </HEAD>
5853 <BODY>
5854 <H1>ViewAttch Command</H1>
5857 The View/Save Attachment
5858 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
5859 command allows you to handle MIME attachments to a message you have
5860 received.  Alpine shows you a list of the message attachments -- you just
5861 choose the attachment you want.  You may either view or save the
5862 selected attachment.
5865 Because many attachments require external programs for display, there
5866 is some system configuration that has to happen before you can
5867 actually display attachments.  Hopefully much of that will have been
5868 done already by your system administrator.  MIME configuration is
5869 handled with the &quot;mailcap&quot; configuration file.  (See the section 
5870 on configuration in the
5871 <A HREF="h_news">release notes</A> for more information.)
5874 &lt;End of help on this topic&gt;
5875 </BODY>
5876 </HTML>
5877 ======= h_index_cmd_expunge =======
5878 <HTML>
5879 <HEAD>
5880 <TITLE>Expunge/Exclude Command</TITLE>
5881 </HEAD>
5882 <BODY>
5883 <H1>Expunge/Exclude Command</H1>
5885 Expunge/Exclude
5886 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
5887 is the command Alpine uses to actually remove all messages
5888 marked for deletion.  With regular email files, expunge literally deletes
5889 the text from the current folder.  With newsgroups or shared mailboxes,
5890 you don't have permission to actually remove the message, so it is an
5891 exclude -- Alpine removes the message from your view of the folder even
5892 though it is not technically gone.
5894 <P> A selective expunge command is available in IMAP folders that support 
5895 the UID EXPUNGE extension in <A 
5896 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
5897 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
5898 as a subcommand of the apply command. If some selected messages are marked 
5899 deleted, then the apply command will offer the eXpunge command, which when 
5900 executed will only expunge those messages that are selected and deleted.
5902 <P> 
5903 Observe that the expunge command (when not used from the apply command) 
5904 will expunge/exclude all deleted messages from the folder, and so all 
5905 messages marked deleted will be expunged, regardless of if they are 
5906 selected or not. In other words, there is no protection against 
5907 potentially expunging more messages than only those that have been 
5908 selected and deleted.
5911 The configuration features
5912 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
5914 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
5915 affect the behavior of the Expunge command.
5918 &lt;End of help on this topic&gt;
5919 </BODY>
5920 </HTML>
5921 ======= h_common_compose =======
5922 <HTML>
5923 <HEAD>
5924 <TITLE>Compose Command</TITLE>
5925 </HEAD>
5926 <BODY>
5927 <H1>Compose Command</H1>
5929 The Compose command takes you into the Alpine message composer where you
5930 can start a new message for sending.  This is where you type in the
5931 message's text and specify its recipient list (the &quot;To:&quot;
5932 address), where copies should be directed (e.g., &quot;Fcc&quot;,
5933 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
5934 be attached to the message.
5937 When you type this command, Alpine will also automatically check for any
5938 interrupted (i.e., a message that was being composed when your modem
5939 or network connection was broken) or previously postponed messages and
5940 offer you a chance to continue working on those.
5943 <UL>   
5944 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5945 </UL><P>
5946 &lt;End of help on this topic&gt;
5947 </BODY>
5948 </HTML>
5949 ======= h_common_index =======
5950 <HTML>
5951 <HEAD>
5952 <TITLE>Message Index Command</TITLE>
5953 </HEAD>
5954 <BODY>
5955 <H1>Message Index Command</H1>
5957 The Index command takes you to the MESSAGE INDEX screen that displays a
5958 summary caption for each message in the currently-open folder. One
5959 message will be highlighted; this is the &quot;Current&quot; message.
5960 The message commands available from this screen (e.g. View, Reply,
5961 Forward, Delete, Print, Save, etc) apply to the current message.
5964 &lt;End of help on this topic&gt;
5965 </BODY>
5966 </HTML>
5967 ======= h_common_folders =======
5968 <HTML>
5969 <HEAD>
5970 <TITLE>Folder List Command</TITLE>
5971 </HEAD>
5972 <BODY>
5973 <H1>Folder List Command</H1>
5975 This Folder List command takes you to the FOLDER LIST screen that displays
5976 the names of all your message folders and allows you to view, rename,
5977 delete, and add folders.  You can open (view) a different folder than the
5978 one currently open by highlighting the desired one (using the arrow keys
5979 or their control-key equivalents) and pressing RETURN.
5982 If you have multiple folder collections defined (see the Help text for
5983 the FOLDER LIST screen to learn more about Collections), you may need
5984 to press Return to expand the collection and display all of the
5985 folders in it.
5988 &lt;End of help on this topic&gt;
5989 </BODY>
5990 </HTML>
5991 ======= h_main_addrbook =======
5992 <HTML>
5993 <HEAD>
5994 <TITLE>Address Book Command</TITLE>
5995 </HEAD>
5996 <BODY>
5997 <H1>Address Book Command</H1>
5999 This command, available only from the MAIN MENU, takes you
6000 to the ADDRESS BOOK management screen.  From here, your personal address
6001 book(s) may be updated.
6004 &lt;End of help on this topic&gt;
6005 </BODY>
6006 </HTML>
6007 ======= h_main_setup =======
6008 <HTML>
6009 <HEAD>
6010 <TITLE>Setup Command</TITLE>
6011 </HEAD>
6012 <BODY>
6013 <H1>Setup Command</H1>
6015 The Setup command, available only from the MAIN MENU, prompts you for
6016 one of several configuration screens, including the SETUP CONFIGURATION 
6017 screen, by which you may activate optional Alpine features.
6020 &lt;End of help on this topic&gt;
6021 </BODY>
6022 </HTML>
6023 ======= h_main_release_notes =======
6024 <HTML>
6025 <HEAD>
6026 <TITLE>Release Notes Command</TITLE>
6027 </HEAD>
6028 <BODY>
6029 <H1>Release Notes Command</H1>
6031 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6032 as well as pointers to further information such as history and legal notes.
6035 &lt;End of help on this topic&gt;
6036 </BODY>
6037 </HTML>
6038 ======= h_main_kblock =======
6039 <HTML>
6040 <HEAD>
6041 <TITLE>Keyboard Lock Command</TITLE>
6042 </HEAD>
6043 <BODY>
6044 <H1>Keyboard Lock Command</H1>
6046 This command allows your Alpine session to be protected
6047 during a temporary absence from your terminal.
6050 &lt;End of help on this topic&gt;
6051 </BODY>
6052 </HTML>
6053 ======= h_main_journal =======
6054 <HTML>
6055 <HEAD>
6056 <TITLE>Journal Command</TITLE>
6057 </HEAD>
6058 <BODY>
6059 <H1>Journal Command</H1>
6061 This command displays a list of all the status messages Alpine has
6062 displayed (on the third line from the bottom of the screen). This may
6063 be useful if a message disappeared before you had a chance to read it.
6066 &lt;End of help on this topic&gt;
6067 </BODY>
6068 </HTML>
6069 ======= h_common_role =======
6070 <HTML>
6071 <HEAD>
6072 <TITLE>Role Command</TITLE>
6073 </HEAD>
6074 <BODY>
6075 <H1>Role Command</H1>
6077 The Role command is similar to the Compose command except that it starts
6078 off by letting you select a <A HREF="h_rules_roles">role</A>
6079 to be used for the composition.
6080 You may set up alternate roles by using Setup/Rules/Roles.
6083 &lt;End of help on this topic&gt;
6084 </BODY>
6085 </HTML>
6086 ======= h_common_conditional_cmds =======
6087 <HTML>
6088 <HEAD>
6089 <TITLE>Conditional Commands</TITLE>
6090 </HEAD>
6091 <BODY>
6092 <H1>Conditional Commands</H1>
6094 The presence or absence of certain commands, particularly in the
6095 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6096 whether or not specific features are set in your Alpine configuration.  
6097 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6098 Alpine's MAIN MENU.)  To see if a desired command's availability is
6099 conditioned on a feature setting, see the command's help text (highlight
6100 the phrase associated with the command and hit Return).
6103 Also note that some
6104 commands may be administratively disabled by your system manager;
6105 if they don't work, please check with your local help desk.
6108 <UL>   
6109 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6110 </UL><P>
6111 &lt;End of help on this topic&gt;
6112 </BODY>
6113 </HTML>
6114 ======= h_common_pipe =======
6115 <HTML>
6116 <HEAD>
6117 <TITLE>Pipe Command</TITLE>
6118 </HEAD>
6119 <BODY>
6120 <H1>Pipe Command</H1>
6122 Pipe
6123 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6124 allows you to send a message to a specified Unix command for external
6125 processing.
6126 This command's availability is controlled by the
6127 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6128 feature.
6129 By default, the processed text of the message is sent to the command
6130 you specify and the output is captured by Alpine and shown to you.
6131 When you run the pipe command, there are some sub-commands which may be
6132 used to alter this behavior.
6133 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6136 &lt;End of help on this topic&gt;
6137 </BODY>
6138 </HTML>
6139 ======= h_common_goto =======
6140 <HTML>
6141 <HEAD>
6142 <TITLE>Goto Command</TITLE>
6143 </HEAD>
6144 <BODY>
6145 <H1>Goto Command</H1>
6147 Goto
6148 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6149 is the command that lets you bypass Alpine's folder selection screens
6150 and jump directly to a new folder.  You can select any folder in the
6151 world: one in your current collection, one in a different collection or
6152 one in a collection you've never even used before.
6155 Alpine will help you as much as possible to narrow in on the folder you want.
6156 However, if the folder is outside of your defined collections, you are
6157 going to have to enter the exact folder location using the correct
6158 <A HREF="h_valid_folder_names">syntax</A>
6159 for a remote folder and/or fully-qualified path name.
6162 &lt;End of help on this topic&gt;
6163 </BODY>
6164 </HTML>
6165 ======= h_common_nextnew =======
6166 <HTML>
6167 <HEAD>
6168 <TITLE>NextNew Command</TITLE>
6169 </HEAD>
6170 <BODY>
6171 <H1>NextNew Command</H1>
6173 When you press the TAB key, Alpine advances to the next
6174 &quot;interesting&quot; message.
6175 This will be the next message you have not seen before, or the next message
6176 you have flagged Important, whichever comes first.
6177 Unread messages that have been deleted are not considered interesting.
6178 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6179 articles after you have read them if you want to remove them from future
6180 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6181 more information.)
6184 The NextNew command is affected by the feature
6185 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6186 which causes Alpine to only consider Unread messages interesting, not messages
6187 flagged Important.
6190 This command behaves a little differently when it finds there are no more
6191 interesting messages left in the current folder.
6192 If the current folder is one of your Incoming Message Folders
6193 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6194 or it is a newsgroup, then Alpine will try to find the next folder or
6195 newsgroup that contains <EM>Recent</EM> messages and will ask you
6196 if you want to open that folder.
6197 This behavior may be modified by using the
6198 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6199 feature that causes Alpine to look for Unseen messages instead of Recent
6200 messages.
6201 The NextNew command's behavior is also affected by the configuration features
6202 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6204 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6207 &lt;End of help on this topic&gt;
6208 </BODY>
6209 </HTML>
6210 ======= h_common_jump =======
6211 <HTML>
6212 <HEAD>
6213 <TITLE>Jump Command</TITLE>
6214 </HEAD>
6215 <BODY>
6216 <H1>Jump Command</H1>
6218 This is Alpine's way of allowing you to go straight to a specific message.
6219 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6220 configured such that typing in any number automatically jumps you to that
6221 message 
6222 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6223 in the SETUP CONFIGURATION).
6226 &lt;End of help on this topic&gt;
6227 </BODY>
6228 </HTML>
6229 ======= h_common_flag =======
6230 <HTML>
6231 <HEAD>
6232 <TITLE>Flag Command</TITLE>
6233 </HEAD>
6234 <BODY>
6235 <H1>Flag Command</H1>
6237 Flag
6238 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6239 is the command that allows users to manipulate the status flags that
6240 appear on the left side of the MESSAGE INDEX screen.  The most common
6241 use of this is to mark a message as important. This is something of a
6242 note to yourself to get back to that message.  You may also use the
6243 flag command to set (or unset) the flags that indicate that a message
6244 is new, answered, deleted, or forwarded.<P>
6246 Provided the mail server supports it,
6247 you may also manipulate user-defined keywords
6248 for a message using the flag command.
6249 These keywords will be available if you use the Flag Details screen that you
6250 can get to after typing the
6251 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6252 command.
6253 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6254 which are always present.
6255 You may add new keywords by using the Add KW command from the Flag Details screen
6256 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6258 The availability of the flag command is determined by the
6259 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6260 feature in your Alpine configuration. Also, it is possible that Flag could be
6261 administratively disabled by your system manager; if it doesn't work,
6262 please check with your local help desk before reporting a bug.
6263 The behavior of the flag command may be modified by the
6264 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6265 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6268 &lt;End of help on this topic&gt;
6269 </BODY>
6270 </HTML>
6271 ======= h_common_hdrmode =======
6272 <HTML>
6273 <HEAD>
6274 <TITLE>HdrMode Command</TITLE>
6275 </HEAD>
6276 <BODY>
6277 <H1>HdrMode Command</H1>
6279 Every email message comes with some header lines that you normally
6280 don't see (and don't want to see).
6281 These include anywhere from 3-20 lines (or more) added by the
6282 Internet mail transport system to record the route your message took,
6283 for diagnostic purposes.
6284 These are normally of no import and simply
6285 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6286 This also includes other non-standard headers the message may contain.
6287 If you want to see these headers, there is a way to reveal them.
6290 The Header Mode
6291 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6292 command is a toggle that controls Alpine's handling of these header
6293 lines.  Normally, full headers is &quot;off&quot; and you only see a
6294 few lines about who a message is to and who it is from.  When you
6295 press
6296 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6297 to turn full headers on, Alpine will show you
6298 the normal header lines as well as delivery headers, comment headers,
6299 MIME headers, and any other headers present.
6302 Several different Alpine commands honor the header mode -- it affects how
6303 messages are displayed, how they appear in forward and reply email, how
6304 they are printed, how they are saved, and how they are exported.
6305 <!--chtml if pinemode="os_windows"-->
6306 <!--chtml else--> 
6307 The pipe command is also affected.
6308 <!--chtml endif-->
6311 The presence or absence of the Header Mode command is determined by the
6312 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6313 Feature-List option in your Alpine configuration.
6316 If you have also turned on the
6317 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6318 option then the HdrMode command actually rotates through three states
6319 instead of just two.
6320 The first is the normal view with long quotes suppressed.
6321 The second is the normal view but with the long quotes included.
6322 The last enables the display of all headers in the message.
6323 When using Export, Pipe, Print, Forward, or Reply the quotes are
6324 never suppressed, so the first two states are identical.
6327 The behavior of the Header Mode command may be altered slightly by
6328 turning on the
6329 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6330 Feature-List option in your Alpine configuration.
6331 In particular, it will cause the Header Mode to be persistent when moving
6332 from message to message instead of resetting to the default for each message.
6335 <UL>   
6336 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6337 </UL><P>
6338 &lt;End of help on this topic&gt;
6339 </BODY>
6340 </HTML>
6341 ======= h_common_print =======
6342 <HTML>
6343 <HEAD>
6344 <TITLE>Print Command</TITLE>
6345 </HEAD>
6346 <BODY>
6347 <H1>Print Command</H1>
6349 The Print
6350 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6351 command allows you to print a copy of a message.
6352 There are many SETUP CONFIGURATION features that affect the
6353 Print command, including
6354 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6355 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6356 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6357 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6358 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6359 You set up for printing by using the Printer option of the Setup command
6360 on the MAIN MENU.
6364 &lt;End of help on this topic&gt;
6365 </BODY>
6366 </HTML>
6367 ======= h_common_take =======
6368 <HTML>
6369 <HEAD>
6370 <TITLE>TakeAddr Command</TITLE>
6371 </HEAD>
6372 <BODY>
6373 <H1>TakeAddr Command</H1>
6376 With the Take Address
6377 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6378 command, you can extract email addresses from an
6379 incoming message and save them in an address book.  This is an easy way
6380 to add to your address book and avoid having to remember the email
6381 addresses of the people who write to you.
6384 If the message is just to you individually, then you will only need to
6385 provide a nickname.  If the message contains more than one email address,
6386 then you will see an address
6387 selection screen that lets you choose the address you want to save into
6388 your address book, or lets you choose several of them add to a
6389 personal distribution list.
6392 Once you've added an entry to your address book, you can use it from the
6393 message composer by typing the nickname of the entry into one of the
6394 header fields (for example, into the To: field), or you can use ^T from
6395 the header field to select the entry from your address book.
6398 If the configuration feature
6399 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6400 is set, the behavior of the Take command is altered slightly.
6403 &lt;End of help on this topic&gt;
6404 </BODY>
6405 </HTML>
6406 ======= h_ge_import =======
6407 <HTML>
6408 <HEAD>
6409 <TITLE>Import File Selection</TITLE>
6410 </HEAD>
6411 <BODY>
6412 <H1>Import File Selection</H1>
6414 You are importing a file that you previously
6415 exported from Alpine.
6416 You are now being asked for the name of that file.
6417 The easiest way to select a file is probably with the &quot;^T&quot;
6418 &quot;To Files&quot; command.
6419 Alternatively, you may type in a file name.
6420 It may be an absolute pathname.
6421 Otherwise, it is a file located in your home directory
6422 or current working directory
6423 <!--chtml if pinemode="running"-->
6424 (which, at least for your current Alpine &quot;session,&quot; 
6425 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6426 <!--chtml endif-->, depending on the
6427 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6428 In any case, you finish by typing a carriage return to accept the
6429 file name that is displayed.
6430 When the feature
6431 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6432 is turned on you may use TAB to complete partially typed in names.
6434 You may cancel the import operation by typing &quot;^C&quot; after exiting
6435 this help.
6437 &lt;End of help on this topic&gt;
6438 </BODY>
6439 </HTML>
6440 ======= h_ge_allparts =======
6441 <HTML>
6442 <HEAD>
6443 <TITLE>Export Message File Selection</TITLE>
6444 </HEAD>
6445 <BODY>
6446 <H1>Export Message File Selection</H1>
6448 You are Exporting a message from an Alpine mail folder
6449 to a plain text file.
6450 You also have the option of exporting all of the attachments associated
6451 with the message.
6452 You are now being asked for the name of the file to export <EM>to</EM>.
6453 The easiest way to select a file is probably with the &quot;^T&quot;
6454 &quot;To Files&quot; subcommand.
6455 After returning from that subcommand you will still be allowed to
6456 edit the name you have selected.
6457 Alternatively, you may type in a file name.
6458 It may be an absolute pathname.
6459 Otherwise, it is a file located in your home directory
6460 or current working directory
6461 <!--chtml if pinemode="running"-->
6462 (which, at least for your current Alpine &quot;session,&quot; 
6463 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6464 <!--chtml endif-->, depending on the
6465 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6466 In any case, you finish by typing a carriage return to accept the
6467 file name that is displayed.
6468 When the feature
6469 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6470 is turned on you may use TAB to complete partially typed in names.
6472 The message you are exporting appears to have some attachments.
6473 If you wish to save <EM>all</EM> of the attachments at once,
6474 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6475 saving of the attachments.
6476 You may turn it back off by typing &quot;^P&quot; again, which will now
6477 be labeled &quot;NoAllParts&quot; instead.
6478 If you want to save the parts the command displayed should be
6479 &quot;NoAllParts&quot;!
6480 When you choose to save attachments like this, the attachments will be saved
6481 in a newly created directory.
6482 That directory will have the same name as the file name you choose here,
6483 with the letters &quot;.d&quot; appended.
6484 If that directory already exists, then the letters &quot;.d_1&quot; will
6485 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6486 is found.
6487 For example, if you select the file name
6489 <CENTER><SAMP>filename</SAMP></CENTER>
6491 to export the message to, then the directory used for the attachments will be
6493 <CENTER><SAMP>filename.d</SAMP></CENTER>
6495 or perhaps
6497 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6499 The attachments will then be put into files inside that directory.
6500 The names for the attachment files will be derived from the attachments
6501 if possible.
6502 This is done in the same way as the default values are derived if you
6503 save them one at a time.
6504 (The &quot;filename&quot; parameter from the Content-Disposition header
6505 is the first choice. If that doesn't exist, the &quot;name&quot;
6506 parameter from the Content-Type header is used.)
6507 If a name for a particular attachment is not available, then the
6508 part number of the attachment is used, with the characters &quot;part_&quot;
6509 prepended.
6510 An example of that would be
6512 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6514 If you want to save only some of the attachments or if you want more control
6515 over the directory and filename where an attachment is saved you may
6516 cancel out of this command and View the attachment list.
6517 From there you can save each attachment individually.
6519 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6520 this help.
6522 &lt;End of help on this topic&gt;
6523 </BODY>
6524 </HTML>
6525 ======= h_ge_export =======
6526 <HTML>
6527 <HEAD>
6528 <TITLE>Export File Selection</TITLE>
6529 </HEAD>
6530 <BODY>
6531 <H1>Export File Selection</H1>
6533 You are Exporting or Saving something from within the Alpine world
6534 (a message, an attachment, etc.)
6535 to a plain text file.
6536 You are now being asked for the name of the file to export <EM>to</EM>.
6537 The easiest way to select a file is probably with the &quot;^T&quot;
6538 &quot;To Files&quot; subcommand.
6539 After returning from that subcommand you will still be allowed to
6540 edit the name you have selected.
6541 Alternatively, you may type in a file name.
6542 It may be an absolute pathname.
6543 Otherwise, it is a file located in your home directory
6544 or current working directory
6545 <!--chtml if pinemode="running"-->
6546 (which, at least for your current Alpine &quot;session,&quot; 
6547 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6548 <!--chtml endif-->, depending on the
6549 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6550 In any case, you finish by typing a carriage return to accept the
6551 file name that is displayed.
6552 When the feature
6553 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6554 is turned on you may use TAB to complete partially typed in names.
6556 If the object you are exporting is a message with some attachments,
6557 you may wish to save all of the attachments by typing the &quot;^P&quot;
6558 &quot;AllParts&quot; command to turn on saving of the attachments.
6559 This subcommand will only be visible if the message actually has attachments.
6560 You may also View the attachment list and save individual attachments from
6561 there.
6563 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6564 this help.
6566 &lt;End of help on this topic&gt;
6567 </BODY>
6568 </HTML>
6569 ======= h_common_save =======
6570 <HTML>
6571 <HEAD>
6572 <TITLE>Save and Export Commands</TITLE>
6573 </HEAD>
6574 <BODY>
6575 <H1>Save and Export Commands</H1>
6577 Save
6578 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6579 and Export
6580 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6581 are the two alternatives Alpine gives you to keep a copy of the message
6582 you are reading. If you want to keep the message within Alpine's email
6583 world, use &quot;Save&quot;; if you want to use the message in another
6584 program, use &quot;Export&quot;.
6587 When you Save a message, it is put into an existing folder or into a new
6588 folder in one of your existing folder collections.  The message stays in
6589 email format and can be read by Alpine again.  Alpine may use a special format
6590 for its mail folders -- never edit an Alpine folder by hand or with any
6591 program other than Alpine.  The exact behavior of the Save command can be
6592 configured with the
6593 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6594 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6595 and 
6596 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6597 feature list settings.
6598 The name of the folder offered as a default is controlled by the option
6599 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6602 When you use Export, the message is placed in a plain text file in your
6603 home directory 
6604 <!--chtml if pinemode="running"-->
6605 (which, in the present configuration of your system, is
6606  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6607 <!--chtml endif-->
6608 or current working directory
6609 <!--chtml if pinemode="running"-->
6610 (which, at least for your current Alpine &quot;session,&quot; 
6611 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6612 <!--chtml endif-->, depending on the
6613 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6614 configuration setting.  In the normal case, only minimal
6615 headers are exported with the message; however, if the full header mode 
6616 (whose availability may be disabled  by setting the feature 
6617 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6618 in SETUP CONFIGURATION) is
6619 toggled on, then complete headers are exported along with the message
6620 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6621 defined, they may affect the contents of the exported file.)
6624 &lt;End of help on this topic&gt;
6625 </BODY>
6626 </HTML>
6627 ======= h_common_bounce =======
6628 <HTML>
6629 <HEAD>
6630 <TITLE>Bounce Command</TITLE>
6631 </HEAD>
6632 <BODY>
6633 <H1>Bounce Command</H1>
6635 The Bounce 
6636 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6637 command allows you to re-send, or &quot;remail&quot;, a
6638 message, as if you were never in the loop.  It is analogous to crossing
6639 out your address on a postal letter, writing a different address on the
6640 envelope, and putting it into the mailbox. Bounce is used primarily to
6641 redirect email that was sent to you in error.
6642 Also, some owners of email
6643 lists need the bounce command to handle list traffic.
6644 Bounce is not anonymous.
6645 A ReSent-From header is added to the message so that the recipient may
6646 tell that you Bounced it to them.
6649 The presence or absence of the Bounce command is determined by the
6650 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6651 feature in your Alpine configuration.
6652 The feature
6653 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6654 affects the behavior of the Bounce command.
6655 Also, it is possible that Bounce could be
6656 administratively disabled by your system manager; if it doesn't work,
6657 please check with your local help desk before reporting a bug.
6660 &lt;End of help on this topic&gt;
6661 </BODY>
6662 </HTML>
6663 ======= h_common_reply =======
6664 <HTML>
6665 <HEAD>
6666 <TITLE>Reply and Forward Commands</TITLE>
6667 </HEAD>
6668 <BODY>
6670 <H1>Reply and Forward Commands</H1>
6672 Replying 
6673 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6674 and Forwarding 
6675 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6676 are your two alternatives for following up on the
6677 message you are reading.  You would use reply if you want to get email
6678 back to the author of the message and/or the other people who have
6679 already seen it.  You use forward if you want somebody new to see the
6680 message.
6683 In the normal case, the only thing that you must supply when forwarding a
6684 message is the name/email address of the new recipient.
6685 Alpine will include the text of the forwarded message.
6686 Alpine will also include any attachments to the message.
6687 There is space above the forwarded text for you to include additional comments.
6690 When replying, you usually have to answer some questions.
6691 If the message is to multiple people and/or specified with a Reply-To: header,
6692 then you will have to decide who should get the reply.
6693 You also need to decide whether or not to include the previous
6694 message in your reply.
6695 Some of this is configurable.
6696 Specifically, see the
6697 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6698 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6699 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6701 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
6702 configuration features.
6705 Both the Reply and Forward commands react to the full header mode toggle.
6706 If the full header mode is on, then all the header and delivery lines are
6707 included with the text of the message in your reply/forward.
6710 Other configuration features that affect the Reply command are
6711 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
6712 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
6713 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
6716 &lt;End of help on this topic&gt;
6717 </BODY>
6718 </HTML>
6719 ======= h_common_delete =======
6720 <HTML>
6721 <HEAD>
6722 <TITLE>Delete and Undelete Commands</TITLE>
6723 </HEAD>
6724 <BODY>
6725 <H1>Delete and Undelete Commands</H1>
6727 Delete 
6728 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
6729 and Undelete 
6730 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
6731 allow you to change the Deleted flag for the current message.
6732 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
6733 removes the mark.
6734 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
6735 at the left hand edge of the index line.
6736 When viewing a deleted message, the letters &quot;DEL&quot; will be present
6737 in the upper right hand corner of the screen.
6738 Delete simply <EM>marks</EM> a message Deleted, it does not actually
6739 get rid of the message.
6740 The eXpunge command (available from the MESSAGE INDEX screen) actually
6741 removes all of the deleted messages in a folder.
6742 Once a message is eXpunged, it can't be retrieved.
6745 The Delete command is affected by the setting of the configuration feature
6746 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
6749 &lt;End of help on this topic&gt;
6750 </BODY>
6751 </HTML>
6752 ======= h_common_postpone =======
6753 <HTML>
6754 <HEAD>
6755 <TITLE>Postpone Command</TITLE>
6756 </HEAD>
6757 <BODY>
6758 <H1>Postpone Command</H1>
6760 The postpone
6761 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
6762 command allows you to temporarily stop working on the current
6763 message so you may read
6764 other messages or compose another message.  When you want to resume a
6765 message later, start to compose and answer &quot;yes&quot; to the
6766 &quot;Continue postponed composition?&quot; question.  You may
6767 postpone as many messages as you like.
6770 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
6771 in the Setup/Config screen, then the Postpone command will prompt you for
6772 the folder in which to store your outgoing message.
6775 &lt;End of help on this topic&gt;
6776 </BODY>
6777 </HTML>
6778 ======= h_compose_cancel =======
6779 <HTML>
6780 <HEAD>
6781 <TITLE>Cancel Command</TITLE>
6782 </HEAD>
6783 <BODY>
6784 <H1>Cancel Command</H1>
6786 Cancel
6787 <!--chtml if pinemode="function_key"-->
6788 (F2)
6789 <!--chtml else-->
6790 (^C) 
6791 <!--chtml endif-->
6793 The Cancel command returns you to Alpine's normal mail processing and
6794 causes the message currently under composition to be thrown out.
6795 The message text <EM>will be lost</EM>.
6798 Note: Unless the <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A> has been set, the text of the most recent composition cancelled
6799 will be preserved in the file named
6800 <!--chtml if pinemode="os_windows"-->
6801 &quot;DEADLETR&quot;.
6802 <!--chtml else-->
6803 &quot;dead.letter&quot; in your home directory.
6804 <!--chtml endif-->
6805 If you unintentionally cancel a message, look there for its text.
6808 &lt;End of help on this topic&gt;
6809 </BODY>
6810 </HTML>
6811 ======= h_compose_addrcomplete =======
6812 <HTML>
6813 <HEAD>
6814 <TITLE>Address Completion</TITLE>
6815 </HEAD>
6816 <BODY>
6817 <H1>Address Completion</H1>
6819 When entering addresses in the address fields of the composer (To, Cc, etc.)
6820 the TAB key may be used to help complete the address.
6821 Type a partial nickname and tap the TAB key to complete the typing.
6822 The unambiguous part of the name will be filled in automatically.
6823 Typing TAB twice in succession will bring up a selection list of possibilities,
6824 making it easy to find and choose the correct address.
6827 The matching algorithm is rather ad hoc.
6828 The search starts with a search of your address book.
6829 It counts as a match if the nickname, address, or fullname field of an
6830 entry begins with the text typed in so far. It is also a match if
6831 a later word in the fullname (for example, the middle name or last name)
6832 begins with the entered text.
6834 Next comes an LDAP search.
6835 The search will happen for any servers that have the
6836 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
6837 feature set. You can set or unset the feature for each server independently
6838 in the Setup/Directory screen.
6840 Finally, if you are replying to or forwarding a message, that message is
6841 searched for likely candidate addresses that match the typed-in text.
6844 &lt;End of help on this topic&gt;
6845 </BODY>
6846 </HTML>
6847 ======= h_compose_richhdr =======
6848 <HTML>
6849 <HEAD>
6850 <TITLE>Rich Header Command</TITLE>
6851 </HEAD>
6852 <BODY>
6853 <H1>Rich Header Command</H1>
6855 The Rich Header command allows you to toggle between the list of 
6856 all message headers available for editing and those that are most
6857 common.
6860 Use this toggle to expose headers that are not normally visible by
6861 default.
6862 This set usually includes the
6863 &quot;Bcc:&quot;,
6864 &quot;Fcc:&quot;,
6865 &quot;Lcc:&quot;,
6866 and &quot;Newsgroups&quot;
6867 headers.
6868 If you are posting to a newsgroup the set of defaults is a little different.
6869 Obviously, in that case, the Newsgroups header is of interest so is not
6870 hidden.
6871 For news posting the hidden set includes the
6872 &quot;To:&quot;,
6873 &quot;Cc:&quot;,
6874 &quot;Bcc:&quot;,
6875 &quot;Fcc:&quot;,
6876 and &quot;Lcc:&quot;
6877 headers.
6878 You won't normally want to edit these, which is why they are hidden,
6879 but it is sometimes useful to be able to set them manually.
6882 The default sets of headers listed above can be altered.
6883 Any header that you have added to the
6884 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
6885 option, but not to the
6886 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
6887 option will appear when you use the Rich Headers command to
6888 make the Rich Headers visible.
6889 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
6890 even without toggling the Rich Headers command.)
6893 &lt;End of help on this topic&gt;
6894 </BODY>
6895 </HTML>
6896 ======= h_compose_send =======
6897 <HTML>
6898 <HEAD>
6899 <TITLE>Send Command</TITLE>
6900 </HEAD>
6901 <BODY>
6902 <H1>Send Command</H1>
6904 The Send command
6905 <!--chtml if pinemode="function_key"-->
6906 (F3)
6907 <!--chtml else-->
6908 (^X) 
6909 <!--chtml endif-->
6910 tells Alpine you are finished composing.
6911 Before actually sending it, though, Alpine will ask you to confirm 
6912 your intention, and, at the same time, redisplayed the message text
6913 with the recipients at the top of the screen to give you the opportunity
6914 to review and verify that the message is addressed to the people
6915 you intended.
6917 If the feature
6918 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
6919 then this confirmation prompt and any options it allows are skipped.
6922 This confirmation prompt may also offer, depending
6923 on your particular Setup/Config, options allowing you to set
6924 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
6925 include attachments in the &quot;Fcc&quot; (if you had previously
6926 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
6927 observe details of the
6928 <A HREF="h_config_verbose_post">message submission process</A>,
6929 choose the filter through which the
6930 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
6931 or turn of flowed text generation.
6934 &lt;End of help on this topic&gt;
6935 </BODY>
6936 </HTML>
6937 ======= h_compose_markcutpaste =======
6938 <HTML>
6939 <HEAD>
6940 <TITLE>Mark, Cut and Paste Commands</TITLE>
6941 </HEAD>
6942 <BODY>
6943 <H1>Mark, Cut and Paste Commands</H1>
6945 You can define a &quot;block&quot; of text, which can subsequently
6946  be deleted or
6947 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
6948 then moving the cursor to the end of the desired text block.  You can then
6949 &quot;cut&quot; the block out 
6950 <!--chtml if pinemode="function_key"-->
6951 &quot;F9&quot;,
6952 <!--chtml else-->
6953 &quot;Ctrl-K&quot;,
6954 <!--chtml endif-->
6955 move the cursor, and &quot;paste&quot; it
6956 <!--chtml if pinemode="function_key"-->
6957 &quot;F10&quot;,
6958 <!--chtml else-->
6959 &quot;Ctrl-U&quot;,
6960 <!--chtml endif-->
6961 in the new location.  Also, you can paste more than once, allowing you
6962 to use this feature to copy a block of text.<P>
6964 If you press 
6965 <!--chtml if pinemode="function_key"-->
6966 &quot;F9&quot;
6967 <!--chtml else-->
6968 &quot;^K&quot;
6969 <!--chtml endif-->
6970 without having marked anything, Alpine will delete
6971 a single line.  If you delete a group of lines together, Alpine keeps them
6972 in the same buffer, so 
6973 <!--chtml if pinemode="function_key"-->
6975 <!--chtml else-->
6977 <!--chtml endif-->
6978 will restore them as a block.  About
6979 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
6980 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
6981 &quot;type the character ^&quot;.
6984 &lt;End of help on this topic&gt;
6985 </BODY>
6986 </HTML>
6987 ======= h_compose_justify =======
6988 <HTML>
6989 <HEAD>
6990 <TITLE>Justify Command</TITLE>
6991 </HEAD>
6992 <BODY>
6993 <H1>Justify Command</H1>
6995 The Justify
6996 <!--chtml if pinemode="function_key"-->
6997 (F4)
6998 <!--chtml else-->
6999 (^J) 
7000 <!--chtml endif-->
7001 command reformats the text in the paragraph the cursor is in.
7002 Paragraphs are separated by one blank line or a line beginning with a space.
7003 This is useful when you have been editing a paragraph and the lines become
7004 uneven.  The text is left aligned or justified and the right is ragged.  If
7005 the text is already justified as typed with auto-wrap, no justification will
7006 be done.
7009 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7010 block of text, the Justify command is modified.
7011 Instead of automatically justifying the current paragraph you will be
7012 asked if you want to justify the paragraph, justify the selected region,
7013 or adjust the quote level of the selected region.
7014 Adjusting the quote level only works if you are using standard
7015 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7016 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7019 When composing a reply containing included text, the justify command
7020 will reformat text to the right of the 
7021 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7022 adding or removing indented lines as needed.  Paragraphs are separated
7023 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7024 line containing the indent string and one or more blank spaces.
7025 Included text that was previously indented (or &quot;quoted&quot;) is
7026 not preserved.
7029 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7030 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7031 use the standard
7032 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7035 &lt;End of help on this topic&gt;
7036 </BODY>
7037 </HTML>
7038 ======= h_compose_spell =======
7039 <HTML>
7040 <HEAD>
7041 <TITLE>Spell Check Command</TITLE>
7042 </HEAD>
7043 <BODY>
7044 <H1>Spell Check Command</H1>
7046 The &quot;To Spell&quot;
7047 <!--chtml if pinemode="function_key"-->
7048 (F12)
7049 <!--chtml else-->
7050 (^T) 
7051 <!--chtml endif-->
7052 command calls an external spell checking program to look over the
7053 message you are composing.  By default, Alpine uses
7055 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7057 if it knows where to find &quot;aspell&quot;.
7058 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7059 then the command used is
7061 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7063 Otherwise, the ancient &quot;spell&quot; command is used.
7065 For PC-Alpine, you must install the aspell library code that you
7066 may get from
7067 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7070 &lt;End of help on this topic&gt;
7071 </BODY>
7072 </HTML>
7073 ======= h_compose_alted =======
7074 <HTML>
7075 <HEAD>
7076 <TITLE>Alt Editor Command</TITLE>
7077 </HEAD>
7078 <BODY>
7079 <H1>Alt Editor Command</H1>
7081 The &quot;Alt Editor&quot; command's availability depends on the
7082 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7085 When the variable specifies a valid editor on your system, this
7086 command will launch it with the current text of your message
7087 already filled in.
7090 &lt;End of help on this topic&gt;
7091 </BODY>
7092 </HTML>
7093 ======= h_compose_readfile =======
7094 <HTML>
7095 <HEAD>
7096 <TITLE>Read File Command</TITLE>
7097 </HEAD>
7098 <BODY>
7099 <H1>Read File Command</H1>
7101 The &quot;Read File&quot;
7102 <!--chtml if pinemode="function_key"-->
7103 (F5)
7104 <!--chtml else-->
7105 (^R) 
7106 <!--chtml endif-->
7107 command allows you to copy in text from an existing file. You will be
7108 prompted for the name of a file to be inserted into the message.  The file
7109 name is relative to your home directory 
7110 <!--chtml if pinemode="running"-->
7111 (which, in the present configuration of your system, is
7112  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7113 <!--chtml endif-->
7114 or current working directory
7115 <!--chtml if pinemode="running"-->
7116 (which, at least for your current Alpine &quot;session,&quot; 
7117 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7118 <!--chtml endif-->, depending on the
7119 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7120 configuration setting; or, the file name must be specified as a full path name 
7121 <!--chtml if pinemode="os_windows"-->
7122 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7123 <!--chtml else-->
7124 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7125 <!--chtml endif-->
7126 (without the quotation marks).
7129 The file will be inserted where the cursor is located.  <B>The
7130 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7131 Unix machine but have files on a PC or Mac, the files must be transferred
7132 to the system Alpine is running on before they can be read.  Please ask your
7133 local computer support people about the correct way to transfer a file to 
7134 your Alpine system.
7137 &lt;End of help on this topic&gt;
7138 </BODY>
7139 </HTML>
7140 ======= h_config_tray_icon =======
7141 <HTML>
7142 <HEAD>
7143 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7144 </HEAD>
7145 <BODY>
7146 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7148 PC-Alpine only.
7150 This option restores a behavior of previous versions of PC-Alpine.
7151 These
7152 versions, when started, installed a PC-Alpine icon in the notification 
7153 tray of Window's Taskbar.  The primary use of this icon was to indicate
7154 new mail arrival by turning red (while the Taskbar icon remained green).
7155 Additionally, the icon now changes to yellow to signify that a mail folder
7156 has been closed unexpectedly.
7159 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7160 color its Taskbar entry's icon red (as well as the icon in the Window
7161 Title).  This feature is only provided for backwards compatibility.
7164 &lt;End of help on this topic&gt;
7165 </BODY>
7166 </HTML>
7167 ======= h_common_suspend =======
7168 <HTML>
7169 <HEAD>
7170 <TITLE>Suspend Command</TITLE>
7171 </HEAD>
7172 <BODY>
7173 <H1>Suspend Command</H1>
7175 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7176 enabled, you can, at almost any time, temporarily halt your Alpine session,
7177 <!--chtml if pinemode="os_windows"-->
7178 minimizing it into an icon.
7179 <!--chtml else-->
7180 and return to your system prompt.
7181 <!--chtml endif-->
7184 &lt;End of help on this topic&gt;
7185 </BODY>
7186 </HTML>
7187 ======= h_pipe_command =======
7188 <HTML>
7189 <HEAD>
7190 <TITLE>Pipe Command SubOptions</TITLE>
7191 </HEAD>
7192 <BODY>
7193 <H1>Pipe Command SubOptions</H1>
7195 By default, when you use the Pipe command, the processed text of the
7196 message is sent to the Unix command
7197 you specify and the output is captured by Alpine and shown to you.
7198 (This command is available in PC-Alpine, as well, but there aren't many
7199 Windows commands that work well with piping.)
7200 There are some sub-commands that may be used to alter this behavior.
7201 These are toggles that switch the behavior between two possibilities.
7202 They can be combined in any way you wish.
7204 By default, the prompt at the bottom of the screen looks like
7206 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7210 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7212 if you are piping more than one message.
7214 The sub-command options are:
7215 <DL>
7216    <DT>Shown Text or Raw Text</DT>
7217    <DD>This option toggles between sending the shown (processed) text
7218 of the message to the Unix command, and sending the
7219 raw (unprocessed) text of the message to the Unix command.
7220 The default is to send the shown text.
7221 The raw version of the message will contain all of the headers and any
7222 MIME encoding that the message contains.
7223 If you've selected the Raw Text then the prompt will have the additional word
7224 &quot;RAW&quot; in it, like
7226 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7228 You can experiment with this option by piping to something simple like the
7229 Unix &quot;cat&quot; command.
7230    </DD>
7231    <DT>Captured Output or Free Output</DT>
7232    <DD>This option toggles between having Alpine capture the output of
7233 the Unix pipe command for display, and not capturing it.
7234 If the command you are piping to is a filter that will produce output
7235 you want to view, then you want to capture that output
7236 for display (the default).
7237 If the Unix command doesn't produce output or handles the display itself,
7238 then you want free output.
7239 When you've selected the Free Output option the prompt will change to
7241 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7243    </DD>
7244    <DT>No Delimiter or With Delimiter</DT>
7245    <DD>This option controls whether or not a Unix mailbox style delimiter
7246 will come before the text of the message.
7247 This is the delimiter used in the common Unix mailbox format.
7248 It's the single line that begins with the five characters
7249 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7250 You'll usually only want to include this if the Unix command requires
7251 input in the format of a traditional Unix mailbox file.
7252 When you've selected the With Delimiter option the prompt will change to
7254 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7256    </DD>
7257    <DT>To Same Pipe or To Individual Pipes</DT>
7258    <DD>This option only shows up if you are running an aggregate
7259 pipe command.
7260 That is, the command was Apply Pipe, not just Pipe.
7261 You have the option of piping all of the selected messages through a
7262 single pipe to a single instance of the Unix command,
7263 or piping each individual message through a separate pipe to separate
7264 instances of the Unix command.
7265 The default is that all of the output will go through a single pipe
7266 to a single instance of the command.
7267 You can try this option with a command like &quot;less&quot;, with Free
7268 Output enabled.
7269 When you've selected the Individual Pipes option the prompt will change to
7271 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7273    </DD>
7274 </DL>
7277 As mentioned earlier, the options can be combined in any way you wish.
7278 You may leave them all off, turn them all on, or turn some of them on
7279 and some of them off.
7280 If you use the pipe command a second time in the same session the default
7281 options will be what you used the last time.
7284 &lt;End of help on this topic&gt;
7285 </BODY>
7286 </HTML>
7287 ========== h_emptydir_subfolder_name =========
7288 <HTML>
7289 <HEAD>
7290 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7291 </HEAD>
7292 <BODY>
7293 <H1>Enter Subfolder Name</H1>
7295 <P> 
7296 This is the name of a new subfolder in the directory you are creating.
7297 Because empty directories are hidden and therefore not useful, you must also
7298 create a subfolder in the directory you are creating in order that the
7299 directory remains visible.
7301 Alternatively, you may turn off the configuration feature
7302 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7303 so that empty directories remain visible.
7304 If you do that, you will not be required to create the subfolder when you
7305 create a directory.
7308 &lt;End of help on this topic&gt;
7309 </BODY>
7310 </HTML>
7311 ========== h_incoming_add_folder_name =========
7312 <HTML>
7313 <HEAD>
7314 <TITLE>ENTER FOLDER NAME</TITLE>
7315 </HEAD>
7316 <BODY>
7317 <H1>Enter Folder Name</H1>
7319 <P> 
7320 This is the name of the folder on the previously specified server.
7321 By default the folder name is interpreted as defining a section of your personal
7322 folder area.  This area and how you specify it are defined by the
7323 server, if one is specified.
7326 To define a folder outside the default area, prefix
7327 the path with the namespace to use when interpreting the
7328 given path.  If a namespace is specified, the folder name begins with the
7329 sharp (#) character followed by the name of the namespace
7330 and then the namespace's path-element-delimiter.  Aside from the
7331 name's format, namespaces can also imply access rights, content
7332 policy, audience, location, and, occasionally, access methods.
7335 Each server exports its own set (possibly of size one) of 
7336 namespaces.
7337 For a more detailed explanation read about
7338 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7341 To specify the default for INBOX on the server you can usually just enter
7342 &quot;INBOX&quot;, and the server will understand the special meaning of
7343 that word.
7346 &lt;End of help on this topic&gt;
7347 </BODY>
7348 </HTML>
7349 ========== h_incoming_add_folder_host =========
7350 <HTML>
7351 <HEAD>
7352 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7353 </HEAD>
7354 <BODY>
7355 <H1>Enter Incoming Folder Server</H1>
7357 You are being asked for the name of the server for use with this incoming
7358 folder.
7359 If the folder is on the machine where Alpine is running, then just enter
7360 RETURN without typing a server name.
7363 If the folder is on an IMAP server then type the server's name followed
7364 by RETURN.
7365 You may use the ^X command if the server is the same as the server that
7366 the INBOX is on.
7369 You may have to add optional extra information to the server name.
7370 For example, if the IMAP server is using a non-standard port number you
7371 would specify that by appending a colon (:) followed by the port number
7372 to the server name
7375 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7378 or you may need to specify a different protocol if the server is not an
7379 IMAP server. For example:
7382 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7385 for a POP server or
7388 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7391 for an NNTP news server.
7392 For an explanation of all of the possibilities, see
7393 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7394 for folders.
7397 There is a special command (^W) if you want to set up a folder that gets its
7398 mail from a
7399 <A HREF="h_maildrop">Mail Drop</A>.
7400 If you type that command, you will be prompted for the information for
7401 both the Mail Drop folder and the destination folder.
7404 &lt;End of help on this topic&gt;
7405 </BODY>
7406 </HTML>
7407 ========== h_incoming_add_inbox =========
7408 <HTML>
7409 <HEAD>
7410 <TITLE>ENTER INBOX SERVER</TITLE>
7411 </HEAD>
7412 <BODY>
7413 <H1>Enter INBOX Server</H1>
7415 You are being asked for the name of the server for use with
7416 the INBOX folder.
7417 Type the server's name followed by RETURN.
7420 You may have to add optional extra information to the server name.
7421 For example, if the server is using a non-standard port number you
7422 would specify that by appending a colon (:) followed by the port number
7423 to the server name
7426 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7429 or you may need to specify a different protocol if the server is not an
7430 IMAP server. For example:
7433 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7436 for a POP server.
7439 For an explanation of all of the possibilities, see
7440 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7441 for folders.
7444 If the INBOX folder is on the machine where Alpine is running, then just enter
7445 RETURN without typing a server name.
7448 There is a special command (^W) if you want to set up a folder that gets its
7449 mail from a
7450 <A HREF="h_maildrop">Mail Drop</A>.
7451 If you type that command, you will be prompted for the information for
7452 both the Mail Drop folder and the destination folder, which will be used
7453 as your INBOX folder.
7456 &lt;End of help on this topic&gt;
7457 </BODY>
7458 </HTML>
7459 ========== h_incoming_add_maildrop_destn =========
7460 <HTML>
7461 <HEAD>
7462 <TITLE>ENTER DESTINATION SERVER</TITLE>
7463 </HEAD>
7464 <BODY>
7465 <H1>Enter Destination Server</H1>
7467 You are being asked for the name of the server where the destination
7468 folder is for use with this Mail Drop incoming folder.
7469 That is, you are using a Mail Drop for this incoming folder and
7470 you've already entered
7471 the server and folder name for the Mail Drop.
7472 Now you need to enter the server for the destination folder
7473 where the mail should be copied to.
7474 Mail will come from the Mail Drop and be copied to the destination folder.
7477 Type the server's name followed by RETURN.
7478 If the folder is local to this computer, just type RETURN without entering
7479 a server name.
7482 You may have to add optional extra information to the server name.
7483 For example, if the server is using a non-standard port number you
7484 would specify that by appending a colon (:) followed by the port number
7485 to the server name
7488 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7491 For an explanation of all of the possibilities, see
7492 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7493 for folders.
7496 &lt;End of help on this topic&gt;
7497 </BODY>
7498 </HTML>
7499 ========== h_inbox_add_maildrop_destn =========
7500 <HTML>
7501 <HEAD>
7502 <TITLE>ENTER DESTINATION SERVER</TITLE>
7503 </HEAD>
7504 <BODY>
7505 <H1>Enter Destination Server</H1>
7507 You are being asked for the name of the server where the destination
7508 folder is for use with your Mail Drop INBOX.
7509 That is, you are using a Mail Drop for your INBOX and you've already entered
7510 the server and folder name for the Mail Drop.
7511 Now you need to enter the server for the destination folder
7512 where the mail should be copied to.
7513 Mail will come from the Mail Drop and be copied to the destination folder.
7516 Type the server's name followed by RETURN.
7517 If the folder is local to this computer, just type RETURN without entering
7518 a server name.
7521 You may have to add optional extra information to the server name.
7522 For example, if the server is using a non-standard port number you
7523 would specify that by appending a colon (:) followed by the port number
7524 to the server name
7527 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7530 For an explanation of all of the possibilities, see
7531 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7532 for folders.
7535 &lt;End of help on this topic&gt;
7536 </BODY>
7537 </HTML>
7538 ========== h_inbox_add_maildrop =========
7539 <HTML>
7540 <HEAD>
7541 <TITLE>ENTER MAILDROP SERVER</TITLE>
7542 </HEAD>
7543 <BODY>
7544 <H1>Enter Mail Drop Server</H1>
7546 You are being asked for the name of the Mail Drop server for use with
7547 your INBOX.
7550 Type the server's name followed by RETURN.
7553 You may have to add optional extra information to the server name.
7554 For example, if the server is using a non-standard port number you
7555 would specify that by appending a colon (:) followed by the port number
7556 to the server name
7559 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7562 or you may need to specify a different protocol if the server is not an
7563 IMAP server. For example:
7566 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7569 for a POP server or
7572 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7575 for an NNTP news server.
7576 For an explanation of all of the possibilities, see
7577 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7578 for folders.
7581 &lt;End of help on this topic&gt;
7582 </BODY>
7583 </HTML>
7584 ========== h_incoming_add_maildrop =========
7585 <HTML>
7586 <HEAD>
7587 <TITLE>ENTER MAILDROP SERVER</TITLE>
7588 </HEAD>
7589 <BODY>
7590 <H1>Enter Mail Drop Server</H1>
7592 You are being asked for the name of the Mail Drop server for use with
7593 this incoming folder.
7596 Type the server's name followed by RETURN.
7597 You may use the ^X command if the server is the same as the server that
7598 the INBOX is on.
7601 You may have to add optional extra information to the server name.
7602 For example, if the server is using a non-standard port number you
7603 would specify that by appending a colon (:) followed by the port number
7604 to the server name
7607 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7610 or you may need to specify a different protocol if the server is not an
7611 IMAP server. For example:
7614 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7617 for a POP server or
7620 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7623 for an NNTP news server.
7624 For an explanation of all of the possibilities, see
7625 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7626 for folders.
7629 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7630 RETURN without typing a server name.
7633 &lt;End of help on this topic&gt;
7634 </BODY>
7635 </HTML>
7636 ========== h_maildrop =========
7637 <HTML>
7638 <HEAD>
7639 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7640 </HEAD>
7641 <BODY>
7642 <H1>What is a Mail Drop?</H1>
7644 In some situaions it may make sense to have your mail delivered to one
7645 folder (the Mail Drop) and then when you want to read mail that has been
7646 delivered to the Mail Drop folder Alpine will move it to another
7647 destination folder.
7648 Often the Mail Drop will be a remote folder and messages will be moved from
7649 there to a local destination folder.
7652 One example where this might make sense is if the Mail Drop folder is accessible
7653 only with the POP protocol.
7654 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7655 mail from there to a local (on the same machine Alpine is running on)
7656 destination folder, where you'll read it.
7659 A Mail Drop may only be used as your Inbox or as an
7660 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7663 There is no attempt to synchronize the contents of the destination folder
7664 with the contents of the Mail Drop folder.
7665 All that happens is that all of the messages in the Mail Drop folder are
7666 copied to the destination folder and then they are deleted and expunged (if possible)
7667 from the Mail Drop folder.
7668 The next time a check for new mail is made, any messages in the Mail 
7669 Drop folder are once again copied to the destination folder and deleted
7670 and expunged from the Mail Drop folder.
7671 (If the Mail Drop folder is a news group, then the messages can't be
7672 expunged from the newsgroup. Instead, only Recent messages are copied from
7673 the newsgroup to the destination folder.)
7676 Configuration of a Mail Drop is a little different from configuration of
7677 a folder that does not use a Mail Drop because you have to specify two
7678 folder names instead of one.
7679 The two folders may be any types of folders that Alpine can normally use.
7680 They don't have to be a remote folder and a local folder, that is
7681 simply the most common usage.
7682 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7683 Drop to check for new mail.
7684 The new-mail checks will happen at the frequency set with the
7685 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7686 but with a minimum time
7687 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7688 between checks.
7689 Because of this minimum you may notice that new mail does not
7690 appear promptly when you expect it.
7691 The reason for this is to protect the server from over-zealous opening and
7692 closing of the Mail Drop folder.
7693 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7694 the end of the folder index, then the check will happen, regardless of how
7695 long it has been since the previous check.
7697 If there is new mail, that mail will be copied to the destination folder
7698 and then will be deleted from the Mail Drop.
7699 Note that using a Mail Drop with a local destination folder does not make
7700 sense if you read mail from more than one machine, because the mail is
7701 downloaded to the destination folder (which is accessible from only one
7702 machine) and deleted from the Mail Drop.
7704 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
7707 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
7710 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
7712 The brackets are not literal.
7714 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
7716 is a single character that does not appear in the MailDropFolder name.
7717 If the name doesn't contain spaces then it can be a space character.
7718 The two folder names are full technical
7719 <A HREF="h_valid_folder_names">folder names</A>
7720 as used by Alpine.
7721 Here are a couple examples to give you an idea what is being talked about:
7724 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
7726 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
7729 A #move folder may only be used as an
7730 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
7731 an Inbox.
7732 When you are in the FOLDER LIST of Incoming Message Folders (after turning
7733 on the
7734 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7735 option)
7736 the Add command has a subcommand &quot;Use Mail Drop&quot;
7737 which may be helpful for defining the folder in your Alpine configuration.
7738 The same is true when you edit the
7739 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
7740 option in Setup/Config.
7741 Each of these configuration methods will also create the DestinationFolder
7742 if it doesn't already exist.
7743 If you are having problems, make sure the DestinationFolder exists.
7746 &lt;End of help on this topic&gt;
7747 </BODY>
7748 </HTML>
7749 ========== h_save =========
7750 <HTML>
7751 <HEAD>
7752 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
7753 </HEAD>
7754 <BODY>
7755 <H1>Choose a Folder to Save Into</H1>
7757 After Exiting from this help text,
7758 type the name of the folder you want to save into and press RETURN.
7760 Press ^T to get a list of your folders to choose from.
7761 Press ^C to cancel the Save.
7763 If you have Folder Collections defined you may use
7764 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
7765 the collection being saved to.
7767 If Tab Completion is enabled (it is enabled by default)
7768 you may type a Tab character to have Alpine complete the folder name for you.
7770 If Partial Match Lists is enabled (it is enabled by default) you may type
7771 Ctrl-X to get a list of matches to the prefix you've typed in so far.
7773 If the Ctrl-R subcommand is present that means you can decide to Delete or
7774 not Delete the message you are saving after you save it.
7775 The label on that key gives the action to switch to.
7776 If it says Delete and you type Ctrl-R the label displayed will change to
7777 No Delete and the source message will be deleted after the save. If it
7778 says No Delete and you type Ctrl-R the label displayed will change to
7779 Delete and the message will not be deleted.
7780 You can control the default for the Delete parameter with the
7781 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
7783 Similarly, if the Ctrl-W subcommand is present that means you can decide
7784 to Preserve the order of the messages being saved or not.
7785 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
7786 will be in the same order as you see them in the source folder now.
7787 The opposite action (which is usually the default) is that you don't care
7788 about the order.
7789 The Saved messages may or may not be in the same order in the destination folder.
7790 There may be a performance penalty for choosing to save the messages in order.
7791 You can control the default for the Preserve Order parameter with the
7792 configuration feature
7793 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
7796 If you haven't disabled the Save Input History and you've already done a
7797 Save earlier in this session then you may use the Up and Down arrows to retrieve
7798 a folder name used in a previous Save.
7801 &lt;End of help on this topic&gt;
7802 </BODY>
7803 </HTML>
7804 ============= h_simple_index ========================
7805 <HTML>
7806 <HEAD>
7807 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
7808 </HEAD>
7809 <BODY>
7810 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
7811 <!--chtml if pinemode="function_key"-->
7812 <PRE>
7813 Navigating the List of Messages               General Alpine Commands
7814 -------------------------------               -----------------------
7815  F5   Move to previous message                 F1   Show this help text
7816  F6   Move to next message
7817  F7   Show previous screen of messages
7818  F8   Show next screen of messages
7820 Message Selection Commands
7821 --------------------------
7822  F3   Exit the Message Select menu (canceling Send command)
7823  F4   Select the currently highlighted message
7824  F9   Mark the currently highlighted message as deleted
7825  F10  Undelete (remove deletion mark from) the highlighted message
7826 </PRE>
7827 <!--chtml else-->
7828 <PRE>
7829 Navigating the List of Messages               General Alpine Commands
7830 -------------------------------               -----------------------
7831   P  Move to previous message                  ?  Show this help text
7832   N  Move to next message
7833   -  Show previous screen of messages
7834  Spc (space bar) Show next screen of messages
7836 Message Selection Commands
7837 --------------------------
7838   E  Exit the Message Select menu (canceling Send command)
7839   S  Select the currently highlighted message
7840   D  Mark the currently highlighted message as deleted
7841   U  Undelete (remove deletion mark from) the highlighted message
7842 </PRE>
7843 <!--chtml endif-->
7845 <H2>Description of the Select Postponed Message Screen</H2>
7847 This screen allows you to select one of several previously postponed
7848 messages in order to continue composition.  Your options are very limited
7849 -- the screen is not meant to let you manipulate these messages.  However,
7850 you may now delete messages from this list.  Once you choose a message,
7851 Alpine reads it in and puts you into the regular message composer.
7854 Messages do not stay in this postponed state automatically.  If you select
7855 a message and then want to postpone it again, use the normal postpone
7856 (Ctrl-O) command in the composer.
7859 If you exit this screen without selecting a message, the Compose command
7860 that got you here is canceled.  Other than messages explicitly marked
7861 &quot;Deleted&quot;, no messages will be removed.
7864 &lt;End of help on this topic&gt;
7865 </BODY>
7866 </HTML>
7867 ============= h_collection_screen ========================
7868 <HTML>
7869 <HEAD>
7870 <TITLE>COLLECTION LIST screen</TITLE>
7871 </HEAD>
7872 <BODY>
7873 <H1>COLLECTION LIST screen</H1>
7875 The COLLECTION LIST screen is used to select one of your  
7876 collection definitions to display the folders they contain.  See
7877 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
7878 detailed explanation of collections.<P>
7880 To manage your collection definitions (Add, Change, Delete, etc.), use
7881 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
7882 MAIN MENU.
7885 &lt;End of help on this topic&gt;
7886 </BODY>
7887 </HTML>
7888 ============= h_collection_maint ========================
7889 <HTML>
7890 <HEAD>
7891 <TITLE>SETUP COLLECTION LIST screen</TITLE>
7892 </HEAD>
7893 <BODY>
7894 <H1>SETUP COLLECTION LIST screen</H1>
7896 The SETUP COLLECTION LIST screen lets you manage your collection
7897 definitions.  See 
7898 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
7899 for detailed explanation of collections.<P>
7901 Maintenance commands include:
7902 <DL>
7903 <DT>Change
7904 <!--chtml if pinemode="function_key"-->
7905 (F4)
7906 <!--chtml else-->
7908 <!--chtml endif-->
7909 </DT>
7911 <DD>Modify attributes of the selected collection definition.
7913 <DT>Add Cltn
7914 <!--chtml if pinemode="function_key"-->
7915 (F9)
7916 <!--chtml else-->
7918 <!--chtml endif-->
7919 </DT>
7921 <DD>Create a new collection definition.
7922 </DD>
7924 <DT>Del Cltn
7925 <!--chtml if pinemode="function_key"-->
7926 (F10)
7927 <!--chtml else-->
7929 <!--chtml endif-->
7930 </DT>
7932 <DD>Delete the selected collection definition.<BR>
7933 NOTE: The folders and directories referred to by the
7934 collection definition are <EM>NOT</EM> deleted.  Folders must
7935 be deleted, if that's what you wish to do, from the 
7936 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
7937 individual folders in a collection.
7938 </DD>
7940 <DT>Shuffle
7941 <!--chtml if pinemode="function_key"-->
7942 (F11)
7943 <!--chtml else-->
7945 <!--chtml endif-->
7946 </DT>
7948 <DD>Change the order of the displayed collections.  Alpine will offer
7949 to move the currently selected collection one position UP
7950 or DOWN.
7951 </DD>
7952 </DL>
7955 &lt;End of help on this topic&gt;
7956 </BODY>
7957 </HTML>
7958 ============ h_what_are_collections ==========
7959 <HTML>
7960 <HEAD>
7961 <TITLE>Folder Collections Explained</TITLE>
7962 </HEAD>
7963 <BODY>
7964 <H1>Folder Collections Explained</H1>
7967 Those of you with simple mail configurations will just see a list of all the
7968 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
7969 The special folders for INBOX, sent mail and saved messages
7970 will appear at the top of the list.  All others are in alphabetical order.
7972 If you
7973 or your system administrator have defined more than one collection or if
7974 you have a collection (for newsgroups or email folders) defined on your 
7975 system, then you will see the COLLECTION LIST screen first when choosing 
7976 FOLDER LIST from Alpine's MAIN MENU.
7978 <H2>Why have multiple folder collections?</H2>
7980 For Alpine users who only maintain email folders (and not too many) on one host, 
7981 a single folder collection is probably sufficient.<P>
7983 However, people who have more than one email account - for example, one 
7984 at their university, and one with their personal Internet Service Provider - 
7985 will have different sets of folders on different hosts, and they may want to
7986 access them all from the same installation of Alpine, rather than use different 
7987 software and/or log into other hosts to manipulate messages in different 
7988 accounts.  (If in doubt whether one of your email accounts can be accessed 
7989 with Alpine, contact the technical support people for that account.)  Even people
7990 who have only one email account on one host, but have dozens or
7991 hundreds of email folders, may want to arrange these folders together in a 
7992 meaningful way.<BR>
7993 That is where multiple collections come in.
7995 <H2>Types of Collections</H2>
7996 <DL>
7997 <DT>INCOMING FOLDERS</DT>
7998 <DD>&quot;Incoming Message Folders&quot; 
7999 is a special collection typically used to supplement your single INBOX.  
8000 All the folders here are meant to be ones that receive incoming messages, 
8001 which you intend to check more or less frequently.  
8002 You may have multiple folders like this because you or your systems 
8003 administrator have set up an external program or you may have set up
8004 Alpine to filter incoming 
8005 messages into different folders, based on certain criteria such as 
8006 sender, recipient, or subject; or because you have multiple accounts and 
8007 wish to check their INBOXes easily.  This collection is established by 
8008 setting the 
8009 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8010 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8011 MAIN MENU.
8012 </DD>
8014 <DT>NEWS</DT>
8015 <DD>You can also define a collection specifically for
8016 newsgroups.  Alpine does this for you implicitly when you 
8017 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8018 in your Alpine configuration.  The news collection appears last in the 
8019 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8020 and Alpine knows not to save messages there.
8021 </DD>
8023 <DT>DEFAULT COLLECTION</DT>
8024 <DD>This is the default collection for your saved and sent messages folders.
8025 </DD>
8026 </DL>
8030 <H2>Defining Collections</H2>
8032 In the absence of any folder-collection definitions, Alpine will assume a
8033 single default folder collection.
8034 <!--chtml if pinemode="os_windows"-->
8035 <!--chtml else-->
8036 If necessary, Alpine will create the directory
8037 &quot;mail&quot; in your Unix home directory 
8038 to hold your folders.
8039 <!--chtml endif-->
8041 You can use the 
8042 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8043 the MAIN MENU, to manage your collection list.  
8045 &lt;End of help on this topic&gt;
8046 </BODY>
8047 </HTML>
8048 ===== h_select_address_screen =====
8049 <HTML>
8050 <HEAD>
8051 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8052 </HEAD>
8053 <BODY>
8054 <H1>SELECT AN ADDRESS SCREEN</H1>
8055 <H2>COMMANDS</H2>
8056 <!--chtml if pinemode="function_key"-->
8057 <PRE>
8058 Available  Commands                        
8059 -------------------------------            
8060 F1  Show Help Text
8061 F3  Exit without selecting anything
8062 F4  Select the highlighted address
8063 F5  Move highlight to previous address
8064 F6  Move highlight to next address
8065 F7  Previous page of addresses
8066 F8  Next page of addresses
8067 F11 Print
8068 F12 WhereIs
8069 </PRE>
8070 <!--chtml else-->
8071 <PRE>
8072 Navigation                     General Alpine Commands
8073 -------------------------      -----------------------
8074  P  Prev Address                ?  Display this help text
8075  N  Next Address                E  Exit without selecting anything
8076  -  Previous page               %  Print
8077 Spc (space bar) Next page
8078  W  WhereIs
8080 Select Command
8081 ------------------------------------------------
8082  S  Select the highlighted address
8083 </PRE>
8084 <!--chtml endif-->
8086 <H2>Description of the Select Address Screen</H2>
8088 This screen gives you an easy way to select an address from all of
8089 the address book entries that match the prefix typed so far.
8091 <P><UL>
8092 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8093 </UL>
8095 &lt;End of help on this topic&gt;
8096 </BODY>
8097 </HTML>
8098 ===== h_select_rule_screen =====
8099 <HTML>
8100 <HEAD>
8101 <TITLE>SELECT A RULE SCREEN</TITLE>
8102 </HEAD>
8103 <BODY>
8104 <H1>SELECT A RULE SCREEN</H1>
8105 <H2>COMMANDS</H2>
8106 <!--chtml if pinemode="function_key"-->
8107 <PRE>
8108 Available  Commands                        
8109 -------------------------------            
8110 F1  Show Help Text
8111 F3  Exit without selecting anything
8112 F4  Select the highlighted rule
8113 F5  Move highlight to previous rule
8114 F6  Move highlight to next rule
8115 F7  Previous page of rules
8116 F8  Next page of rules
8117 F11 Print
8118 F12 WhereIs
8119 </PRE>
8120 <!--chtml else-->
8121 <PRE>
8122 Navigation                     General Alpine Commands
8123 -------------------------      -----------------------
8124  P  Prev Rule                   ?  Display this help text
8125  N  Next Rule                   E  Exit without selecting anything
8126  -  Previous page               %  Print
8127 Spc (space bar) Next page
8128  W  WhereIs
8130 Select Command
8131 ------------------------------------------------
8132  S  Select the highlighted rule
8133 </PRE>
8134 <!--chtml endif-->
8136 <H2>Description of the Select Rule Screen</H2>
8138 This screen just gives you an easy way to select a rule from all of your
8139 defined rules.
8140 The list of rules presented is the list of nicknames of all of the rules
8141 defined using Setup/Rules.
8142 For selecting messages, it is likely that the Indexcolor rules and possibly
8143 the Roles rules will be most useful.
8144 The others are there also, in case you find a use for them.
8146 In order for this to be useful for selecting messages, the nicknames of
8147 the rules have to be different.
8148 Alpine actually just gets the nickname of the rule that you select and then
8149 looks up that rule using the nickname.
8150 So if there are duplicate nicknames, the first rule that has that
8151 nickname will be used.
8153 <P><UL>
8154 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8155 </UL>
8157 &lt;End of help on this topic&gt;
8158 </BODY>
8159 </HTML>
8160 ===== h_select_priority_screen =====
8161 <HTML>
8162 <HEAD>
8163 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8164 </HEAD>
8165 <BODY>
8166 <H1>SELECT A PRIORITY SCREEN</H1>
8167 <H2>COMMANDS</H2>
8168 <!--chtml if pinemode="function_key"-->
8169 <PRE>
8170 Available  Commands                        
8171 -------------------------------            
8172 F1  Show Help Text
8173 F3  Exit without selecting anything
8174 F4  Select the highlighted priority
8175 F5  Move highlight to previous priority
8176 F6  Move highlight to next priority
8177 F7  Previous page of priorities
8178 F8  Next page of priorities
8179 F11 Print
8180 F12 WhereIs
8181 </PRE>
8182 <!--chtml else-->
8183 <PRE>
8184 Navigation                     General Alpine Commands
8185 -------------------------      -----------------------
8186  P  Prev Priority               ?  Display this help text
8187  N  Next Priority               E  Exit without selecting anything
8188  -  Previous page               %  Print
8189 Spc (space bar) Next page
8190  W  WhereIs
8192 Select Command
8193 ------------------------------------------------
8194  S  Select the highlighted priority
8195 </PRE>
8196 <!--chtml endif-->
8198 <H2>Description of the Select Priority Screen</H2>
8200 This screen gives you a way to select a priority for the message you are sending.
8201 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8202 Some mail programs will display an indication of the priority level to
8203 the recipient of the message, some will ignore it.
8204 Even in cases where the mail programs of both the sender and the recipient
8205 agree on the meaning of this header, keep in mind that it is
8206 something that the sender sets so it is only an indication
8207 of the priority that the sender attaches to the mail.
8208 Alpine can be made to display an indication of this priority in incoming
8209 messages by use of one of the tokens
8210 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8211 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8212 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8214 <P><UL>
8215 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8216 </UL>
8218 &lt;End of help on this topic&gt;
8219 </BODY>
8220 </HTML>
8221 ===== h_select_keyword_screen =====
8222 <HTML>
8223 <HEAD>
8224 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8225 </HEAD>
8226 <BODY>
8227 <H1>SELECT A KEYWORD SCREEN</H1>
8228 <H2>COMMANDS</H2>
8229 <!--chtml if pinemode="function_key"-->
8230 <PRE>
8231 Available  Commands                        
8232 -------------------------------            
8233 F1  Show Help Text
8234 F3  Exit without selecting anything
8235 F4  Select the highlighted keyword
8236 F5  Move highlight to previous keyword
8237 F6  Move highlight to next keyword
8238 F7  Previous page of keywords
8239 F8  Next page of keywords
8240 F11 Print
8241 F12 WhereIs
8242 </PRE>
8243 <!--chtml else-->
8244 <PRE>
8245 Navigation                     General Alpine Commands
8246 -------------------------      -----------------------
8247  P  Prev Keyword                ?  Display this help text
8248  N  Next Keyword                E  Exit without selecting anything
8249  -  Previous page               %  Print
8250 Spc (space bar) Next page
8251  W  WhereIs
8253 Select Command
8254 ------------------------------------------------
8255  S  Select the highlighted keyword
8256 </PRE>
8257 <!--chtml endif-->
8259 <H2>Description of the Select Keyword Screen</H2>
8261 This screen just gives you an easy way to select a keyword.
8262 The list of keywords presented is the list of all keywords defined in your 
8263 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8264 If you have given a keyword a nickname, that nickname is displayed
8265 instead of the actual keyword.
8267 <P><UL>
8268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8269 </UL>
8271 &lt;End of help on this topic&gt;
8272 </BODY>
8273 </HTML>
8274 ===== h_select_charset_screen =====
8275 <HTML>
8276 <HEAD>
8277 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8278 </HEAD>
8279 <BODY>
8280 <H1>SELECT A CHARACTER SET SCREEN</H1>
8281 <H2>COMMANDS</H2>
8282 <!--chtml if pinemode="function_key"-->
8283 <PRE>
8284 Available  Commands                        
8285 -------------------------------            
8286 F1  Show Help Text
8287 F3  Exit without selecting anything
8288 F4  Select the highlighted character set
8289 F5  Move highlight to previous character set
8290 F6  Move highlight to next character set
8291 F7  Previous page of character sets
8292 F8  Next page of character sets
8293 F11 Print
8294 F12 WhereIs
8295 </PRE>
8296 <!--chtml else-->
8297 <PRE>
8298 Navigation                     General Alpine Commands
8299 -------------------------      -----------------------
8300  P  Prev Character Set          ?  Display this help text
8301  N  Next Character Set          E  Exit without selecting anything
8302  -  Previous page               %  Print
8303 Spc (space bar) Next page
8304  W  WhereIs
8306 Select Command
8307 ------------------------------------------------
8308  S  Select the highlighted character set
8309 </PRE>
8310 <!--chtml endif-->
8312 <H2>Description of the Select A Character Set Screen</H2>
8314 This screen just gives you an easy way to select a character set from the
8315 set of character sets Alpine knows about.
8316 The list presented will vary slightly depending on what option you are
8317 selecting the character set for.
8319 <P><UL>
8320 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8321 </UL>
8323 &lt;End of help on this topic&gt;
8324 </BODY>
8325 </HTML>
8326 ===== h_select_multcharsets_screen =====
8327 <HTML>
8328 <HEAD>
8329 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8330 </HEAD>
8331 <BODY>
8332 <H1>SELECT CHARACTER SETS SCREEN</H1>
8333 <H2>COMMANDS</H2>
8334 <!--chtml if pinemode="function_key"-->
8335 <PRE>
8336 Available  Commands
8337 -------------------------------            
8338 F1  Show Help Text
8339 F3  Exit without selecting anything
8340 F4  Select the highlighted charset (or chosen charsets in ListMode)
8341 F5  Move highlight to previous charset
8342 F6  Move highlight to next charset
8343 F7  Previous page of charsets
8344 F8  Next page of charsets
8345 F9  Toggle choices when using ListMode
8346 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8347 F11 Print
8348 F12 WhereIs
8349 </PRE>
8350 <!--chtml else-->
8351 <PRE>
8352 Navigation                     General Alpine Commands
8353 -------------------------      -----------------------
8354  P  Prev Charset                ?  Display this help text
8355  N  Next Charset                E  Exit without selecting anything
8356  -  Previous page               %  Print
8357 Spc (space bar) Next page
8358  W  WhereIs
8360 Select Command
8361 ------------------------------------------------
8362  S  Select the highlighted charset (or chosen charsets in ListMode)
8363  L  Turn on ListMode (makes it easy to choose multiple charsets)
8364  1  Turn off ListMode
8365  X  Toggle choices when using ListMode
8366 </PRE>
8367 <!--chtml endif-->
8369 <H2>Description of the Select Character Set Screen</H2>
8371 This screen just gives you an easy way to select a character set or a list of
8372 character sets.
8373 The list of character sets presented is the list of all character sets known to
8374 Alpine.
8375 You may select other character sets by typing them in directly.
8377 <P><UL>
8378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8379 </UL>
8381 &lt;End of help on this topic&gt;
8382 </BODY>
8383 </HTML>
8384 ===== h_select_multkeyword_screen =====
8385 <HTML>
8386 <HEAD>
8387 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8388 </HEAD>
8389 <BODY>
8390 <H1>SELECT KEYWORDS SCREEN</H1>
8391 <H2>COMMANDS</H2>
8392 <!--chtml if pinemode="function_key"-->
8393 <PRE>
8394 Available  Commands
8395 -------------------------------            
8396 F1  Show Help Text
8397 F3  Exit without selecting anything
8398 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8399 F5  Move highlight to previous keyword
8400 F6  Move highlight to next keyword
8401 F7  Previous page of keywords
8402 F8  Next page of keywords
8403 F9  Toggle choices when using ListMode
8404 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8405 F11 Print
8406 F12 WhereIs
8407 </PRE>
8408 <!--chtml else-->
8409 <PRE>
8410 Navigation                     General Alpine Commands
8411 -------------------------      -----------------------
8412  P  Prev Keyword                ?  Display this help text
8413  N  Next Keyword                E  Exit without selecting anything
8414  -  Previous page               %  Print
8415 Spc (space bar) Next page
8416  W  WhereIs
8418 Select Command
8419 ------------------------------------------------
8420  S  Select the highlighted keyword (or chosen keywords in ListMode)
8421  L  Turn on ListMode (makes it easy to choose multiple keywords)
8422  1  Turn off ListMode
8423  X  Toggle choices when using ListMode
8424 </PRE>
8425 <!--chtml endif-->
8427 <H2>Description of the Select Keyword Screen</H2>
8429 This screen just gives you an easy way to select a keyword or a list of
8430 keywords.
8431 The list of keywords presented is the list of all keywords defined in your 
8432 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8433 If you have given a keyword a nickname, that nickname is displayed
8434 instead of the actual keyword.
8436 <P><UL>
8437 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8438 </UL>
8440 &lt;End of help on this topic&gt;
8441 </BODY>
8442 </HTML>
8443 ===== h_select_incoming_to_monitor =====
8444 <HTML>
8445 <HEAD>
8446 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8447 </HEAD>
8448 <BODY>
8449 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8450 <H2>COMMANDS</H2>
8451 <!--chtml if pinemode="function_key"-->
8452 <PRE>
8453 Available  Commands
8454 -------------------------------            
8455 F1  Show Help Text
8456 F3  Exit without selecting anything
8457 F4  Select the marked folders
8458 F5  Move highlight to previous folder
8459 F6  Move highlight to next folder
8460 F7  Previous page of folders
8461 F8  Next page of folders
8462 F9  Toggle choices on or off
8463 F11 Print
8464 F12 WhereIs
8465 </PRE>
8466 <!--chtml else-->
8467 <PRE>
8468 Navigation                     General Alpine Commands
8469 -------------------------      -----------------------
8470  P  Prev Folder                 ?  Display this help text
8471  N  Next Folder                ^C  exit without changing anything
8472  -  Previous page               %  Print
8473 Spc (space bar) Next page
8474  W  WhereIs
8476 Select Command
8477 ------------------------------------------------
8478  S  Select the marked folders
8479  X  Toggle choices on or off
8480 </PRE>
8481 <!--chtml endif-->
8483 <H2>Description of the Select Folders to Check Screen</H2>
8485 This screen is only useful if the feature
8486 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8487 is set.
8488 By default, when you set that feature all of your incoming folders
8489 will be checked periodically for Unseen messages.
8490 By using this screen, you may restrict the set of monitored folders to
8491 a subset of all of the incoming folders.
8493 Mark the folders you want to monitor for Unseen messages with
8494 an &quot;X&quot;.
8495 When you've finished marking all your selections use the Select
8496 command to register your choices.
8497 To return to the default of checking all incoming folders
8498 delete all folders or unmark all folders.
8500 <P><UL>
8501 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8502 </UL>
8504 &lt;End of help on this topic&gt;
8505 </BODY>
8506 </HTML>
8507 ===== h_role_select =====
8508 <HTML>
8509 <HEAD>
8510 <TITLE>ROLES SCREEN</TITLE>
8511 </HEAD>
8512 <BODY>
8513 <H1>ROLES SCREEN</H1>
8514 <H2>ROLES COMMANDS</H2>
8515 <!--chtml if pinemode="function_key"-->
8516 <PRE>
8517 Available  Commands                        
8518 -------------------------------            
8519 F1  Show Help Text
8520 F3  Exit without a selection
8521 F4  Select a role to use in composition
8522 F5  Move to previous role
8523 F6  Move to next role
8524 F7  Previous page of roles
8525 F8  Next page of roles
8526 F11 Change Default Role
8527 F12 Whereis (search role nicknames)
8528 </PRE>
8529 <!--chtml else-->
8530 <PRE>
8531 Navigation                     General Alpine Commands
8532 -------------------------      -----------------------
8533  P  Prev Role                     ?  Display this help text
8534  N  Next Role                     E  Exit without a selection
8535  -  Previous page
8536 Spc (space bar) Next page
8537  W  WhereIs (search for word in role nicknames)
8539 Select Role Commands
8540 ------------------------------------------------
8541  [Return]  Select highlighted role
8542  D         Change Default Role
8543 </PRE>
8544 <!--chtml endif-->
8546 <H2>Description of the Roles Screen</H2>
8548 With this screen you select a role to be used in the composition of a
8549 message.
8550 Use the Previous and Next commands to highlight the role you wish to
8551 use.
8552 When you type carriage return you will be placed in the composer using the highlighted role.
8554 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8555 available unless you set them up.
8556 You may do so by using the Setup/Rules command on the MAIN MENU.
8558 By using the D command, you may set a default role that will persist until
8559 you change it or until you exit Alpine.
8560 The D command toggles through three states: set the default role, unset the
8561 default role, and leave the default role as it is.
8562 <P><UL>
8563 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8564 </UL>
8566 &lt;End of help on this topic&gt;
8567 </BODY>
8568 </HTML>
8569 ===== h_role_abook_select =====
8570 <HTML>
8571 <HEAD>
8572 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8573 </HEAD>
8574 <BODY>
8575 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8576 <H2>COMMANDS</H2>
8577 <!--chtml if pinemode="function_key"-->
8578 <PRE>
8579 Available  Commands                        
8580 -------------------------------            
8581 F1  Show Help Text
8582 F3  Exit screen without selecting anything
8583 F4  Select highlighted address book
8584 F5  Move to previous address book
8585 F6  Move to next address book
8586 F7  Previous page of address books
8587 F8  Next page of address books
8588 F12 Whereis
8589 </PRE>
8590 <!--chtml else-->
8591 <PRE>
8592 Navigation                     General Alpine Commands
8593 -------------------------      -----------------------
8594  P  Previous addrbook          ?  Display this help text
8595  N  Next addrbook
8596  -  Previous page
8597 Spc (space bar) Next page
8598  W  WhereIs
8600 Select Role Commands
8601 ------------------------------------------------
8602  S  Select highlighted address book
8603  E  Exit screen without selecting anything
8604 </PRE>
8605 <!--chtml endif-->
8607 <H2>Description of the Select Address Book Screen</H2>
8609 This screen helps you select one of your address books.
8610 Use the Previous and Next commands to highlight the address book you wish to
8611 select.
8612 <P><UL>
8613 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8614 </UL>
8616 &lt;End of help on this topic&gt;
8617 </BODY>
8618 </HTML>
8619 ======== h_rule_patterns =============
8620 <HTML>
8621 <HEAD>
8622 <TITLE>PATTERNS</TITLE>
8623 </HEAD>
8624 <BODY>
8625 <H1>PATTERNS</H1>
8626 Patterns are used with Roles, Filtering, Index Coloring,
8627 Scoring, Other Rules, and Search Rules.
8628 Patterns are compared with a message to see if there is a match.
8629 For Filtering, the messages being checked are all the messages in the
8630 folder, one at a time.
8631 For Index Line Coloring, each message that is visible on the screen is
8632 checked for matches with the Index Coloring Patterns.
8633 Roles are used with the Reply, Forward, and Compose commands.
8634 For Reply, the message used to compare the Pattern with is the message
8635 being replied to;
8636 for Forward, the message used to compare the Pattern with is the message
8637 being forwarded;
8638 and for Compose, there is no message, so the parts of the Pattern that depend
8639 on a message (everything other than Current Folder Type and the
8640 Beginning of Month and Year)
8641 are not used.
8642 Only the Current Folder Type matters for Compose (plus the Beginning of
8643 Month or Year, which you wouldn't usually use for a Role).
8644 For Scoring, the message being scored is compared with all of the Score
8645 Patterns, and the Score Values from the ones that match are added together to 
8646 get the message's score.
8647 For Other Rules, there is no message. Only the Current Folder Type is checked
8648 for Other Rules.
8650 Each Pattern has several possible parts, all of which are optional.
8651 In order for there to be a match, <EM>ALL</EM> of the
8652 <EM>defined</EM> parts of the Pattern must match the message.
8653 If a part is not defined it is considered a match, but note that a filtering
8654 Pattern must have at least one defined part or it will be ignored.
8655 For example, if the To pattern is not defined it will be
8656 displayed as
8658 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8660 That is considered a match because it is not defined.
8661 This means that the Pattern with nothing defined is a match if the
8662 Current Folder Type matches, but there is an exception that was mentioned
8663 in the previous paragraph.
8664 Because filtering is a potentially destructive action, filtering Patterns
8665 with nothing other than Current Folder Type defined are ignored.
8666 If you really want a filtering Pattern to match all messages (subject to
8667 Current Folder Type) the best way to do it is to define a Score interval
8668 that includes all possible scores.
8669 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8670 This can be used even if you haven't defined any rules to Set Scores.
8672 There are six predefined header patterns called the To, From, Sender, Cc, News,
8673 and Subject patterns.
8674 Besides those six predefined header patterns, you may add
8675 additional header patterns with header fieldnames of your choosing.
8676 You add an extra header pattern by placing the cursor on one of the
8677 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8678 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8679 and the Partic pattern is a header pattern that stands for
8680 Participant (From OR To OR Cc).
8681 (Defining the Recip pattern does not have the same effect as defining both
8682 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8683 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8684 Instead of comparing this pattern's text against only the contents of
8685 a particular header field, the text for the AllText pattern is compared
8686 with text anywhere in the message's header or body, and the text for the
8687 BodyText pattern is compared with text anywhere in the message's body.
8689 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8690 &quot;!&quot; &quot;toggle NOT&quot; command.
8691 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8692 &quot;!&quot; at the beginning of the pattern line.
8693 When the &quot;!&quot; is present, it reverses the meaning of the match.
8694 That is, if the pattern matches then it is considered to NOT be a match, and
8695 if it does not match it is considered to be a match.
8697 Don't make the mistake of putting the &quot;!&quot; in the data field for
8698 a pattern.
8699 For example, if you type the characters &quot;!urgent&quot; into the Subject
8700 pattern, the pattern will look like:
8702 <PRE>
8703  Subject pattern = !urgent
8704 </PRE>
8706 This means you want to match the 7 character sequence &quot;!urgent&quot;.
8707 In order to match messages that do not have &quot;urgent&quot; in
8708 their Subject field, first type the characters &quot;urgent&quot; followed
8709 by carriage return for the value of the Subject pattern, then negate it
8710 by typing the &quot;!&quot; command.
8711 It should look like
8713 <PRE>
8714  ! Subject pattern = urgent
8715 </PRE>
8717 The contents of each of these header patterns (or the AllText or BodyText patterns) may
8718 be a complete email address, part of an address, or a random set of
8719 characters to match against.
8720 It may also be a list of such patterns, which means you
8721 are looking for a match against the first pattern in the list <EM>OR</EM>
8722 the second pattern <EM>OR</EM> the third and so on.
8723 For example, a Subject pattern equal to
8725 <PRE>
8726  Subject pattern = urgent
8727                    emergency
8728                    alert
8729 </PRE>
8731 would match all messages with a subject that contained at least one
8732 of those words.
8733 It would also match subjects containing the words &quot;alerts&quot; or
8734 &quot;Urgently&quot;.
8736 The same example with &quot;NOT&quot; turned on would be
8738 <PRE>
8739  ! Subject pattern = urgent
8740                      emergency
8741                      alert
8742 </PRE>
8744 which would match all messages with a subject that did <EM>NOT</EM> contain any of
8745 those words.
8746 You can use the &quot;Add Value&quot; command to add new words to the list,
8747 or you can enter them as a comma-separated list.
8749 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
8750 present for a match.
8751 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
8752 pattern2 must be present,
8753 and that is exactly what using a list does.)
8755 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
8756 also part of the Pattern, although the &quot;Score Interval&quot; is not used
8757 when checking for matches for Scoring.
8758 There are five similar settings that relate to the status of the message.
8759 These settings rely on the message being New or not, Deleted or not,
8760 Answered or not, Important or not, and Recent or not.
8761 There are also some other miscellaneous settings.
8762 The first is the Age of the message in days.
8763 Another is the Size of the message, in bytes.
8764 The third is a setting that detects whether or not the Subject of a
8765 message contains raw 8-bit characters (unencoded characters with the most
8766 significant bit set).
8767 There is a setting that detects whether or not this is the first time
8768 Alpine has been run this month (doesn't depend on individual messages),
8769 and another that detects whether or not this is the first time Alpine has
8770 been run this year.
8771 Other parts of the Pattern detect whether or not the From address of a
8772 message appears in your address book, whether or not certain keywords
8773 are set for a message, and whether or not certain character sets are
8774 used in a message.
8776 <H2>Parts of a Pattern</H2>
8778 <H3>Header patterns</H3>
8780 A header pattern is simply text that is searched for in the corresponding
8781 header field.
8782 For example, if a Pattern has a From header pattern with the value
8783 &quot;@company.com&quot;, then only messages that have a From header
8784 that contains the text &quot;@company.com&quot; will be possible
8785 matches.
8786 Matches don't have to be exact.
8787 For example, if the relevant field of a message contains the text
8788 &quot;mailbox@domain&quot; somewhere
8789 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
8790 &quot;mailbox@domain&quot; are all matches.
8792 All parts of the Pattern must match so, for example,
8793 if a message matches a defined
8794 From pattern, it still must be checked against the other parts of the
8795 Pattern that have been defined.
8796 The To header pattern is a slightly special case.
8797 If the message being checked has a Resent-To header
8798 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
8799 there are used in place of the addresses in the To header.
8800 This is only true for the To header.
8801 Resent-cc and Resent-From headers are never used unless you add them
8802 with the eXtraHdrs command.
8804 The meaning of a header pattern may be negated with the
8805 &quot;!&quot; &quot;toggle NOT&quot; command.
8806 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8807 &quot;!&quot; at the beginning of the pattern line.
8808 It would look something like
8810 <PRE>
8811  ! From pattern = susan@example.com
8812 </PRE>
8814 When the &quot;!&quot; is present, it reverses the meaning of the match.
8816 If you want to check for the presence of a header field but don't care
8817 about its value, then
8818 the empty pattern that you get by entering a pair of
8819 double quotes (&quot;&quot;) should match any message that
8820 has the corresponding header field.
8822 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
8824 AllText patterns are just like header patterns except that the text is
8825 searched for anywhere in the message's headers or body, not just in the
8826 contents of a particular header field.
8829 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
8831 BodyText patterns are just like header patterns except that the text is
8832 searched for anywhere in the message's body, not just in the
8833 contents of a particular header field.
8836 If there is more than one header pattern or AllText pattern or BodyText pattern
8837 for which you want to take the
8838 same action there is a shorthand notation that may be used.
8839 Any of these patterns may be a list of patterns instead of
8840 just a single pattern.
8841 If any one of the patterns in the list matches the message
8842 then it is considered a match.
8843 For example, if &quot;company1&quot; and &quot;company2&quot; both required
8844 you to use the same role when replying to messages, you might have
8845 a To pattern that looks like
8847 <PRE>
8848  To pattern = company1.com
8849               company2.com
8850 </PRE>
8852 This means that if the mail you are replying to was addressed to
8853 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
8854 then this Pattern is a match and the same actions will be taken.
8856 The meaning of an AllText or BodyText pattern may be negated with the
8857 &quot;!&quot; &quot;toggle NOT&quot; command.
8858 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8859 &quot;!&quot; at the beginning of the pattern line.
8860 When the &quot;!&quot; is present, it reverses the meaning of the match.
8862 A technicality: Since comma is the character used to separate multiple values
8863 in any of the fields that may have multiple values (such as header patterns,
8864 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
8865 you must escape comma with a
8866 backslash (&#92;) if you want to include a literal comma in one of those fields.
8867 In other words, if you type a backslash followed by a comma it will
8868 be interpreted as a comma by Alpine, instead of as a separator between
8869 pattern values.
8870 All other backslashes (those not followed by a comma) are literal
8871 backslashes and should not be escaped.
8872 It's unlikely you'll ever need to enter a literal comma or backslash in
8873 any of the patterns.
8875 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
8877 The &quot;Current Folder Type&quot; may be set to one of four different
8878 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
8879 &quot;Specific&quot;.
8880 If the value is set to &quot;News&quot;, then the
8881 Pattern will only match if the currently open folder is a newsgroup.
8882 The value &quot;Email&quot; only matches if the current folder is not news and
8883 the value &quot;Any&quot; causes any folder to match.
8884 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
8885 then you must fill in a value for &quot;Folder&quot;, which is on the line
8886 below the &quot;Specific&quot; line.
8887 In this case you will only get a match if the currently open folder is
8888 the specific folder you list.
8889 You may give a list of folders instead of just a single
8890 folder name, in which case the Pattern will match if the open folder is
8891 any one of the folders in the list.
8892 The name of each folder in the list may be either &quot;INBOX&quot;,
8893 the technical specification
8894 of the folder (like what appears in your configuration file) or, if the
8895 folder is one of your incoming folders, it may be the nickname you've given
8896 the folder.
8897 Here are some samples of specific folder names:
8899 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
8901 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
8903 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
8905 The easiest way to fill in the &quot;Folder&quot; field is to use
8906 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
8907 highlighted, or to use the &quot;Take&quot; command with the configuration
8908 feature
8909 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
8910 turned on.
8912 When reading a newsgroup, there may be a performance penalty
8913 incurred when collecting the information necessary to check whether
8914 or not a Pattern matches a message.
8915 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
8916 If you have Patterns with a Current Folder Type of either
8917 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
8918 Index Line Coloring or Scoring, you may experience
8919 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
8921 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
8923 The &quot;Age Interval&quot; may be set to an interval of message
8924 ages that should be considered a match.
8925 Like the other parts of the Pattern, if it is unset it will be ignored.
8926 The Age Interval looks like
8928 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
8930 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
8931 than or equal to zero.
8932 The special value &quot;INF&quot; may be used for
8933 the max value. It represents infinity.
8935 Actually, this option may be defined as a list of intervals instead
8936 of just a single interval.
8937 The list is separated by commas.
8938 It can look like
8940 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
8942 When there is an Age Interval defined, it is a match if the age, in days, of
8943 the message is contained in any of the intervals.
8944 The intervals include both endpoints.
8946 Even though this option is called Age, it isn't actually
8947 the <EM>age</EM> of the message.
8948 Instead, it is how many days ago the message arrived in one of your folders.
8949 If the current time is a little past midnight, then a message that arrived
8950 just before midnight arrived yesterday, even though the message is only
8951 a few minutes old.
8952 By default, the date being used is not the date in the Date
8953 header of the message.
8954 It is the date that the message arrived in one of your folders.
8955 When you Save a message from one folder to another that arrival date
8956 is preserved.
8957 If you would like to use the date in the Date header that is possible.
8958 Turn on the option
8959 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
8960 near the bottom of the rule definition.
8961 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
8963 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
8965 The &quot;Size Interval&quot; may be set to an interval of message
8966 sizes that should be considered a match.
8967 Like the other parts of the Pattern, if it is unset it will be ignored.
8968 The Size Interval looks like
8970 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
8972 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
8973 than or equal to zero.
8974 The special value &quot;INF&quot; may be used for
8975 the max value. It represents infinity.
8977 Actually, this option may be defined as a list of intervals instead
8978 of just a single interval.
8979 The list is separated by commas.
8980 It can look like
8982 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
8984 When there is a Size Interval defined, it is a match if the size, in bytes, of
8985 the message is contained in any of the intervals.
8986 The intervals include both endpoints.
8988 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
8990 The &quot;Score Interval&quot; may be set to an interval of message
8991 scores that should be considered a match.
8992 Like the other parts of the Pattern, if it is unset it will be ignored.
8993 The Score Interval looks like
8995 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
8997 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
8998 negative integers, with min_score less than or equal to max_score.
8999 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9000 the min and max values to represent negative and positive infinity.
9002 Actually, a list of intervals may be used if you wish.
9003 A list would look like
9005 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9007 When there is a Score Interval defined, it is a match if the score for
9008 the message is contained in any of the intervals in the list.
9009 The intervals include the endpoints.
9010 The score for a message is calculated by looking at every Score rule defined and
9011 adding up the Score Values for the ones that match the message.
9012 When deciding whether or not a Pattern matches a message for purposes of
9013 calculating the score, the Score Interval is ignored.
9015 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9017 There are five separate message status settings.
9018 By default, all five are set to the value &quot;Don't care&quot;, which
9019 will match any message.
9020 The value &quot;Yes&quot; means that the particular status must be true
9021 for a match, and the value &quot;No&quot; means that the particular
9022 status must not be true for a match.
9023 For example, one of the five Message Status settings is whether a message
9024 is marked Important or not.
9025 A &quot;Yes&quot; means that the message must be Important to be
9026 considered a match and &quot;No&quot; means that the message must not be
9027 Important to be considered a match.
9028 The same is true of the other four message status settings that depend
9029 on whether or not the message is New; whether the message has 
9030 been Answered or not; whether the message has been Deleted or not, and
9031 whether the message is Recent or not. 
9033 The nomenclature for New and Recent is a bit confusing:
9035 New means that the message is Unseen.
9036 It could have been in your mailbox for a long time but if you haven't looked
9037 at it, it is still considered New.
9038 That matches the default Alpine index display that shows an N for such a
9039 message.
9041 Recent means that the message was added to this folder since the last time
9042 you opened the folder.
9043 Alpine also shows an N by default for these types of messages.
9044 If you were to run two copies of Alpine that opened a folder one right after
9045 the other, a message would only show up as Recent in (at most) the first
9046 Alpine session.
9048 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9050 Keywords are similar to Message Status, but they are chosen by the user.
9051 Provided the mail server allows for it, you may add a set of possible keywords
9052 to a folder and then you may set those keywords or not for each message
9053 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9054 The syntax of this part of the Pattern is similar to the header patterns.
9055 It is a list of keywords.
9056 The Keyword part of the Pattern is a match if the message has any of
9057 the keywords in the list set.
9058 Like other parts of the Pattern, if this is unset it will be ignored.
9060 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9062 A message may use one or more character sets.
9063 This part of the Pattern matches messages that make use of one or more of
9064 the character sets specified in the pattern.
9065 It will be considered a match if a message uses any of the character
9066 sets in the list you give here.
9069 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9070 GB2312) you may also use some shorthand names that Alpine provides.
9071 These names are more understandable shorthand names for sets of 
9072 character set names.
9073 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9074 Selecting one of these shorthand names is equivalent to selecting all of
9075 the character sets that make up the set.
9076 You can see all of these shorthand names and the lists of character sets
9077 they stand for by typing the &quot;T&quot; command with the Character
9078 Set pattern highlighted.
9079 The syntax of this part of the Pattern is similar to the header patterns
9080 and the Message Keywords pattern.
9081 It is a list of character sets (or shorthand names).
9082 The Character Set part of the Pattern is a match if the message uses any
9083 of the character sets in the list.
9084 Like other parts of the Pattern, if this is unset it will be ignored.
9086 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9088 It seems that lots of unwanted email contains unencoded 8-bit characters
9089 in the Subject.
9090 Normally, characters with the 8th bit set are not allowed in the Subject
9091 header unless they are MIME-encoded.
9092 This option gives you a way to match messages that have Subjects that
9093 contain unencoded 8-bit characters.
9094 By default, the value of this option is &quot;Don't care&quot;, which
9095 will match any message.
9096 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9097 the Subject of the message in order for there to be a match,
9098 and the value &quot;No&quot; is the opposite.
9099 Setting this option will affect performance in large folders because the
9100 subject of each message in the folder has to be checked.
9102 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9104 This option gives you a way to take some action once per month.
9105 By default, the value of this option is &quot;Don't care&quot;, which
9106 will always match.
9107 The value &quot;Yes&quot; means that this must be the first time Alpine has
9108 been run this month in order to count as a match,
9109 and the value &quot;No&quot; is the opposite.
9111 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9113 This option gives you a way to take some action once per year.
9114 By default, the value of this option is &quot;Don't care&quot;, which
9115 will always match.
9116 The value &quot;Yes&quot; means that this must be the first time Alpine has
9117 been run this year in order to count as a match,
9118 and the value &quot;No&quot; is the opposite.
9120 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9122 This option gives you a way to match messages that have an address
9123 that is in one of your address books.
9124 Only the simple entries in your address books are searched.
9125 Address book distribution lists are ignored!
9126 By default, the value of this option is &quot;Don't care&quot;, which
9127 will match any message.
9128 The value &quot;Yes, in any address book&quot; means the address
9129 from the message must be in at least one of your
9130 address books in order to be a match.
9131 The value &quot;No, not in any address book&quot;
9132 means none of the addresses may
9133 be in any of your address books in order to be a match.
9134 The values &quot;Yes, in specific address books&quot; and
9135 &quot;No, not in any of specific address books&quot; are similar but instead
9136 of depending on all address books you are allowed to give a list of address
9137 books to look in.
9138 The addresses from the message that are checked for are determined by the
9139 setting you have for &quot;Types of addresses to check for in address book&quot;.
9140 If you set this to &quot;From&quot; the From address from the message will
9141 be looked up in the address book.
9142 If you set it to only &quot;To&quot; then the To addresses will be used.
9143 If any of the To addresses are in the address book then it is considered
9144 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9145 You could set it to both From and To, in which case all of the From and To
9146 addresses are used.
9147 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9148 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9149 exists or the From address if there is no Reply-To address.
9150 Same for the Sender address.
9151 Setting this option may affect performance in large folders because the
9152 From and Reply-To of each message in the folder have to be checked.
9154 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9156 This is a command that is run with its standard input set to the message
9157 being checked and its standard output discarded.
9158 The full directory path should be specified.
9159 The command will be run and then its exit status will be checked against
9160 the Exit Status Interval, which defaults to just the value zero.
9161 If the exit status of the command falls in the interval, it is considered
9162 a match, otherwise it is not a match.
9165 This option may actually be a list of commands.
9166 The first one that exists and is executable is used.
9167 That makes it possible to use the same configuration with Unix Alpine and
9168 PC-Alpine.
9171 If none of the commands in the list exists and is executable then the rule
9172 is <EM>not</EM> a match.
9173 If it is possible that the command may not exist, you should be careful
9174 to structure your rules so that nothing destructive
9175 happens when the command does not exist.
9176 For example, you might have a filter that filters away spam when there is
9177 a match but does nothing when there is not a match.
9178 That would continue to work correctly if the command didn't exist.
9179 However, if you have a filter that filters away spam when there is not
9180 a match and keeps it when there is a match, that would filter everything
9181 if the categorizer command didn't exist.
9183 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9184 setup for the bogofilter filter.
9187 &lt;End of help on this topic&gt;
9188 </BODY>
9189 </HTML>
9190 ===== h_rules_roles =====
9191 <HTML>
9192 <HEAD>
9193 <TITLE>SETUP ROLES SCREEN</TITLE>
9194 </HEAD>
9195 <BODY>
9196 <H1>SETUP ROLES SCREEN</H1>
9197 <H2>SETUP ROLES COMMANDS</H2>
9198 <!--chtml if pinemode="function_key"-->
9199 <PRE>
9200 Available  Commands -- Group 1         Available Commands -- Group 2   
9201 -------------------------------        ------------------------------  
9202 F1  Show Help Text                      F1  Show Help Text             
9203 F2  See commands in next group          F2  See commands in next group
9204 F3  Back to MAIN Alpine menu
9205 F4  Change configuration for role
9206 F5  Move to previous role               F5  Include file in role config
9207 F6  Move to next role                   F6  Exclude file from config
9208 F7  Previous page of roles
9209 F8  Next page of roles
9210 F9  Add new role                        F9  Replicate existing role
9211 F10 Delete existing role
9212 F11 Shuffle the order of roles
9213 F12 Whereis (search role nicknames)
9214 </PRE>
9215 <!--chtml else-->
9216 <PRE>
9217 Navigation                     General Alpine Commands
9218 -------------------------      -----------------------
9219  P  Prev Role                     ?  Display this help text
9220  N  Next Role                     E  Back to MAIN Alpine menu
9221  -  Previous page
9222 Spc (space bar) Next page
9223  W  WhereIs (search for word in role nicknames)
9225 Setup Roles Commands
9226 ------------------------------------------------
9227  A  Add new role                  $  Shuffle the order of roles
9228  D  Delete existing role          C  Change configuration for highlighted role
9229  R  Replicate existing role
9230  I  Include file in role config   X  Exclude file from role config
9231 </PRE>
9232 <!--chtml endif-->
9234 <H2>Description of the Setup Roles Screen</H2>
9236 This screen lets you add, delete, modify, or change the order of the rules
9237 that determine the role you are playing when composing a message.
9239 You may play different roles depending on who you are replying to.
9240 For example, if you are replying to a message addressed to help-desk you
9241 may be acting as a Help Desk Worker.
9242 That role may require that you use a different return address and/or
9243 a different signature.
9245 Roles are optional.
9246 If you set up roles they work like this:  Each role has a set of
9247 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9248 considered for a particular use; a &quot;Pattern&quot;,
9249 which is used to decide which of the eligible roles is used; and a set
9250 of &quot;Actions&quot;, which are taken when that role is used.
9251 When you reply to a message, the message you are replying to is compared
9252 with the Patterns of the roles marked as eligible for use when replying.
9253 The comparisons start with the first eligible role and keep going until there
9254 is a match.
9255 If a match is found, the matching role's Actions are taken.
9257 It is also possible to set a default role and to change that role during
9258 your Alpine session.
9259 When you start Alpine no default role will be set.
9260 You may set or change the current default role by using the &quot;D&quot;
9261 command in the role selection screen.
9262 You'll see that screen while composing a message and being asked to select
9263 a role.
9264 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9265 compose a message.
9266 You may find a default role useful if you normally perform the duties of one
9267 of your roles for a while, then you switch to another role and stay in the
9268 new role for another period of time.
9269 It may be easier than using the Role Command to select the role each time you
9270 compose a message.
9272 <H2>Role Uses</H2>
9274 There are three types of use to be configured;
9275 one for Replying, one for Forwarding, and one for Composing.
9276 These indicate whether or not you want a role to be considered when you
9277 type the Reply, Forward, or Compose commands.
9278 (The Role command is an alternate form of the Compose command, and it is
9279 not affected by these settings.)
9280 Each of these Use types has three possible values.
9281 The value &quot;Never&quot;
9282 means that the role will never be considered as a candidate for use with
9283 the corresponding command.
9284 For example, if you set a role's Reply Use to Never, then when you Reply to
9285 a message, that role won't even be considered.
9286 (That isn't quite true. If the message you are replying to matches some other
9287 role that requires confirmation,
9288 then there will be a ^T command available which allows you to select a role
9289 from all of your roles, not just the reply-eligible roles.)
9292 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9293 both mean that you do want to consider this role when using the corresponding
9294 command.
9295 For either of these settings the role's Pattern will
9296 be checked to see if it matches the message.
9297 For Reply Use, the message used to compare the Pattern with is the message
9298 being replied to.
9299 For Forward Use, the message used to compare the Pattern with is the message
9300 being forwarded.
9301 For Compose Use, there is no message, so the parts of the Pattern that depend
9302 on a message (everything other than Current Folder Type) are ignored.
9303 In all cases, the Current Folder Type is checked if defined.
9304 If there is a match then this role will either be used without confirmation
9305 or will be the default when confirmation is asked for, depending on
9306 which of the two options is selected.
9307 If confirmation is requested, you will have a chance to
9308 choose No Role instead of the offered role, or to
9309 change the role to any one of your other roles (with the ^T command).
9311 <H2>Role Patterns</H2>
9313 In order to determine whether or not a message matches a role the message is
9314 compared with the Role's Pattern.
9315 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9316 Scoring, Other Rules, and Search Rules, so are described in only one place,
9317 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9319 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9320 a role that has all header patterns unset, the AllText pattern unset,
9321 the BodyText pattern unset,
9322 the Score Interval unset, and the Current Folder Type set to
9323 &quot;Any&quot; may be used as a default role.
9324 It should be put last in the list of roles since the matching
9325 starts at the beginning and proceeds until one of the roles is a match.
9326 If no roles at all match, then Alpine will
9327 use its regular methods of defining the role.
9328 If you wanted to, you could define a different &quot;default&quot; role
9329 for Replying, Forwarding, and Composing by setting the
9330 &quot;Use&quot; fields appropriately.
9332 <H2>Role Actions</H2>
9334 Once a role match is found, the role's Actions are taken.
9335 For each role there are several possible actions that may be defined.
9336 They are actions to set the From address, the Reply-To address,
9337 the Fcc, the Signature, the Template file, and Other Headers.
9339 <H3>Set From</H3>
9341 The From address is the address used on the From line of the message
9342 you are sending.
9344 <H3>Set Reply-To</H3>
9346 The Reply-To address is the address used on the Reply-To line of the message
9347 you are sending.
9348 You don't need a Reply-To address unless it is different from the From address.
9350 <H3>Set Other Headers</H3>
9352 If you want to set the value of the From or Reply-To headers, use
9353 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9354 If you want to set the values of other headers, use this field.
9355 This field is similar to the
9356 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9357 Each header you specify here must include the header tag
9358 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9359 and may optionally include a value for that header.
9360 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9361 for a header here will replace any value that already exists.
9362 For example, if you are Replying to a message there will be at least one
9363 address in the To header (the address you are Replying to).
9364 However, if you Reply using a role that sets the To header, that role's
9365 To header value will be used instead.
9367 <H3>Set Fcc</H3>
9369 The Fcc is used as the Fcc for the message you are sending.
9371 <H3>Set Signature or Set LiteralSig</H3>
9373 The Signature is the name of a file to be used as the signature file when
9374 this role is being used.
9375 If the name of the file has a vertical bar following it (|)
9376 then it is assumed that the file is a program that should be run to
9377 produce the signature.
9378 If the LiteralSig is set, then it is used instead of the signature file.
9379 LiteralSig is just a different way to store the signature.
9380 It is stored in the pine configuration file instead of in a separate
9381 signature file.
9382 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9383 either in the role or as the default signature in the Setup/Config screen,
9384 then the signature file is ignored.
9386 <H3>Set Template</H3>
9388 A Template is the name of a file to be included in the message when this
9389 role is being used.
9390 If the name of the file has a vertical bar following it (|)
9391 then it is assumed that the file is a program that should be run to
9392 produce the template.
9395 Both signature files and template files may be stored remotely on an IMAP
9396 server.
9397 In order to do that you just give the file a remote name.
9398 This works just like the regular
9399 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9400 option that is configured from the Setup/Configuration screen.
9401 A remote signature file name might look like:
9403 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9405 Once you have named the remote signature or template file you create its
9406 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9407 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9408 line of the role editor.
9411 Both signature files and template files (or the output of signature programs
9412 and template file programs) may contain special tokens
9413 that are replaced with contents
9414 that depend on the message being replied to or forwarded.
9415 See the help for the individual fields inside the role editor for more
9416 information on tokens.
9418 <H3>Use SMTP Server</H3>
9420 If this field has a value, then it will be used as the SMTP server
9421 to send mail when this role is being used (unless the SMTP server variable
9422 is set in the system-wide fixed configuration file).
9423 It has the same semantics as the
9424 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9425 variable in the Setup/Config screen.
9426 When you postpone the composition this SMTP server list will be saved
9427 with the postponed composition and it cannot be changed later.
9428 Because of that, you may want to make this a list of SMTP servers
9429 with the preferred server at the front of the list and alternate servers
9430 later in the list.
9433 If any of the actions are left unset, then the action depends on what
9434 is present in the &quot;Initialize settings using role&quot; field.
9435 If you've listed the nickname of another one of your roles there, then the
9436 corresponding action from that role will be used here.
9437 If that action is also blank, or if there is no nickname specified,
9438 then Alpine will do whatever it normally does to set these actions.
9439 This depends on other configuration options and features you've set.
9441 <H2>Command Descriptions</H2>
9443 <H3>Add</H3>
9445 The Add command is used to add a new role definition to your set of
9446 roles.
9447 The new role will be added after the highlighted role.
9449 <H3>Delete</H3>
9451 The Delete command deletes the currently highlighted role.
9453 <H3>Change</H3>
9455 The Change command lets you edit the nickname, Uses, Pattern,
9456 and Actions of the currently highlighted role.
9458 <H3>Shuffle</H3>
9460 The Shuffle command allows you to change the order of the roles.
9461 You may move the currently highlighted role up or down in the list.
9462 The order of the roles is important since the roles are tested for a
9463 match starting with the first role and continuing until a match is found.
9464 You should place the roles with more specific Patterns near the beginning
9465 of the list, and those with more general Patterns near the end so that
9466 the more specific matches will happen when appropriate.
9468 <H3>Replicate</H3>
9470 The Replicate command is used to copy an existing role and modify it.
9471 The new role will be added after the highlighted role.
9473 <H3>IncludeFile</H3>
9475 The IncludeFile command allows you to add a roles file to your configuration.
9476 Usually, your roles will be contained in your Alpine configuration file.
9477 If you wish, some or all of your roles may be stored in a separate file.
9478 If a roles file already exists (maybe it was made by somebody else using
9479 Alpine), you may insert it before the currently highlighted role.
9480 You may also insert an empty file or a file that does not yet exist.
9481 Once you have an empty roles file in your configuration, you may use
9482 the Shuffle command to move roles into it.
9483 In fact, that's the only way to get the initial role into the file.
9485 <H3>eXcludeFile</H3>
9487 The eXcludeFile command removes a roles file from your roles configuration.
9488 A limitation of the program is that in order to exclude a roles file
9489 that file must have at least one role
9490 in it, otherwise you won't be able to highlight a line in the file.
9491 So you may have to add a dummy role to the file in order to exclude the file.
9492 <P><UL>
9493 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9494 </UL>
9496 &lt;End of help on this topic&gt;
9497 </BODY>
9498 </HTML>
9499 ===== h_rules_other =====
9500 <HTML>
9501 <HEAD>
9502 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9503 </HEAD>
9504 <BODY>
9505 <H1>SETUP OTHER RULES SCREEN</H1>
9506 <H2>SETUP OTHER RULES COMMANDS</H2>
9507 <!--chtml if pinemode="function_key"-->
9508 <PRE>
9509 Available  Commands -- Group 1         Available Commands -- Group 2   
9510 -------------------------------        ------------------------------  
9511 F1  Show Help Text                      F1  Show Help Text             
9512 F2  See commands in next group          F2  See commands in next group
9513 F3  Back to MAIN Alpine menu
9514 F4  Change configuration for rule
9515 F5  Move to previous rule               F5  Include file in rule config
9516 F6  Move to next rule                   F6  Exclude file from config
9517 F7  Previous page of rules
9518 F8  Next page of rules
9519 F9  Add new rule                        F9  Replicate existing rule
9520 F10 Delete existing rule
9521 F11 Shuffle the order of rules
9522 F12 Whereis (search rule nicknames)
9523 </PRE>
9524 <!--chtml else-->
9525 <PRE>
9526 Navigation                     General Alpine Commands
9527 -------------------------      -----------------------
9528  P  Prev rule                     ?  Display this help text
9529  N  Next rule                     E  Back to MAIN Alpine menu
9530  -  Previous page
9531 Spc (space bar) Next page
9532  W  WhereIs (search for word in rule nicknames)
9534 Setup Other Rules Commands
9535 ------------------------------------------------
9536  A  Add new rule                  $  Shuffle the order of rules
9537  D  Delete existing rule          C  Change configuration for highlighted rule
9538  R  Replicate existing rule
9539  I  Include file in rule config   X  Exclude file from rule config
9540 </PRE>
9541 <!--chtml endif-->
9543 <H2>Description of the Setup Other Rules Screen</H2>
9545 This is where you may set various actions that do not fit well into the
9546 other Rules categories.
9548 <H2>Patterns</H2>
9550 Other Rules are a little different from the rest of the Rules because
9551 they depend only on the current folder, and not on a particular message.
9552 In order to determine whether or not a rule's actions should be applied
9553 the current folder is compared with the rule's Pattern, which consists
9554 of only the Current Folder Type.
9555 Current Folder Type works the same for Other Rules as it does for Roles,
9556 Filtering, Index Coloring, and Scoring.
9557 Keep in mind that the only part of the Pattern that applies to Other
9558 Rules is the Current Folder Type when looking at the description of
9559 Patterns given
9560 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9562 <H2>The Actions</H2>
9564 <H3>Set Sort Order</H3>
9566 When you enter a new folder, these rules will be checked to see if you
9567 have set a sort order that is different from your default sort order.
9568 The default is set in the Setup/Config screen with
9569 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9570 If the Sort Order action is set, then the folder will be displayed sorted in
9571 that sort order instead of in the default order.
9573 A possible point of confusion arises when you change the configuration
9574 of the Sort Order for the currently open folder.
9575 The folder will normally be re-sorted when you go back to viewing the
9576 index.
9577 However, if you have manually sorted the folder with the
9578 Sort
9579 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9580 command, then it will not be re-sorted until the next time it is opened.
9582 <H3>Set Index Format</H3>
9584 When you enter a new folder, these rules will be checked to see if you
9585 have set an Index Format that is different from your default Index Format,
9586 which is set with the
9587 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9588 If so, the index will be displayed with this format instead of the default.
9590 <H3>Set Startup Rule</H3>
9592 When you enter a new folder, these rules will be checked to see if you
9593 have set a startup rule that is different from the default startup rule.
9594 The default for incoming folders is set in the Setup/Config screen with
9595 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9596 The default for folders other than INBOX that are not part of your
9597 incoming collection
9598 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9599 is to start with the last message in the folder.
9600 If the Startup Rule is set to something other than &quot;default&quot;,
9601 then the rule will determine which message will be the current message when
9602 the folder is first opened.
9604 The various startup rule possibilities work the same here as they do in
9605 the incoming collection, so check
9606 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9607 for more help.
9609 <H2>Command Descriptions</H2>
9611 <H3>Add</H3>
9613 The Add command is used to add a new rule definition to your set of
9614 rules.
9615 The new rule will be added after the highlighted rule.
9617 <H3>Delete</H3>
9619 The Delete command deletes the currently highlighted rule.
9621 <H3>Change</H3>
9623 The Change command lets you edit the nickname, Pattern,
9624 and Action of the currently highlighted rule.
9626 <H3>Shuffle</H3>
9628 The Shuffle command allows you to change the order of the rules.
9629 You may move the currently highlighted rule up or down in the list.
9630 The order of the rules is important since the rules are tested for a
9631 match starting with the first rule and continuing until a match is found.
9632 You should place the rules with more specific Patterns near the beginning
9633 of the list, and those with more general Patterns near the end so that
9634 the more specific matches will happen when appropriate.
9636 <H3>Replicate</H3>
9638 The Replicate command is used to copy an existing rule definition and modify it.
9639 The new rule will be added after the highlighted rule.
9641 <H3>IncludeFile</H3>
9643 The IncludeFile command allows you to add a rules file to your configuration.
9644 Usually, your rules will be contained in your Alpine configuration file.
9645 If you wish, some or all of your rules may be stored in a separate file.
9646 If a rules file already exists (maybe it was made by somebody else using
9647 Alpine), you may insert it before the currently highlighted rule.
9648 You may also insert an empty file or a file that does not yet exist.
9649 Once you have an empty rules file in your configuration, you may use
9650 the Shuffle command to move rules into it.
9651 In fact, that's the only way to get the initial rule into the file.
9653 <H3>eXcludeFile</H3>
9655 The eXcludeFile command removes a rules file from your rules configuration.
9656 A limitation of the program is that in order to exclude a rules file
9657 that file must have at least one rule
9658 in it, otherwise you won't be able to highlight a line in the file.
9659 So you may have to add a dummy rule to the file in order to exclude the file.
9660 <P><UL>
9661 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9662 </UL>
9664 &lt;End of help on this topic&gt;
9665 </BODY>
9666 </HTML>
9667 ===== h_rules_srch =====
9668 <HTML>
9669 <HEAD>
9670 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9671 </HEAD>
9672 <BODY>
9673 <H1>SETUP SEARCH RULES SCREEN</H1>
9674 <H2>SETUP SEARCH RULES COMMANDS</H2>
9675 <!--chtml if pinemode="function_key"-->
9676 <PRE>
9677 Available  Commands -- Group 1         Available Commands -- Group 2   
9678 -------------------------------        ------------------------------  
9679 F1  Show Help Text                      F1  Show Help Text             
9680 F2  See commands in next group          F2  See commands in next group
9681 F3  Back to MAIN Alpine menu
9682 F4  Change configuration for rule
9683 F5  Move to previous rule               F5  Include file in rule config
9684 F6  Move to next rule                   F6  Exclude file from config
9685 F7  Previous page of rules
9686 F8  Next page of rules
9687 F9  Add new rule                        F9  Replicate existing rule
9688 F10 Delete existing rule
9689 F11 Shuffle the order of rules
9690 F12 Whereis (search rule nicknames)
9691 </PRE>
9692 <!--chtml else-->
9693 <PRE>
9694 Navigation                     General Alpine Commands
9695 -------------------------      -----------------------
9696  P  Prev rule                     ?  Display this help text
9697  N  Next rule                     E  Back to MAIN Alpine menu
9698  -  Previous page
9699 Spc (space bar) Next page
9700  W  WhereIs (search for word in rule nicknames)
9702 Setup Search Rules Commands
9703 ------------------------------------------------
9704  A  Add new rule                  $  Shuffle the order of rules
9705  D  Delete existing rule          C  Change configuration for highlighted rule
9706  R  Replicate existing rule
9707  I  Include file in rule config   X  Exclude file from rule config
9708 </PRE>
9709 <!--chtml endif-->
9711 <H2>Description of the Setup Search Rules Screen</H2>
9713 One of the commands that becomes available when that feature is turned on
9714 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
9715 screen to select a set of messages.
9716 One way of selecting messages is to use a Rule.
9717 All of the messages that match (or don't match if you wish)
9718 a Rule's Pattern will be selected.
9720 Any of your Rules may be used for this purpose.
9721 You might already have Rules set up for filtering, index line color, scores, or roles;
9722 and you may use any of those Rules with the Select command.
9723 However, you might find it more convenient to set up a separate set of Rules
9724 just for this purpose without having to worry about what other effects
9725 they may cause.
9726 That is the purpose of these Select Rules.
9729 Each rule has a &quot;Pattern&quot;
9730 that is used to decide which messages are selected when you use it with
9731 the Select command.
9733 <H2>Patterns</H2>
9735 In order to determine whether or not a message should be selected
9736 the message is compared with the rule's Pattern.
9737 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9738 Scoring, Other Rules, and Search Rules, so are described in only one place,
9739 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9741 <H2>Command Descriptions</H2>
9743 <H3>Add</H3>
9745 The Add command is used to add a new rule definition to your set of
9746 rules.
9747 The new rule will be added after the highlighted rule.
9749 <H3>Delete</H3>
9751 The Delete command deletes the currently highlighted rule.
9753 <H3>Change</H3>
9755 The Change command lets you edit the nickname and Pattern
9756 of the currently highlighted rule.
9758 <H3>Shuffle</H3>
9760 The Shuffle command allows you to change the order of the rules.
9761 This affects only the order they are presented in when you use the
9762 ^T subcommand of the Select by Rule command.
9763 You may move the currently highlighted rule up or down in the list.
9765 <H3>Replicate</H3>
9767 The Replicate command is used to copy an existing rule definition and modify it.
9768 The new rule will be added after the highlighted rule.
9770 <H3>IncludeFile</H3>
9772 The IncludeFile command allows you to add a rules file to your configuration.
9773 Usually, your rules will be contained in your Alpine configuration file.
9774 If you wish, some or all of your rules may be stored in a separate file.
9775 If a rules file already exists (maybe it was made by somebody else using
9776 Alpine), you may insert it before the currently highlighted rule.
9777 You may also insert an empty file or a file that does not yet exist.
9778 Once you have an empty rules file in your configuration, you may use
9779 the Shuffle command to move rules into it.
9780 In fact, that's the only way to get the initial rule into the file.
9782 <H3>eXcludeFile</H3>
9784 The eXcludeFile command removes a rules file from your rules configuration.
9785 A limitation of the program is that in order to exclude a rules file
9786 that file must have at least one rule
9787 in it, otherwise you won't be able to highlight a line in the file.
9788 So you may have to add a dummy rule to the file in order to exclude the file.
9789 <P><UL>
9790 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9791 </UL>
9793 &lt;End of help on this topic&gt;
9794 </BODY>
9795 </HTML>
9796 ===== h_rules_incols =====
9797 <HTML>
9798 <HEAD>
9799 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
9800 </HEAD>
9801 <BODY>
9802 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
9803 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
9804 <!--chtml if pinemode="function_key"-->
9805 <PRE>
9806 Available  Commands -- Group 1         Available Commands -- Group 2   
9807 -------------------------------        ------------------------------  
9808 F1  Show Help Text                      F1  Show Help Text             
9809 F2  See commands in next group          F2  See commands in next group
9810 F3  Back to MAIN Alpine menu
9811 F4  Change configuration for rule
9812 F5  Move to previous rule               F5  Include file in rule config
9813 F6  Move to next rule                   F6  Exclude file from config
9814 F7  Previous page of rules
9815 F8  Next page of rules
9816 F9  Add new rule                        F9  Replicate existing rule
9817 F10 Delete existing rule
9818 F11 Shuffle the order of rules
9819 F12 Whereis (search rule nicknames)
9820 </PRE>
9821 <!--chtml else-->
9822 <PRE>
9823 Navigation                     General Alpine Commands
9824 -------------------------      -----------------------
9825  P  Prev rule                     ?  Display this help text
9826  N  Next rule                     E  Back to MAIN Alpine menu
9827  -  Previous page
9828 Spc (space bar) Next page
9829  W  WhereIs (search for word in rule nicknames)
9831 Setup Index Color Commands
9832 ------------------------------------------------
9833  A  Add new rule                  $  Shuffle the order of rules
9834  D  Delete existing rule          C  Change configuration for highlighted rule
9835  R  Replicate existing rule
9836  I  Include file in rule config   X  Exclude file from rule config
9837 </PRE>
9838 <!--chtml endif-->
9840 <H2>Description of the Setup Index Line Colors Screen</H2>
9842 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
9843 This action is only available if your terminal is capable of displaying
9844 color and color display has been enabled with the
9845 <A HREF="h_config_color_style">Color Style</A> option within the
9846 Setup Color screen.
9847 (In PC-Alpine, color is always enabled so there is no option to turn on.)
9848 This screen lets you add, delete, modify, or change the order of the rules
9849 that cause the lines in the MESSAGE INDEX to be displayed in different
9850 colors.
9852 Each rule has a &quot;Pattern&quot;,
9853 which is used to decide which of the rules is used; and the color that
9854 is used if the Pattern matches a particular message.
9856 <H2>Index Color Patterns</H2>
9858 In order to determine whether or not a message matches an Index Color Rule
9859 the message is compared with the rule's Pattern.
9860 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9861 Scoring, Other Rules, and Search Rules, so are described in only one place,
9862 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9865 If none of the Index Color rules is a match for a particular index line,
9866 then the color used is set using
9867 the <A HREF="h_color_setup">Setup Kolor</A> screen.
9869 <H2>Index Line Color</H2>
9871 This is the color that index lines are colored when there is a matching
9872 Pattern.
9873 This colors the whole index line, except possibly the status letters,
9874 which may be colored separately using
9875 the <A HREF="h_color_setup">Setup Kolor</A> screen.
9877 <H2>Command Descriptions</H2>
9879 <H3>Add</H3>
9881 The Add command is used to add a new rule definition to your set of
9882 rules.
9883 The new rule will be added after the highlighted rule.
9885 <H3>Delete</H3>
9887 The Delete command deletes the currently highlighted rule.
9889 <H3>Change</H3>
9891 The Change command lets you edit the nickname, Pattern,
9892 and Index Line Color of the currently highlighted rule.
9894 <H3>Shuffle</H3>
9896 The Shuffle command allows you to change the order of the rules.
9897 You may move the currently highlighted rule up or down in the list.
9898 The order of the rules is important since the rules are tested for a
9899 match starting with the first rule and continuing until a match is found.
9900 You should place the rules with more specific Patterns near the beginning
9901 of the list, and those with more general Patterns near the end so that
9902 the more specific matches will happen when appropriate.
9904 <H3>Replicate</H3>
9906 The Replicate command is used to copy an existing rule definition and modify it.
9907 The new rule will be added after the highlighted rule.
9909 <H3>IncludeFile</H3>
9911 The IncludeFile command allows you to add a rules file to your configuration.
9912 Usually, your rules will be contained in your Alpine configuration file.
9913 If you wish, some or all of your rules may be stored in a separate file.
9914 If a rules file already exists (maybe it was made by somebody else using
9915 Alpine), you may insert it before the currently highlighted rule.
9916 You may also insert an empty file or a file that does not yet exist.
9917 Once you have an empty rules file in your configuration, you may use
9918 the Shuffle command to move rules into it.
9919 In fact, that's the only way to get the initial rule into the file.
9921 <H3>eXcludeFile</H3>
9923 The eXcludeFile command removes a rules file from your rules configuration.
9924 A limitation of the program is that in order to exclude a rules file
9925 that file must have at least one rule
9926 in it, otherwise you won't be able to highlight a line in the file.
9927 So you may have to add a dummy rule to the file in order to exclude the file.
9928 <P><UL>
9929 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9930 </UL>
9932 &lt;End of help on this topic&gt;
9933 </BODY>
9934 </HTML>
9935 ===== h_rules_filter =====
9936 <HTML>
9937 <HEAD>
9938 <TITLE>SETUP FILTERING SCREEN</TITLE>
9939 </HEAD>
9940 <BODY>
9941 <H1>SETUP FILTERING SCREEN</H1>
9942 <H2>SETUP FILTERING COMMANDS</H2>
9943 <!--chtml if pinemode="function_key"-->
9944 <PRE>
9945 Available  Commands -- Group 1         Available Commands -- Group 2   
9946 -------------------------------        ------------------------------  
9947 F1  Show Help Text                      F1  Show Help Text             
9948 F2  See commands in next group          F2  See commands in next group
9949 F3  Back to MAIN Alpine menu
9950 F4  Change configuration for filter
9951 F5  Move to previous filter             F5  Include file in filter config
9952 F6  Move to next filter                 F6  Exclude file from config
9953 F7  Previous page of filters
9954 F8  Next page of filters
9955 F9  Add new filter                      F9  Replicate existing filter
9956 F10 Delete existing filter
9957 F11 Shuffle the order of filters
9958 F12 Whereis (search filter nicknames)
9959 </PRE>
9960 <!--chtml else-->
9961 <PRE>
9962 Navigation                     General Alpine Commands
9963 -------------------------      -----------------------
9964  P  Prev Filter                   ?  Display this help text
9965  N  Next Filter                   E  Back to MAIN Alpine menu
9966  -  Previous page
9967 Spc (space bar) Next page
9968  W  WhereIs (search for word in filter nicknames)
9970 Setup Filters Commands
9971 ------------------------------------------------
9972  A  Add new filter                $  Shuffle the order of filters
9973  D  Delete existing filter        C  Change configuration for highlighted filter
9974  R  Replicate existing filter
9975  I  Include file in filter config X  Exclude file from filter config
9976 </PRE>
9977 <!--chtml endif-->
9979 <H2>Description of the Setup Filtering Screen</H2>
9981 This screen lets you add, delete, modify, or change the order of the rules
9982 that determine the filtering Alpine does on folders you view.
9984 The software that actually delivers mail (the stuff that happens
9985 before Alpine is involved) for you is in a better position to do mail filtering
9986 than Alpine itself.
9987 If possible, you may want to look into using that sort of mail filtering to
9988 deliver mail to different folders, delete it, or forward it.
9989 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
9991 Filtering is a way to automatically move certain messages from one folder
9992 to another or to delete messages.
9993 It can also be used to set message status (Important, Deleted, New,
9994 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
9995 Alpine doesn't have the ability to forward mail to another address or
9996 to deliver vacation messages.
9998 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
9999 When a folder is opened, when new mail arrives in an open folder, or
10000 when mail is Expunged from a folder; each
10001 message is compared with the Patterns of your filtering rules.
10002 The comparisons start with the first rule and keep going until there
10003 is a match.
10004 If a match is found, the message may be deleted or moved, depending on
10005 the setting of the Filter Action.
10006 If the message is not deleted, it may have its status altered.
10009 <EM>NOTE:</EM>
10010 When setting up a Pattern used to delete messages,
10011 it is recommended that you test the Pattern first with a &quot;Move&quot;
10012 folder specified in
10013 case unintended matches occur.  Messages that are deleted will be removed 
10014 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10015 next Expunge command or once the folder being filtered has been closed.
10017 <H2>Filter Patterns</H2>
10019 In order to determine whether or not a message matches a filter the message is
10020 compared with the Filter's Pattern.
10021 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10022 Scoring, Other Rules, and Search Rules, so are described in only one place,
10023 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10025 Since filtering is a potentially destructive action, if you have a filtering
10026 Pattern with nothing other than Current Folder Type set, that filtering
10027 rule is ignored.
10029 <H2>Filter Actions</H2>
10031 Once a filter match is found for a particular message, there are some actions
10032 that may be taken.
10033 First, the message may have its status changed.
10034 This is the same message status that you can manipulate manually using the
10035 <a href="h_common_flag">Flag Command</a>.
10036 There are always four elements of message status that you can control.
10037 You can set or clear the Important status, the New status, the Deleted
10038 status, and the Answered status.
10039 Of course, if the filter is going to delete the message,
10040 then there is no point in setting message status.
10041 You may also be able to set user-defined keywords for a message.
10042 Read a little about keywords in the help text for the
10043 <A HREF="h_common_flag">Flag</A> command.
10045 Second, the filter may delete or move the message.
10046 Deleting the message marks it Deleted and removes it from view.
10047 It is effectively gone forever (though it technically is still there until
10048 the next expunge command, which may happen implicitly).
10049 Moving the message moves it from the open folder into the folder
10050 listed on the &quot;Folder List&quot; line of the filter configuration.
10051 If you list more than one folder name (separated by commas) then the message
10052 will be copied to each of those folders.
10053 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10054 message is removed from the current folder.
10055 If you just want to set the messages status without deleting it from
10056 the folder, then set the filter action to
10057 &quot;Just Set Message Status&quot;.
10059 (There is no way to do a Copy instead of a Move, due to the difficulties
10060 involved in keeping track of whether or not a message has
10061 already been copied.)
10063 <H2>Command Descriptions</H2>
10065 <H3>Add</H3>
10067 The Add command is used to add a new filter definition to your set of
10068 filters.
10069 The new filter will be added after the highlighted filter.
10071 <H3>Delete</H3>
10073 The Delete command deletes the currently highlighted filter.
10075 <H3>Change</H3>
10077 The Change command lets you edit the nickname, Pattern,
10078 and Folder of the currently highlighted filter.
10080 <H3>Shuffle</H3>
10082 The Shuffle command allows you to change the order of the filters.
10083 You may move the currently highlighted filter up or down in the list.
10084 The order of the filters is important since the filters are tested for a
10085 match starting with the first filter and continuing until a match is found.
10086 You should place the filters with more specific Patterns near the beginning
10087 of the list, and those with more general Patterns near the end so that
10088 the more specific matches will happen when appropriate.
10090 <H3>Replicate</H3>
10092 The Replicate command is used to copy an existing filter and modify it.
10093 The new filter will be added after the highlighted filter.
10095 <H3>IncludeFile</H3>
10097 The IncludeFile command allows you to add a filters file to your configuration.
10098 Usually, your filters will be contained in your Alpine configuration file.
10099 If you wish, some or all of your filters may be stored in a separate file.
10100 If a filters file already exists (maybe it was made by somebody else using
10101 Alpine), you may insert it before the currently highlighted filter.
10102 You may also insert an empty file or a file that does not yet exist.
10103 Once you have an empty filters file in your configuration, you may use
10104 the Shuffle command to move filters into it.
10105 In fact, that's the only way to get the initial filter into the file.
10107 <H3>eXcludeFile</H3>
10109 The eXcludeFile command removes a filters file from your filters configuration.
10110 A limitation of the program is that in order to exclude a filters file
10111 that file must have at least one filter
10112 in it, otherwise you won't be able to highlight a line in the file.
10113 So you may have to add a dummy filter to the file in order to exclude the file.
10114 <P><UL>
10115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10116 </UL>
10118 <H3>Performance Considerations</H3>
10119 The number and type of patterns being tested can 
10120 adversely effect performance.  Issues to be aware
10121 of include:
10123 <UL>
10124   <LI> The more filters you have defined the longer it will take to run down
10125 the list.  Deleting unused filters is a good idea.
10126   <LI> Filtering in newsgroups served by an NNTP server will be slow
10127 if your patterns include tests other than &quot;From:&quot;
10128 or &quot;Subject:&quot;.
10129 </UL>
10131 &lt;End of help on this topic&gt;
10132 </BODY>
10133 </HTML>
10134 ===== h_rules_score =====
10135 <HTML>
10136 <HEAD>
10137 <TITLE>SETUP SCORING SCREEN</TITLE>
10138 </HEAD>
10139 <BODY>
10140 <H1>SETUP SCORING SCREEN</H1>
10141 <H2>SETUP SCORING COMMANDS</H2>
10142 <!--chtml if pinemode="function_key"-->
10143 <PRE>
10144 Available  Commands -- Group 1         Available Commands -- Group 2   
10145 -------------------------------        ------------------------------  
10146 F1  Show Help Text                      F1  Show Help Text             
10147 F2  See commands in next group          F2  See commands in next group
10148 F3  Back to MAIN Alpine menu
10149 F4  Change configuration for rule
10150 F5  Move to previous rule               F5  Include file in rule config
10151 F6  Move to next rule                   F6  Exclude file from config
10152 F7  Previous page of rules
10153 F8  Next page of rules
10154 F9  Add new rule                        F9  Replicate existing rule
10155 F10 Delete existing rule
10156 F11 Shuffle the order of rules
10157 F12 Whereis (search rule nicknames)
10158 </PRE>
10159 <!--chtml else-->
10160 <PRE>
10161 Navigation                     General Alpine Commands
10162 -------------------------      -----------------------
10163  P  Prev rule                     ?  Display this help text
10164  N  Next rule                     E  Back to MAIN Alpine menu
10165  -  Previous page
10166 Spc (space bar) Next page
10167  W  WhereIs (search for word in rule nicknames)
10169 Setup Scoring Commands
10170 ------------------------------------------------
10171  A  Add new rule                  $  Shuffle the order of rules
10172  D  Delete existing rule          C  Change configuration for highlighted rule
10173  R  Replicate existing rule
10174  I  Include file in rule config   X  Exclude file from rule config
10175 </PRE>
10176 <!--chtml endif-->
10178 <H2>Description of the Setup Scoring Screen</H2>
10180 Most people will not use scores at all, but if you do use them, here's how
10181 they work in Alpine.
10182 Using this screen, you may define Scoring rules.
10183 The score for a message is calculated by looking at every Score rule defined
10184 and adding up the Score Values for the ones that match the message.
10185 If there are no matches for a message, it has a score of zero.
10186 Message scores may be used a couple of ways in Alpine.
10188 <H3>Sorting by Score</H3>
10190 One of the methods you may use to sort message indexes is to sort by
10191 score.
10192 The scores of all the messages in a folder will be calculated and then
10193 the index will be ordered by placing the messages in order of ascending or
10194 descending score.
10196 <H3>Scores for use in Patterns</H3>
10198 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10199 category labeled &quot;Score Interval&quot;.
10200 When a message is being compared with a Pattern to check for a match, if
10201 the Score Interval is set only messages that have a score somewhere in
10202 the interval are a match.
10204 <H2>Scoring Rule Patterns</H2>
10206 In order to determine whether or not a message matches a scoring rule
10207 the message is compared with the rule's Pattern.
10208 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10209 Scoring, Other Rules, and Search Rules, so are described in only one place,
10210 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10213 Actually, Scoring rule Patterns are slightly different from the other types of
10214 Patterns because Scoring rule Patterns don't contain a Score Interval.
10215 In other words, when calculating the score for a message, which is done
10216 by looking at the Scoring rule Patterns, scores aren't used.
10218 <H2>Score Value</H2>
10220 This is the value that will be added to the score for a message if the
10221 rule's Pattern is a match.
10222 Each individual Score Value is an integer between -100 and 100, and the
10223 values from matching rules are added together to get a message's score.
10224 There is also a way to extract the value from a particular header of each
10225 message. See the help text for Score Value for further information.
10227 <H2>Command Descriptions</H2>
10229 <H3>Add</H3>
10231 The Add command is used to add a new scoring rule definition.
10232 The new rule will be added after the highlighted rule.
10234 <H3>Delete</H3>
10236 The Delete command deletes the currently highlighted scoring rule.
10238 <H3>Change</H3>
10240 The Change command lets you edit the nickname, Pattern,
10241 and Score Value of the currently highlighted scoring rule.
10243 <H3>Shuffle</H3>
10245 The Shuffle command allows you to change the order of the scoring rules.
10246 You may move the currently highlighted rule up or down in the list.
10247 The order of the rules is important since the rules are tested for a
10248 match starting with the first rule and continuing until a match is found.
10249 You should place the rules with more specific Patterns near the beginning
10250 of the list, and those with more general Patterns near the end so that
10251 the more specific matches will happen when appropriate.
10253 <H3>Replicate</H3>
10255 The Replicate command is used to copy an existing rule and modify it.
10256 The new rule will be added after the highlighted rule.
10258 <H3>IncludeFile</H3>
10260 The IncludeFile command allows you to add a rules file to your configuration.
10261 Usually, your rules will be contained in your Alpine configuration file.
10262 If you wish, some or all of your rules may be stored in a separate file.
10263 If a rules file already exists (maybe it was made by somebody else using
10264 Alpine), you may insert it before the currently highlighted rule.
10265 You may also insert an empty file or a file that does not yet exist.
10266 Once you have an empty rules file in your configuration, you may use
10267 the Shuffle command to move rules into it.
10268 In fact, that's the only way to get the initial rule into the file.
10270 <H3>eXcludeFile</H3>
10272 The eXcludeFile command removes a rules file from your rules configuration.
10273 A limitation of the program is that in order to exclude a rules file
10274 that file must have at least one rule
10275 in it, otherwise you won't be able to highlight a line in the file.
10276 So you may have to add a dummy rule to the file in order to exclude the file.
10277 <P><UL>
10278 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10279 </UL>
10281 &lt;End of help on this topic&gt;
10282 </BODY>
10283 </HTML>
10284 ===== h_direct_config =====
10285 <HTML>
10286 <HEAD>
10287 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10288 </HEAD>
10289 <BODY>
10290 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10291 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10292 <!--chtml if pinemode="function_key"-->
10293 <PRE>
10294 Available  Commands                        
10295 -------------------------------            
10296 F1  Show Help Text                         
10297 F3  Back to MAIN Alpine menu                 
10298 F4  Change configuration for directory server  
10299 F5  Move to previous directory server          
10300 F6  Move to next directory server              
10301 F7  Previous page of directory servers         
10302 F8  Next page of directory servers
10303 F9  Add new directory server
10304 F10 Delete existing directory server
10305 F11 Shuffle the order of directory servers
10306 F12 Whereis (search directory server titles)   
10307 </PRE>
10308 <!--chtml else-->
10309 <PRE>
10310 Navigation                     General Alpine Commands
10311 -------------------------      -----------------------
10312  P  Prev Directory Server         ?  Display this help text
10313  N  Next Directory Server         E  Back to MAIN Alpine menu
10314  -  Previous page
10315 Spc (space bar) Next page
10316  W  WhereIs (search for word in directory server titles)
10318 Setup LDAP Directory Server Commands
10319 ------------------------------------------------
10320  A  Add new directory server      $  Shuffle the order of directory servers
10321  D  Delete existing dir server    C  Change configuration for highlighted server
10322 </PRE>
10323 <!--chtml endif-->
10325 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10327 This screen lets you add, delete, modify, or change the order of your
10328 directory servers. You may also set some optional behavior for each server.
10329 The &quot;Add Dir&quot; command brings up a blank form to 
10330 fill in. You will have to supply at least the name of the LDAP server.
10331 You will often have to supply a search base to be used with that server,
10332 as well. Once the form has been brought up on your screen, there is help
10333 available for each of the options you may set.
10335 The &quot;Del Dir&quot; command allows you to remove a directory server
10336 from your configuration.
10338 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10339 The difference is that instead of bringing up a form for a new server
10340 configuration, you are changing the configuration of an existing entry.
10341 For example, you might want to correct a typing error, change a
10342 nickname, or change one of the options set for that server.
10344 The &quot;Shuffle&quot; command is used to change the order of directory
10345 servers.
10346 <P><UL>
10347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10348 </UL>
10350 &lt;End of help on this topic&gt;
10351 </BODY>
10352 </HTML>
10353 ============= h_address_display ========================
10354 <HTML>
10355 <HEAD>
10356 <TITLE>SEARCH RESULTS INDEX</TITLE>
10357 </HEAD>
10358 <BODY>
10359 <H1>SEARCH RESULTS INDEX</H1>
10360 This screen shows the results, if any, of your Directory Server search.  
10361 Commands (besides those for screen navigation) are:
10362 <DL>
10363 <DT>View
10364 <!--chtml if pinemode="function_key"-->
10365 (F4)
10366 <!--chtml else-->
10368 <!--chtml endif-->
10369 </DT>
10370 <DD>See the full information for the selected entry.
10372 <DT>Compose
10373 <!--chtml if pinemode="function_key"-->
10374 (F9)
10375 <!--chtml else-->
10377 <!--chtml endif--></DT>
10378 <DD>Compose a message with the selected entry as the recipient.
10380 <DT>Role
10381 <!--chtml if pinemode="function_key"-->
10382 (F2)
10383 <!--chtml else-->
10385 <!--chtml endif--></DT>
10386 <DD>Compose a message with the selected entry as the recipient. This differs
10387 from Compose in that you may select a role before beginning your composition.
10389 <DT>Forward
10390 <!--chtml if pinemode="function_key"-->
10391 (F10)
10392 <!--chtml else-->
10394 <!--chtml endif--></DT>
10395 <DD>Send the full information for the selected entry as an 
10396 email message to someone else.
10398 <DT>Save
10399 <!--chtml if pinemode="function_key"-->
10400 (F11)
10401 <!--chtml else-->
10403 <!--chtml endif-->
10404 </DT>
10405 <DD>Save to your address book:
10406 <UL>
10407 <LI>the result of the search (as just found through your query) for the 
10408 selected entry; or 
10409 <LI>the selected entry for repeated Directory Server searching when used 
10410 in the future.
10411 </UL>
10412 or<BR>
10413 Export to a file (external to Alpine):
10414 <UL>
10415 <LI>the full information for the selected entry; or
10416 <LI>the email address from the selected entry; or
10417 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10418 </UL>
10419 <DT>WhereIs
10420 <!--chtml if pinemode="function_key"-->
10421 (F12)
10422 <!--chtml else-->
10424 <!--chtml endif-->
10425 </DT>
10426 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10427 displayed text, not the full records for each entry.)  
10428 </DL>
10429 &lt;End of help on this topic&gt;
10430 </BODY>
10431 </HTML>
10432 ============= h_address_select ========================
10433 <HTML>
10434 <HEAD>
10435 <TITLE>SEARCH RESULTS INDEX</TITLE>
10436 </HEAD>
10437 <BODY>
10438 <H1>SEARCH RESULTS INDEX</H1>
10439 This screen shows the results, if any, of your Directory Server search.  
10440 Commands (besides those for screen navigation) are:
10441 <DL>
10442 <DT>Select
10443 </DT>
10444 <DD>Select this entry for use.
10446 <DT>ExitSelect
10447 <DD>Exit without selecting any of the entries.
10449 <DT>WhereIs
10450 </DT>
10451 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10452 displayed text, not the full records for each entry.)  
10453 </DL>
10454 &lt;End of help on this topic&gt;
10455 </BODY>
10456 </HTML>
10457 ===== h_folder_maint =====
10458 <HTML>
10459 <HEAD>
10460 <TITLE>Help for Folder List</TITLE>
10461 </HEAD>
10462 <BODY>
10463 <H1>FOLDER LIST COMMANDS</H1>
10464 <!--chtml if pinemode="function_key"-->
10465 <PRE>
10466 Available Commands -- Group 1        Available Commands -- Group 2
10467 -------------------------------      ------------------------------
10468 F1  Show Help Text                    F1  Show Help Text               
10469 F2  See commands in next group        F2  See commands in next group  
10470 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10471 F4  Select folder and view it         F4  MAIN MENU Screen
10472 F5  Move to previous folder
10473 F6  Move to next folder               F6  Specify a folder to go to
10474 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10475 F8  Show next screen of listing       F8  Compose a message
10476 F9  Add a new folder                  F9  Print folder listing
10477 F10 Delete selected folder
10478 F11 Rename selected folder
10479 F12 Whereis (search folder names)
10481 Available Commands -- Group 3
10482 F1  Show Help Text
10483 F2  See commands in next group
10484 F5  Go to next new message
10485     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10486 F8  Compose a message using roles
10487 F9  Export folder to a file
10488 F10 Import the file back to a folder
10489 </PRE>
10490 <!--chtml else-->
10491 <PRE>
10492 Navigating the Folder Screen            Operations on the Selected Folder
10493 ----------------------------            ---------------------------------
10494  P   Move to previous folder              V  View Index of selected folder
10495  N   Move to next folder                  D  Delete
10496  -   Show previous page of listing        R  Rename
10497 Spc  (space bar) Show next page           E  Export to file
10498                                           U  Import from file to folder
10500 FOLDER LIST Screen Commands              General Alpine Command
10501 ---------------------------              -----------------------
10502  A  Add a folder                          O  Show all other available commands
10503  G  Specify a folder to go to             ?  Show Help text
10504  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10505  W  Whereis (search folder names)         Q  Quit Alpine
10506  %  Print folder listing                  C  Compose a message
10507                                           #  Compose a message using roles
10508 </PRE>
10509 <!--chtml endif-->
10511 These commands are only available in the FOLDER LIST screen when the 
10512 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10513 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10514 <DT>Select:</DT>
10515 <DD>Select folders by certain criteria:<UL>
10516 <LI>All: of limited use, since there is no Apply command.
10517 <LI>by Property: <UL>
10518         <LI>folder contains messages not yet seen 
10519         <LI>folder contains new messages
10520         <LI>folder contains exactly as many, more, or fewer messages 
10521 than a given number
10522         </UL>
10523 <LI>by Text: <UL>
10524         <LI>contained in name of folder (Name Select)
10525         <LI>contained in messages in folder (Content Select)
10526         </UL>
10527 </UL></DD>
10529 <DT>Select current:</DT>
10530 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10531 add one or more folders to a set created with the Select command described 
10532 above.)</DD>
10533 <DT>Zoom mode:</DT>
10534 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10535 </DL>
10537 If the feature
10538 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10539 is set then the TAB key will display the number of recent messages and
10540 the total number of messages in the highlighted folder.
10542 The &quot;Export&quot; command causes the lowest common denominator style
10543 mailbox to be written to a file.
10544 If the file already exists, you are asked if you want to delete it.
10545 If you say No, then the operation is aborted.
10546 Export might be a reasonable way to store a backup or an archival copy of
10547 a folder.
10548 The exported-to file is a local file on the system where you are running Alpine.
10549 The &quot;Import&quot; command is the opposite of the Export command.
10550 It reads a file created by Export and asks where it should save it in your
10551 folders.
10552 This could be a new folder or an existing folder.
10553 If the folder already exists, the messages from the exported file will be
10554 appended to the folder.
10556 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10558 The purpose of the FOLDER LIST screen is to help you browse and manage
10559 the folders and directories (also known as &quot;hierarchy&quot;)
10560 contained within a collection.
10563 Folders and directories are arranged alphabetically across lines of
10564 the screen.  Directories, if present, are denoted by a special
10565 character at the end of the name known as the hierarchy delimiter
10566 (typically, &quot;/&quot;).  By default, folders and directories are
10567 mixed together.  The
10568 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10569 configuration option can be used to group directories toward the 
10570 beginning or end of the list.
10573 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10574 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10575 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10576 selected item.  Folder and directory management is provided via the
10577 Rename, Delete and Add commands.
10579 <P><CENTER>About Folders</CENTER>
10580 What are Folders?<P>
10582 Folders are simply files where messages are kept.  Every message has to be
10583 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10584 folder for sent mail and a folder for saved messages.<P>
10586 You may create as many other folders as you wish.  They must be given
10587 names that can be filenames on the filesystem.  
10590 You can move messages from one folder to another by opening the original
10591 folder and saving messages into the other folder just as you can save
10592 message from your INBOX to any other folder.<P>
10594 Folders are typically just files in the filesystem.  However, the files
10595 that are
10596 folders have some special formatting in them (so that Alpine knows where one
10597 message ends and another begins) and should <EM>not</EM> be edited outside of
10598 Alpine.  If you want copies of your messages in text files that you can edit
10599 or otherwise manipulate, use the Export command to copy them from Alpine into
10600 your regular file area.
10603 FOR MORE INFORMATION: See the section on
10604 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10606 <CENTER>About Directories</CENTER>
10608 A directory is simply a container used to group folders within a
10609 folder list.  You can create as many directories as you like.  And 
10610 directories can even contain directories themselves.
10613 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10614 to note that not all IMAP servers support directories.  If you find that
10615 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10616 then it's likely that directories are not supported by the server serving
10617 in that collection.
10620 Similarly, servers that do provide for directories may not do so in
10621 the same way.  On some servers, for example, each folder name you
10622 create is at the same time capable of being a directory.  When this
10623 happens, Alpine will display both the folder name and the name of the
10624 directory (with trailing hierarchy delimiter) in the folder list.
10627 Another issue with IMAP access, though with a much smaller set of servers,
10628 is that not all servers accept the request to list out the available
10629 folders and directories in the same way.  If you find yourself having
10630 trouble viewing folders on your server, you might investigate the
10631 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10632 feature.
10634 <UL>
10635 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10636 </UL>
10638 &lt;End of help on this topic&gt;
10639 </BODY>
10640 </HTML>
10641 ========= h_valid_folder_names ========
10642 <HTML>
10643 <HEAD>
10644 <TITLE>Explanation of Valid Folder Names</TITLE>
10645 </HEAD>
10646 <BODY>
10647 <H1>Folder Name Syntax Explained</H1>
10649 Once your folder collections are defined, you can usually refer to
10650 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10651 display.  However, understanding the complete syntax for folder names,
10652 both local and remote, is handy when using the Goto command and when
10653 you are adding new folder collections via the Setups/collectionList screen.
10655 An Alpine folder name looks like
10658 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10661 The square brackets ([]) mean that the part is optional.
10664 If there is no remote-specification, then the folder name is interpreted
10665 locally on the computer running Alpine.
10666 Local folder names depend on the operating system used by the computer 
10667 running Alpine, as well as the configuration of that system.  For example,
10668 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10669 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10670 system running Unix.
10673 Alpine users have the option of using folders that are stored on some other
10674 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10675 Access Protocol), or in the case of news, via NNTP (the Network News
10676 Transport Protocol).  To be able to access remote folders in Alpine, the
10677 remote host must be running the appropriate server software (imapd or
10678 nntpd) and you must correctly specify the name of the folder to Alpine,
10679 including the domain name of the remote machine. For example,
10681 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10683 could be a remote folder specification, and so could
10685 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10688 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10690 Note that in the case of remote folders, the directory/file path in the specification is 
10691 determined by the operating system of the remote computer, <B>not</B> by
10692 the operating system of the computer on which you are running Alpine.
10694 As you can tell, the name of the computer is in &#123;} brackets
10695 followed immediately by the name of the folder.  (In each of these cases the
10696 optional namespace is missing.)  If, as in these
10697 examples, there is no remote access protocol specified, then IMAP is
10698 assumed.  Check
10699 <A HREF="h_folder_server_syntax">here</A>
10700 for a more detailed look at what options can be placed between the brackets.
10701 If there are no brackets at all, then the folder name is interpreted locally
10702 on the computer on which you are running Alpine.
10705 To the right of the brackets when a server name is present, or at the
10706 start of the foldername if no server is present, the sharp sign,
10707 &quot;#&quot;, holds special meaning.  It indicates a folder name
10708 outside the area reserved for your personal folders.  In fact, it's
10709 used to indicate both the name of the folder, and a special phrase
10710 telling Alpine how to interpret the name that follows.
10713 So, for example, Alpine can be used to access a newsgroup that might be 
10714 available on your computer using:
10716 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10718 The sharp sign indicates the folder name is outside your personal
10719 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
10720 interpret the remainder of the name as a newsgroup.
10723 Similarly, to access a newsgroup on your IMAP server, you might
10724 use something like:
10726 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
10729 There are a number of such special phrases (or &quot;namespaces&quot;)
10730 available.  For a more detailed explanation read about
10731 <A HREF="h_folder_name_namespaces">Namespaces</A>.
10734 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
10735 names.  The name INBOX refers to your &quot;principal incoming
10736 message folder&quot; and will be mapped to the actual file name used for your
10737 INBOX on any given host.  Therefore, a name like
10738 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
10739 store incoming mail for you on that particular host.
10742 &lt;End of help on this topic&gt;
10743 </BODY>
10744 </HTML>
10745 ======= h_folder_name_namespaces =======
10746 <HTML>
10747 <HEAD>
10748 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
10749 </HEAD>
10750 <BODY>
10751 <H1>Folder Name Namespaces Explained</H1>
10753 An Alpine folder name looks like
10756 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
10759 The local part of a folder name has an optional &quot;Namespace&quot; which
10760 tells Alpine how to interpret the rest of the name.
10762 <P> 
10763 By default the folder name is interpreted as defining a section of your personal
10764 folder area.  This area and how you specify it are defined by the
10765 server, if one is specified, or, typically, the home
10766 directory, if no server is defined.
10769 If a namespace is specified, it begins with the
10770 sharp, &quot;#&quot;, character followed by the name of the namespace
10771 and then the namespace's path-element-delimiter.  Aside from the
10772 path's format, namespaces can also imply access rights, content
10773 policy, audience, location, and, occasionally, access methods.
10776 Each server exports its own set (possibly of size one) of 
10777 namespaces.  Hence, it's likely communication with your server's
10778 administrator will be required for specific configurations.  Some of
10779 the more common namespaces, however, include:
10781 <DL>
10782 <DT>#news.</DT>
10783 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
10784 names are hierarchically defined with each level delimited by a period.
10786 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10788 </DD>
10789 <DT>#public/</DT>
10790 <DD>This specifies a folder area that the server may export to the general
10791 public.
10792 </DD>
10793 <DT>#shared/</DT>
10794 <DD>This specifies a folder area that the server may export to groups
10795 of users.
10796 </DD>
10797 <DT>#ftp/</DT>
10798 <DD>This specifies a folder area that is the same as that it may have 
10799 exported via the &quot;File Transfer Protocol&quot;.
10800 </DD>
10801 <DT>#mh/</DT>
10802 <DD>This specifies the personal folder area associated with folders
10803 and directories that were created using the MH message handling system.
10804 </DD>
10805 <DT>#move/</DT>
10806 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
10808 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
10810 The #move namespace is followed by two folder names separated by a delimiter
10811 character.
10812 The delimiter character may be any character that does not appear in
10813 the MailDropFolder name.
10814 The meaning of #move is that mail will be copied from the MailDropFolder to
10815 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
10816 Periodic checks at frequency
10817 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
10818 time between checks set by
10819 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
10820 are made for new mail arriving in the MailDropFolder.
10821 An example that copies mail from a POP inbox to a local folder follows
10823 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
10825 To you it appears that mail is being delivered to the local folder when it
10826 is copied from the MailDropFolder, and you read mail from the local folder.
10828 Note that if the DestinationFolder does not exist then the messages are not
10829 copied from the MailDropFolder.
10830 A #move folder may only be used as an
10831 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
10832 an Inbox.
10833 When you are in the FOLDER LIST of Incoming Message Folders (after turning
10834 on the
10835 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
10836 option)
10837 the Add command has a subcommand &quot;Use Mail Drop&quot;
10838 which may be helpful for defining the folder in your Alpine configuration.
10839 The same is true when you edit the
10840 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
10841 option in Setup/Config.
10842 Each of these configuration methods will also create the DestinationFolder
10843 if it doesn't already exist.
10844 If you are having problems, make sure the DestinationFolder exists.
10845 You may find some more useful information about Mail Drops at
10846 <A HREF="h_maildrop">What is a Mail Drop?</A>.
10847 </DD>
10848 </DL>
10851 In addition, the server may support access to other user's folders,
10852 provided you have suitable permissions.  Common methods use a prefix
10853 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
10854 indicate the root of the other user's folder area.
10857 No, nothing's simple.
10860 &lt;End of help on this topic&gt;
10861 </BODY>
10862 </HTML>
10863 ============= h_whatis_vcard ========================
10864 <HTML>
10865 <HEAD>
10866 <TITLE>VCARD EXPLAINED</TITLE>
10867 </HEAD>
10868 <BODY>
10869 <H1>What is the vCard format?</H1>
10870 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
10871 information about and among people and organizations electronically.  
10872 More information about vCard can be found (as of May 1998) on the WWW site 
10873 of the Internet Mail Consortium at the URL:
10875 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
10877 &lt;End of help on this topic&gt;
10878 </BODY>
10879 </HTML>
10880 ===== h_folder_open =====
10881 <HTML>
10882 <HEAD>
10883 <TITLE>Explanation of Folder Selection</TITLE>
10884 </HEAD>
10885 <BODY>
10886 <BR>
10887 <BR>
10888 This screen is designed to allow you to quickly and easily survey your
10889 folders and select one to open.
10890 <!--chtml if pinemode="function_key"-->
10891 <PRE>
10892 Navigating the List of Folders             General Alpine Commands
10893 ------------------------------             -----------------------
10894  P   Move to previous folder               ?   Show this help text
10895  N   Move to next folder
10896  -   Show previous screen of folders
10897 Spc  (space bar) Show next screen
10898  W   WhereIs (search folder names)
10900 Folder Selection Commands
10901 -------------------------
10902  E   Exit the Folder Select menu (without selecting a folder)
10903  S   Select the currently highlighted folder
10904 </PRE>
10905 <!--chtml else-->
10906 <PRE>
10907 Navigating the List of Folders             General Alpine Commands
10908 ------------------------------             -----------------------
10909 F5   Move to previous folder               F1  Show this help text
10910 F6   Move to next folder
10911 F7   Show previous screen of folders
10912 F8   Show next screen of folders
10913 F12  WhereIs (search folder names)
10915 Folder Selection Commands
10916 -------------------------
10917 F3   Exit the Folder Select menu (without selecting a folder)
10918 F4   Select the currently highlighted folder
10919 </PRE>
10920 <!--chtml endif-->
10922 FOR MORE INFORMATION: See the section on
10923 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10925 &lt;End of help on this topic&gt;
10926 </BODY>
10927 </HTML>
10928 ===== h_folder_subscribe =====
10929 <HTML>
10930 <HEAD>
10931 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
10932 </HEAD>
10933 <BODY>
10934 <H1>FOLDER SUBSCRIBE HELP</H1>
10936 This screen is designed to help you subscribe to newsgroups you are
10937 not currently subscribed to.  The screen display is a list of all
10938 available newsgroups (or possibly a partial list if you specified a
10939 partial name when entering the screen).  Groups you have already
10940 subscribed to have the letters &quot;SUB&quot; next to them.  You may
10941 select a single new group to subscribe to by moving the cursor to that
10942 group and pressing &quot;S&quot; or carriage return.  Alternatively,
10943 you may change into ListMode with the &quot;ListMode&quot; command.
10944 The display will change slightly so that each group has a checkbox in
10945 front of it.  Use the cursor and the Set/Unset command to place an
10946 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
10949 When you are finished marking groups, the &quot;Subscribe&quot;
10950 command will subscribe you to those groups you have marked.  Note, you
10951 may not unsubscribe to groups with this command.  Instead of the
10952 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
10953 UnSbscrbe command.
10956 <!--chtml if pinemode="function_key"-->
10957 <PRE>
10958 Navigating the List of Newsgroups          General Alpine Commands
10959 ---------------------------------          -----------------------
10960 F5   Move to previous group                F1   Show this help text
10961 F6   Move to next group
10962 F7   Show previous screen of groups
10963 F8   Show next screen of groups
10964 F12  WhereIs (search group names)
10965 F9   Use ListMode
10967 Group Selection Commands
10968 -------------------------
10969 F3  Exit the News Subscribe menu (without selecting any groups)
10970 F4  Subscribe to the currently highlighted newsgroup
10971 </PRE>
10972 <!--chtml else-->
10973 <PRE>
10974 Navigating the List of Newsgroups          General Alpine Commands
10975 ---------------------------------          -----------------------
10976  P   Move to previous group                ?   Show this help text
10977  N   Move to next group
10978  -   Show previous screen of groups
10979 Spc  (space bar) Show next screen
10980  W   WhereIs (search group names)
10981  L   Use ListMode
10983 Group Selection Commands
10984 -------------------------
10985  E   Exit the News Subscribe menu (without selecting any groups)
10986  S   Subscribe to the currently highlighted newsgroup
10987 </PRE>
10988 <!--chtml endif-->
10990 When in ListMode, there is an additional command for marking groups to
10991 subscribe to:
10993 <!--chtml if pinemode="function_key"-->
10994 <PRE>
10995 ListMode Commands
10996 -------------------------
10997 F9  Set or unset the highlighted group
10998 </PRE>
10999 <!--chtml else-->
11000 <PRE>
11001 ListMode Commands
11002 -------------------------
11003 X   Set or unset the highlighted group
11004 </PRE>
11005 <!--chtml endif-->
11007 &lt;End of help on this topic&gt;
11008 </BODY>
11009 </HTML>
11010 ===== h_folder_postnews =====
11011 <HTML>
11012 <HEAD>
11013 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11014 </HEAD>
11015 <BODY>
11016 This screen is designed to allow you to quickly and easily survey
11017 the available newsgroups and select one to post news to.
11019 <!--chtml if pinemode="function_key"-->
11020 <PRE>
11021 Navigating the List of Newsgroups          General Alpine Commands
11022 ---------------------------------          -----------------------
11023 F5   Move to previous group                F1  Show this help text
11024 F6   Move to next group
11025 F7   Show previous screen of groups
11026 F8   Show next screen of groups
11027 F12  WhereIs (search group names)
11029 Group Selection Commands
11030 -------------------------
11031 F3   Exit the Selection menu (without selecting a group)
11032 F4   Select the currently highlighted newsgroup
11033 </PRE>
11034 <!--chtml else-->
11035 <PRE>
11036 Navigating the List of Newsgroups          General Alpine Commands
11037 ---------------------------------          -----------------------
11038  P   Move to previous group                ?  Show this help text
11039  N   Move to next group
11040  -   Show previous screen of groups
11041 Spc  (space bar) Show next screen of groups
11042  W   WhereIs (search group names)
11044 Group Selection Commands
11045 -------------------------
11046  E   Exit the Selection menu (without selecting a group)
11047  S   Select the currently highlighted newsgroup
11048 </PRE>
11049 <!--chtml endif-->
11051 &lt;End of help on this topic&gt;
11052 </BODY>
11053 </HTML>
11054 ===== h_folder_save =====
11055 <HTML>
11056 <HEAD>
11057 <TITLE>Folder Select for Save Explained</TITLE>
11058 </HEAD>
11059 <BODY>
11060 This screen is designed to allow you to quickly and easily survey your
11061 folders and select one to use for saving the current message.
11064 <!--chtml if pinemode="function_key"-->
11065 <PRE>
11066 Navigating the List of Folders             General Alpine Commands
11067 ------------------------------             -----------------------
11068 F5   Move to previous folder               F1  Show this help text
11069 F6   Move to next folder
11070 F7   Show previous screen of folders
11071 F8   Show next screen of folders
11072 F12  WhereIs (search folder names)
11074 Folder Selection Commands
11075 -------------------------
11076 F3   Exit the Folder Select menu (without selecting a folder)
11077 F4   Select the currently highlighted folder
11078 F11  AddNew folder (just like Select, but you type in a new folder name)
11079 </PRE>
11080 <!--chtml else-->
11081 <PRE>
11082 Navigating the List of Folders             General Alpine Commands
11083 ------------------------------             -----------------------
11084  P   Move to previous folder               ?  Show this help text
11085  N   Move to next folder
11086  -   Show previous screen of folders
11087 Spc  (space bar) Show next screen of folders
11088  W   WhereIs (search folder names)
11090 Folder Selection Commands
11091 -------------------------
11092  E   Exit the Folder Select menu (without selecting a folder)
11093  S   Select the currently highlighted folder
11094  A   AddNew folder (just like Select, but you type in a new folder name)
11095 </PRE>
11096 <!--chtml endif-->
11098 FOR MORE INFORMATION: See the section on
11099 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11101 &lt;End of help on this topic&gt;
11102 </BODY>
11103 </HTML>
11104 ===== h_folder_fcc =====
11105 <HTML>
11106 <HEAD>
11107 <TITLE>Folder Select for Fcc Explained</TITLE>
11108 </HEAD>
11109 <BODY>
11110 This screen is designed to allow you to quickly and easily survey your
11111 folders and select one to use as the file carbon copy (fcc) for the
11112 current message.
11115 <!--chtml if pinemode="function_key"-->
11116 <PRE>
11117 Navigating the List of Folders             General Alpine Commands
11118 ------------------------------             -----------------------
11119 F5   Move to previous folder               F1  Show this help text
11120 F6   Move to next folder
11121 F7   Show previous screen of folders
11122 F8   Show next screen of folders
11123 F12  WhereIs (search folder names)
11125 Folder Selection Commands
11126 -------------------------
11127 F3   Exit the Folder Select menu (without selecting a folder)
11128 F4   Select the currently highlighted folder
11129 F11  AddNew folder (just like Select, but you type in a new folder name)
11130 </PRE>
11131 <!--chtml else-->
11132 <PRE>
11133 Navigating the List of Folders             General Alpine Commands
11134 ------------------------------             -----------------------
11135  P   Move to previous folder               ?  Show this help text
11136  N   Move to next folder
11137  -   Show previous screen of folders
11138 Spc  (space bar) Show next screen of folders
11139  W   WhereIs (search folder names)
11141 Folder Selection Commands
11142 -------------------------
11143  E   Exit the Folder Select menu (without selecting a folder)
11144  S   Select the currently highlighted folder
11145  A   AddNew folder (just like Select, but you type in a new folder name)
11146 </PRE>
11147 <!--chtml endif-->
11149 FOR MORE INFORMATION: See the section on
11150 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11152 &lt;End of help on this topic&gt;
11153 </BODY>
11154 </HTML>
11155 ===== h_folder_pattern_roles =====
11156 <HTML>
11157 <HEAD>
11158 <TITLE>Folder Select for Current Folder Explained</TITLE>
11159 </HEAD>
11160 <BODY>
11161 This screen is designed to allow you to quickly and easily survey your
11162 folders and select one to use as the specific Current Folder
11163 in a Pattern.
11166 <!--chtml if pinemode="function_key"-->
11167 <PRE>
11168 Navigating the List of Folders             General Alpine Commands
11169 ------------------------------             -----------------------
11170 F5   Move to previous folder               F1  Show this help text
11171 F6   Move to next folder
11172 F7   Show previous screen of folders
11173 F8   Show next screen of folders
11174 F12  WhereIs (search folder names)
11176 Folder Selection Commands
11177 -------------------------
11178 F3   Exit the Folder Select menu (without selecting a folder)
11179 F4   Select the currently highlighted folder
11180 F11  AddNew folder (just like Select, but you type in a new folder name)
11181 </PRE>
11182 <!--chtml else-->
11183 <PRE>
11184 Navigating the List of Folders             General Alpine Commands
11185 ------------------------------             -----------------------
11186  P   Move to previous folder               ?  Show this help text
11187  N   Move to next folder
11188  -   Show previous screen of folders
11189 Spc  (space bar) Show next screen of folders
11190  W   WhereIs (search folder names)
11192 Folder Selection Commands
11193 -------------------------
11194  E   Exit the Folder Select menu (without selecting a folder)
11195  S   Select the currently highlighted folder
11196  A   AddNew folder (just like Select, but you type in a new folder name)
11197 </PRE>
11198 <!--chtml endif-->
11200 FOR MORE INFORMATION: See the section on
11201 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11203 &lt;End of help on this topic&gt;
11204 </BODY>
11205 </HTML>
11206 ===== h_folder_stayopen_folders =====
11207 <HTML>
11208 <HEAD>
11209 <TITLE>Folder Select Explained</TITLE>
11210 </HEAD>
11211 <BODY>
11212 This screen is designed to allow you to quickly and easily survey your
11213 folders and select one to use as a Stay-Open folder.
11216 <!--chtml if pinemode="function_key"-->
11217 <PRE>
11218 Navigating the List of Folders             General Alpine Commands
11219 ------------------------------             -----------------------
11220 F5   Move to previous folder               F1  Show this help text
11221 F6   Move to next folder
11222 F7   Show previous screen of folders
11223 F8   Show next screen of folders
11224 F12  WhereIs (search folder names)
11226 Folder Selection Commands
11227 -------------------------
11228 F3   Exit the Folder Select menu (without selecting a folder)
11229 F4   Select the currently highlighted folder
11230 F11  AddNew folder (just like Select, but you type in a new folder name)
11231 </PRE>
11232 <!--chtml else-->
11233 <PRE>
11234 Navigating the List of Folders             General Alpine Commands
11235 ------------------------------             -----------------------
11236  P   Move to previous folder               ?  Show this help text
11237  N   Move to next folder
11238  -   Show previous screen of folders
11239 Spc  (space bar) Show next screen of folders
11240  W   WhereIs (search folder names)
11242 Folder Selection Commands
11243 -------------------------
11244  E   Exit the Folder Select menu (without selecting a folder)
11245  S   Select the currently highlighted folder
11246  A   AddNew folder (just like Select, but you type in a new folder name)
11247 </PRE>
11248 <!--chtml endif-->
11250 FOR MORE INFORMATION: See the section on
11251 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11253 &lt;End of help on this topic&gt;
11254 </BODY>
11255 </HTML>
11256 ===== h_folder_action_roles =====
11257 <HTML>
11258 <HEAD>
11259 <TITLE>Folder Select Explained</TITLE>
11260 </HEAD>
11261 <BODY>
11262 This screen is designed to allow you to quickly and easily survey your
11263 folders and select one to use as the folder into which messages
11264 matching this filter will be moved.
11267 <!--chtml if pinemode="function_key"-->
11268 <PRE>
11269 Navigating the List of Folders             General Alpine Commands
11270 ------------------------------             -----------------------
11271 F5   Move to previous folder               F1  Show this help text
11272 F6   Move to next folder
11273 F7   Show previous screen of folders
11274 F8   Show next screen of folders
11275 F12  WhereIs (search folder names)
11277 Folder Selection Commands
11278 -------------------------
11279 F3   Exit the Folder Select menu (without selecting a folder)
11280 F4   Select the currently highlighted folder
11281 F11  AddNew folder (just like Select, but you type in a new folder name)
11282 </PRE>
11283 <!--chtml else-->
11284 <PRE>
11285 Navigating the List of Folders             General Alpine Commands
11286 ------------------------------             -----------------------
11287  P   Move to previous folder               ?  Show this help text
11288  N   Move to next folder
11289  -   Show previous screen of folders
11290 Spc  (space bar) Show next screen of folders
11291  W   WhereIs (search folder names)
11293 Folder Selection Commands
11294 -------------------------
11295  E   Exit the Folder Select menu (without selecting a folder)
11296  S   Select the currently highlighted folder
11297  A   AddNew folder (just like Select, but you type in a new folder name)
11298 </PRE>
11299 <!--chtml endif-->
11301 FOR MORE INFORMATION: See the section on
11302 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11304 &lt;End of help on this topic&gt;
11305 </BODY>
11306 </HTML>
11307 ===== h_abook_config =====
11308 <HTML>
11309 <HEAD>
11310 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11311 </HEAD>
11312 <BODY>
11313 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11314 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11315 <!--chtml if pinemode="function_key"-->
11316 <PRE>
11317 Available  Commands                        
11318 -------------------------------            
11319 F1  Show Help Text                         
11320 F3  Back to MAIN Alpine menu                 
11321 F4  Change configuration for address book  
11322 F5  Move to previous address book          
11323 F6  Move to next address book              
11324 F7  Previous page of address books         
11325 F8  Next page of address books             
11326 F9  Add new address book                   
11327 F10 Delete existing address book           
11328 F11 Shuffle the order of address books     
11329 F12 Whereis (search address book titles)   
11330 </PRE>
11331 <!--chtml else-->
11332 <PRE>
11333 Navigation                     General Alpine Commands
11334 -----------------------        -----------------------
11335  P  Prev Address Book           ?  Display this help text
11336  N  Next Address Book           E  Back to MAIN Alpine menu
11337  -  Previous page
11338 Spc (space bar) Next page
11339  W  WhereIs (search for word in address book titles)
11341 Setup Address Books Commands
11342 ------------------------------------------------
11343  A  Add new address book          $  Shuffle the order of address books
11344  D  Delete existing address book  C  Change configuration for address book
11345 </PRE>
11346 <!--chtml endif-->
11348 <H2>Description of the Setup Address Books Screen</H2>
11350 This screen lets you add, delete, modify, or change the order of your
11351 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11352 fill in.  If you are adding a remote address book on an IMAP server
11353 you should fill in the name of the IMAP server.  Otherwise, leave
11354 that field blank.  (Note that remote IMAP address books are an Alpine
11355 concept and are unlikely to interoperate with other mail clients.)
11356 For a remote address book, fill in the name of the remote folder
11357 in the Folder field.  This should be a folder that is used only for
11358 this one purpose, not a general purpose folder you expect to store
11359 messages in.
11360 <P>If you are adding a local address book, fill in the
11361 Folder Name field with a local file name (e.g., .addressbook).
11363 <B>Please note:</B> Remote address books stored on an IMAP server are 
11364 of an entirely different format (namely, a special-purpose 
11365 &quot;mail folder&quot;) than that of the local addressbook familiar 
11366 to Alpine users.  Therefore, 
11367 you cannot use &quot;add a remote address book&quot; to make an existing 
11368 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11369 Alpine running on a different host.  
11372 The &quot;Del Abook&quot; command allows you to remove an address book
11373 from your configuration.  It will also ask you if you wish to remove
11374 the data for that address book, which would erase all traces of the
11375 address book if you answer Yes.
11378 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11379 The difference is that instead of adding a new address book to your
11380 configuration, you are changing the configuration of an existing entry.
11381 For example, you might want to correct a typing error or change a
11382 nickname.  The &quot;Change&quot; command is not a move command.  If you
11383 change the folder name or server name the data will not be moved for you.
11386 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11387 an address book toward another address book in the same group then
11388 the order of those two address books will be swapped.  If you shuffle
11389 the last Personal address book down towards the Global address book
11390 section, it will become a Global address book.  If you shuffle
11391 the first Global address book up it will become a Personal address
11392 book.  The main difference between Personal and Global address
11393 books is that Global address books are forced read-only.
11394 <P><UL>
11395 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11396 </UL>
11398 &lt;End of help on this topic&gt;
11399 </BODY>
11400 </HTML>
11401 ===== h_abook_top =====
11402 <HTML>
11403 <HEAD>
11404 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11405 </HEAD>
11406 <BODY>
11407 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11408 <!--chtml if pinemode="function_key"-->
11409 <PRE>
11410 Available  Commands -- Group 1         Available Commands -- Group 2
11411 -------------------------------        ------------------------------
11412 F1  Show Help Text                      F1  Show Help Text
11413 F2  See commands in next group          F2  See commands in next group
11414 F3  Exit to MAIN MENU                   F3  Quit Alpine
11415 F4  View/Edit selected address book
11416 F5  Move to previous address book       F5  FOLDER LIST screen
11417 F6  Move to next address book           F6  Specify a folder to go to
11418 F7  Previous page                       F7  MESSAGE INDEX screen
11419 F8  Next page                           F9  Print list of address books
11420 F12 Whereis (search for word)
11421 </PRE>
11422 <!--chtml else-->
11423 <PRE>
11424 Navigation                       General Alpine Commands
11425 -----------------------          -----------------------
11426  P  Previous Entry                ?  Display this help text
11427  N  Next Entry                    O  Show all other available commands
11428  -  Previous page                 &lt;  Back to MAIN Alpine menu
11429 Spc (space bar) Next page         Q  Quit Alpine
11430  W  WhereIs (search for word)     L  FOLDER LIST screen
11431                                   G  Specify a folder to go to
11432 Address Book Commands             I  MESSAGE INDEX screen
11433 ------------------------------------------------
11434  &gt;  View/Edit selected address book
11435               or
11436  &gt;  Search on selected directory server
11438  %  Print list of address books and directory servers
11439 </PRE>
11440 <!--chtml endif-->
11442 <H2>Description of the Address Book List Screen</H2>
11444 From this screen you may choose which address book you wish to view
11445 or edit. For more information on address books, view one of your
11446 address books (with
11447 <!--chtml if pinemode="function_key"-->
11449 <!--chtml else-->
11450 &quot;&gt;&quot;
11451 <!--chtml endif-->)
11452 and see the Help Text there.<P>
11454 You may also choose a directory server on which to search for entries.
11455 You do that by highlighting the directory server line and using
11456 <!--chtml if pinemode="function_key"-->
11458 <!--chtml else-->
11459 &quot;&gt;&quot;
11460 <!--chtml endif-->.<P>
11462 If you wish to define new address books or directory servers go to the Main
11463 menu and choose Setup. You may then either choose to setup AddressBooks or
11464 Directory (among other things). It's possible that the Directory option
11465 will not be there if the Alpine you are using does not contain LDAP directory
11466 lookup functionality.
11468 <P><UL>
11469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11470 </UL><P>
11471 &lt;End of help on this topic&gt;
11472 </BODY>
11473 </HTML>
11474 ===== h_abook_opened =====
11475 <HTML>
11476 <HEAD>
11477 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11478 </HEAD>
11479 <BODY>
11480 <H1>THE ALPINE ADDRESS BOOK</H1>
11481 <H2>ADDRESS BOOK COMMANDS</H2>
11482 <PRE>
11483 <!--chtml if pinemode="function_key"-->
11484 Available  Commands -- Group 1         Available Commands -- Group 2   
11485 -------------------------------        ------------------------------  
11486 F1  Show Help Text                      F1  Show Help Text             
11487 F2  See commands in next group          F2  See commands in next group
11488 F3  Exit this screen                    F3  Quit Alpine                  
11489 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11490 F5  Move to previous entry              F5  FOLDER LIST screen         
11491 F6  Move to next entry                  F6  Specify a folder to go to  
11492 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11493 F8  Next page of address book           F8  Compose to entry using roles
11494 F9  Add new entry to address book       F9  Print address book         
11495 F10 Delete selected entry               F10 TakeAddr to another addrbook
11496 F11 Compose to selected entry           F11 Save or Export addrbook selections
11497 F12 Whereis (search address book)       F12 Forward entry by mail       
11499 Available Commands -- Group 3                                           
11500 ------------------------------                                          
11501 F3  Select                              F6  Zoom (or unZoom)            
11502 F5  Select Current                      F7  Apply Command to Selection  
11503 <!--chtml else-->
11504 Address Book Navigation        General Alpine Commands
11505 -----------------------        -----------------------
11506  P  Prev Address                  ?  Display this help text
11507  N  Next Address                  O  Show all other available commands
11508  -  Previous page of address book M  Back to MAIN MENU
11509 Spc (space bar) Next page         Q  Quit Alpine
11510  W  WhereIs (search for word      C  Compose message to selected addr
11511      or name in address book)     #  Compose to addr using roles
11512  &lt;  To List of Address Books if   L  FOLDER LIST screen
11513      more than one, else to MAIN  G  Specify a folder to go to
11514                                   I  MESSAGE INDEX screen
11516 Address Book Commands
11517 ----------------------------------------------------
11518  &gt;  View/Update selected entry    D  Delete selected entries
11519  %  Print address book            S  Save or Export address book selections
11520  F  Forward entries by mail       @  Add new entry to address book
11522  ;  Select command                Z  Toggle Zoom Mode
11523  :  Select highlighted entry      A  Apply command to selected entries
11525 <!--chtml endif-->
11526 </PRE>
11527 Note:  The presence or absence of the final four commands above is
11528 controlled by the option 
11529 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11532 <H2>Description of the Address Book Screen</H2>
11534 This screen lets you edit and manage entries in your address book.  It
11535 also acts as a short-cut for composing messages to people in the address
11536 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11537 message starts &quot;pre-addressed&quot; to whatever address book entry is
11538 currently selected.  If you use the <!--chtml if pinemode="function_key"-->F8<!--chtml else-->&quot;#&quot;<!--chtml endif--> for Role, you may first select a
11539 role to use in your composition.
11541 Alpine's address book helps you keep a list of addresses you send email to so
11542 you do not have to remember addresses that are often complex.  Each entry
11543 in the address book has five fields, all of them optional.  The three
11544 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11546         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11547         This is what you type in as you are addressing the message in the
11548         composer.  If there is a matching entry in your address book(s),
11549         Alpine will extract the corresponding FullName and Address fields to
11550         generate the actual address for your message.
11552         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11553 of the
11554         person or organization.  Usually the full names are put in last
11555         name first so they sort nicely in alphabetical order.  Whatever
11556         you put as the name here will appear on the message when it is
11557         finally delivered.  Examples:<PRE>
11558            Garcia Marquez, Gabriel
11559            Henscheid, Eckhard
11560            Alpine-Info mailing list
11561            Library materials renewal requests
11562            Kim An-guk
11563            &quot;George III, King of Great Britain, 1738-1820&quot;
11564 </PRE>
11565 (In the second-to-last example, no comma is used in the name so that 
11566 the family name appears first in the address book and when the entry is 
11567 used in the composer.
11568 In the last example, retaining the commas is intended; 
11569 double-quotation marks surround the name to 
11570 prevent the transposition of its parts when the entry is used in 
11571 the composer.)
11573         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11574         a valid Internet address that conforms to the Internet message
11575         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11577 The two fields that aren't usually visible are:<DL>
11579   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11580         message to this address to be saved in.  If this field is set, and
11581         this address is the first one in the message's To: header, then
11582         Alpine will use this folder name for the FCC in lieu of the normal
11583         FCC folder name.
11585   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11586         </DL>
11588 Due to screen width limitations, these last two fields do not show up in
11589 the normal ADDRESS BOOK display.  You may select the 
11590 &quot;View/Update&quot; command to
11591 view or modify them.  You may use the configuration variable
11592 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11593 to add these fields to your ADDRESS BOOK 
11594 display, or to modify the format of the display.
11596 <H2>Sorting the Address book</H2>
11598 By default, address book entries are sorted alphabetically on the full
11599 name with distribution lists sorted to the end.  Sorting can be changed by
11600 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11601 --assuming you have &quot;write&quot; permission for the address book file.
11603 Unlike the sorting of folders (which only changes presentation), sorting an
11604 address book actually changes the file as it is kept on the computer.  For
11605 this reason you won't be able to sort a shared or system-wide address
11606 book.
11608 <H2>Adding New Entries</H2>
11610 The easiest way to add new entries to your address book is to use the
11611 &quot;TakeAddr&quot; command when viewing a message.
11612 This command allows you to take addresses from the header and body of the
11613 message and put them into your address book, without having to type
11614 them in.
11617 To manually add a new entry from within the address book screen, use the AddNew
11618 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11619 Use this command both for adding a simple alias and for adding a
11620 distribution list.
11622 <H2>Distribution Lists</H2>
11624 Address book entries can be simple cases of aliases (a single nickname is linked
11625 to a single email address) or distribution lists (a single nickname
11626 pointing at more than one email address).  Each distribution list has a
11627 nickname, a full name and a list of addresses.  The addresses may be
11628 actual addresses or they may be other nicknames in your address book.
11629 They may even refer to other distribution lists.
11630 There's really no difference between a simple alias and a distribution list,
11631 other than the number of addresses.
11632 Therefore, you can turn a simple alias with one address into a distribution
11633 list simply by adding more addresses.
11634 To add entries to an existing list or alias
11635 use the View/Update (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->&quot;&gt;&quot;<!--chtml endif-->) command.  Delete (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->&quot;D&quot;<!--chtml endif-->) will delete
11636 a single address from the list if the cursor is placed on the address;
11637 it will delete the entire distribution list if the cursor is on the
11638 nickname/fullname line.  View/Update may also be used to delete addresses
11639 from a list.
11641 Address field entries in distribution lists may take any one of three
11642 forms: a nickname existing in any of the defined address books, a normal
11643 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11644 fullname/address combination, e.g. &quot;John Smith
11645 &lt;jsmith@art.example.com&gt;&quot;.
11647 Distribution lists in Alpine address books can only be used by the person or
11648 people who have access to that address book.  They are not usually used to
11649 implement discussion groups, but can be used to facilitate small
11650 discussion groups if all the participants have access to the same shared
11651 address book.
11653 <H2>FCC and Comments</H2>
11655 As mentioned above, each entry in the address book also has two other optional
11656 fields, Fcc and Comments.  The command to look at or change either of these
11657 is the same View/Update command used for all of the fields (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->&quot;&gt;&quot;<!--chtml endif-->).  The
11658 Comments field is just for your own use.  The Fcc field overrides the
11659 default Fcc if this address is the first one on the To line.  The WhereIs
11660 command may be used to search for particular strings in the address book,
11661 including fields that are not visible (like Comment and Fcc by default).
11663 <H2>Aggregate Operations</H2>
11665 If the feature
11666 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11667 is turned on (the default), then the four commands &quot;Select&quot;,
11668 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11669 are available.  The two selection commands allow you to mark a set of
11670 address book entries as being selected.  If you have more than one address
11671 book, the selections may be in more than one of those address books.
11672 The &quot;Zoom&quot; command will toggle between displaying only the selected
11673 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11674 apply one of the regular address book commands to all of the selected
11675 entries.  Usually the address book commands apply to only the entry
11676 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11677 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11678 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11680 <H2>Exporting and Forwarding Address book entries</H2>
11682 Under the save option, when you use the Export (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;X&quot;<!--chtml endif-->) command, the currently highlighted
11683 address book entry is placed in a plain text file in your home directory
11684 <!--chtml if pinemode="running"-->
11685 (which, in the present configuration of your system, is
11686  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11687 <!--chtml endif-->
11688 or current working directory
11689 <!--chtml if pinemode="running"-->
11690 (which, at least for your current Alpine &quot;session,&quot; 
11691 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11692 <!--chtml endif-->, depending on the 
11693 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11694 configuration setting.  If you have some entries selected and use the
11695 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11696 placed in the text file.
11698 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11699 address book entry is placed in a special attachment and you are put into
11700 the composer.  You can fill in some comments in the body of the message,
11701 if you'd like, and send it to somebody else who uses Alpine.  The recipient
11702 may use the TakeAddr command on that message to insert the address book
11703 entry you sent in their own address book.  If you have some entries
11704 selected and use the Apply Forward command all of the selected entries
11705 will be forwarded in a single message.  You may
11706 use Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Forward to forward a copy of an entire address book.
11707 The recipient must be using Alpine in order to receive this correctly.
11708 One way for the recipient to handle this might be to create an empty
11709 address book and then &quot;Take&quot; your forwarded address book entries into
11710 that empty address book.
11712 <H2>Multiple and/or Site-Wide Address books</H2>
11714 You may have more than one personal address book.  In addition, there may
11715 be one or more global address books.  This capability allows you to have
11716 multiple personal address books (some of which may be shared) and it also
11717 allows system administrators to implement site-wide address books that
11718 contain entries for users on multiple machines within the organization.
11719 <P><DL>
11720 <DT>Searching
11721   <DD> If you enter a nickname when composing a message, your
11722   personal address books will be searched through in order, and then the
11723   global address book(s) searched. If more than one address book has an entry
11724   for the nickname, Alpine uses the first one that it finds, so an entry in
11725   your personal address book would override a global address book entry. If
11726   after searching all the address books there is still no match, (Unix) Alpine
11727   then searches the local host password file on the assumption that you have
11728   entered a local user name rather than an address book nickname.
11729   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
11730   command, but global address books are always searched after personal
11731   address books.
11733   <P><DT>Tab completion
11734   <DD> If the
11735   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
11736   feature is turned on (the default) then the Tab key may be used
11737   in the composer to complete partially typed nicknames in the To
11738   or Cc lines. You type the first few letters of a nickname and then
11739   press the Tab key. It there is only one nickname that matches it will
11740   be filled in by Alpine. If there is more than one the unambiguous part
11741   of the nicknames will be filled in. For example, if your address book or
11742   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
11743   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
11744   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
11745   If you then type a second Tab character you will be presented with a list
11746   of matching nicknames to select from. Alternatively, you could type another
11747   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
11748   in the entire &quot;barbecue&quot; entry.
11750   <P><DT>Defining
11751   <DD> You define multiple personal address books in the 
11752   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
11753   from the MAIN MENU.  
11754   You may add as many as you like.  Global address books are usually
11755   site-wide address books defined by the System administrator, but
11756   you may define global address books of your own just like you define
11757   personal address books.
11759   <P><DT>Creating and updating
11760   <DD> Personal address books are normally created empty
11761   and populated by explicit additions from within Alpine, e.g. via the
11762   TakeAddr command.  Unlike personal address books, global address books may
11763   not be modified/updated from within Alpine; that is, they are Read-Only.
11764   Thus, global address books are created, populated and updated outside of
11765   Alpine. They might be hand-edited, generated by a program from another
11766   database, or by copying an existing address book.  They might also be
11767   some other user's personal address book, and so be modified normally by
11768   that user but accessed Read-Only by you.  See the Alpine Technical
11769   Notes document (included in the Alpine distribution) for more information on
11770   this.
11772   <P><DT>Accessing
11773   <DD>There are two different types of address books in Alpine.
11774   A local address book is stored in a regular file and the normal file
11775   access permissions apply.  A remote address book is stored on an IMAP
11776   server in a special folder that contains only messages pertaining to
11777   that address book.  The last message in the remote folder contains a
11778   copy of the address book data, and that data is copied to a local cache
11779   file in your home directory.  From there it is accessed just like a local
11780   address book.  The name of the cache file is kept track of in a special
11781   file called the
11782   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
11783   the name of which is stored in
11784   your Alpine configuration file the first time you use a remote address book.
11785   Just as local Alpine address books use a format that only Alpine understands,
11786   remote Alpine address books do the same and other mail reading programs
11787   are unlikely to be able to understand them.<P>
11788   While global address books are explicitly intended to be shared, there is
11789   nothing to prevent you from sharing a personal address book with other
11790   Alpine users. This might be useful in the case of a small workgroup.
11791   However, it is recommended that updates to shared personal address books
11792   be done when other Alpine users are not accessing the address book. Alpine
11793   does not do any file-locking to manage concurrent updates to the
11794   addressbook, but it does check to see if the file has been modified before
11795   making any changes.  Consequently, inadvertent concurrent updates will
11796   only cause other Alpine users to have to restart their address book
11797   operation, which will cause Alpine to reopen the updated file.
11799   <P><DT>Converting to Remote
11800   <DD>The easiest way to convert an existing local
11801   address book into a remote address book is to create an empty new remote
11802   personal address book by typing &quot;A&quot; to execute the
11803   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
11804   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
11805   address book.
11806   After you have added the empty
11807   remote address book, go into the screen for the address book you wish
11808   to copy and &quot;Select&quot; &quot;All&quot;.
11809   This selects every entry in that
11810   address book.  Then type the command &quot;Apply Save&quot;.
11811   You will be asked for the address book to save to.  You may use ^P and ^N
11812   to get to the new empty address book, then hit RETURN and the addresses
11813   will be copied.
11814   At this point you'll probably want to unselect all the entries in the local
11815   address book before proceeding. You do that with
11816   &quot;Select&quot; &quot;unselect All&quot;.
11818 </DL>
11819 <UL>
11820 <LI><A HREF="h_address_format">Explanation of Address formats</A>
11821 </UL>
11822 <P><UL>
11823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11824 </UL>
11826 &lt;End of help on this topic&gt;
11827 </BODY>
11828 </HTML>
11829 ===== h_abook_select_addr =====
11830 <HTML>
11831 <HEAD>
11832 <TITLE>Addressbook Selection Explained</TITLE>
11833 </HEAD>
11834 <BODY>
11835 <H1>SELECT ADDRESS</H1>
11836 <!--chtml if pinemode="function_key"-->
11837 <PRE>
11838 Navigating the List of Messages               General Alpine Commands
11839 -------------------------------               -----------------------
11840 F5   Move to previous entry                   F1  Show this help text
11841 F6   Move to next entry
11842 F7   Show previous screen of address book
11843 F8   Show next screen of address book
11844 F12  WhereIs (search through address book)
11846 Address Selection Commands
11847 --------------------------
11848 F3   Exit the Address Select screen (without selecting an address)
11849 F4   Select the currently highlighted entry
11850 </PRE>
11851 <!--chtml else-->
11852 <PRE>
11853 Navigating the List of Messages               General Alpine Commands
11854 -------------------------------               -----------------------
11855  P   Move to previous entry                    ?  Show this help text
11856  N   Move to next entry
11857  -   Show previous screen of address book
11858 Spc  (space bar) Show next screen of address book
11859  W   WhereIs (search through address book)
11861 Address Selection Commands
11862 --------------------------
11863  E   Exit the Address Select screen (without selecting an address)
11864  S   Select the currently highlighted entry
11865 </PRE>
11866 <!--chtml endif-->
11869 This screen is designed to let you easily scan your address book(s) in
11870 order to select an entry for the message you are composing.  You cannot
11871 edit your address book in any way at this time, for address book
11872 maintenance, select the address book command when not composing a message.
11875 If you are composing a message and know the nickname of the person/list you
11876 want, you can bypass this screen by simply typing in the nickname on the
11877 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11878 selecting an entry does not cancel your message.
11881 FOR MORE INFORMATION on addressing see
11882 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11883 <A HREF="h_abook_opened">Address Book Screen's</A>
11884 help text.
11886 &lt;End of help on this topic&gt;
11887 </BODY>
11888 </HTML>
11889 ===== h_abook_select_top =====
11890 <HTML>
11891 <HEAD>
11892 <TITLE>Addressbook Selection Navigation Explained</TITLE>
11893 </HEAD>
11894 <BODY>
11895 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
11896 <!--chtml if pinemode="function_key"-->
11897 <PRE>
11898 Navigating the List of Address Books       General Alpine Commands
11899 ------------------------------------       -----------------------
11900 F4   View the highlighted address book
11901 F5   Move to previous address book         F1  Show this help text
11902 F6   Move to next address book
11903 F7   Show previous screen of address books
11904 F8   Show next screen of address books
11905 F12  WhereIs (search through address books)
11907 Address Selection Commands
11908 --------------------------
11909 F3   Exit the Address Select screen (without selecting an address)
11910 F4   Select the currently selected entries (if using ListMode)
11911 F9   Change to ListMode
11912 </PRE>
11913 <!--chtml else-->
11914 <PRE>
11915 Navigating the List of Address Books       General Alpine Commands
11916 ------------------------------------       -----------------------
11917  &gt;   View the highlighted address book
11918  P   Move to previous address book         ?  Show this help text
11919  N   Move to next address book
11920  -   Show previous screen of address books
11921 Spc  (space bar) Show next screen of address books
11922  W   WhereIs (search through address books)
11924 Address Selection Commands
11925 --------------------------
11926  E   Exit the Address Select screen (without selecting an address)
11927  S   Select the currently selected entries (if using ListMode)
11928  L   Change to ListMode
11929 </PRE>
11930 <!--chtml endif-->
11933 This screen is designed to let you easily scan your address book(s) in
11934 order to select entries for the message you are composing.  You cannot
11935 edit your address book in any way at this time.  For address book
11936 maintenance, select the address book command when not composing a message.
11939 If you are composing a message and know the nickname of the person/list you
11940 want, you can bypass this screen by simply typing in the nickname on the
11941 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11942 selecting an entry does not cancel your message.
11945 The ListMode command will add a column at the left edge of the screen.
11946 You mark the entries that you wish to select with the &quot;X&quot; command.
11947 This allows you to choose more than one entry at a time.
11950 An alternative method of composing a message to entries in your
11951 address book(s) is to first use the &quot;Select&quot; command from
11952 the address book maintenance screen and then the &quot;Apply&quot;
11953 &quot;ComposeTo&quot; command to start the composer composing to the
11954 selected entries.
11957 FOR MORE INFORMATION on addressing see
11958 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11959 <A HREF="h_abook_opened">Address Book Screen's</A>
11960 help text.
11962 &lt;End of help on this topic&gt;
11963 </BODY>
11964 </HTML>
11965 ===== h_abook_select_listmode =====
11966 <HTML>
11967 <HEAD>
11968 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
11969 </HEAD>
11970 <BODY>
11971 <H1>COMPOSER: SELECT ADDRESSES</H1>
11972 <!--chtml if pinemode="function_key"-->
11973 <PRE>
11974 Navigating the List of Messages                 General Alpine Commands
11975 -------------------------------                 -----------------------
11976 F5   Move to previous entry                     F1  Show this help text
11977 F6   Move to next entry
11978 F7   Show previous screen of address book
11979 F8   Show next screen of address book
11980 F12  WhereIs (search through address book)
11982 Address Selection Commands
11983 --------------------------
11984 F3   Exit the Address Select screen (without selecting an address)
11985 F4   Select the currently highlighted entry
11986 F9   Change to ListMode
11987 </PRE>
11988 <!--chtml else-->
11989 <PRE>
11990 Navigating the List of Messages                 General Alpine Commands
11991 -------------------------------                 -----------------------
11992  P   Move to previous entry                     ?  Show this help text
11993  N   Move to next entry
11994  -   Show previous screen of address book
11995 Spc  (space bar) Show next screen of address book
11996  W   WhereIs (search through address book)
11998 Address Selection Commands
11999 --------------------------
12000  E   Exit the Address Select screen (without selecting an address)
12001  S   Select the currently highlighted entry
12002  L   Change to ListMode
12003 </PRE>
12004 <!--chtml endif-->
12007 This screen is designed to let you easily scan your address book(s) in
12008 order to select entries for the message you are composing.  You cannot
12009 edit your address book in any way at this time, for address book
12010 maintenance, select the address book command when not composing a message.
12013 If you are composing a message and know the nickname of the person/list you
12014 want, you can bypass this screen by simply typing in the nickname on the
12015 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12016 selecting an entry does not cancel your message.
12019 The ListMode command will add a column at the left edge of the screen.
12020 You mark the entries that you wish to select with the &quot;X&quot; command.
12021 This allows you to choose more than one entry at a time.
12024 An alternative method of composing a message to entries in your
12025 address book(s) is to first use the &quot;Select&quot; command from
12026 the address book maintenance screen and then the &quot;Apply&quot;
12027 &quot;ComposeTo&quot; command to start the composer composing to the
12028 selected entries.
12031 FOR MORE INFORMATION on addressing see
12032 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12033 <A HREF="h_abook_opened">Address Book Screen's</A>
12034 help text.
12036 &lt;End of help on this topic&gt;
12037 </BODY>
12038 </HTML>
12039 ===== h_abook_select_checks =====
12040 <HTML>
12041 <HEAD>
12042 <TITLE>Address Selection from Composer Explained</TITLE>
12043 </HEAD>
12044 <BODY>
12045 <H1>COMPOSER: SELECT ADDRESSES</H1>
12046 <!--chtml if pinemode="function_key"-->
12047 <PRE>
12048 Navigating the List of Messages                 General Alpine Commands
12049 -------------------------------                 -----------------------
12050 F5   Move to previous entry                     F1  Show this help text
12051 F6   Move to next entry
12052 F7   Show previous screen of address book
12053 F8   Show next screen of address book
12054 F12  WhereIs (search through address book)
12056 Address Selection Commands
12057 --------------------------
12058 F3   Exit the Address Select screen (without selecting an address)
12059 F4   Select the currently highlighted entry
12060 F8   Either Sets or Unsets all entries in this address book
12061 F9   Set or Unset the highlighted entry
12062 </PRE>
12063 <!--chtml else-->
12064 <PRE>
12065 Navigating the List of Messages                 General Alpine Commands
12066 -------------------------------                 -----------------------
12067  P   Move to previous entry                     ?  Show this help text
12068  N   Move to next entry
12069  -   Show previous screen of address book
12070 Spc  (space bar) Show next screen of address book
12071  W   WhereIs (search through address book)
12073 Address Selection Commands
12074 --------------------------
12075  E   Exit the Address Select screen (without selecting an address)
12076  S   Select the currently highlighted entry
12077  X   Set or Unset the highlighted entry
12078  A   Either Sets or Unsets all entries in this address book
12079 </PRE>
12080 <!--chtml endif-->
12083 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12084 command.  Type &quot;S Select&quot; to select all of the entries you
12085 have marked, just as if you had typed them in by hand.
12088 An alternative method of composing a message to entries in your
12089 address book(s) is to first use the &quot;Select&quot; command from
12090 the address book maintenance screen and then the &quot;Apply&quot;
12091 &quot;ComposeTo&quot; command to start the composer composing to the
12092 selected entries.
12095 FOR MORE INFORMATION on addressing see
12096 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12097 <A HREF="h_abook_opened">Address Book Screen's</A>
12098 help text.
12100 &lt;End of help on this topic&gt;
12101 </BODY>
12102 </HTML>
12103 ===== h_abook_select_nicks_take =====
12104 <HTML>
12105 <HEAD>
12106 <TITLE>Take Address Nickname Selection Explained</TITLE>
12107 </HEAD>
12108 <BODY>
12109 <H1>TAKEADDR: SELECT NICKNAME</H1>
12110 <!--chtml if pinemode="function_key"-->
12111 <PRE>
12112 Navigating the List of Messages                 General Alpine Commands
12113 -------------------------------                 -----------------------
12114 F5   Move to previous entry                     F1  Show this help text
12115 F6   Move to next entry
12116 F7   Show previous screen of address book
12117 F8   Show next screen of address book
12118 F12  WhereIs (search through address book)
12120 Message Selection Commands
12121 --------------------------
12122 F3   Exit the Nickname Select screen (without selecting an address)
12123 F4   Select the currently highlighted entry
12124 </PRE>
12125 <!--chtml else-->
12126 <PRE>
12127 Navigating the List of Messages                 General Alpine Commands
12128 -------------------------------                 -----------------------
12129  P   Move to previous entry                     ?  Show this help text
12130  N   Move to next entry
12131  -   Show previous screen of address book
12132 Spc  (space bar) Show next screen of address book
12133  W   WhereIs (search through address book)
12135 Message Selection Commands
12136 --------------------------
12137  E   Exit the Nickname Select screen (without selecting an address)
12138  S   Select the currently highlighted entry
12139 </PRE>
12140 <!--chtml endif-->
12143 This screen is designed to let you modify or add to an existing
12144 address book entry.  You have already selected the name(s) and
12145 address(es) through &quot;Take Address&quot;.  This screen simply lets
12146 you scan your address books and select the nickname to be
12147 changed/augmented.  If you want to add a new entry, then you are in
12148 the wrong place-- Select &quot;Exit&quot; command.
12151 FOR MORE INFORMATION on addressing see
12152 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12153 <A HREF="h_abook_opened">Address Book Screen's</A>
12154 help text.
12156 &lt;End of help on this topic&gt;
12157 </BODY>
12158 </HTML>
12159 ===== h_abook_select_nick =====
12160 <HTML>
12161 <HEAD>
12162 <TITLE>Nickname Selection Explained</TITLE>
12163 </HEAD>
12164 <BODY>
12165 <H1>SELECT NICKNAME</H1>
12166 <!--chtml if pinemode="function_key"-->
12167 <PRE>
12168 Navigating the List of Messages                 General Alpine Commands
12169 -------------------------------                 -----------------------
12170 F5   Move to previous entry                     F1  Show this help text
12171 F6   Move to next entry
12172 F7   Show previous screen of address book
12173 F8   Show next screen of address book
12174 F12  WhereIs (search through address book)
12176 Message Selection Commands
12177 --------------------------
12178 F3   Exit the Nickname Select screen (without selecting an address)
12179 F4   Select the currently highlighted entry
12180 </PRE>
12181 <!--chtml else-->
12182 <PRE>
12183 Navigating the List of Messages                 General Alpine Commands
12184 -------------------------------                 -----------------------
12185  P   Move to previous entry                     ?  Show this help text
12186  N   Move to next entry
12187  -   Show previous screen of address book
12188 Spc  (space bar) Show next screen of address book
12189  W   WhereIs (search through address book)
12191 Message Selection Commands
12192 --------------------------
12193  E   Exit the Nickname Select screen (without selecting an address)
12194  S   Select the currently highlighted entry
12195 </PRE>
12196 <!--chtml endif-->
12199 This screen is designed to let you look at the nicknames in your address
12200 books before choosing a new one.
12203 FOR MORE INFORMATION on addressing see
12204 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12205 <A HREF="h_abook_opened">Address Book Screen's</A>
12206 help text.
12208 &lt;End of help on this topic&gt;
12209 </BODY>
12210 </HTML>
12211 ===== h_takeaddr_screen =====
12212 <HTML>
12213 <HEAD>
12214 <TITLE>Take Address Screen Explained</TITLE>
12215 </HEAD>
12216 <BODY>
12217 <H1>TAKE ADDRESS COMMANDS</H1>
12218 <!--chtml if pinemode="function_key"-->
12219 <PRE>
12220 Navigating the List of Addresses       Address Selection Commands        
12221 --------------------------------       --------------------------        
12222  F5  Move to previous entry            F3  Exit without taking address
12223  F6  Move to next entry                F4  Take current address(es)
12224  F7  Show previous page of address list
12225  F8  Show next page of address list
12226  F2  WhereIs (search list)
12227                                --------------
12228 Mode Toggle            F9  Set/Unset current address
12229 -----------            F10 Set all
12230  F12 Toggle between List and single mode       F11 Unset all
12231 </PRE>
12232 <!--chtml else-->
12233 <PRE>
12234 Navigating the List of Addresses       Address Selection Commands
12235 --------------------------------       --------------------------
12236  P  Move to previous entry              &lt;  Exit without taking address
12237  N  Move to next entry                  T  Take address
12238  -  Show previous page of address list
12239 Spc (space bar) Show next page of address list
12240  W  WhereIs (search list)              List Mode
12241                                        ---------
12242 Single Mode                             X  Set/Unset current address
12243 -----------                             A  Set all addresses
12244  L  Switch to list mode                 U  Unset all addresses
12245                                         S  Switch to single mode
12246 </PRE>
12247 <!--chtml endif-->
12249 <H2>Description of the Take Address Screen</H2>
12251 This screen is designed to let you select one or more address/name
12252 combinations from the current message and put them into your address book.
12253 The cursor is initially placed on the line with the message author.
12254 Other lines include the names of people and/or mailing lists who also
12255 received the message.  Other people &quot;involved&quot; in the
12256 message (e.g. the person named as Reply-To:) are also listed here.
12259 The simple case is adding a new, single entry into your address book. To
12260 do this, simply highlight the correct line and press 
12261 <!--chtml if pinemode="function_key"-->
12263 <!--chtml else-->
12264 &quot;T&quot;.
12265 <!--chtml endif-->
12266 To create a new list or add to an existing list, switch the screen display
12267 into List Mode by pressing
12268 <!--chtml if pinemode="function_key"-->
12269 F12.
12270 <!--chtml else-->
12271 &quot;L&quot;.
12272 <!--chtml endif-->
12273 In List Mode, you select the
12274 group of addresses you wish to manipulate by marking them with an
12275 &quot;X&quot;.
12276 The Set/Unset
12277 <!--chtml if pinemode="function_key"-->
12278 (F9)
12279 <!--chtml else-->
12280 (&quot;X&quot;)
12281 <!--chtml endif-->
12282 command will turn the &quot;X&quot; on for the
12283 highlighted address if it was off or turn it off if it was previously on.
12284 The SetAll command will select all of the addresses, and the UnSetAll
12285 command will turn off all the selections.  Once you've gotten the
12286 selection the way you want it, you may create a new list by pressing
12287 <!--chtml if pinemode="function_key"-->
12289 <!--chtml else-->
12290 &quot;T&quot;.
12291 <!--chtml endif-->
12294 In both the simple and list cases, after choosing to take the address,
12295 you will be asked for the nickname of the entry.  Typing in a new name
12296 creates the new entry/list.  Entering an existing nickname will replace
12297 the entry (simple case) or add to the list (list case).  Alternatively,
12298 you can press Ctrl-T at the nickname prompt and select an existing
12299 nickname from your address book.
12302 You will normally start in Single Mode, unless you used the Apply command
12303 to startup the TakeAddr screen, in which case you will start in List Mode.
12304 You may switch between the two modes at any time.  If you've already
12305 selected several addresses in List Mode, those will be remembered when you
12306 switch to Single Mode and then back to List Mode.  The set of addresses
12307 that are pre-selected when you start in List Mode are the From addresses
12308 of all of the messages you are operating on.  You may, of course, easily
12309 erase those selections with the UnSetAll command.
12312 If you have more than one writable address book, you will be prompted for
12313 the name of the address book you wish to add the new entry to before
12314 anything else. You can use ^N and ^P to choose among the defined address
12315 books, or type in the address book name.
12318 FOR MORE INFORMATION on addressing see
12319 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12320 <A HREF="h_abook_opened">Address Book Screen's</A>
12321 help text.
12323 &lt;End of help on this topic&gt;
12324 </BODY>
12325 </HTML>
12326 ===== h_takeexport_screen =====
12327 <HTML>
12328 <HEAD>
12329 <TITLE>Take Export Screen Explained</TITLE>
12330 </HEAD>
12331 <BODY>
12332 <H1>TAKE EXPORT COMMANDS</H1>
12333 <!--chtml if pinemode="function_key"-->
12334 <PRE>
12335 Navigating the List of Addresses       Address Selection Commands        
12336 --------------------------------       --------------------------        
12337  F5  Move to previous entry            F3  Exit without taking address
12338  F6  Move to next entry                F4  Take current address(es)
12339  F7  Show previous page of address list
12340  F8  Show next page of address list
12341  F2  WhereIs (search list)
12342                                --------------
12343 Mode Toggle            F9  Set/Unset current address
12344 -----------            F10 Set all
12345  F12 Toggle between List and single mode       F11 Unset all
12346 </PRE>
12347 <!--chtml else-->
12348 <PRE>
12349 Navigating the List of Addresses       Address Selection Commands
12350 --------------------------------       --------------------------
12351  P  Move to previous entry              &lt;  Exit without taking address
12352  N  Move to next entry                  T  Take address
12353  -  Show previous page of address list
12354 Spc (space bar) Show next page of address list
12355  W  WhereIs (search list)              List Mode
12356                                        ---------
12357 Single Mode                             X  Set/Unset current address
12358 -----------                             A  Set all addresses
12359  L  Switch to list mode                 U  Unset all addresses
12360                                         S  Switch to single mode
12361 </PRE>
12362 <!--chtml endif-->
12364 <H2>Description of the Take Export Screen</H2>
12366 This screen is designed to let you select one or more addresses
12367 from the current message and put them into a file.
12368 Only the user@domain_name part of each address is put into the file.
12371 To put a single entry into a file simply highlight the correct line and press 
12372 <!--chtml if pinemode="function_key"-->
12374 <!--chtml else-->
12375 &quot;T&quot;.
12376 <!--chtml endif-->
12377 To put more than one entry into a file
12378 switch the screen display
12379 into List Mode by pressing
12380 <!--chtml if pinemode="function_key"-->
12381 F12.
12382 <!--chtml else-->
12383 &quot;L&quot;.
12384 <!--chtml endif-->
12385 In List Mode, you select the
12386 group of addresses you wish to manipulate by marking them with an
12387 &quot;X&quot;.
12388 The Set/Unset
12389 <!--chtml if pinemode="function_key"-->
12390 (F9)
12391 <!--chtml else-->
12392 (&quot;X&quot;)
12393 <!--chtml endif-->
12394 command will turn the &quot;X&quot; on for the
12395 highlighted address if it was off or turn it off if it was previously on.
12396 The SetAll command will select all of the addresses, and the UnSetAll
12397 command will turn off all the selections.  Once you've gotten the
12398 selection the way you want it, you may put the addresses in a file by typing
12399 <!--chtml if pinemode="function_key"-->
12401 <!--chtml else-->
12402 &quot;T&quot;.
12403 <!--chtml endif-->
12406 You will be asked for the name of a file to put the addresses in.
12407 If the file already exists, you will be asked whether you want to Overwrite
12408 (replace) the contents of the file or Append to the contents of the file.
12411 &lt;End of help on this topic&gt;
12412 </BODY>
12413 </HTML>
12414 ============= h_abook_view ========================
12415 <HTML>
12416 <HEAD>
12417 <TITLE>Address Book View Explained</TITLE>
12418 </HEAD>
12419 <BODY>
12420 This function allows you to view the contents of an address book entry. You
12421 can only view one entry at a time.
12423 <DL>
12424 <DT>Help
12425 <!--chtml if pinemode="function_key"-->
12426 (F1)
12427 <!--chtml else-->
12429 <!--chtml endif-->
12430 </DT>
12431 <DD>
12432 Display this help text.
12434 <DT>Abook
12435 <!--chtml if pinemode="function_key"-->
12436 (F3)
12437 <!--chtml else-->
12438 (&lt;)
12439 <!--chtml endif-->
12440 </DT>
12441 <DD>
12442 Go back to index of address book entries.
12444 <DT>Update
12445 <!--chtml if pinemode="function_key"-->
12446 (F4)
12447 <!--chtml else-->
12449 <!--chtml endif-->
12450 </DT>
12451 <DD>
12452 Update (modify) this entry.
12454 <DT>ComposeTo
12455 <!--chtml if pinemode="function_key"-->
12456 (F5)
12457 <!--chtml else-->
12459 <!--chtml endif-->
12460 </DT>
12461 <DD>Compose a message to the address(es) in this entry.
12463 <DT>Role
12464 <!--chtml if pinemode="function_key"-->
12465 (F6)
12466 <!--chtml else-->
12468 <!--chtml endif-->
12469 </DT>
12470 <DD>Compose a message to the address(es) in this entry using roles.
12472 <DT>Prev Page
12473 <!--chtml if pinemode="function_key"-->
12474 (F7)
12475 <!--chtml else-->
12477 <!--chtml endif-->
12478 </DT>
12479 <DD>
12480 Show the previous page of the current entry.
12482 <DT>Next Page
12483 <!--chtml if pinemode="function_key"-->
12484 (F8)
12485 <!--chtml else-->
12486 (Space)
12487 <!--chtml endif-->
12488 </DT>
12489 <DD>
12490 Show the next page of the current entry.
12492 <DT>Print
12493 <!--chtml if pinemode="function_key"-->
12494 (F9)
12495 <!--chtml else-->
12497 <!--chtml endif-->
12498 </DT>
12499 <DD>Print the current entry.  You can select the
12500 printer or the print command via the &quot;Setup&quot; command
12501 on the MAIN MENU.
12503 <DT>WhereIs
12504 <!--chtml if pinemode="function_key"-->
12505 (F10)
12506 <!--chtml else-->
12508 <!--chtml endif-->
12509 </DT>
12510 <DD>Search the entry for a string of letters.  If it is
12511 found, move to it.  The string can be one word or a phrase.
12512 If there are multiple occurrences, the cursor moves to the
12513 first occurrence beyond the current cursor position.
12515 <DT>Fwd Email
12516 <!--chtml if pinemode="function_key"-->
12517 (F11)
12518 <!--chtml else-->
12520 <!--chtml endif-->
12521 </DT>
12522 <DD>Begin composition of a new mail message with the displayed
12523 text already inserted in the message body.
12525 </DL>
12527 &lt;End of help on this topic&gt;
12528 </BODY>
12529 </HTML>
12530 ============= h_ldap_view ========================
12531 <HTML>
12532 <HEAD>
12533 <TITLE>LDAP Response View Explained</TITLE>
12534 </HEAD>
12535 <BODY>
12536 This function allows you to view the contents of a directory entry. You
12537 can only view one entry at a time.
12539 <DL>
12540 <DT>Help
12541 <!--chtml if pinemode="function_key"-->
12542 (F1)
12543 <!--chtml else-->
12545 <!--chtml endif-->
12546 </DT>
12547 <DD>
12548 Display this help text.
12550 <DT>Results Index
12551 <!--chtml if pinemode="function_key"-->
12552 (F3)
12553 <!--chtml else-->
12554 (&lt;)
12555 <!--chtml endif-->
12556 </DT>
12557 <DD>Go back to index of search results.
12559 <DT>ComposeTo
12560 <!--chtml if pinemode="function_key"-->
12561 (F5)
12562 <!--chtml else-->
12564 <!--chtml endif-->
12565 </DT>
12566 <DD>Compose a message to the address(es) in this entry.
12568 <DT>Role
12569 <!--chtml if pinemode="function_key"-->
12570 (F6)
12571 <!--chtml else-->
12573 <!--chtml endif-->
12574 </DT>
12575 <DD>Compose a message to the address(es) in this entry using roles.
12577 <DT>Prev Page
12578 <!--chtml if pinemode="function_key"-->
12579 (F7)
12580 <!--chtml else-->
12582 <!--chtml endif-->
12583 </DT>
12584 <DD>
12585 Show the previous page of the current entry.
12587 <DT>Next Page
12588 <!--chtml if pinemode="function_key"-->
12589 (F8)
12590 <!--chtml else-->
12591 (Space)
12592 <!--chtml endif-->
12593 </DT>
12594 <DD>
12595 Show the next page of the current entry.
12597 <DT>Print
12598 <!--chtml if pinemode="function_key"-->
12599 (F9)
12600 <!--chtml else-->
12602 <!--chtml endif-->
12603 </DT>
12604 <DD>Print the current entry on paper.  You can select the
12605 printer or the print command via the &quot;Setup&quot; command
12606 on the MAIN MENU.
12608 <DT>WhereIs
12609 <!--chtml if pinemode="function_key"-->
12610 (F10)
12611 <!--chtml else-->
12613 <!--chtml endif-->
12614 </DT>
12615 <DD>Search the entry for a string of letters.  If it is
12616 found, move to it.  The string can be one word or a phrase.
12617 If there are multiple occurrences, the cursor moves to the
12618 first occurrence beyond the current cursor position.
12620 <DT>Fwd Email
12621 <!--chtml if pinemode="function_key"-->
12622 (F11)
12623 <!--chtml else-->
12625 <!--chtml endif-->
12626 </DT>
12627 <DD>Begin composition of a new mail message with the displayed
12628 text already inserted in the message body.
12630 <DT>Save
12631 <!--chtml if pinemode="function_key"-->
12632 (F12)
12633 <!--chtml else-->
12635 <!--chtml endif-->
12636 </DT>
12637 <DD>Save the displayed entry to one of your address books or export
12638 it to a file.
12639 </DL>
12641 &lt;End of help on this topic&gt;
12642 </BODY>
12643 </HTML>
12644 ===== h_attachment_screen =====
12645 <HTML>
12646 <HEAD>
12647 <TITLE>Attachment Index Screen Explained</TITLE>
12648 </HEAD>
12649 <BODY>
12650 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12651 message's attachments, and allows various operations on them.  The
12652 first attachment is usually the message text, but does not include the
12653 header portion of the message.
12655 Available commands include:
12657 <DL>
12659 <DT>Help</DT>
12660 <DD>Show this help text.
12662 <DT>Msg #<I>num</I></DT>
12663 <DD>Leave this screen without displaying or saving any attachments.
12665 <DT>View</DT>
12666 <DD>View the currently selected attachment.
12668 <DT>Prev Attach</DT>
12669 <DD>Move to previous attachment.
12671 <DT>Next Attach</DT>
12672 <DD>Move to next attachment.
12674 <DT>Prev Page</DT>
12675 <DD>Previous page of the listed attachments.
12677 <DT>Next Page</DT>
12678 <DD>Next page of the listed attachments.
12680 <DT>Delete</DT>
12681 <DD>Mark the currently selected attachment for Deletion.
12682 This does not modify the current message by deleting the attachment from
12683 it, but instead the delete flag <EM>only</EM> has an effect when saving
12684 the message to a folder.
12685 Attachments marked for deletion are not copied to the destination folder
12686 along with the rest of the message when it is saved.
12687 It is ok for the destination folder to be the same as the current folder.
12688 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12690 <DT>Undelete</DT>
12691 <DD>Turn off the Delete flag for the selected attachment.
12693 <DT>Save</DT>
12694 <DD>Save the selected attachment to a file.  If the attachment is of
12695 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12696 the specified mail folder.
12698 <DT>Export</DT>
12699 <DD>If the attachment is of
12700 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12701 copy the message to a file in the same way this command works on 
12702 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12704 <DT>Pipe</DT>
12705 <DD>Pipe the attachment contents into a UNIX command (if enabled).
12706 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
12708 <DT>WhereIs</DT>
12709 <DD>Find a matching string in the attachment list.
12711 <DT>AboutAttch</DT>
12712 <DD>Examine various aspects of the selected attachment.
12714 <DT>Print</DT>
12715 <DD>Print the selected attachment.
12717 <DT>Forward</DT>
12718 <DD>Forward the selected attachment as an attachment.
12719 </DL>
12723 All attachments can be saved or piped into a UNIX command, but some may
12724 not be readily displayed by either Alpine or an external tool.  In such
12725 cases, the reason why the message cannot be displayed is displayed on
12726 Alpine's message line.
12728 &lt;End of help on this topic&gt;
12729 </BODY>
12730 </HTML>
12731 ============= h_mail_text_att_view ========================
12732 <HTML>
12733 <HEAD>
12734 <TITLE>Attachment View Screen Explained</TITLE>
12735 </HEAD>
12736 <BODY>
12737 This function allows you to view the contents of a text attachment. You
12738 can only view one attachment at a time.
12740 Available commands include:
12742 <DL>
12744 <DT>Help</DT>
12745 <DD>Display this help text
12747 <DT>AttchIndex</DT>
12748 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
12750 <DT>Prev Page</DT>
12751 <DD>Show the previous page of the current attachment.
12753 <DT>Next Page</DT>
12754 <DD>Show the next page of the current attachment by pressing the space bar.
12756 <DT>Delete</DT>
12757 <DD>Mark the viewed attachment for Deletion.  The delete
12758 flag <EM>only</EM> has affect when saving the message to a folder.
12759 Attachments marked for deletion are exluded from the messsage when
12760 it is saved.  In addition, the delete mark <EM>only</EM> applies to
12761 this Alpine session.
12763 <DT>Undelete</DT>
12764 <DD>Turn off the Delete flag for the selected attachment.
12766 <DT>Save</DT>
12767 <DD>Copy the current attachment to a file.  If you just enter
12768 a filename, the attachment will be saved with that name in
12769 your home directory 
12770 <!--chtml if pinemode="running"-->
12771 (which, in the present configuration of your system, is
12772  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12773 <!--chtml endif-->
12774 or current working directory
12775 <!--chtml if pinemode="running"-->
12776 (which, at least for your current Alpine &quot;session,&quot; 
12777 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12778 <!--chtml endif-->, depending on the
12779 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12780 configuration setting.  You may enter the full
12781 path and filename to save it in another directory instead.
12783 <DT>Export</DT>
12784 <DD>If the attachment is of
12785 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12786 copy the message to a file in the same way this command works on 
12787 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12788 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
12789 defined, they may affect the contents of the exported file.)
12791 <DT>Pipe</DT>
12792 <DD>Pipe the attachment contents into a UNIX command (if enabled)
12794 <DT>WhereIs</DT>
12795 <DD>Search the attachment for a string of letters.  If it is
12796 found, move to it.  The string can be one word or a phrase.
12797 If there are multiple occurrences, the cursor moves to the
12798 first occurrence beyond the current cursor position.
12800 <DT>Print</DT>
12801 <DD>Print the current attachment on paper.  You can select the
12802 printer or the print command via the &quot;Setup&quot; command
12803 on the MAIN MENU.
12805 <DT>Forward</DT>
12806 <DD>Forward the selected attachment as an attachment.
12807 </DL>
12809 &lt;End of help on this topic&gt;
12810 </BODY>
12811 </HTML>
12812 ============= h_journal ==============
12813 <HTML>
12814 <HEAD>
12815 <TITLE>Recent Message Journal Explained</TITLE>
12816 </HEAD>
12817 <BODY>
12819 The following commands are available on this screen:
12821 <DL>
12822 <DT>Help</DT>
12823 <DD>Show this help text
12825 <DT>Exit</DT>
12826 <DD>Exit Viewer, and go back to mail processing
12828 <DT>Prev Page</DT>
12829 <DD>Show the previous page text
12831 <DT>Next Page</DT>
12832 <DD>Show the next page of text by pressing the space bar
12834 <DT>Print</DT>
12835 <DD>Print the displayed text on paper.  You can select the
12836 printer or the print command via the &quot;Setup&quot; command
12837 on the MAIN MENU.
12839 <DT>Fwd Email</DT>
12840 <DD>Begin composition of a new mail message with the displayed
12841 text already inserted in the message body.
12843 <DT>Save</DT>
12844 <DD>Copy the displayed text to a file.  If you just enter
12845 a filename, the text will be saved with that name in
12846 your 
12847 home directory 
12848 <!--chtml if pinemode="running"-->
12849 (which, in the present configuration of your system, is
12850  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12851 <!--chtml endif-->
12852 or current working directory
12853 <!--chtml if pinemode="running"-->
12854 (which, at least for your current Alpine &quot;session,&quot; 
12855 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12856 <!--chtml endif-->, depending on the
12857 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12858 configuration setting.   You may enter the full
12859 path and filename to save it in another directory instead.
12861 <DT>WhereIs</DT>
12862 <DD>Search the text for a string of letters.  If it is
12863 found, move to it.  The string can be one word or a phrase.
12864 If there are multiple occurrences, the cursor moves to the
12865 first occurrence beyond the current cursor position.
12866 </DL>
12868 &lt;End of help on this topic&gt;
12869 </BODY>
12870 </HTML>
12871 ============= h_debugjournal ==============
12872 <HTML>
12873 <HEAD>
12874 <TITLE>Debug Journal Explained</TITLE>
12875 </HEAD>
12876 <BODY>
12878 The following commands are available on this screen:
12880 <DL>
12881 <DT>Help</DT>
12882 <DD>Show this help text
12884 <DT>Exit</DT>
12885 <DD>Exit Viewer, and go back to mail processing
12887 <DT>Timestamps</DT>
12888 <DD>Turn on or off timestamps.
12890 <DT>DebugView</DT>
12891 <DD>Set the level of debugging you want to see. The level may be any number
12892 in the range 0-9. Higher numbers show more debugging detail. Note that the
12893 debugging information has already been captured. This setting just causes the
12894 debugging information that you see to be filtered. If you set this to
12895 the number &quot;5&quot; then you will be shown all of the debugging information
12896 at levels 5 and below.
12897 It's actually a bit more complicated than that. A fixed amount of memory
12898 is used to store the debug information.
12899 Since the amount of memory used is limited the debugging information
12900 has to be trimmed back when it gets too large.
12902 <DT>Prev Page</DT>
12903 <DD>Show the previous page text
12905 <DT>Next Page</DT>
12906 <DD>Show the next page of text by pressing the space bar
12908 <DT>Print</DT>
12909 <DD>Print the displayed text on paper.  You can select the
12910 printer or the print command via the &quot;Setup&quot; command
12911 on the MAIN MENU.
12913 <DT>Fwd Email</DT>
12914 <DD>Begin composition of a new mail message with the displayed
12915 text already inserted in the message body.
12917 <DT>Save</DT>
12918 <DD>Copy the displayed text to a file.  If you just enter
12919 a filename, the text will be saved with that name in
12920 your 
12921 home directory 
12922 <!--chtml if pinemode="running"-->
12923 (which, in the present configuration of your system, is
12924  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12925 <!--chtml endif-->
12926 or current working directory
12927 <!--chtml if pinemode="running"-->
12928 (which, at least for your current Alpine &quot;session,&quot; 
12929 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12930 <!--chtml endif-->, depending on the
12931 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12932 configuration setting.   You may enter the full
12933 path and filename to save it in another directory instead.
12935 <DT>WhereIs</DT>
12936 <DD>Search the text for a string of letters.  If it is
12937 found, move to it.  The string can be one word or a phrase.
12938 If there are multiple occurrences, the cursor moves to the
12939 first occurrence beyond the current cursor position.
12940 </DL>
12942 &lt;End of help on this topic&gt;
12943 </BODY>
12944 </HTML>
12945 ============= h_simple_text_view ==============
12946 <HTML>
12947 <HEAD>
12948 <TITLE>Simple Text View Screen Explained</TITLE>
12949 </HEAD>
12950 <BODY>
12952 The following commands are available on this screen:
12954 <DL>
12955 <DT>Help</DT>
12956 <DD>Show this help text
12958 <DT>Exit</DT>
12959 <DD>Exit Viewer, and go back to mail processing
12961 <DT>Prev Page</DT>
12962 <DD>Show the previous page text
12964 <DT>Next Page</DT>
12965 <DD>Show the next page of text by pressing the space bar
12967 <DT>Print</DT>
12968 <DD>Print the displayed text on paper.  You can select the
12969 printer or the print command via the &quot;Setup&quot; command
12970 on the MAIN MENU.
12972 <DT>Fwd Email</DT>
12973 <DD>Begin composition of a new mail message with the displayed
12974 text already inserted in the message body.
12976 <DT>Save</DT>
12977 <DD>Copy the displayed text to a file.  If you just enter
12978 a filename, the attachment will be saved with that name in
12979 your 
12980 home directory 
12981 <!--chtml if pinemode="running"-->
12982 (which, in the present configuration of your system, is
12983  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12984 <!--chtml endif-->
12985 or current working directory
12986 <!--chtml if pinemode="running"-->
12987 (which, at least for your current Alpine &quot;session,&quot; 
12988 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12989 <!--chtml endif-->, depending on the
12990 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12991 configuration setting.   You may enter the full
12992 path and filename to save it in another directory instead.
12994 <DT>WhereIs</DT>
12995 <DD>Search the attachment for a string of letters.  If it is
12996 found, move to it.  The string can be one word or a phrase.
12997 If there are multiple occurrences, the cursor moves to the
12998 first occurrence beyond the current cursor position.
12999 </DL>
13001 &lt;End of help on this topic&gt;
13002 </BODY>
13003 </HTML>
13004 ======= h_pine_for_windows ========
13005 <HTML>
13006 <HEAD>
13007 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13008 </HEAD>
13009 <BODY>
13010 <H1>Getting Help In PC-Alpine</H1>
13013 PC-Alpine offers general and specific help text. From the <A
13014 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13015 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13016 specific help for that screen is available from the toolbar Help menu or
13017 with the 
13018 <!--chtml if pinemode="function_key"-->
13019 &quot;F1&quot; key.
13020 <!--chtml else-->
13021 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13022 typing &quot;?&quot; would be mistaken as entering text.
13023 <!--chtml endif-->
13026 Although this version of Alpine is for Microsoft Windows, it is not
13027 considered a full &quot;Graphical User Interface&quot; application. 
13028 Yet, many of the controls that Windows users are accustomed to seeing, 
13029 such as scrollbars and toolbars, are available.
13032 PC-Alpine offers considerable mouse support.  You can view what is
13033 &quot;click-able&quot; by dragging your mouse over any screen; when the
13034 arrow cursor changes into a hand, you found something. Mouse-click
13035 possibilities include navigating between screens and folders and
13036 double-clicking on hyperlinks to open your Web browser.
13037 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13038 screen.  Examples of right-click options include &quot;copy&quot; after
13039 selecting text to copy and &quot;View in New Window&quot; when you click
13040 on a particular message in the Message Index. The menu choices available
13041 to you will vary based upon what screen is open, where on the screen your
13042 cursor is located, and even what action you have already taken.
13045 &lt;End of help on this topic&gt;
13046 </BODY>
13047 </HTML>
13048 ===== h_composer =====
13049 <HTML>
13050 <HEAD>
13051 <TITLE>COMPOSER COMMANDS</TITLE>
13052 </HEAD>
13053 <BODY>
13054 <H1>COMPOSER COMMANDS</H1>
13056 CURSOR&nbsp;MOTION&nbsp;KEYS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|EDITING&nbsp;KEYS<BR>
13057 &nbsp;&nbsp;^B&nbsp;(Left&nbsp;Arrow)&nbsp;&nbsp;&nbsp;Back&nbsp;character&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Delete&nbsp;current&nbsp;character<BR>
13058 &nbsp;&nbsp;^F&nbsp;(Right&nbsp;Arrow)&nbsp;&nbsp;Forward&nbsp;character&nbsp;&nbsp;|&nbsp;^H&nbsp;(DEL)&nbsp;Delete&nbsp;previous&nbsp;character<BR>
13059 &nbsp;&nbsp;^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^^&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set&nbsp;a&nbsp;<A HREF="h_compose_markcutpaste">mark</A><BR>
13060 &nbsp;&nbsp;^N&nbsp;(Down&nbsp;Arrow)&nbsp;&nbsp;&nbsp;Next&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<!--chtml if pinemode="function_key"-->F9<!--chtml else-->^K<!--chtml endif-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_markcutpaste">Cut</A>&nbsp;marked&nbsp;text&nbsp;or<BR>
13061 &nbsp;&nbsp;^A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Beginning&nbsp;of&nbsp;line&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;delete&nbsp;current&nbsp;line<BR>
13062 &nbsp;&nbsp;^E&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;of&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<!--chtml if pinemode="function_key"-->F10<!--chtml else-->^U<!--chtml endif-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_markcutpaste">Paste</A>&nbsp;text,&nbsp;undelete&nbsp;lines<BR>
13063 &nbsp;&nbsp;^Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cut&nbsp;with&nbsp;^K,&nbsp;or&nbsp;unjustify<BR>
13064 &nbsp;&nbsp;^V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Next&nbsp;page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|-------------------------------------<BR>
13065 &nbsp;&nbsp;^@&nbsp;(Ctrl-SPACE)&nbsp;&nbsp;&nbsp;Next&nbsp;word&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|SCREEN/COMPOSITION&nbsp;COMMANDS<BR>
13066 ---------------------------------------|&nbsp;<!--chtml if pinemode="function_key"-->F6<!--chtml else-->^W<!--chtml endif-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_composer_search">Whereis</A>&nbsp;(search&nbsp;for&nbsp;string)<BR>
13067 MESSAGE&nbsp;COMMANDS&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<!--chtml if pinemode="function_key"-->F12<!--chtml else-->^T&nbsp;<!--chtml endif-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_spell">Spell&nbsp;checker</A><BR>
13068 &nbsp;<!--chtml if pinemode="function_key"-->F3<!--chtml else-->^C<!--chtml endif-->&nbsp;&nbsp;&nbsp;<A HREF="h_compose_cancel">Cancel</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;<!--chtml if pinemode="function_key"-->F1<!--chtml else-->^G<!--chtml endif-->&nbsp;&nbsp;&nbsp;&nbsp;Get&nbsp;help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<!--chtml if pinemode="function_key"-->F4<!--chtml else-->^J<!--chtml endif-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_justify">Justify</A>&nbsp;paragraph<BR>
13069 &nbsp;<!--chtml if pinemode="function_key"-->F11<!--chtml else-->^O&nbsp;<!--chtml endif-->&nbsp;&nbsp;<A HREF="h_common_postpone">Postpone</A>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;^Z&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_common_suspend">Suspend</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^L&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Redraw&nbsp;Screen<BR>
13070 &nbsp;<!--chtml if pinemode="function_key"-->F2<!--chtml else-->^X<!--chtml endif-->&nbsp;&nbsp;&nbsp;<A HREF="h_compose_send">Send</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;<!--chtml if pinemode="function_key"-->F6<!--chtml else-->^_<!--chtml endif-->&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_alted">Alt.&nbsp;editor</A>&nbsp;&nbsp;|&nbsp;<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_readfile">Read&nbsp;in&nbsp;a&nbsp;file</A><BR>
13073 NOTE:
13074 <OL>
13075  <LI>For help on a particular command, highlight the bold text associated
13076 with it above and hit Return.
13077  <LI> The availability of certain commands
13078 is determined by Alpine configuration files and system capabilities.
13079 At some sites, certain commands may not be available due to security or
13080 support concerns.
13081  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13082 Ctrl-&#92;, ESC.
13083  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13084 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13085 </OL>
13088 HINT: To move rapidly to the bottom of a message you are composing,
13089 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13090 with the Mark and Cut commands to eliminate large amounts of unwanted
13091 text in a Reply.
13093 <H2>Description of Composer</H2>
13095 Alpine has a built-in editing program that allows you to compose messages
13096 without having to leave Alpine.  The editor is designed to be very simple to
13097 use so that you can get started writing email right away.
13100 Messages are usually just text, about 80 columns wide.  Using upper and
13101 lower case is encouraged.  On some systems the size limit of the message
13102 is about 100,000 characters, which is about 2,000 lines.  You can include
13103 punctuation and special characters found on most keyboards, but you can't
13104 include characters with diacritical marks and certain special symbols.
13107 Text automatically wraps as you type past the end of a line so you do not
13108 have to hit return.  Using the
13109 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13110 you can also reformat text explicitly, perhaps after you have
13111 deleted some text.
13114 You can include other text files with the 
13115 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13116 which will prompt you for the name of the file to insert at the
13117 current cursor postion.
13120 <UL>
13121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13122 </UL>
13124 &lt;End of help on this topic&gt;
13125 </BODY>
13126 </HTML>
13127 ====== h_composer_browse =====
13128 <HTML>
13129 <HEAD>
13130 <TITLE>BROWSER</TITLE>
13131 </HEAD>
13132 <BODY>
13133 <H1>BROWSER</H1>
13134 This screen lets you browse your files and directories.  To go to another 
13135 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13136 choose &quot;Select&quot; (the default choice on the menu); 
13137 or choose &quot;Goto&quot; and enter the name of the directory.
13138 <!--chtml if pinemode="os_windows"-->
13139 <!--chtml else--> 
13140 In Unix Alpine, you may use 
13141 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13142 to another's home directory.  
13143 <!--chtml endif--><P>
13144 To select a file, move the cursor to it and 
13145 choose &quot;Select&quot; (the default choice on the menu).  
13147 <UL>
13148 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13149 inclusion in the 
13150 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13151 the 
13152 &quot;----- Message Text -----&quot; line
13153 while composing, then &quot;To Files&quot;):  Since the file 
13154 selected will become part of the message text, it must be in a format 
13155 suitable for that (Alpine does not check!), such as a plain text file.
13156 Files of other formats (for example, graphics, databases, software 
13157 programs) should be 
13158 <B>attached</B> to the message instead --
13159 by moving the cursor in the COMPOSE MESSAGE screen into the 
13160 message header area and pressing 
13161 <!--chtml if pinemode="function_key"-->
13163 <!--chtml else-->
13164 Ctrl-J.
13165 <!--chtml endif--> 
13167 <P><LI>
13168 Note <B>if</B> you are currently using the BROWSER for saving a message 
13169 attachment, or exporting a message, to a file: You can use the Add command to 
13170 provide the name for a new file to save/export to, and then select that name 
13171 to use it for the save/export operation.  Back at the prompt 
13172 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13173 either Overwrite or Append (it doesn't make a difference, since the file is 
13174 so far empty).  Note: If you cancel the 
13175 operation at that point, the file created with the Add command will remain 
13176 0 bytes in size.
13178 </UL>
13179 <P><UL>
13180 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13181 </UL>
13183 &lt;End of help on this topic&gt;
13184 </BODY>
13185 </HTML>
13186 ====== h_composer_ins =====
13187 <HTML>
13188 <HEAD>
13189 <TITLE>INSERT TEXT FILE</TITLE>
13190 </HEAD>
13191 <BODY>
13192 <H1>INSERT TEXT FILE</H1>
13194 Use this function to insert a text file. The file name
13195 given can be an absolute file path name for your system
13196 <!--chtml if pinemode="os_windows"-->
13197 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13198 with a relative pathname, or simply a file name without
13199 drive or directory specification.  
13200 <!--chtml else-->
13201 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13202 a file in your home directory, or a file path relative to your 
13203 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13204 your home directory or &quot;~user&quot; to refer to another
13205 account's home directory.
13206 <!--chtml endif-->
13208 No wild card characters may be used.  
13209 The file must reside on the system running Alpine.
13211 If the 
13212 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13213 feature is set, names are relative to your current working directory 
13214 <!--chtml if pinemode="running"-->
13215 (which, at least for your current Alpine &quot;session,&quot; 
13216 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13217 <!--chtml endif-->
13218 rather than your home directory
13219 <!--chtml if pinemode="running"-->
13220 (which, in the present configuration of your system, is
13221  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13222 <!--chtml endif-->
13224 <P><UL>
13225 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13226 </UL>
13228 &lt;End of help on this topic&gt;
13229 </BODY>
13230 </HTML>
13231 ====== h_composer_ins_m =====
13232 <HTML>
13233 <HEAD>
13234 <TITLE>INSERT MESSAGE</TITLE>
13235 </HEAD>
13236 <BODY>
13237 <H1>INSERT MESSAGE</H1>
13239 Type in the number of a message in the currently open folder to insert it
13240 into your message.
13241 <P><UL>
13242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13243 </UL>
13245 &lt;End of help on this topic&gt;
13246 </BODY>
13247 </HTML>
13248 ====== h_composer_search =====
13249 <HTML>
13250 <HEAD>
13251 <TITLE>Explanation of Composer Whereis Command </TITLE>
13252 </HEAD>
13253 <BODY>
13254 <H1>Help For Whereis Command</H1>
13256 Whereis is used to search the message for a word or part of a word.
13257 When searching in the composer, only the message part of your mail is
13258 searched, and the cursor is put on the first occurrence appearing
13259 after the location of the cursor.  The search will wrap to the
13260 beginning of the message when it no longer finds matches in the
13261 remainder of the message.
13263 To search for the same string a second time, press 
13264 <!--chtml if pinemode="function_key"-->
13265 &quot;F6&quot;
13266 <!--chtml else-->
13267 &quot;^W&quot;
13268 <!--chtml endif-->
13269 to begin search and then just press RETURN to accept the previous
13270 search string shown in square brackets rather than entering a new
13271 search string.<P>
13273 The &quot;Search&quot; prompt has several sub-command available:
13275 <DL>
13276 <DT>Get Help</DT>
13277 <DD> Takes you to this help page.
13279 <DT>Cancel</DT>
13280 <DD> Cancels the prompt.  No search takes place.
13282 <DT>First Line</DT>
13283 <DD> Takes you back to the composer with the cursor on the first character
13284 of the first line of text.
13286 <DT>Last Line</DT>
13287 <DD> Takes you back to the composer with the cursor on the last character
13288 of the last line of text.
13290 <DT>Replace (Optional)</DT>
13291 <DD> This sub-command is enabled by the 
13292 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13293 feature (which is on by default); see its help screen for details on how replacing works.
13295 </DL>
13297 &lt;End of help on this topic&gt;
13298 </BODY>
13299 </HTML>
13300 ====== h_sigedit_search =====
13301 <HTML>
13302 <HEAD>
13303 <TITLE>Explanation of Whereis Command </TITLE>
13304 </HEAD>
13305 <BODY>
13306 <H1>Help For Whereis Command</H1>
13308 Whereis is used to search for a word or part of a word.
13309 When searching the cursor is put on the first occurrence appearing
13310 after the location of the cursor.  The search will wrap to the
13311 beginning of the signature when it no longer finds matches in the
13312 remainder of the signature.
13314 To search for the same string a second time, press 
13315 <!--chtml if pinemode="function_key"-->
13316 &quot;F6&quot;
13317 <!--chtml else-->
13318 &quot;^W&quot;
13319 <!--chtml endif-->
13320 to begin search and then just press RETURN to accept the previous
13321 search string shown in square brackets rather than entering a new
13322 search string.<P>
13324 The &quot;Search&quot; prompt has several sub-command available:
13326 <DL>
13327 <DT>Get Help</DT>
13328 <DD> Takes you to this help page.
13330 <DT>Cancel</DT>
13331 <DD> Cancels the prompt.  No search takes place.
13333 <DT>First Line</DT>
13334 <DD> Takes you back to the composer with the cursor on the first character
13335 of the first line of text.
13337 <DT>Last Line</DT>
13338 <DD> Takes you back to the composer with the cursor on the last character
13339 of the last line of text.
13341 <DT>Replace (Optional)</DT>
13342 <DD> This sub-command is enabled by the 
13343 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13344 feature (which is on by default); see its help screen for details on how replacing works.
13346 </DL>
13348 &lt;End of help on this topic&gt;
13349 </BODY>
13350 </HTML>
13351 ======= h_composer_to ====
13352 <HTML>
13353 <HEAD>
13354 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13355 </HEAD>
13356 <BODY>
13357 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13359 <H2>The &quot;To:&quot; field</H2>
13360 The address you enter here must be a valid email address that is reachable
13361 from your site. 
13363 <H2>Email Address Format</H2>
13364 You may enter a full name and email address, 
13365 <!--chtml if pinemode="os_windows"-->
13366 <!--chtml else-->
13367 a local (meaning, on the same 
13368 host as the one you are running Alpine on) username that Alpine will
13369 complete for you, 
13370 <!--chtml endif-->
13371 the nickname of someone in a 
13372 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13373 mail alias defined by your system administrator.  When you move the cursor
13374 out of this field, the nicknames will be expanded to the addresses in your
13375 address book, and the local usernames will be expanded to include the 
13376 persons' actual names.  You may enter as many addresses as you wish, but they 
13377 must be separated by commas.  You can move around this and other header fields
13378 with the arrow keys and use many of the usual composer editing keys.
13380 <UL>
13381 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13382 </UL>
13385 <H2>MESSAGE HEADER COMMANDS</H2>
13386 <!--chtml if pinemode="function_key"-->
13387 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13388 ^B&nbsp;(Left&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;Back&nbsp;character&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Delete&nbsp;current&nbsp;character<BR>
13389 ^F&nbsp;(Right&nbsp;Arrow)&nbsp;&nbsp;&nbsp;Forward&nbsp;character&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^H&nbsp;(DEL)&nbsp;Delete&nbsp;previous&nbsp;character<BR>
13390 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13391 ^N&nbsp;(Down&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;Next&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cut&nbsp;marked&nbsp;text&nbsp;or<BR>
13392 ^A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Beginning&nbsp;of&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;delete&nbsp;current&nbsp;line<BR>
13393 ^E&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;of&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Undelete&nbsp;line(s)<BR>
13394 F7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^W&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_composer_search">Whereis</A>&nbsp;(search&nbsp;text)<BR>
13395 F8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Next&nbsp;page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|-------------------------------------<BR>
13396 ^@&nbsp;(Ctrl-SPACE)&nbsp;&nbsp;&nbsp;&nbsp;Next&nbsp;word&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|SCREEN/COMPOSITION&nbsp;COMMANDS<BR>
13397 ----------------------------------------|<BR>
13398 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13399 F3&nbsp;&nbsp;&nbsp;<A HREF="h_compose_cancel">Cancel</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;F1&nbsp;&nbsp;&nbsp;&nbsp;Get&nbsp;help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Attach&nbsp;File<BR>
13400 F11&nbsp;&nbsp;<A HREF="h_common_postpone">Postpone</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;^Z&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_common_suspend">Suspend</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^L&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Redraw&nbsp;Screen<BR>
13401 F2&nbsp;&nbsp;&nbsp;<A HREF="h_compose_send">Send</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13402 <!--chtml else-->
13403 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13404 ^B&nbsp;(Left&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;Back&nbsp;character&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Delete&nbsp;current&nbsp;character<BR>
13405 ^F&nbsp;(Right&nbsp;Arrow)&nbsp;&nbsp;&nbsp;Forward&nbsp;character&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^H&nbsp;(DEL)&nbsp;Delete&nbsp;previous&nbsp;character<BR>
13406 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13407 ^N&nbsp;(Down&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;Next&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cut&nbsp;marked&nbsp;text&nbsp;or<BR>
13408 ^A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Beginning&nbsp;of&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;delete&nbsp;current&nbsp;line<BR>
13409 ^E&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;of&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Undelete&nbsp;line(s)<BR>
13410 ^Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13411 ^V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Next&nbsp;page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|-------------------------------------<BR>
13412 ^@&nbsp;(Ctrl-SPACE)&nbsp;&nbsp;&nbsp;&nbsp;Next&nbsp;word&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|SCREEN/COMPOSITION&nbsp;COMMANDS<BR>
13413 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13414 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^T&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13415 ^C&nbsp;&nbsp;&nbsp;<A HREF="h_compose_cancel">Cancel</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;^G&nbsp;&nbsp;&nbsp;&nbsp;Get&nbsp;help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^J&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Attach&nbsp;File<BR>
13416 ^O&nbsp;&nbsp;&nbsp;<A HREF="h_common_postpone">Postpone</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;^Z&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_common_suspend">Suspend</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;^L&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Redraw&nbsp;Screen<BR>
13417 ^X&nbsp;&nbsp;&nbsp;<A HREF="h_compose_send">Send</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;TAB&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_addrcomplete">Address&nbsp;Completion</A><BR>
13418 <!--chtml endif-->
13421 NOTE:
13422 <OL>
13423  <LI>For help on a particular command, highlight the bold text associated
13424 with it above and hit Return.
13425  <LI> The availability of certain commands 
13426 is determined by Alpine configuration files and system capabilities.
13427 At some sites, certain commands may not be available due to security or
13428 support concerns.
13429 </OL>
13432 <UL>   
13433 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13434 </UL><P>
13435 &lt;End of help on this topic&gt;
13436 </BODY>
13437 </HTML>
13438 ======= h_composer_cc ====
13439 <HTML>
13440 <HEAD>
13441 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13442 </HEAD>
13443 <BODY>
13444 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13445 The Cc: field is just like the To: field, except it is used for addressees
13446 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13447 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13448 them to see the message.  The only difference the recipients see is that their 
13449 name is in the Cc: field, rather than the To: field.
13451 For help with Cc: field editing
13452 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13454 <UL>
13455 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13456 </UL>
13458 <UL>   
13459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13460 </UL><P>
13461 &lt;End of help on this topic&gt;
13462 </BODY>
13463 </HTML>
13464 ======= h_composer_bcc ====
13465 <HTML>
13466 <HEAD>
13467 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13468 </HEAD>
13469 <BODY>
13470 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13471 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13472 a copy of the message to one or more people whose addresses you do not
13473 wish disclosed, either to reduce clutter or for confidentiality.
13475 The format of the Bcc: field is just the same as the To: and Cc: fields in
13476 the way the addresses are entered.  The recipients listed here will
13477 receive a copy of the message, but --assuming your site's mail transport
13478 software is properly configured-- their addresses will not show up in the
13479 headers of the message, as delivered to all of the recipients.  The To:
13480 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13482 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13483 will automatically generate and place in the To: field a pseudo-address of 
13484   &quot;undisclosed-recipients: ;&quot;
13485 or whatever string has been specified in the 
13486 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13487 variable.
13489 The reason for this is to avoid embarrassment caused by some Internet
13490 mail transfer software that interprets a &quot;missing&quot; To: header as 
13491 an error and replaces it with an Apparently-to: header that may contain
13492 the addresses you entered on the Bcc: line.  In addition, it may be
13493 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13495 You can manipulate what text ends up on the (originally) empty To:
13496 field.  Just remember to put a colon and semicolon at the end of the
13497 field, which is a special notation denoting that it is not a real address.
13499 For information on message header editing
13500 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13502 <UL>
13503 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13504 </UL>
13506 <UL>   
13507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13508 </UL><P>
13509 &lt;End of help on this topic&gt;
13510 </BODY>
13511 </HTML>
13512 ======= h_composer_lcc ====
13513 <HTML>
13514 <HEAD>
13515 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13516 </HEAD>
13517 <BODY>
13518 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13519 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13520 you wish to send a message to a list of people but avoid having all
13521 of their addresses visible, in order to reduce clutter when the
13522 message is received.
13524 It is similar to the 
13525 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13526 in that individual
13527 addressees are hidden, but Lcc is designed to work specifically with
13528 distribution lists you have created in your 
13529 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13530 the nickname of the list on the Lcc line will result in the full name of
13531 your Alpine Address Book list being placed on the To: line of the message,
13532 using a special notation that distinguishes it from a real address. You
13533 must leave the To: line blank for your list name to appear there.
13535 For example, if you have this list entered in your Address Book:<PRE>
13537         largo         Key Largo List       DISTRIBUTION LIST:
13538                                            bogie@mgm.com
13539                                            lauren@mgm.com
13540                                            walter@mgm.com</PRE>
13543 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13544 the result is:<PRE>
13546         To      : Key Largo List: ;
13547         Cc      :
13548         Bcc     :
13549         Fcc     : sent-mail
13550         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13551                   lauren@mgm.com,
13552                   walter@mgm.com
13553         Subject :</PRE>
13555 Each recipient listed on the Lcc: line receives a copy of the message
13556 without their address being visible (as though they were listed on the
13557 Bcc: line). The colon-semicolon notation used to put the full-name of the
13558 list on the To: line is a special address format that doesn't specify any
13559 actual addressees, but does give some information to the recipients of the
13560 message.
13562 Note: if after entering an LCC, you delete the list name that is placed
13563 on the To: line, then recipients will see <PRE>
13564        To: undisclosed-recipients: ;</PRE>
13566 (or whatever string is defined in the 
13567 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13568 variable) just as in the BCC case. 
13570 For help with Lcc: field editing
13571 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13573 <UL>
13574 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13575 </UL>
13577 <UL>   
13578 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13579 </UL><P>
13580 &lt;End of help on this topic&gt;
13581 </BODY>
13582 </HTML>
13583 ======= h_composer_from =======
13584 <HTML>
13585 <HEAD>
13586 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13587 </HEAD>
13588 <BODY>
13589 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13591 This header carries your return address.  It is the address toward which
13592 replies (and often, future unrelated correspondence) will be directed,
13593 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13594 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13595 sure this address is correct.
13597 For help with message header editing
13598 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13600 <UL>
13601 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13602 </UL>
13604 <UL>   
13605 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13606 </UL><P>
13607 &lt;End of help on this topic&gt;
13608 </BODY>
13609 </HTML>
13610 ======= h_composer_reply_to =======
13611 <HTML>
13612 <HEAD>
13613 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13614 </HEAD>
13615 <BODY>
13616 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13618 Most people should not need this header. The Reply-To: header is used in
13619 cases where you would like replies to your messages to be directed to an
13620 address other than your normal &quot;From:&quot; address.  This is atypical, 
13621 but can happen when you use multiple machines and do not have the same account
13622 name on each one, or when you wish to direct certain replies to accounts
13623 or folders designated for specific classes of correspondence.
13625 For help with message header editing
13626 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13628 <UL>
13629 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13630 </UL>
13633 <UL>   
13634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13635 </UL><P>
13636 &lt;End of help on this topic&gt;
13637 </BODY>
13638 </HTML>
13639 ======= h_composer_custom_addr ====
13640 <HTML>
13641 <HEAD>
13642 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13643 </HEAD>
13644 <BODY>
13645 <H1>CUSTOMIZED HEADER FIELD</H1>
13646 This is a customized header, i.e. not one that is part of Alpine's normal
13647 set of Compose headers.
13649 For help with message header editing
13650 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13652 <UL>
13653 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13654 </UL>
13656 <UL>   
13657 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13658 </UL><P>
13659 &lt;End of help on this topic&gt;
13660 </BODY>
13661 </HTML>
13662 ======= h_composer_custom_free ====
13663 <HTML>
13664 <HEAD>
13665 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13666 </HEAD>
13667 <BODY>
13668 <H1>CUSTOMIZED HEADER FIELD</H1>
13669 This is a customized header, i.e. not one that is part of Alpine's normal
13670 set of Compose headers.
13672 This field consists of arbitrary text.
13674 For help with message header editing
13675 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13677 <UL>   
13678 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13679 </UL><P>
13680 &lt;End of help on this topic&gt;
13681 </BODY>
13682 </HTML>
13683 ====== h_composer_news =====
13684 <HTML>
13685 <HEAD>
13686 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13687 </HEAD>
13688 <BODY>
13689 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13690 Use the newsgroups line to specify any and all USENET newsgroups to which
13691 your message should be posted.  When composing a message from scratch, this
13692 line may be hidden.  If so, just press the rich headers command
13693 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13694 to make it visible.
13696 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13697 people will be reading your message.  Also, you or your system manager
13698 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13699 in order for you to be able to post.
13701 For help with message header editing
13702 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13703 <P><UL>
13704 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13705 </UL>
13707 &lt;End of help on this topic&gt;
13708 </BODY>
13709 </HTML>
13710 ======= h_composer_fcc ====
13711 <HTML>
13712 <HEADER>
13713 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
13714 </HEADER>
13715 <BODY>
13716 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
13717 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
13718 each outgoing message.  The default value can be configured with the
13719 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
13720 the file carbon copy on any message you send by editing the FCC header.<p>
13722 You may type ^T to get a list of all your folders and select one to use as
13723 the FCC for this message.<P>
13725 For help with message header editing
13726 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13728 <UL>   
13729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13730 </UL><P>
13731 &lt;End of help on this topic&gt;
13732 </BODY>
13733 </HTML>
13734 ======= h_composer_subject ====
13735 <HTML>
13736 <HEADER>
13737 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
13738 </HEADER>
13739 <BODY>
13740 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
13742 The subject header provides a place to enter a few words that summarize
13743 the topic of the message you are sending.  You may leave this line blank,
13744 but it is considered a courtesy to use a meaningful subject.<p>
13746 For help with message header editing
13747 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13749 <UL>   
13750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13751 </UL><P>
13752 &lt;End of help on this topic&gt;
13753 </BODY>
13754 </HTML>
13755 ======= h_composer_attachment ====
13756 <HTML>
13757 <HEAD>
13758 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
13759 </HEAD>
13760 <BODY>
13761 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
13763 The &quot;Attchmnt:&quot; field is where you specify what file or
13764 files you'd like attached to
13765 the message you are composing.  Those files must reside on the machine
13766 running Alpine. If your file is on a PC or Mac and you run Alpine with an
13767 account on a Unix machine, you'll have to transfer it before attaching it.
13768 Contact local computer support people for assistance with transferring.
13771 The file name
13772 given can be an absolute file path name for your system
13773 <!--chtml if pinemode="os_windows"-->
13774 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13775 with a relative pathname, or simply a file name without
13776 drive or directory specification.  
13777 <!--chtml else-->
13778 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13779 a file in your home directory, or a file path relative to your 
13780 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13781 your home directory or &quot;~user&quot; to refer to another
13782 account's home directory.
13783 <!--chtml endif--><P>
13784 No wild card characters may be used.
13785 <P>If the 
13786 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13787 feature is set, names are relative to your current working directory 
13788 <!--chtml if pinemode="running"-->
13789 (which, at least for your current Alpine &quot;session,&quot; 
13790 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13791 <!--chtml endif-->
13792 rather than your home directory
13793 <!--chtml if pinemode="running"-->
13794 (which, in the present configuration of your system, is
13795  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13796 <!--chtml endif-->
13799 Alpine uses MIME encoding for attachments, so binaries and files of any
13800 length can safely be delivered to any MIME-capable mail reading program.
13801 If you send an attachment to someone who does not have a MIME-capable mail
13802 reading program yet, then the main message text will be readable, but
13803 attachments (even attachments that are just plain text) are not.
13806 Typing the filename on the Attchmnt: line achieves the same
13807 result as using the 
13808 <!--chtml if pinemode="function_key"-->
13810 <!--chtml else-->
13811 Ctrl-J
13812 <!--chtml endif--> command.
13815 If you Forward a message with attachments, you may delete them from your
13816 Forwarded message by editing the Attchmnt header line.
13819 For help with message header editing
13820 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13822 <UL>   
13823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13824 </UL><P>
13825 &lt;End of help on this topic&gt;
13826 </BODY>
13827 </HTML>
13828 ======= h_composer_ctrl_j ====
13829 <HTML>
13830 <HEAD>
13831 <TITLE>COMPOSER ATTACH</TITLE>
13832 </HEAD>
13833 <BODY>
13834 After the
13835 <!--chtml if pinemode="function_key"-->
13837 <!--chtml else-->
13838 Ctrl-J
13839 <!--chtml endif--> command:
13840 At the &quot;File to attach:&quot; prompt, enter the name of the 
13841 existing file to attach to your message.  
13842 When the feature
13843 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
13844 is set
13845 you need only enter the beginning of the filename (enough of it to uniquely 
13846 identify the file) and press TAB to complete it.
13848 Or, press ^T to use the BROWSER screen for 
13849 selecting the file.  <P>
13850 For more information on attaching files, see the help screen for the 
13851 composer's 
13852 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
13853 but can be revealed using the 
13854 <!--chtml if pinemode="function_key"-->
13856 <!--chtml else-->
13857 Ctrl-R
13858 <!--chtml endif--> 
13859 command with the cursor positioned above the
13860 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
13862 &lt;End of help on this topic&gt;
13863 </BODY>
13864 </HTML>
13865 ======= h_edit_nav_cmds =========
13866 <HTML>
13867 <HEAD>
13868 <TITLE>Composer Editing Commands Explained</TITLE>
13869 </HEAD>
13870 <BODY>
13871 <H1>EDITING and NAVIGATION COMMANDS</H1>
13872 <!--chtml if pinemode="function_key"-->
13873 <PRE>
13874 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
13875 ^B (Left Arrow)    Back character       | ^D       Delete current character
13876 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
13877 ^P (Up Arrow)      Previous line        |
13878 ^N (Down Arrow)    Next line            | F9       Cut marked text or
13879 ^A                 Beginning of line    |            delete current line
13880 ^E                 End of line          | F10      Undelete line(s)
13881 F7                 Previous page        |
13882 F8                 Next page            |-------------------------------------
13883 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
13884 ----------------------------------------|
13885 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
13886 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
13887 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
13888 </PRE>
13889 <!--chtml else-->
13890 <PRE>
13891 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
13892 ^B (Left Arrow)    Back character       | ^D       Delete current character
13893 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
13894 ^P (Up Arrow)      Previous line        |
13895 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
13896 ^A                 Beginning of line    |            delete current line
13897 ^E                 End of line          | ^U       Undelete line(s)
13898 ^Y                 Previous page        |
13899 ^V                 Next page            |-------------------------------------
13900 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
13901 ----------------------------------------|
13902 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
13903 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
13904 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
13905 </PRE>
13906 <!--chtml endif-->
13907 &lt;End of help on this topic&gt;
13908 </BODY>
13909 </HTML>
13910 ===== h_composer_sigedit =====
13911 <HTML>
13912 <HEAD>
13913 <TITLE>Signature Editor Commands Explained</TITLE>
13914 </HEAD>
13915 <BODY>
13916 <H1>SIGNATURE EDITOR COMMANDS</H1>
13917 <!--chtml if pinemode="function_key"-->
13918 <PRE>
13919 CURSOR MOTION KEYS                     |EDITING KEYS
13920   ^B (Left Arrow)   Back character     | ^D       Delete current character
13921   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13922   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13923   ^N (Down Arrow)   Next line          | F9       Cut marked text or
13924   ^A                Beginning of line  |           delete current line
13925   ^E                End of line        | F10       Paste text, undelete lines
13926   F7                Previous page      |           cut with ^K, or unjustify
13927   F8                Next page          |-------------------------------------
13928   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13929 ---------------------------------------| F6       Whereis (search for string)
13930 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
13931  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
13932                  |  ^Z    Suspend      | ^L       Redraw Screen
13933  F2   Send       |  F6    Alt. editor  | F5       Read in a file
13934 </PRE>
13935 <!--chtml else-->
13936 <PRE>
13937 CURSOR MOTION KEYS                     |EDITING KEYS
13938   ^B (Left Arrow)   Back character     | ^D       Delete current character
13939   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13940   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13941   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
13942   ^A                Beginning of line  |           delete current line
13943   ^E                End of line        | ^U        Paste text, undelete lines
13944   ^Y                Previous page      |           cut with ^K, or unjustify
13945   ^V                Next page          |-------------------------------------
13946   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13947 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
13948 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
13949  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
13950                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
13951  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
13952 </PRE>
13953 <!--chtml endif-->
13955 NOTE: The presence or absence of the following commands is determined
13956 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
13957 some of these commands may be administratively disabled by your system
13958 manager; if they don't work, please check with your local help desk
13959 before reporting a bug.
13961 <UL>
13962  <LI>Suspend (suspends Alpine and gives a system prompt)
13963  <LI>Alternate editor (allows you to compose with your own editor)
13964 </UL>
13967 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13968 Ctrl-&#92;, ESC
13971 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13972 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13974 &lt;End of help on this topic&gt;
13975 </BODY>
13976 </HTML>
13977 ===== h_composer_commentedit =====
13978 <HTML>
13979 <HEAD>
13980 <TITLE>Comment Editor Commands Explained</TITLE>
13981 </HEAD>
13982 <BODY>
13983 <H1>COMMENT EDITOR COMMANDS</H1>
13984 <!--chtml if pinemode="function_key"-->
13985 <PRE>
13986 CURSOR MOTION KEYS                     |EDITING KEYS
13987   ^B (Left Arrow)   Back character     | ^D       Delete current character
13988   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13989   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13990   ^N (Down Arrow)   Next line          | F9       Cut marked text or
13991   ^A                Beginning of line  |           delete current line
13992   ^E                End of line        | F10       Paste text, undelete lines
13993   F7                Previous page      |           cut with ^K, or unjustify
13994   F8                Next page          |-------------------------------------
13995   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13996 ---------------------------------------| F6       Whereis (search for string)
13997 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
13998  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
13999                  |  ^Z    Suspend      | ^L       Redraw Screen
14000  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14001 </PRE>
14002 <!--chtml else-->
14003 <PRE>
14004 CURSOR MOTION KEYS                     |EDITING KEYS
14005   ^B (Left Arrow)   Back character     | ^D       Delete current character
14006   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14007   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14008   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14009   ^A                Beginning of line  |           delete current line
14010   ^E                End of line        | ^U        Paste text, undelete lines
14011   ^Y                Previous page      |           cut with ^K, or unjustify
14012   ^V                Next page          |-------------------------------------
14013   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14014 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14015 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14016  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14017                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14018  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14019 </PRE>
14020 <!--chtml endif-->
14022 NOTE: The presence or absence of the following commands is determined
14023 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14024 some of these commands may be administratively disabled by your system
14025 manager; if they don't work, please check with your local help desk
14026 before reporting a bug.
14028 <UL>
14029  <LI>Suspend (suspends Alpine and gives a system prompt)
14030  <LI>Alternate editor (allows you to compose with your own editor)
14031 </UL>
14034 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14035 Ctrl-&#92;, ESC
14038 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14039 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14041 &lt;End of help on this topic&gt;
14042 </BODY>
14043 </HTML>
14044 ======= h_composer_abook_nick =======
14045 <HTML>
14046 <HEAD>
14047 <TITLE>Addressbook Nickname Explained</TITLE>
14048 </HEAD>
14049 <BODY>
14050 This is a short nickname for this address book entry.  If it is used in
14051 place of an address from the composer, the composer will fill in the
14052 address(es) for the entry that matches the nickname. 
14055 Look <A HREF="h_edit_nav_cmds">here</A>
14056 to see the available Editing and Navigation commands.
14058 &lt;End of help on this topic&gt;
14059 </BODY>
14060 </HTML>
14061 ======= h_composer_abook_full =======
14062 <HTML>
14063 <HEAD>
14064 <TITLE>Addressbook Fullname Explained</TITLE>
14065 </HEAD>
14066 <BODY>
14067 This is the full name field for this entry.  If this is going to be a
14068 distribution list (more than one address), it should be a descriptive
14069 phrase describing the list.  It will be included in the mail header if you
14070 put the list in the To: or CC: field, or in the To: line if you put the
14071 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14072 leave any of the other fields blank, too). If this address book entry is
14073 going to be a simple entry with just one address, then this field is the
14074 person's name. When you send mail to this entry, this is the field to the
14075 left of the brackets. That is, it is the most readable part of the 
14076 address. For example, in the sample address:
14077 <PRE>
14078        John Doe &lt;jdoe@some.domain&gt;
14079 </PRE>
14080 "John Doe" is the full name field. If you are sorting your address book
14081 with one of the options that uses full names, then it might be useful to
14082 enter the full name as "Last, First", for example:
14083 <PRE>
14084        Doe, John
14085 </PRE>
14086 so that it will be sorted using Doe instead of John. This will be changed
14087 back into John Doe when you use it.
14089 Look <A HREF="h_edit_nav_cmds">here</A>
14090 to see the available Editing and Navigation commands.
14092 &lt;End of help on this topic&gt;
14093 </BODY>
14094 </HTML>
14095 ======= h_composer_abook_fcc =======
14096 <HTML>
14097 <HEAD>
14098 <TITLE>Addressbook Fcc Explained</TITLE>
14099 </HEAD>
14100 <BODY>
14101 If this entry is the first one in the To: line of an outgoing message,
14102 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14103 you would normally get (which depends on which
14104 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14105 you've chosen). 
14107 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14108 that you don't want any Fcc associated with this entry.
14110 Look <A HREF="h_edit_nav_cmds">here</A>
14111 to see the available Editing and Navigation commands.
14113 &lt;End of help on this topic&gt;
14114 </BODY>
14115 </HTML>
14116 ====== h_config_combined_abook_display =====
14117 <HTML>
14118 <HEAD>
14119 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14120 </HEAD>
14121 <BODY>
14122 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14124 This feature affects the address book display screens.
14125 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14126 will cause the remaining address books and directory servers to disappear
14127 from the screen, leaving only the entries of the expanded address book.
14128 If this feature is set, then the other address books will remain on the screen,
14129 so that all of the address books can be present at once.
14132 The way that commands work won't be changed.
14133 For example, the Select All command will select all of the entries in the
14134 current address book, not all of the entries in all of the address books.
14135 The WhereIs command will change a little.
14136 It will search through all of the text on the screen plus all of the entries
14137 from expanded address books.
14140 When this feature is set, the setting of the feature
14141 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14142 has an effect.
14144 &lt;End of help on this topic&gt;
14145 </BODY>
14146 </HTML>
14147 ====== h_config_titlebar_color_style =====
14148 <HTML>
14149 <HEAD>
14150 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14151 </HEAD>
14152 <BODY>
14153 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14155 This option affects the colors used to display the titlebar (the top
14156 line on the screen) when viewing a message.
14159 The available options include:
14162 <DL>
14163 <DT>default</DT>
14164 <DD>The color of the titlebar will be the color you set for the
14165 <A HREF="h_config_title_color">Title Color</A>.
14166 The Title Color may be set by using the
14167 <A HREF="h_color_setup">Setup Kolor</A> screen.
14168 </DD>
14170 <DT>indexline</DT>
14171 <DD>The color of the titlebar will be the same as the color of the
14172 index line corresponding to the message being viewed.
14173 The rules that determine what color the index line will be may be set
14174 up by going to the Setup/Rules/Indexcolor screen.
14175 If the index line for a message is not colored explicitly by the
14176 Indexcolor rules, then the titlebar will be colored the same as for
14177 the &quot;default&quot; option above (which is not the same color that
14178 the index line itself will have).
14179 </DD>
14181 <DT>reverse-indexline</DT>
14182 <DD>This is similar to the &quot;indexline&quot; option except the
14183 foreground and background colors from the corresponding index line will
14184 be reversed.
14185 For example, if the index line color is red letters on a white background,
14186 then the titlebar will be white letters on a red background.
14187 If the index line for a message is not colored explicitly by the
14188 Indexcolor rules, then the titlebar will be colored the same as for
14189 the &quot;default&quot; option above (which is not the same color that
14190 the index line itself will have).
14191 </DD>
14192 </DL>
14196 <UL>   
14197 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14198 </UL><P>
14199 &lt;End of help on this topic&gt;
14200 </BODY>
14201 </HTML>
14202 ====== h_config_index_color_style =====
14203 <HTML>
14204 <HEAD>
14205 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14206 </HEAD>
14207 <BODY>
14208 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14210 This option affects the colors used to display the current line in the
14211 MESSAGE INDEX screen.
14212 If you do not have Index Color Rules defined, then this option will
14213 have no effect in the index.
14214 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14216 If the option
14217 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14218 is turned on and the
14219 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14220 is set to something other than the default, then
14221 this option also affects the color used to display the current folder
14222 in the Incoming FOLDER LIST screen.
14225 The available options include:
14228 <DL>
14229 <DT>flip-colors</DT>
14230 <DD>This is the default.
14231 If an index line is colored because it matches one of your
14232 Index Color Rules, then its colors will be reversed when it is the currently
14233 highlighted line.
14234 For example, if the line is normally red text on a blue background, then
14235 when it is the current line it will be drawn as blue text on a red background.
14237 The rest of the option values all revert to this flip-colors behavior if
14238 there is no Reverse Color defined.
14239 </DD>
14241 <DT>reverse</DT>
14242 <DD>With this option the Reverse color is always used to highlight the
14243 current line.
14244 </DD>
14246 <DT>reverse-fg</DT>
14247 <DD>The foreground part of the Reverse Color is used to highlight
14248 the current line.
14249 If this would cause the text to be unreadable (because the foreground and
14250 background colors are the same) or if it would cause no change in the
14251 color of the index line, then the colors are flipped instead.
14253 Some people think this works particularly well if you use different
14254 background colors to emphasize &quot;interesting&quot; lines,
14255 but always with the same Normal foreground color,
14256 and you use a different foreground color for the Reverse Color.
14257 </DD>
14259 <DT>reverse-fg-no-ambiguity</DT>
14260 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14261 the resulting color will be exactly the same as the regular Reverse
14262 Color.
14263 That can lead to some possible confusion because an
14264 &quot;interesting&quot;
14265 line that is the current line will be displayed exactly the same as a
14266 non-interesting line that is current.
14267 You can't tell whether the line is just a regular current line or if it is
14268 an &quot;interesting&quot; current line by looking at the color.
14269 Setting the option to this value removes that ambiguity.
14270 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14271 interesting current line would look just like a non-interesting current line.
14272 In that case, the interesting line's colors are simply flipped (like in the
14273 default behavior).
14275 As an alternative way to preserve the line's interestingness in this case,
14276 you may find that using both a different foreground and a different
14277 background color for the interesting line will help.
14278 </DD>
14280 <DT>reverse-bg</DT>
14281 <DD>The background part of the Reverse Color is used to highlight
14282 the current line.
14283 If this would cause the text to be unreadable (because the foreground and
14284 background colors are the same) or if it would cause no change in the
14285 color of the index line, then the colors are flipped instead.
14287 Some people think this works particularly well if you use different
14288 foreground colors to emphasize &quot;interesting&quot; lines,
14289 but always with the same Normal background color,
14290 and you use a different background color for the Reverse Color.
14291 </DD>
14293 <DT>reverse-bg-no-ambiguity</DT>
14294 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14295 rule may also result in a color that is exactly the same as the regular
14296 Reverse Color.
14297 Setting the option to this value removes that ambiguity.
14298 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14299 current line has the same color as the Reverse Color.
14300 In that case, the interesting line's colors are simply flipped (like in the
14301 default behavior).
14302 </DD>
14303 </DL>
14307 <UL>   
14308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14309 </UL><P>
14310 &lt;End of help on this topic&gt;
14311 </BODY>
14312 </HTML>
14313 ====== h_config_expanded_addrbooks =====
14314 <HTML>
14315 <HEAD>
14316 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14317 </HEAD>
14318 <BODY>
14319 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14321 If multiple address books (either personal or global) are defined, and you
14322 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14323 screen, then set this feature. This feature will have no effect unless the
14324 feature
14325 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14326 is also set.
14328 &lt;End of help on this topic&gt;
14329 </BODY>
14330 </HTML>
14331 ====== h_config_combined_folder_display =====
14332 <HTML>
14333 <HEAD>
14334 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14335 </HEAD>
14336 <BODY>
14337 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14339 This feature affects the folder list display screens.
14340 Normally, each folder list is viewed within its collection only.  This
14341 command allows folder lists to be viewed within a single screen that
14342 combines the contents of all collections.
14345 The way that commands work won't be changed.
14346 For example, the Select All command will select all of the folders in the
14347 current collection, not all of the entries in all of the collections.
14348 The WhereIs command will change a little.
14349 It will search through all of the folders in the current collection as well
14350 as all the folder in any other expanded collection.
14353 When this feature is set, the setting of the feature
14354 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14355 has an effect.
14357 &lt;End of help on this topic&gt;
14358 </BODY>
14359 </HTML>
14360 ====== h_config_combined_subdir_display =====
14361 <HTML>
14362 <HEAD>
14363 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14364 </HEAD>
14365 <BODY>
14366 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14368 This feature affects the Folder List screen when
14370 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14371 feature is enabled.  Normally, selecting a directory from the Folder
14372 List takes you into a new screen displaying only the contents of
14373 that directory.
14376 Enabling this feature will cause the contents of the selected
14377 directory to be
14378 displayed within the boundaries of the &quot;Collection&quot; it
14379 is a part of.  All previously displayed collections will remain
14380 in the screen.
14383 The way that commands work won't be changed.
14384 For example, the Select All command will select all of the folders in the
14385 directory, as opposed to all of the entries in all of the collections.
14386 The WhereIs command will change a little.
14387 It will search through all of the folders in the current collection as well
14388 as all the folder in any other expanded collection.
14391 &lt;End of help on this topic&gt;
14392 </BODY>
14393 </HTML>
14394 ====== h_config_separate_fold_dir_view =====
14395 <HTML>
14396 <HEAD>
14397 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14398 </HEAD>
14399 <BODY>
14400 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14402 This feature affects folder collections wherein a folder
14403 and directory can have the same name.  By default, Alpine displays them
14404 only once, denoting that it is both a folder and directory by appending
14405 the folder name with the hierarchy character enclosed
14406 in square brackets.
14410 Enabling this feature will cause Alpine to display such names
14411 separately marking the name representing a directory with a trailing
14412 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14415 The feature also alters the command set slightly.  By default, the
14416 right-arrow descends into the directory, while hitting the Return key will
14417 cause the folder by that name to be opened.
14420 With this feature set, the Return key will open the highlighted folder, or
14421 enter the highlighted directory.
14424 &lt;End of help on this topic&gt;
14425 </BODY>
14426 </HTML>
14427 ====== h_config_expanded_folders =====
14428 <HTML>
14429 <HEAD>
14430 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14431 </HEAD>
14432 <BODY>
14433 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14435 If multiple folder collections are defined, and you
14436 wish to have them all expanded implicitly upon entering the FOLDER LIST
14437 screen, then set this feature. This feature will have no effect unless the
14438 feature
14439 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14440 is also set.
14442 &lt;End of help on this topic&gt;
14443 </BODY>
14444 </HTML>
14445 ======= h_config_ldap_server =======
14446 <HTML>
14447 <HEAD>
14448 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14449 </HEAD>
14450 <BODY>
14451 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14452 This is the name of the host where an LDAP server is running.
14453 For redundancy, this may be a space-delimited set of server names, in which
14454 case the first server that answers is used.
14455 Each of the server names may be optionally followed by
14456 a colon and a port number.
14457 If this form is used then the port number configured below in the
14458 <EM>port</EM> field is not used.
14460 To find out whether your organization has its own LDAP server, 
14461 contact its computing support staff.
14462 <P><UL>
14463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14464 </UL>
14466 &lt;End of help on this topic&gt;
14467 </BODY>
14468 </HTML>
14469 ======= h_config_ldap_base =======
14470 <HTML>
14471 <HEAD>
14472 <TITLE>LDAP OPTION: Search-Base</TITLE>
14473 </HEAD>
14474 <BODY>
14475 <H1>LDAP OPTION: Search-Base</H1>
14477 This is the search base to be used on this server.  It functions as a filter 
14478 by restricting your searches in the LDAP server database
14479 to the specified contents of the specified fields.  Without it, searches 
14480 submitted to this directory server may fail.  It might be something
14481 like:
14483 <PRE>
14484       O = &lt;Your Organization Name&gt;, C = US
14485 </PRE>
14486 or it might be blank.  
14487 (Some LDAP servers actually ignore anything specified here.)
14489 If in doubt what parameters you should specify here, 
14490 contact the maintainers of the LDAP server.
14491 <P><UL>
14492 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14493 </UL>
14495 &lt;End of help on this topic&gt;
14496 </BODY>
14497 </HTML>
14498 ======= h_config_ldap_port =======
14499 <HTML>
14500 <HEAD>
14501 <TITLE>LDAP OPTION: Port</TITLE>
14502 </HEAD>
14503 <BODY>
14504 <H1>LDAP OPTION: Port</H1>
14506 This is the TCP port number to be used with this LDAP server. If you leave
14507 this blank port 389 will be used.
14509 &lt;End of help on this topic&gt;
14510 </BODY>
14511 </HTML>
14512 ======= h_config_ldap_nick =======
14513 <HTML>
14514 <HEAD>
14515 <TITLE>LDAP OPTION: Nickname</TITLE>
14516 </HEAD>
14517 <BODY>
14518 <H1>LDAP OPTION: Nickname</H1>
14520 This is a nickname to be used in displays. If you don't supply a
14521 nickname the server name
14522 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14523 will be used instead.  This option is strictly for your convenience.
14525 &lt;End of help on this topic&gt;
14526 </BODY>
14527 </HTML>
14528 ======= h_config_ldap_binddn =======
14529 <HTML>
14530 <HEAD>
14531 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14532 </HEAD>
14533 <BODY>
14534 <H1>LDAP OPTION: Bind-DN</H1>
14536 You may need to authenticate to the LDAP server before you are able to use it.
14537 This is the Distinguished Name to bind to when authenticating to this server.
14538 Try leaving this blank until you know you need it.
14540 Alpine only knows about LDAP Simple authentication.
14541 It does not attempt LDAP SASL authentication.
14542 The DN and password will be sent in the clear unless TLS encryption is
14543 being used on this connection.
14544 Because of this, you may want to set the LDAP feature
14545 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14546 or the feature
14547 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14548 if you are going to be providing a password.
14549 <P><UL>
14550 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14551 </UL>
14553 &lt;End of help on this topic&gt;
14554 </BODY>
14555 </HTML>
14556 ======= h_config_ldap_opts_impl =======
14557 <HTML>
14558 <HEAD>
14559 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14560 </HEAD>
14561 <BODY>
14562 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14564 Set this to have lookups done to this server implicitly from the composer.
14565 If an address doesn't look like a fully-qualified address, it will be looked
14566 up in your address books, and if it doesn't match a nickname there, then it
14567 will be looked up on the LDAP servers that have this feature set.
14568 The lookups will also be done when using the address completion feature
14569 (TAB command) in the composer if any of the serves have this feature set.
14570 Also see the LDAP feature
14571 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14572 and the Setup/Config feature
14573 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14575 &lt;End of help on this topic&gt;
14576 </BODY>
14577 </HTML>
14578 ======= h_config_ldap_opts_tls =======
14579 <HTML>
14580 <HEAD>
14581 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14582 </HEAD>
14583 <BODY>
14584 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14586 When connecting to this server Alpine will attempt to use TLS encryption
14587 on the connection.
14588 Also see the closely related feature
14589 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14591 &lt;End of help on this topic&gt;
14592 </BODY>
14593 </HTML>
14594 ======= h_config_ldap_opts_tlsmust =======
14595 <HTML>
14596 <HEAD>
14597 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14598 </HEAD>
14599 <BODY>
14600 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14602 When connecting to this server Alpine will attempt to use TLS encryption
14603 on the connection.
14604 If the StartTLS operation fails then the connection will not be used.
14606 &lt;End of help on this topic&gt;
14607 </BODY>
14608 </HTML>
14609 ====== h_config_ldap_opts_rhs =====
14610 <HTML>
14611 <HEAD>
14612 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14613 </HEAD>
14614 <BODY>
14615 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14617 Normally implicit LDAP lookups from the composer are done only for the
14618 strings you type in from the composer screen. In other words, you type in
14619 something in the To or CC field and press return, then the string is looked up.
14620 First that string is looked up in your address books. If a match is found
14621 there, then the results of that match are looked up again. If you place
14622 a string in your address book that you want to have looked up on the LDAP
14623 directory server, you need to turn on this feature. If you set this feature
14624 for a server, you almost always will also want to set the
14625 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14626 feature. An example might serve to best illustrate this feature.
14628 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14629 entry with an
14630 address of pres@whitehouse.gov, then you might put an entry in your address
14631 book that looks like:
14633 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14634 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14636 Now, when you type &quot;bill&quot; into an
14637 address field in the composer Alpine will
14638 find the &quot;bill&quot; entry in your address book.
14639 It will replace &quot;bill&quot; with
14640 &quot;William Clinton&quot;.
14641 It will then search for an entry with that nickname
14642 in your address book and not find one. If this feature
14643 is set, Alpine will then attempt to lookup
14644 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14645 pres@whitehouse.gov.
14647 A better way to accomplish the same thing is probably to use the feature
14648 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14650 &lt;End of help on this topic&gt;
14651 </BODY>
14652 </HTML>
14653 ====== h_config_ldap_opts_ref =====
14654 <HTML>
14655 <HEAD>
14656 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14657 </HEAD>
14658 <BODY>
14659 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14661 Normally when you save the results of an LDAP directory lookup to your
14662 address book the results of the lookup are saved. If this feature is set
14663 and the entry being saved was found on this directory server, then the
14664 search criteria is saved instead of the results of the search. When this
14665 address book entry is used in the future, instead of copying the results
14666 from the address book the directory lookup will be done again. This could
14667 be useful if the copied result might become stale because the data on
14668 the directory server changes (for example, the entry's email address changes).
14669 You probably don't want to set this feature if the server is at all slow or
14670 unreliable.
14672 The way this actually works is that instead of saving the email address
14673 in your address book, Alpine saves enough information to look up the same
14674 directory entry again. In particular, it saves the server name and the
14675 distinguished name of the entry. It's possible that the server administrators
14676 might change the format of distinguished names on the server, or that the
14677 entry might be removed from the server. If Alpine notices this, you will be warned
14678 and a backup copy of the email address will be used. You may want to create
14679 a new entry in this case, since you will get the annoying warning every
14680 time you use the old entry. You may do that by Saving the entry to a new
14681 nickname in the same address book. You will be asked whether or not you
14682 want to use the backup email address.
14684 A related feature in the Setup/Config screen is
14685 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14687 &lt;End of help on this topic&gt;
14688 </BODY>
14689 </HTML>
14690 ======= h_config_ldap_opts_nosub =======
14691 <HTML>
14692 <HEAD>
14693 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
14694 </HEAD>
14695 <BODY>
14696 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
14698 Spaces in your input are normally handled specially.
14699 Each space character is replaced
14702 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
14704 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
14705 The reason this is done is so the input string
14707 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
14709 (which is converted to &quot;Greg* Donald&quot;) will match
14710 the names &quot;Greg Donald&quot;,
14711 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
14712 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
14713 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
14714 then it would also match the name &quot;Greg Donaldson&quot;.
14716 Turning on this feature will disable this substitution.
14718 &lt;End of help on this topic&gt;
14719 </BODY>
14720 </HTML>
14721 ====== h_config_ldap_searchtypes =======
14722 <HTML>
14723 <HEAD>
14724 <TITLE>LDAP OPTION: Search-Type</TITLE>
14725 </HEAD>
14726 <BODY>
14727 <H1>LDAP OPTION: Search-Type</H1>
14729 This affects the way that LDAP searches are done.
14730 In particular, this tells the server where to look for the string to be matched.
14731 If set to &quot;name&quot; then the string that is being searched for will
14732 be compared with the string in the
14733 &quot;Name&quot; field on the server
14734 (technically, it is the &quot;commonname&quot; field on the server).
14735 &quot;Surname&quot; means we're looking for a
14736 match in the &quot;Surname&quot; field on the
14737 server (actually the &quot;sn&quot; field).
14738 &quot;Givenname&quot; really is &quot;givenname&quot;
14739 and &quot;email&quot; is the electronic mail address (this is actually the field
14740 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
14741 The other three types are combinations of
14742 the types listed so far. &quot;Name-or-email&quot;
14743 means the string should appear
14744 in either the &quot;name&quot; field OR the &quot;email&quot; field.
14745 Likewise, &quot;surname-or-givenname&quot;
14746 means &quot;surname&quot; OR &quot;givenname&quot;
14747 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
14749 This search TYPE is combined with the
14750 search <A HREF="h_config_ldap_searchrules">RULE</A>
14751 to form the actual search query.
14753 The usual default value for this
14754 option is &quot;sur-or-given-or-name-or-email&quot;.
14755 This type of search may be slow on some servers.
14756 Try &quot;name-or-email&quot;, which is often
14757 faster, or just &quot;name&quot; if the performance seems to be a problem.
14759 Some servers have been configured with different attribute names for
14760 these four fields.
14761 In other words, instead of using the attribute name &quot;mail&quot;
14762 for the email address field, the server might be configured to use something
14763 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
14764 Alpine can be configured to use these different attribute names by using
14765 the four configuration options:
14766 <P><UL>
14767 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14768 </UL>
14769 <P><UL>
14770 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14771 </UL>
14772 <P><UL>
14773 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14774 </UL>
14775 <P><UL>
14776 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14777 </UL>
14779 &lt;End of help on this topic&gt;
14780 </BODY>
14781 </HTML>
14782 ====== h_config_ldap_searchrules =======
14783 <HTML>
14784 <HEAD>
14785 <TITLE>LDAP OPTION: Search-Rule</TITLE>
14786 </HEAD>
14787 <BODY>
14788 <H1>LDAP OPTION: Search-Rule</H1>
14790 This affects the way that LDAP searches are done.
14791 If set to &quot;equals&quot; then
14792 only exact matches count.
14793 &quot;Contains&quot; means that the string you type in
14794 is a substring of what you are matching against.
14795 &quot;Begins-with&quot; and &quot;ends-with&quot;
14796 mean that the string starts or ends with the string you type in.
14798 Spaces in your input are normally handled specially, but you can turn that
14799 special handling off with the
14800 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14801 feature.
14803 The usual default value for this option is &quot;begins-with&quot;.
14805 &lt;End of help on this topic&gt;
14806 </BODY>
14807 </HTML>
14808 ======= h_config_ldap_email_attr =======
14809 <HTML>
14810 <HEAD>
14811 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
14812 </HEAD>
14813 <BODY>
14814 <H1>LDAP OPTION: EmailAttribute</H1>
14816 This is the name of the attribute that is searched for when looking for
14817 an email address. The default value for this option is &quot;mail&quot; or
14818 &quot;electronicmail&quot;.
14819 If the server you are using uses a different attribute name for the email
14820 address, put that attribute name here.
14822 This will affect the search filter used if your Search-Type is one that
14823 contains a search for &quot;email&quot;.
14824 It will also cause the attribute value matching this attribute name to be used
14825 as the email address when you look up an entry from the composer.
14827 &lt;End of help on this topic&gt;
14828 </BODY>
14829 </HTML>
14830 ======= h_config_ldap_sn_attr =======
14831 <HTML>
14832 <HEAD>
14833 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
14834 </HEAD>
14835 <BODY>
14836 <H1>LDAP OPTION: SurnameAttribute</H1>
14838 This is the name of the attribute that is searched for when looking for
14839 the surname of the entry. The default value for this option is &quot;sn&quot;.
14840 If the server you are using uses a different attribute name for the surname,
14841 put that attribute name here.
14842 This will affect the search filter used if your Search-Type is one that
14843 contains a search for &quot;surname&quot;.
14845 &lt;End of help on this topic&gt;
14846 </BODY>
14847 </HTML>
14848 ======= h_config_ldap_gn_attr =======
14849 <HTML>
14850 <HEAD>
14851 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
14852 </HEAD>
14853 <BODY>
14854 <H1>LDAP OPTION: GivennameAttribute</H1>
14856 This is the name of the attribute that is searched for when looking for
14857 the given name of the entry. The default value for this option is &quot;givenname&quot;.
14858 If the server you are using uses a different attribute name for the given name,
14859 put that attribute name here.
14860 This will affect the search filter used if your Search-Type is one that
14861 contains a search for &quot;givenname&quot;.
14863 &lt;End of help on this topic&gt;
14864 </BODY>
14865 </HTML>
14866 ======= h_config_ldap_cn_attr =======
14867 <HTML>
14868 <HEAD>
14869 <TITLE>LDAP OPTION: NameAttribute</TITLE>
14870 </HEAD>
14871 <BODY>
14872 <H1>LDAP OPTION: NameAttribute</H1>
14874 This is the name of the attribute that is searched for when looking for
14875 the name of the entry. The default value for this option is &quot;cn&quot;, which
14876 stands for common name.
14877 If the server you are using uses a different attribute name for the name,
14878 put that attribute name here.
14879 This will affect the search filter used if your Search-Type is one that
14880 contains a search for &quot;name&quot;.
14882 &lt;End of help on this topic&gt;
14883 </BODY>
14884 </HTML>
14885 ======= h_config_ldap_time =======
14886 <HTML>
14887 <HEAD>
14888 <TITLE>LDAP OPTION: Timelimit</TITLE>
14889 </HEAD>
14890 <BODY>
14891 <H1>LDAP OPTION: Timelimit</H1>
14893 This places a limit on the number of seconds the LDAP search will continue.
14894 The default is 30 seconds. A value of 0 means no limit. Note that some servers
14895 may place limits of their own on searches.
14897 &lt;End of help on this topic&gt;
14898 </BODY>
14899 </HTML>
14900 ======= h_config_ldap_size =======
14901 <HTML>
14902 <HEAD>
14903 <TITLE>LDAP OPTION: Sizelimit</TITLE>
14904 </HEAD>
14905 <BODY>
14906 <H1>LDAP OPTION: Sizelimit</H1>
14908 This places a limit on the number of entries returned by the LDAP server.
14909 A value of 0 means no limit. The default is 0. Note that some servers
14910 may place limits of their own on searches.
14912 &lt;End of help on this topic&gt;
14913 </BODY>
14914 </HTML>
14915 ======= h_config_ldap_cust =======
14916 <HTML>
14917 <HEAD>
14918 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
14919 </HEAD>
14920 <BODY>
14921 <H1>LDAP OPTION: Custom-Search-Filter</H1>
14923 This one is for advanced users only! If you define this, then the
14924 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
14925 However, the feature
14926 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14927 is still in effect.
14928 That is, the space substitution will take place even in a custom filter unless
14929 you disable it.
14931 If your LDAP service stops working and you suspect it might be because
14932 of your custom filter, just delete this filter and try using the
14933 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
14934 Another option that sometimes causes trouble is the
14935 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
14937 This variable may be set to the string representation of an LDAP search
14938 filter (see RFC1960). In the places where you want the address string to be
14939 substituted in, put a '%s' in this filter string. Here are some examples:
14941 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
14942 is equivalent to the &quot;Custom-Search-Filter&quot;
14943 <PRE>
14944      (cn=%s*)
14945 </PRE>
14946 When you try to match against the string &quot;string&quot; the program replaces
14947 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
14948 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
14950 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
14951 of &quot;contains&quot; is equivalent to
14952 <PRE>
14953      (|(cn=*%s*)(mail=*%s*))
14954 </PRE>
14956 If your server uses a different attribute <EM>name</EM> than
14957 Alpine uses by default,
14958 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
14959 then you may be able to use one or more of the four attribute configuration
14960 options instead of defining a custom filter:
14961 <P><UL>
14962 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14963 </UL>
14964 <P><UL>
14965 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14966 </UL>
14967 <P><UL>
14968 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14969 </UL>
14970 <P><UL>
14971 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14972 </UL>
14974 &lt;End of help on this topic&gt;
14975 </BODY>
14976 </HTML>
14977 ======= h_composer_abook_comment =======
14978 <HTML>
14979 <HEAD>
14980 <TITLE>Addressbook Comment Explained</TITLE>
14981 </HEAD>
14982 <BODY>
14983 This is a comment to help you remember what this entry is. The WhereIs
14984 command searches comments so that it is easier to find an entry with a comment
14985 you know about attached to it. This field is not used in the outgoing message.
14987 Look <A HREF="h_edit_nav_cmds">here</A>
14988 to see the available Editing and Navigation commands.
14990 &lt;End of help on this topic&gt;
14991 </BODY>
14992 </HTML>
14993 ======= h_composer_abook_addrs =======
14994 <HTML>
14995 <HEAD>
14996 <TITLE>Addressbook Lists</TITLE>
14997 </HEAD>
14998 <BODY>
14999 <H1>Addressbook Lists</H1>
15001 This is a list of addresses to send to when sending to this address book
15002 entry.  Each member of the list may be an address or another nickname from
15003 any of your address books.  If it is an address, it is OK to include the
15004 full name field as well as the electronic address portion of that address.
15005 For example, the following are all legitimate entries in this field:
15007 <DL><DT>&nbsp;</DT>
15008 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15009 <DD>jdoe@some.domain
15010 <DD>John Doe &lt;jdoe@some.domain&gt;
15011 </DL>
15013 The addresses should be listed separated by commas, just like you would
15014 enter them from the composer.
15018 The only difference between a distribution list and a simple entry with a
15019 single address, is that a distribution list has more than one address   
15020 listed in the Addresses: field, whereas a simple personal entry has just  
15021 one address.
15025 For individual address book entries, if there is a full name in the
15026 Fullname: field (filling in the Fullname: field is not required), it is
15027 used.  If the full name is specified in the Address: field and not in the
15028 Fullname: field, then the full name from the Address: field is used.
15032 If you type the nickname of a distribution list from one of your address 
15033 books in the Lcc: field, then the full name of that list is used in the  
15034 To: field.  If you put a list in the To: or Cc: fields, that list will be
15035 expanded into all of its addresses.  If the list has a full name, then
15036 that will appear at the beginning of the addresses.
15038 <DL><DT>&nbsp;</DT>
15039 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15040 &lt;sal@here.there&gt;
15041 </DL>
15043 If the first address in the distribution list also has a full name, then
15044 the list full name and that full name are combined into something like the
15045 following:
15047 <DL><DT>&nbsp;</DT>
15048 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15049 </DL>
15052 If you specify a list via Lcc, the full name is used in the To: line.  If
15053 you specify a list in the To: or Cc: fields, then it uses the same method
15054 as for individual entries for filling in the full name.
15058 For help with editing and navigation commands, check the Help for the
15059 Nickname: field.
15062 &lt;End of help on this topic&gt;
15063 </BODY>
15064 </HTML>
15065 ======= h_config_role_nick =======
15066 <HTML>
15067 <HEAD>
15068 <TITLE>Nickname Explained</TITLE>
15069 </HEAD>
15070 <BODY>
15071 <H1>Nickname Explained</H1>
15073 This is a nickname to help you.
15074 You should have a different nickname for each role you define.
15075 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15076 pick a role to edit.
15077 It will also be used when you send a message to let you know you are
15078 sending with a different role than you use by default, and
15079 it will be useful for choosing a role when composing with the Role command
15080 or when composing with one of the Role Uses set to With Confirmation.
15081 This field is not used in the outgoing message.
15083 Look <A HREF="h_edit_nav_cmds">here</A>
15084 to see the available Editing and Navigation commands.
15086 &lt;End of help on this topic&gt;
15087 </BODY>
15088 </HTML>
15089 ======= h_config_role_comment =======
15090 <HTML>
15091 <HEAD>
15092 <TITLE>Comment Explained</TITLE>
15093 </HEAD>
15094 <BODY>
15095 <H1>Comment Explained</H1>
15097 This is a comment to help you.
15098 This comment does not play any functional role, it is simply an optional
15099 comment to help you remember what the rule is for.
15101 Look <A HREF="h_edit_nav_cmds">here</A>
15102 to see the available Editing and Navigation commands.
15104 &lt;End of help on this topic&gt;
15105 </BODY>
15106 </HTML>
15107 ======= h_config_other_nick =======
15108 <HTML>
15109 <HEAD>
15110 <TITLE>Nickname Explained</TITLE>
15111 </HEAD>
15112 <BODY>
15113 <H1>Nickname Explained</H1>
15115 This is a nickname to help you.
15116 You should have a different nickname for each rule you define.
15117 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15118 pick a rule to edit.
15120 Look <A HREF="h_edit_nav_cmds">here</A>
15121 to see the available Editing and Navigation commands.
15123 &lt;End of help on this topic&gt;
15124 </BODY>
15125 </HTML>
15126 ======= h_config_score_nick =======
15127 <HTML>
15128 <HEAD>
15129 <TITLE>Nickname Explained</TITLE>
15130 </HEAD>
15131 <BODY>
15132 <H1>Nickname Explained</H1>
15134 This is a nickname to help you.
15135 You should have a different nickname for each scoring rule you define.
15136 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15137 pick a rule to edit.
15139 Look <A HREF="h_edit_nav_cmds">here</A>
15140 to see the available Editing and Navigation commands.
15142 &lt;End of help on this topic&gt;
15143 </BODY>
15144 </HTML>
15145 ======= h_config_incol_nick =======
15146 <HTML>
15147 <HEAD>
15148 <TITLE>Nickname Explained</TITLE>
15149 </HEAD>
15150 <BODY>
15151 <H1>Nickname Explained</H1>
15153 This is a nickname to help you.
15154 You should have a different nickname for each color rule you define.
15155 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15156 pick a rule to edit.
15158 Look <A HREF="h_edit_nav_cmds">here</A>
15159 to see the available Editing and Navigation commands.
15161 &lt;End of help on this topic&gt;
15162 </BODY>
15163 </HTML>
15164 ======= h_config_filt_nick =======
15165 <HTML>
15166 <HEAD>
15167 <TITLE>Nickname Explained</TITLE>
15168 </HEAD>
15169 <BODY>
15170 <H1>Nickname Explained</H1>
15172 This is a nickname to help you.
15173 You should have a different nickname for each filtering rule you define.
15174 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15175 pick a rule to edit.
15177 Look <A HREF="h_edit_nav_cmds">here</A>
15178 to see the available Editing and Navigation commands.
15180 &lt;End of help on this topic&gt;
15181 </BODY>
15182 </HTML>
15183 ======= h_config_score_topat =======
15184 <HTML>
15185 <HEAD>
15186 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15187 </HEAD>
15188 <BODY>
15189 <H1>&quot;To:&quot; Pattern Explained</H1>
15191 Any text you enter as the &quot;To pattern&quot;
15192 will be compared to the recipients from the To: line of
15193 the message being scored.
15194 When the text you entered matches
15195 all or part of the To: line of a message, then the Score Value
15196 you have specified will be added to the score for the message.
15197 (Any other non-blank parts of the Pattern must match, too.)
15200 You may enter a complete email address, part of an address, or a
15201 list of addresses or partial addresses.
15202 For example:
15205 <PRE>
15206  To pattern = friend@public.com
15208  To pattern = rated.net
15210  To pattern = xxx@adults.com
15211               admin@msn.com
15212               fool@motleyfool.com
15213 </PRE>
15216 Each of those are valid To patterns.
15219 Messages match those patterns if any of the
15220 addresses in the To: line of the message contains the pattern.
15221 If the pattern is a list of patterns
15222 (like the last example above) then it is a match if any of the patterns in
15223 the list match any of the addresses in the To: line.
15224 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15225 present for a match.
15226 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15227 address2 must be present.
15228 That is exactly what using a list does.)
15231 Some messages may be &quot;bounced&quot; to you, and will
15232 have a &quot;Resent-To:&quot; header line.
15233 If the message contains a Resent-To: line
15234 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15235 Alpine will look for
15236 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15237 the original To: line.
15240 When entering a pattern, you may choose an address from your address book
15241 with the &quot;T&quot; command.
15244 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15245 &quot;!&quot; &quot;toggle NOT&quot; command.
15246 This changes the meaning of the To pattern so that it has the opposite meaning.
15247 It will be considered a match if there are no matches between the
15248 addresses in the To: line and the list of To patterns.
15250 Don't make the mistake of putting the &quot;!&quot; in the data field for
15251 the pattern.
15252 For example, if you type the characters &quot;!frizzle&quot; into the To
15253 pattern, the pattern will look like:
15255 <PRE>
15256  To pattern = !frizzle
15257 </PRE>
15259 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15260 In order to match messages that do not have &quot;frizzle&quot; in
15261 their To field, first type the characters &quot;frizzle&quot; followed
15262 by carriage return for the value of the To pattern, then negate it
15263 by typing the &quot;!&quot; command.
15264 It should end up looking like
15266 <PRE>
15267  ! To pattern = frizzle
15268 </PRE>
15270 You are not limited to using the six standard header patterns that are
15271 normally shown (To, From, Sender, Cc, News, and Subject).
15272 You may add any other header to a Pattern by
15273 using the &quot;eXtraHdr&quot; command to specify a different
15274 message header line; and then the Add or Change command to fill in
15275 a pattern for the new header line, just like you would for a standard header.
15277 A technicality: Since comma is the character used to separate multiple
15278 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15279 you want to include a literal comma in the field.
15280 In other words, if you type a backslash followed by a comma it will
15281 be interpreted as a comma by Alpine, instead of as a separator between
15282 pattern values.
15283 All other backslashes are literal backslashes and should not be escaped.
15285 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15286 for more information on Patterns.
15288 Look <A HREF="h_edit_nav_cmds">here</A>
15289 to see the available Editing and Navigation commands.
15291 &lt;End of help on this topic&gt;
15292 </BODY>
15293 </HTML>
15294 ======= h_config_incol_topat =======
15295 <HTML>
15296 <HEAD>
15297 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15298 </HEAD>
15299 <BODY>
15300 <H1>&quot;To:&quot; Pattern Explained</H1>
15302 Any text you enter as the &quot;To pattern&quot;
15303 will be compared to the recipients from the To: lines of
15304 the messages in the index.
15305 When the text you entered matches
15306 all or part of the To: line of a message, then the Index Line Color you have
15307 specified will be used for that line in the index.
15308 (Any other non-blank parts of the Pattern must match, too.)
15311 You may enter a complete email address, part of an address, or a
15312 list of addresses or partial addresses.
15313 For example:
15316 <PRE>
15317  To pattern = friend@public.com
15318  To pattern = rated.net
15319  To pattern = xxx@adults.com
15320               admin@msn.com
15321               fool@motleyfool.com
15322 </PRE>
15325 Each of those are valid To patterns.
15328 Messages match those patterns if any of the
15329 addresses in the To: line of the message contains the pattern.
15330 If the pattern is a list of patterns
15331 (like the last example above) then it is a match if any of the patterns in
15332 the list match any of the addresses in the To: line.
15333 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15334 present for a match.
15335 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15336 address2 must be present.
15337 That is exactly what using a list does.)
15340 Some messages may be &quot;bounced&quot; to you, and will
15341 have a &quot;Resent-To:&quot; header line.
15342 If the message contains a Resent-To: line
15343 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15344 Alpine will look for
15345 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15346 the original To: line.
15349 When entering a pattern, you may choose an address from your address book
15350 with the &quot;T&quot; command.
15353 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15354 &quot;!&quot; &quot;toggle NOT&quot; command.
15355 This changes the meaning of the To pattern so that it has the opposite meaning.
15356 It will be considered a match if there are no matches between the
15357 addresses in the To: line and the list of To patterns.
15359 Don't make the mistake of putting the &quot;!&quot; in the data field for
15360 the pattern.
15361 For example, if you type the characters &quot;!frizzle&quot; into the To
15362 pattern, the pattern will look like:
15364 <PRE>
15365  To pattern = !frizzle
15366 </PRE>
15368 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15369 In order to match messages that do not have &quot;frizzle&quot; in
15370 their To field, first type the characters &quot;frizzle&quot; followed
15371 by carriage return for the value of the To pattern, then negate it
15372 by typing the &quot;!&quot; command.
15373 It should end up looking like
15375 <PRE>
15376  ! To pattern = frizzle
15377 </PRE>
15380 You are not limited to using the six standard header patterns that are
15381 normally shown (To, From, Sender, Cc, News, and Subject).
15382 You may add any other header to a Pattern by
15383 using the &quot;eXtraHdr&quot; command to specify a different
15384 message header line; and then the Add or Change command to fill in
15385 a pattern for the new header line, just like you would for a standard header.
15387 A technicality: Since comma is the character used to separate multiple
15388 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15389 you want to include a literal comma in the field.
15390 In other words, if you type a backslash followed by a comma it will
15391 be interpreted as a comma by Alpine, instead of as a separator between
15392 pattern values.
15393 All other backslashes are literal backslashes and should not be escaped.
15395 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15396 for more information on Patterns.
15398 Look <A HREF="h_edit_nav_cmds">here</A>
15399 to see the available Editing and Navigation commands.
15401 &lt;End of help on this topic&gt;
15402 </BODY>
15403 </HTML>
15404 ======= h_config_other_topat =======
15405 <HTML>
15406 <HEAD>
15407 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15408 </HEAD>
15409 <BODY>
15410 <H1>&quot;To:&quot; Pattern Explained</H1>
15412 For some of the OTHER RULES actions, there is no message that is being
15413 compared against.
15414 If that is the case, then only the Current Folder Type is checked.
15415 In particular, this To pattern is ignored.
15416 Actions that fall into this category include both
15417 Sort Order and Index Format.
15419 A technicality: Since comma is the character used to separate multiple
15420 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15421 you want to include a literal comma in the field.
15422 In other words, if you type a backslash followed by a comma it will
15423 be interpreted as a comma by Alpine, instead of as a separator between
15424 pattern values.
15425 All other backslashes are literal backslashes and should not be escaped.
15427 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15428 for more information on Patterns.
15430 Look <A HREF="h_edit_nav_cmds">here</A>
15431 to see the available Editing and Navigation commands.
15433 &lt;End of help on this topic&gt;
15434 </BODY>
15435 </HTML>
15436 ======= h_config_filt_topat =======
15437 <HTML>
15438 <HEAD>
15439 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15440 </HEAD>
15441 <BODY>
15442 <H1>&quot;To:&quot; Pattern Explained</H1>
15444 Any text you enter as the &quot;To pattern&quot;
15445 will be compared to the recipients from the To: line of
15446 messages when Alpine opens folders.
15447 When the text you entered matches
15448 all or part of the To: line of a message, then the Filter Action you have
15449 specified will be carried out.
15450 (Any other non-blank parts of the Pattern must match, too.)
15453 You may enter a complete email address, part of an address, or a
15454 list of addresses or partial addresses.
15455 For example:
15458 <PRE>
15459  To pattern = friend@public.com
15460  To pattern = rated.net
15461  To pattern = xxx@adults.com
15462               admin@msn.com
15463               fool@motleyfool.com
15464 </PRE>
15467 Each of those are valid To patterns.
15470 Messages match those patterns if any of the
15471 addresses in the To: line of the message contains the pattern.
15472 If the pattern is a list of patterns
15473 (like the last example above) then it is a match if any of the patterns in
15474 the list match any of the addresses in the To: line.
15475 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15476 present for a match.
15477 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15478 address2 must be present.
15479 That is exactly what using a list does.)
15482 Some messages may be &quot;bounced&quot; to you, and will
15483 have a &quot;Resent-To:&quot; header line.
15484 If the message contains a Resent-To: line
15485 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15486 Alpine will look for
15487 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15488 the original To: line.
15491 When entering a pattern, you may choose an address from your address book
15492 with the &quot;T&quot; command.
15495 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15496 &quot;!&quot; &quot;toggle NOT&quot; command.
15497 This changes the meaning of the To pattern so that it has the opposite meaning.
15498 It will be considered a match if there are no matches between the
15499 addresses in the To: line and the list of To patterns.
15501 Don't make the mistake of putting the &quot;!&quot; in the data field for
15502 the pattern.
15503 For example, if you type the characters &quot;!frizzle&quot; into the To
15504 pattern, the pattern will look like:
15506 <PRE>
15507  To pattern = !frizzle
15508 </PRE>
15510 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15511 In order to match messages that do not have &quot;frizzle&quot; in
15512 their To field, first type the characters &quot;frizzle&quot; followed
15513 by carriage return for the value of the To pattern, then negate it
15514 by typing the &quot;!&quot; command.
15515 It should end up looking like
15517 <PRE>
15518  ! To pattern = frizzle
15519 </PRE>
15522 You are not limited to using the six standard header patterns that are
15523 normally shown (To, From, Sender, Cc, News, and Subject).
15524 You may add any other header to a Pattern by
15525 using the &quot;eXtraHdr&quot; command to specify a different
15526 message header line; and then the Add or Change command to fill in
15527 a pattern for the new header line, just like you would for a standard header.
15529 A technicality: Since comma is the character used to separate multiple
15530 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15531 you want to include a literal comma in the field.
15532 In other words, if you type a backslash followed by a comma it will
15533 be interpreted as a comma by Alpine, instead of as a separator between
15534 pattern values.
15535 All other backslashes are literal backslashes and should not be escaped.
15537 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15538 for more information on Patterns.
15540 Look <A HREF="h_edit_nav_cmds">here</A>
15541 to see the available Editing and Navigation commands.
15543 &lt;End of help on this topic&gt;
15544 </BODY>
15545 </HTML>
15546 ======= h_config_role_topat =======
15547 <HTML>
15548 <HEAD>
15549 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15550 </HEAD>
15551 <BODY>
15552 <H1>&quot;To:&quot; Pattern Explained</H1>
15554 Any text you enter as the &quot;To pattern&quot;
15555 will be compared to the recipients from the To: line of
15556 the message being replied to or forwarded.
15557 (Any other non-blank parts of the Pattern must match, too.)
15558 In the case of the Compose command, this pattern and the other header
15559 patterns are ignored.
15562 You may enter a complete email address, part of an address, or a
15563 list of addresses or partial addresses.
15564 For example:
15567 <PRE>
15568  To pattern = friend@public.com
15569  To pattern = rated.net
15570  To pattern = xxx@adults.com
15571               admin@msn.com
15572               fool@motleyfool.com
15573 </PRE>
15576 Each of those are valid To patterns.
15579 Messages match those patterns if any of the
15580 addresses in the To: line of the message contains the pattern.
15581 If the pattern is a list of patterns
15582 (like the last example above) then it is a match if any of the patterns in
15583 the list match any of the addresses in the To: line.
15584 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15585 present for a match.
15586 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15587 address2 must be present.
15588 That is exactly what using a list does.)
15591 Some messages may be &quot;bounced&quot; to you, and will
15592 have a &quot;Resent-To:&quot; header line.
15593 If the message contains a Resent-To: line
15594 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15595 Alpine will look for
15596 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15597 the original To: line.
15600 When entering a pattern, you may choose an address from your address book
15601 with the &quot;T&quot; command.
15604 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15605 &quot;!&quot; &quot;toggle NOT&quot; command.
15606 This changes the meaning of the To pattern so that it has the opposite meaning.
15607 It will be considered a match if there are no matches between the
15608 addresses in the To: line and the list of To patterns.
15610 Don't make the mistake of putting the &quot;!&quot; in the data field for
15611 the pattern.
15612 For example, if you type the characters &quot;!frizzle&quot; into the To
15613 pattern, the pattern will look like:
15615 <PRE>
15616  To pattern = !frizzle
15617 </PRE>
15619 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15620 In order to match messages that do not have &quot;frizzle&quot; in
15621 their To field, first type the characters &quot;frizzle&quot; followed
15622 by carriage return for the value of the To pattern, then negate it
15623 by typing the &quot;!&quot; command.
15624 It should end up looking like
15626 <PRE>
15627  ! To pattern = frizzle
15628 </PRE>
15631 You are not limited to using the six standard header patterns that are
15632 normally shown (To, From, Sender, Cc, News, and Subject).
15633 You may add any other header to a Pattern by
15634 using the &quot;eXtraHdr&quot; command to specify a different
15635 message header line; and then the Add or Change command to fill in
15636 a pattern for the new header line, just like you would for a standard header.
15638 A technicality: Since comma is the character used to separate multiple
15639 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15640 you want to include a literal comma in the field.
15641 In other words, if you type a backslash followed by a comma it will
15642 be interpreted as a comma by Alpine, instead of as a separator between
15643 pattern values.
15644 All other backslashes are literal backslashes and should not be escaped.
15646 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15647 for more information on Patterns.
15649 Look <A HREF="h_edit_nav_cmds">here</A>
15650 to see the available Editing and Navigation commands.
15652 &lt;End of help on this topic&gt;
15653 </BODY>
15654 </HTML>
15655 ======= h_config_role_frompat =======
15656 <HTML>
15657 <HEAD>
15658 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15659 </HEAD>
15660 <BODY>
15661 <H1>&quot;From:&quot; Pattern Explained</H1>
15663 This is just like the &quot;To pattern&quot; except that it is compared with
15664 the address in the From: line of the message
15665 instead of the addresses from the To: line.
15666 See the help for the To pattern for more information on header patterns.
15668 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15669 for more information on Patterns.
15671 Look <A HREF="h_edit_nav_cmds">here</A>
15672 to see the available Editing and Navigation commands.
15674 &lt;End of help on this topic&gt;
15675 </BODY>
15676 </HTML>
15677 ======= h_config_role_senderpat =======
15678 <HTML>
15679 <HEAD>
15680 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
15681 </HEAD>
15682 <BODY>
15683 <H1>&quot;Sender:&quot; Pattern Explained</H1>
15685 This is just like the &quot;To pattern&quot; except that it is compared with
15686 the address from the Sender: line of the message
15687 instead of the addresses from the To: line.
15688 See the help for the To pattern for more information on header patterns.
15690 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15691 for more information on Patterns.
15693 Look <A HREF="h_edit_nav_cmds">here</A>
15694 to see the available Editing and Navigation commands.
15696 &lt;End of help on this topic&gt;
15697 </BODY>
15698 </HTML>
15699 ======= h_config_role_ccpat =======
15700 <HTML>
15701 <HEAD>
15702 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
15703 </HEAD>
15704 <BODY>
15705 <H1>&quot;Cc:&quot; Pattern Explained</H1>
15707 This is just like the &quot;To pattern&quot; except that it is compared with
15708 the addresses from the Cc: line of the message
15709 instead of the addresses from the To: line.
15710 See the help for the To pattern for more information on header patterns.
15712 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15713 for more information on Patterns.
15715 Look <A HREF="h_edit_nav_cmds">here</A>
15716 to see the available Editing and Navigation commands.
15718 &lt;End of help on this topic&gt;
15719 </BODY>
15720 </HTML>
15721 ======= h_config_role_recippat =======
15722 <HTML>
15723 <HEAD>
15724 <TITLE>Recipient Pattern Explained</TITLE>
15725 </HEAD>
15726 <BODY>
15727 <H1>Recipient Pattern Explained</H1>
15729 This is just like the &quot;To pattern&quot; except that it is compared with
15730 the addresses from both the To: line and the Cc: line of the
15731 message instead of just the addresses from the To: line.
15732 In other words, it is considered a match if the pattern matches
15733 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
15734 in the Cc: line.
15735 (Notice that defining the Recipient pattern does not have the same
15736 effect as defining both the To and Cc patterns.
15737 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
15738 It is equivalent to having two different rules;
15739 one with a To pattern and the other with the same Cc pattern.)
15741 A technicality: Since comma is the character used to separate multiple
15742 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15743 you want to include a literal comma in the field.
15744 In other words, if you type a backslash followed by a comma it will
15745 be interpreted as a comma by Alpine, instead of as a separator between
15746 pattern values.
15747 All other backslashes are literal backslashes and should not be escaped.
15749 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15750 for more information on Patterns.
15752 Look <A HREF="h_edit_nav_cmds">here</A>
15753 to see the available Editing and Navigation commands.
15755 &lt;End of help on this topic&gt;
15756 </BODY>
15757 </HTML>
15758 ======= h_config_role_particpat =======
15759 <HTML>
15760 <HEAD>
15761 <TITLE>Participant Pattern Explained</TITLE>
15762 </HEAD>
15763 <BODY>
15764 <H1>Participant Pattern Explained</H1>
15766 This is just like the &quot;To pattern&quot; except that it is compared with
15767 the addresses from the From: line, the To: line, and the Cc: line of the
15768 message instead of just the addresses from the To: line.
15769 In other words, it is considered a match if the pattern matches
15770 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
15771 in the To: line, <EM>OR</EM> an address in the Cc: line.
15772 (Notice that defining the Participant pattern does not have the same
15773 effect as defining all of the From, To, and Cc patterns.
15774 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
15775 From <EM>AND</EM> To <EM>AND</EM> Cc.
15776 It is equivalent to having three different rules;
15777 one with a From pattern, another with the same To pattern, and a third with
15778 the same Cc pattern.)
15780 A technicality: Since comma is the character used to separate multiple
15781 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15782 you want to include a literal comma in the field.
15783 In other words, if you type a backslash followed by a comma it will
15784 be interpreted as a comma by Alpine, instead of as a separator between
15785 pattern values.
15786 All other backslashes are literal backslashes and should not be escaped.
15788 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15789 for more information on Patterns.
15791 Look <A HREF="h_edit_nav_cmds">here</A>
15792 to see the available Editing and Navigation commands.
15794 &lt;End of help on this topic&gt;
15795 </BODY>
15796 </HTML>
15797 ======= h_config_role_newspat =======
15798 <HTML>
15799 <HEAD>
15800 <TITLE>News Pattern Explained</TITLE>
15801 </HEAD>
15802 <BODY>
15803 <H1>News Pattern Explained</H1>
15805 If this pattern is non-blank, then for this rule to be considered a
15806 match, at least one of the newsgroups from
15807 the Newsgroups line of the message must match this pattern.
15808 If this pattern is a list of patterns, then at least one of the
15809 newsgroups must match at least one of the patterns.
15810 (Any other non-blank parts of the Pattern must match, too.)
15812 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
15813 &quot;!&quot; &quot;toggle NOT&quot; command.
15814 This changes the meaning of the News pattern so that it has the opposite meaning.
15815 It will be considered a match if there are no matches between the
15816 addresses in the Newsgroups: line and the list of News patterns.
15818 Don't make the mistake of putting the &quot;!&quot; in the data field for
15819 the pattern.
15820 For example, if you type the characters &quot;!frizzle&quot; into the News
15821 pattern, the pattern will look like:
15823 <PRE>
15824  News pattern = !frizzle
15825 </PRE>
15827 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15828 In order to match messages that do not have &quot;frizzle&quot; in
15829 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
15830 by carriage return for the value of the News pattern, then negate it
15831 by typing the &quot;!&quot; command.
15832 It should end up looking like
15834 <PRE>
15835  ! News pattern = frizzle
15836 </PRE>
15838 A technicality: Since comma is the character used to separate multiple
15839 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15840 you want to include a literal comma in the field.
15841 In other words, if you type a backslash followed by a comma it will
15842 be interpreted as a comma by Alpine, instead of as a separator between
15843 pattern values.
15844 All other backslashes are literal backslashes and should not be escaped.
15847 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15848 for more information on Patterns.
15850 Look <A HREF="h_edit_nav_cmds">here</A>
15851 to see the available Editing and Navigation commands.
15853 &lt;End of help on this topic&gt;
15854 </BODY>
15855 </HTML>
15856 ======= h_config_role_subjpat =======
15857 <HTML>
15858 <HEAD>
15859 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
15860 </HEAD>
15861 <BODY>
15862 <H1>&quot;Subject:&quot; Pattern Explained</H1>
15864 This is similar to the other parts of the Pattern.
15865 It is compared with
15866 the contents from the Subject of the message.
15868 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15869 for more information on Patterns.
15871 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
15872 &quot;!&quot; &quot;toggle NOT&quot; command.
15873 This changes the meaning of the Subject pattern so that it has the opposite meaning.
15874 It will be considered a match if there are no matches between the
15875 text in the Subject: line and the list of Subject patterns.
15878 If you wish to have a header pattern that is not one of the six standard
15879 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
15881 A technicality: Since comma is the character used to separate multiple
15882 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15883 you want to include a literal comma in the field.
15884 In other words, if you type a backslash followed by a comma it will
15885 be interpreted as a comma by Alpine, instead of as a separator between
15886 pattern values.
15887 All other backslashes are literal backslashes and should not be escaped.
15889 Look <A HREF="h_edit_nav_cmds">here</A>
15890 to see the available Editing and Navigation commands.
15892 &lt;End of help on this topic&gt;
15893 </BODY>
15894 </HTML>
15895 ======= h_config_role_alltextpat =======
15896 <HTML>
15897 <HEAD>
15898 <TITLE>AllText Pattern Explained</TITLE>
15899 </HEAD>
15900 <BODY>
15901 <H1>AllText Pattern Explained</H1>
15903 This is similar to the header patterns.
15904 Instead of comparing with text in a particular header field it 
15905 is compared with all of the text in the message header and body.
15907 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
15908 &quot;!&quot; &quot;toggle NOT&quot; command.
15909 This changes the meaning of the AllText pattern so that it has the opposite meaning.
15910 It will be considered a match if there are no matches between the
15911 text of the message and the list of AllText patterns.
15913 Don't make the mistake of putting the &quot;!&quot; in the data field for
15914 the pattern.
15915 For example, if you type the characters &quot;!frizzle&quot; into the AllText
15916 pattern, the pattern will look like:
15918 <PRE>
15919  AllText pattern = !frizzle
15920 </PRE>
15922 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15923 In order to match messages that do not have &quot;frizzle&quot; in
15924 the text of the message, first type the characters &quot;frizzle&quot; followed
15925 by carriage return for the value of the AllText pattern, then negate it
15926 by typing the &quot;!&quot; command.
15927 It should end up looking like
15929 <PRE>
15930  ! AllText pattern = frizzle
15931 </PRE>
15933 It is possible that you may notice degraded performance when using
15934 AllText Patterns.
15936 A technicality: Since comma is the character used to separate multiple
15937 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15938 you want to include a literal comma in the field.
15939 In other words, if you type a backslash followed by a comma it will
15940 be interpreted as a comma by Alpine, instead of as a separator between
15941 pattern values.
15942 All other backslashes are literal backslashes and should not be escaped.
15944 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15945 for more information on Patterns.
15947 Look <A HREF="h_edit_nav_cmds">here</A>
15948 to see the available Editing and Navigation commands.
15950 &lt;End of help on this topic&gt;
15951 </BODY>
15952 </HTML>
15953 ======= h_config_role_bodytextpat =======
15954 <HTML>
15955 <HEAD>
15956 <TITLE>BodyText Pattern Explained</TITLE>
15957 </HEAD>
15958 <BODY>
15959 <H1>BodyText Pattern Explained</H1>
15961 This is similar to the header patterns.
15962 Instead of comparing with text in a particular header field it 
15963 is compared with all of the text in the message body.
15965 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
15966 &quot;!&quot; &quot;toggle NOT&quot; command.
15967 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
15968 It will be considered a match if there are no matches between the
15969 text of the body of the message and the list of BodyText patterns.
15971 Don't make the mistake of putting the &quot;!&quot; in the data field for
15972 the pattern.
15973 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
15974 pattern, the pattern will look like:
15976 <PRE>
15977  BdyText pattern = !frizzle
15978 </PRE>
15980 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15981 In order to match messages that do not have &quot;frizzle&quot; in
15982 their BodyText, first type the characters &quot;frizzle&quot; followed
15983 by carriage return for the value of the BodyText pattern, then negate it
15984 by typing the &quot;!&quot; command.
15985 It should end up looking like
15987 <PRE>
15988  ! BodyText pattern = frizzle
15989 </PRE>
15991 It is possible that you may notice degraded performance when using
15992 BodyText Patterns.
15994 A technicality: Since comma is the character used to separate multiple
15995 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15996 you want to include a literal comma in the field.
15997 In other words, if you type a backslash followed by a comma it will
15998 be interpreted as a comma by Alpine, instead of as a separator between
15999 pattern values.
16000 All other backslashes are literal backslashes and should not be escaped.
16002 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16003 for more information on Patterns.
16005 Look <A HREF="h_edit_nav_cmds">here</A>
16006 to see the available Editing and Navigation commands.
16008 &lt;End of help on this topic&gt;
16009 </BODY>
16010 </HTML>
16011 ======= h_config_role_charsetpat =======
16012 <HTML>
16013 <HEAD>
16014 <TITLE>Character Set Pattern Explained</TITLE>
16015 </HEAD>
16016 <BODY>
16017 <H1>Character Set Pattern Explained</H1>
16019 A message may use one or more character sets.
16020 This part of the Pattern matches messages that make use of
16021 certain specified character sets.
16022 It will be considered a match if a message uses any of the character
16023 sets in the list you give here.
16026 When filling in a value for this field, you may use
16027 the &quot;T&quot; command, which presents you with a large list of
16028 possible character sets to choose from.
16029 You may also just type in the name of a character set, and it need not
16030 be one that Alpine knows about.
16033 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16034 GB2312) you may also use some shorthand names that Alpine provides.
16035 These names are more understandable shorthand names for sets of 
16036 character set names.
16037 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16038 Selecting one of these shorthand names is equivalent to selecting all of
16039 the character sets that make up the set.
16040 You can see all of these shorthand names and the lists of character sets
16041 they stand for by typing the &quot;T&quot; command.
16044 For the purposes of this Pattern,
16045 Alpine will search through a message for all of the text parts and
16046 collect the character sets declared for each part.
16047 It will also look in the Subject line for a character set used there.
16048 Alpine does not actually look at the text of the message or the text
16049 of the Subject to determine if a declared character set is actually
16050 used, it looks only at the declarations themselves in the MIME part headers
16051 and in the Subject.
16054 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16055 &quot;!&quot; &quot;toggle NOT&quot; command.
16056 This changes the meaning of the Character Set pattern so that
16057 it has the opposite meaning.
16058 It will be considered a match if none of the character sets in the
16059 list are used in a message.
16061 Don't make the mistake of putting the &quot;!&quot; in the data field for
16062 the pattern.
16063 For example, if you type the characters &quot;!GB2312&quot; into the
16064 Character Set pattern, the pattern will look like:
16066 <PRE>
16067  Charset pattern = !GB2312
16068 </PRE>
16070 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16071 In order to match messages that do not have the
16072 character set &quot;GB2312&quot;
16073 set, first type the characters &quot;GB2312&quot; followed
16074 by carriage return for the value of the Character Set pattern, then negate it
16075 by typing the &quot;!&quot; command.
16076 It should end up looking like
16078 <PRE>
16079  ! Charset pattern = GB2312
16080 </PRE>
16082 A technicality: Since comma is the character used to separate multiple
16083 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16084 you want to include a literal comma in the field.
16085 In other words, if you type a backslash followed by a comma it will
16086 be interpreted as a comma by Alpine, instead of as a separator between
16087 pattern values.
16088 All other backslashes are literal backslashes and should not be escaped.
16090 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16091 for more information on Patterns.
16093 Look <A HREF="h_edit_nav_cmds">here</A>
16094 to see the available Editing and Navigation commands.
16096 &lt;End of help on this topic&gt;
16097 </BODY>
16098 </HTML>
16099 ======= h_config_role_keywordpat =======
16100 <HTML>
16101 <HEAD>
16102 <TITLE>Keyword Pattern Explained</TITLE>
16103 </HEAD>
16104 <BODY>
16105 <H1>Keyword Pattern Explained</H1>
16107 A folder may have user-defined keywords.
16108 These are similar to the Important flag, which the user may set using the
16109 Flag command.
16110 The difference is that the Important flag is always present for each folder.
16111 User-defined keywords are picked by the user.
16112 You may add new keywords by defining them in the
16113 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16114 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16115 the Flag command may be used to set or clear the keyword on individual messages.
16116 If you have given a keyword a nickname when configuring it,
16117 that nickname may be used instead of the actual keyword.
16120 When filling in a value for this field, it may be easiest to use
16121 the &quot;T&quot; command, which presents you with a list of the keywords
16122 you have defined to choose from.
16125 This part of the Pattern matches messages with certain keywords set.
16126 It will be considered a match if a message has any of the keywords in the
16127 list set.
16128 A keyword that you have not defined using the
16129 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16130 will not be a match.
16133 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16134 &quot;!&quot; &quot;toggle NOT&quot; command.
16135 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16136 It will be considered a match if none of the keywords in the list are set
16137 for a message.
16138 A keyword that you have not defined using the
16139 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16140 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16142 Don't make the mistake of putting the &quot;!&quot; in the data field for
16143 the pattern.
16144 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16145 pattern, the pattern will look like:
16147 <PRE>
16148  Keyword pattern = !frizzle
16149 </PRE>
16151 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16152 In order to match messages that do not have the keyword &quot;frizzle&quot;
16153 set, first type the characters &quot;frizzle&quot; followed
16154 by carriage return for the value of the Keyword pattern, then negate it
16155 by typing the &quot;!&quot; command.
16156 It should end up looking like
16158 <PRE>
16159  ! Keyword pattern = frizzle
16160 </PRE>
16162 A technicality: Since comma is the character used to separate multiple
16163 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16164 you want to include a literal comma in the field.
16165 In other words, if you type a backslash followed by a comma it will
16166 be interpreted as a comma by Alpine, instead of as a separator between
16167 pattern values.
16168 All other backslashes are literal backslashes and should not be escaped.
16170 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16171 for more information on Patterns.
16173 Look <A HREF="h_edit_nav_cmds">here</A>
16174 to see the available Editing and Navigation commands.
16176 &lt;End of help on this topic&gt;
16177 </BODY>
16178 </HTML>
16179 ======= h_config_role_arbpat =======
16180 <HTML>
16181 <HEAD>
16182 <TITLE>Extra Header Patterns Explained</TITLE>
16183 </HEAD>
16184 <BODY>
16185 <H1>Extra Header Patterns Explained</H1>
16187 The header patterns that come after the Participant pattern but before the 
16188 AllText pattern are extra header patterns that you have added to a rule's
16189 Pattern. These are just like the other header patterns except that
16190 the contents of the particular header listed on the left hand side will
16191 be used for comparisons.
16193 The &quot;eXtraHdr&quot; command may be used to add more of these
16194 header patterns to the rule you are editing.
16196 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16197 extra header pattern from the rule you are editing.
16199 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16200 &quot;!&quot; &quot;toggle NOT&quot; command.
16201 This changes the meaning of the pattern so that it has the opposite meaning.
16202 It will be considered a match if there are no matches between the
16203 text in the header line and the list of patterns.
16205 Don't make the mistake of putting the &quot;!&quot; in the data field for
16206 the pattern.
16207 For example, if you type the characters &quot;!frizzle&quot; into the
16208 pattern, the pattern will look like:
16210 <PRE>
16211  Xyz pattern = !frizzle
16212 </PRE>
16214 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16215 In order to match messages that do not have &quot;frizzle&quot; in
16216 their Xyz field, first type the characters &quot;frizzle&quot; followed
16217 by carriage return for the value of the pattern, then negate it
16218 by typing the &quot;!&quot; command.
16219 It should end up looking like
16221 <PRE>
16222  ! Xyz pattern = frizzle
16223 </PRE>
16226 A technicality: Since comma is the character used to separate multiple
16227 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16228 you want to include a literal comma in the field.
16229 In other words, if you type a backslash followed by a comma it will
16230 be interpreted as a comma by Alpine, instead of as a separator between
16231 pattern values.
16232 All other backslashes are literal backslashes and should not be escaped.
16234 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16235 for more information on Patterns.
16237 Look <A HREF="h_edit_nav_cmds">here</A>
16238 to see the available Editing and Navigation commands.
16240 &lt;End of help on this topic&gt;
16241 </BODY>
16242 </HTML>
16243 ======= h_config_role_cat_cmd =======
16244 <HTML>
16245 <HEAD>
16246 <TITLE>Categorizer Command Explained</TITLE>
16247 </HEAD>
16248 <BODY>
16249 <H1>Categorizer Command Explained</H1>
16251 This is a command that is run with its standard input set to the message
16252 being checked and its standard output discarded.
16253 The full directory path should be specified.
16254 The command will be run and then its exit status will be checked against
16255 the Exit Status Interval, which defaults to just the value zero.
16256 If the exit status of the command falls in the interval, it is considered
16257 a match, otherwise it is not a match.
16260 This option may actually be a list of commands.
16261 The first one that exists and is executable is used.
16262 That makes it possible to use the same configuration with Unix Alpine and
16263 PC-Alpine.
16266 If none of the commands in the list exists and is executable then the rule
16267 is <EM>not</EM> a match.
16268 If it is possible that the command may not exist, you should be careful
16269 to structure your rules so that nothing destructive
16270 happens when the command does not exist.
16271 For example, you might have a filter that filters away spam when there is
16272 a match but does nothing when there is not a match.
16273 That would cause no harm if the command didn't exist.
16274 However, if you have a filter that filters away spam when there is not
16275 a match and keeps it when there is a match, that would filter everything
16276 if the categorizer command didn't exist.
16278 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16279 setup for the bogofilter filter.
16282 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16283 for more information on Patterns.
16285 Look <A HREF="h_edit_nav_cmds">here</A>
16286 to see the available Editing and Navigation commands.
16288 &lt;End of help on this topic&gt;
16289 </BODY>
16290 </HTML>
16291 ======= h_config_role_cat_cmd_example =======
16292 <HTML>
16293 <HEAD>
16294 <TITLE>Categorizer Command Example</TITLE>
16295 </HEAD>
16296 <BODY>
16297 <H1>Categorizer Command Example</H1>
16299 Bogofilter
16300 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16301 is a mail filter that attempts to classify mail as spam or
16302 non-spam using statistical analysis of the message content.
16303 When run with no arguments and a message as standard input, it exits with
16304 exit status 0 if it thinks a message is spam and 1 if it thinks
16305 it is not spam.
16306 To use bogofilter as your Categorizer Command you would simply set Command to
16307 the pathname of the bogofilter program.
16308 For example,
16310 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16312 Exit status of zero is what you are interested in, so you'd set the
16313 Exit Status Interval to
16315 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16318 In order to prevent downloading an entire huge message to check for spam, you
16319 might want to set the Character Limit to a few thousand characters (the
16320 assumption being that the spam will reveal itself in those characters)
16322 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16325 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16326 be to move the message to a spam folder.
16327 It would usually be wise to also check the &quot;Message is Recent&quot;
16328 part of the rule so that messages are only checked when they first arrive,
16329 and to restrict the Current Folder Type to just your INBOX.
16330 The reason for checking only Recent messages is to save the time it takes
16331 to run bogofilter on each message.
16332 As an experiment, you might start out by using this in an Indexcolor Rule
16333 instead of a Filter Rule.
16334 In that case, you probably wouldn't check the Recent checkbox.
16336 The use described above assumes that you are somehow maintaining bogofilter's
16337 database of words associated with spam and non-spam messages.
16338 One way to start your database would be to select a bunch of spam messages
16339 in Alpine (you might Save spam messages to a special folder or use Alpine's
16340 Select command to select several) and then Apply
16341 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16342 a pipe command to the spam messages.
16343 For example, you could have a shell script or an alias
16344 called <EM>this_is_spam</EM>, which would simply be the command
16346 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16349 It is probably best to use the pipe command's Raw Text, With Delimiter,
16350 and Free Output options,
16351 which are at the bottom of the screen when you type the pipe command.
16352 That's because bogofilter expects the raw message as input, and uses
16353 the Delimiters to tell when a new message starts.
16354 You would not need to use a separate pipe for each message, because
16355 bogofilter can handle multiple messages at once.
16357 Similarly, you would select a group of non-spam messages
16358 and run them through a <EM>this_is_nonspam</EM> script
16359 that was something like
16361 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16364 For the more adventurous, the next step might be to automate the upkeep of
16365 the bogofilter database.
16366 It might make more sense to have bogofilter be part of the delivery process,
16367 but it is also possible to do it entirely from within Alpine.
16368 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16369 the &quot;-u&quot; argument will cause bogofilter to update the database.
16371 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16373 You'd want a couple more aliases or shell scripts called something like
16374 <EM>change_to_spam</EM>
16376 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16379 <EM>change_to_nonspam</EM>
16381 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16383 When you run across a message in your INBOX that should have been
16384 classified as spam you would pipe it to the change_to_spam script, and
16385 when you run across a message in your spam folder that should have been
16386 left in your INBOX you would pipe it through change_to_nonspam.
16389 There is a technical problem with this approach.
16390 Alpine may check your filters more than once.
16391 In particular, every time you start Alpine the filters will be checked for
16392 each message.
16393 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16394 then Alpine will recheck for matches in messages that have changed state
16395 at the time you close the folder and before expunging.
16396 This is usually ok.
16397 However, in this case it is a problem because the command
16399 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16401 has the side effect of updating the database.
16402 So you run the risk of updating the database multiple times for a single
16403 message instead of updating it just once per message.
16404 There are some ways to work around this problem.
16405 What you need is a way to mark the message after you have run the filter.
16406 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16407 Besides having the filter move the message to a spam folder, also have it
16408 set the Bogo keyword.
16409 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16410 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16411 This rule can only set the Bogo keyword for the messages that it matches.
16412 You will also need to add a second rule right after this one that
16413 matches all the messages that don't have the Bogo keyword set
16414 (put the keyword in the Keyword pattern and toggle
16415 the Not with the ! command)
16416 and takes the action of setting it.
16417 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16418 (and so it won't re-run the bogofilter command) if the keyword is already
16419 set.
16421 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16422 on all messages that don't have the Bogo keyword set.
16423 This will have the side effect of inserting that message in the bogofilter
16424 database, match or not.
16425 If this rule matches (it is spam), the Bogo keyword will be set and
16426 the message will be moved to a spam folder.
16427 If it does not match, the
16428 following rule will mark the message by turning on the keyword.
16429 This second rule should be a non-terminating
16430 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16431 rule so that it doesn't stop the filtering process before the rest of
16432 your rules are consulted.
16435 In summary, the first rule is something like
16436 <PRE>
16437   Nickname          = bogofilter -u rule
16438   Current Folder Type =
16439                (*) Specific
16440                    Folder = INBOX
16442   ! Keyword pattern = Bogo
16444   External Categorizer Commands =
16445        Command              = /usr/local/bin/bogofilter -u
16446        Exit Status Interval = (0,0)
16447        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16449   Filter Action =
16450        (*) Move
16451            Folder = spam
16452   
16453   Set These Keywords   = Bogo
16454 </PRE>
16456 and the following rule is
16457 <PRE>
16458   Nickname          = Set Bogo Keyword
16459   Current Folder Type =
16460                (*) Specific
16461                    Folder = INBOX
16463   ! Keyword pattern = Bogo
16465   Filter Action =
16466        (*) Just Set Message Status
16468   Set These Keywords   = Bogo
16470   Features =
16471       [X]  dont-stop-even-if-rule-matches
16472 </PRE>
16474 If it is possible for you to insert bogofilter in the delivery process instead
16475 of having it called from Alpine you could prevent having to wait
16476 for the bogofilter processing while you read your mail.
16477 You would have bogofilter add a header to the message at the time of delivery
16478 that identified it as spam or nonspam.
16479 With this method, you could avoid using a Categorizer Command while running Alpine,
16480 and just match on the header instead.
16481 You might still want to use the scripts mentioned above to initialize the
16482 database or to re-classify wrongly classified messages.
16485 Finally, it isn't for the faint-hearted,
16486 but it is also possible to run bogofilter from PC-Alpine.
16487 You can install Cygwin from
16488 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16489 then compile bogofilter in the cygwin environment, and run it from
16490 within PC-Alpine.
16491 You would end up with a Categorizer command that looked something like
16493 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16495 Note that the &quot;.exe&quot; extension is explicit,
16496 and that the bogofilter.exe executable should be in the same directory
16497 as cygwin1.dll.
16500 &lt;End of help on this topic&gt;
16501 </BODY>
16502 </HTML>
16503 ======= h_config_role_cat_status =======
16504 <HTML>
16505 <HEAD>
16506 <TITLE>Exit Status Interval Explained</TITLE>
16507 </HEAD>
16508 <BODY>
16509 <H1>Exit Status Interval Explained</H1>
16511 The categorizer command is run and the result is the exit status of
16512 that command.
16513 If that exit status falls in the Exit Status Interval
16514 then it is considered a match, otherwise it is not a match.
16515 Of course for the entire rule to match, it must also be checked against
16516 the other defined parts of the Pattern.
16518 The Exit Status Interval defaults to the single value 0 (zero).
16519 If you define it, it should be set to something like:
16521 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16523 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16524 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16525 positive and negative integers.
16527 Actually, a list of intervals may be used if you wish.
16528 A list would look like
16530 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16532 When there is an Exit Status Interval defined, it is a match if the exit status
16533 of the categorizer command is contained in any of the intervals.
16534 The intervals include both endpoints.
16536 The default interval is
16538 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16540 and it matches only if the command exits with exit status equal to zero.
16543 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16544 for more information on Patterns.
16546 Look <A HREF="h_edit_nav_cmds">here</A>
16547 to see the available Editing and Navigation commands.
16549 &lt;End of help on this topic&gt;
16550 </BODY>
16551 </HTML>
16552 ======= h_config_role_cat_limit =======
16553 <HTML>
16554 <HEAD>
16555 <TITLE>Character Limit Explained</TITLE>
16556 </HEAD>
16557 <BODY>
16558 <H1>Character Limit Explained</H1>
16560 Setting this option makes it possible to limit how much of the message
16561 is made available to the categorizer command as input.
16562 The default value (-1) means that the entire message is fed to the
16563 command.
16564 A value of 0 (zero) means that only the headers of the message are
16565 made available.
16566 A positive integer means that the headers plus that many characters from
16567 the body of the message are passed to the categorizer.
16570 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16571 for more information on Patterns.
16573 Look <A HREF="h_edit_nav_cmds">here</A>
16574 to see the available Editing and Navigation commands.
16576 &lt;End of help on this topic&gt;
16577 </BODY>
16578 </HTML>
16579 ======= h_config_role_age =======
16580 <HTML>
16581 <HEAD>
16582 <TITLE>Age Interval Explained</TITLE>
16583 </HEAD>
16584 <BODY>
16585 <H1>Age Interval Explained</H1>
16587 The Age Interval, if defined, is part of the Pattern.
16588 If you use this, it should be set to something like:
16590 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16592 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16593 The special value &quot;INF&quot; may be used for the max value.
16594 It represents infinity.
16596 In rare cases it may be useful to use the more general form of the value,
16597 which is a comma-separated list of intervals.
16598 It would look something like:
16600 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16602 When there is an Age Interval defined, it is a match if the age, in days, of
16603 the message is contained in the interval.
16604 The interval includes both endpoints.
16605 If the option is set to a list of intervals then it is a match if the
16606 age of the message is contained in any of the intervals.
16608 Even though this option is called Age, it isn't actually
16609 the <EM>age</EM> of the message.
16610 Instead, it is how many days ago the message arrived in one of your folders.
16611 If the current time is a little past midnight, then a message that arrived
16612 just before midnight arrived yesterday, even though the message is only
16613 a few minutes old.
16614 By default, the date being used is not the date in the Date
16615 header of the message.
16616 It is the date that the message arrived in one of your folders.
16617 When you Save a message from one folder to another that arrival date
16618 is preserved.
16619 If you would like to use the date in the Date header that is possible.
16620 Turn on the option
16621 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16622 near the bottom of the rule definition.
16624 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16625 The age interval
16627 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16629 matches all messages that arrived on the day before yesterday.
16630 The interval
16632 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16634 matches all messages that arrived at least 180 days before today.
16635 The interval
16637 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16639 matches all messages that arrived today or yesterday.
16642 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16643 for more information on Patterns.
16645 Look <A HREF="h_edit_nav_cmds">here</A>
16646 to see the available Editing and Navigation commands.
16648 &lt;End of help on this topic&gt;
16649 </BODY>
16650 </HTML>
16651 ======= h_config_role_size =======
16652 <HTML>
16653 <HEAD>
16654 <TITLE>Size Interval Explained</TITLE>
16655 </HEAD>
16656 <BODY>
16657 <H1>Size Interval Explained</H1>
16659 The Size Interval, if defined, is part of the Pattern.
16660 If you use this, it should be set to something like:
16662 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16664 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
16665 The special value &quot;INF&quot; may be used for the max value.
16666 It represents infinity.
16668 In rare cases it may be useful to use the more general form of the value,
16669 which is a comma-separated list of intervals.
16670 It would look something like:
16672 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
16674 When there is a Size Interval defined, it is a match if the size of
16675 the message is contained in the interval.
16676 The interval includes both endpoints.
16677 If the option is set to a list of intervals then it is a match if the
16678 size of the message is contained in any of the intervals.
16680 The size interval
16682 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
16684 matches all messages with sizes greater than or equal to 10000, and less
16685 than or equal to 50000.
16686 The interval
16688 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
16690 matches all messages with sizes greater than or equal to 100000.
16693 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16694 for more information on Patterns.
16696 Look <A HREF="h_edit_nav_cmds">here</A>
16697 to see the available Editing and Navigation commands.
16699 &lt;End of help on this topic&gt;
16700 </BODY>
16701 </HTML>
16702 ======= h_config_role_scorei =======
16703 <HTML>
16704 <HEAD>
16705 <TITLE>Score Interval Explained</TITLE>
16706 </HEAD>
16707 <BODY>
16708 <H1>Score Interval Explained</H1>
16710 The Score Interval, if defined, is part of the Pattern.
16711 If you use this, it should be set to something like:
16713 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
16715 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
16716 -32000 and 32000.
16717 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
16718 the min and max values.
16719 These represent negative and positive infinity.
16721 Actually, the value may be a list of intervals rather than just a
16722 single interval if that is useful.
16723 The elements of the list are separated by commas like:
16725 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
16727 When there is a Score Interval defined, it is a match if the score for
16728 the message is contained in any of the intervals.
16729 The intervals include both endpoints.
16730 The score for a message is calculated by looking at every scoring rule
16731 defined and adding up the Score Values for the rules that match the message.
16732 Scoring rules are created using the
16733 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
16736 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16737 for more information on Patterns.
16739 Look <A HREF="h_edit_nav_cmds">here</A>
16740 to see the available Editing and Navigation commands.
16742 &lt;End of help on this topic&gt;
16743 </BODY>
16744 </HTML>
16745 ======= h_config_role_fldr_type =======
16746 <HTML>
16747 <HEAD>
16748 <TITLE>Current Folder Type Explained</TITLE>
16749 </HEAD>
16750 <BODY>
16751 <H1>Current Folder Type Explained</H1>
16753 The Current Folder Type is part of the role's Pattern.
16754 It refers to the type of the currently open folder, which is the folder
16755 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
16756 In order for a role to be considered a match, the current folder must
16757 be of the type you set here.
16758 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16759 all what you might think.
16761 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
16762 example, then
16763 that role will only be a match if the current folder is a newsgroup and
16764 the rest of the Pattern matches.
16765 The value &quot;Specific&quot; may be used when you want to limit the match
16766 to a specific folder (not just a specific type of folder), or to a list of
16767 specific folders.
16769 In order to match a specific folder you Select the &quot;Specific&quot;
16770 button <EM>AND</EM> fill in
16771 the name (or list of names) of
16772 the folder in the &quot;Folder List&quot; field.
16773 If the current folder is any of the folders in the list, that is considered
16774 a match.
16775 The name of each folder in the list may be either &quot;INBOX&quot;,
16776 the technical specification
16777 of the folder (like what appears in your configuration file) or, if the
16778 folder is one of your incoming folders, it may be the nickname you've given
16779 the folder.
16780 Here are a couple samples of specific folder names:
16782 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16784 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16786 The easiest way to fill in the &quot;Folder List&quot; field is to use
16787 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
16788 highlighted, or to use the &quot;Take&quot; command with the configuration
16789 feature
16790 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
16791 turned on.
16792 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16793 Current Folder Type is set to &quot;Specific&quot;, and any value that
16794 &quot;Folder List&quot; has is ignored unless the type
16795 is set to &quot;Specific&quot;.
16797 When reading a newsgroup, there may be a performance penalty
16798 incurred when collecting the information necessary to check a Pattern.
16799 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16801 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16802 for more information on Patterns.
16804 Look <A HREF="h_edit_nav_cmds">here</A>
16805 to see the available Editing and Navigation commands.
16807 &lt;End of help on this topic&gt;
16808 </BODY>
16809 </HTML>
16810 ======= h_config_filt_rule_type =======
16811 <HTML>
16812 <HEAD>
16813 <TITLE>Filter Action Explained</TITLE>
16814 </HEAD>
16815 <BODY>
16816 <H1>Filter Action Explained</H1>
16818 The Filter Action specifies the action to be taken when the Pattern is a
16819 match.
16820 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
16821 &quot;Just Set Message Status&quot;.
16823 If it is set to &quot;Delete&quot;, then the message that matches the
16824 Pattern will be deleted from the open folder.
16826 If it is set to &quot;Move&quot;, then the name of the folder to which
16827 the matching message should be moved is given in the &quot;Folder List&quot; field on the
16828 next line of the screen.
16829 A list of folders separated by commas may be given, in which case the
16830 message will be copied to all of the folders in the list before it is
16831 deleted.
16833 If it is set to neither of those two values (it is set to the value
16834 labeled &quot;Just Set Message Status&quot;) then the message status
16835 setting will happen
16836 but the message will not be deleted or moved.
16838 If you are Moving a message you may also set Message Status if you wish.
16840 The easiest way to fill in the &quot;Folder List&quot; field is to use
16841 the T command that is available when the &quot;Folder List&quot; line is
16842 highlighted.
16843 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16844 Filter Action is set to &quot;Move&quot;, and any value that
16845 &quot;Folder List&quot; has is ignored unless the type
16846 is set to &quot;Move&quot;.
16848 There are a few tokens that may be used in the names in the Folder List.
16849 They are all related to the date on which the filtering is taking place.
16850 The tokens are words surrounded by underscores.
16851 For example, if you want your filter to move messages to a folder named
16852 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
16853 you could specify the folder as
16854 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
16855 which would result in a file named something like
16856 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
16858 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
16859 which would result in a file named something like
16860 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
16861 The available tokens are listed
16862 <A HREF="h_index_tokens">here</A>.
16864 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16865 for more information on Patterns.
16867 Look <A HREF="h_edit_nav_cmds">here</A>
16868 to see the available Editing and Navigation commands.
16870 &lt;End of help on this topic&gt;
16871 </BODY>
16872 </HTML>
16873 ======= h_config_score_fldr_type =======
16874 <HTML>
16875 <HEAD>
16876 <TITLE>Current Folder Type Explained</TITLE>
16877 </HEAD>
16878 <BODY>
16879 <H1>Current Folder Type Explained</H1>
16881 The Current Folder Type is part of the scoring rule's Pattern.
16882 It refers to the type of the folder that
16883 the message being scored is in.
16884 In order for a rule to be considered a match, the current folder must
16885 be of the type you set here.
16886 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16887 all what you might think.
16889 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16890 example, then
16891 that Pattern will only match if the current folder is a newsgroup and
16892 the rest of the Pattern matches.
16893 The value &quot;Specific&quot; may be used when you want to limit the match
16894 to a specific folder (not just a specific type of folder), or to a list of
16895 specific folders.
16897 In order to match a specific folder you Select the &quot;Specific&quot;
16898 button <EM>AND</EM> fill in
16899 the name (or list of names) of
16900 the folder in the &quot;Folder List&quot; field.
16901 If the current folder is any of the folders in the list, that is considered
16902 a match.
16903 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16904 of the folder (like what appears in your configuration file) or, if the
16905 folder is one of your incoming folders, it may be the nickname you've given
16906 the folder.
16907 Here are a couple samples of specific folder names:
16909 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16911 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16913 The easiest way to fill in the &quot;Folder List&quot; field is to use
16914 the T command that is available when the &quot;Folder List&quot; line is
16915 highlighted.
16916 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16917 Current Folder Type is set to &quot;Specific&quot;, and any value that
16918 &quot;Folder List&quot; has is ignored unless the type
16919 is set to &quot;Specific&quot;.
16921 When reading a newsgroup, there may be a performance penalty
16922 incurred when collecting the information necessary to check a Pattern.
16923 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16924 For example, if you have Index Line Coloring rules that have Score Intervals
16925 defined then the scores for all the visible messages will need to be calculated.
16926 If some of your Scoring rules have 
16927 a Current Folder Type of
16928 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
16929 screen to draw more slowly when in a newsgroup.
16931 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16932 for more information on Patterns.
16934 Look <A HREF="h_edit_nav_cmds">here</A>
16935 to see the available Editing and Navigation commands.
16937 &lt;End of help on this topic&gt;
16938 </BODY>
16939 </HTML>
16940 ======= h_config_other_fldr_type =======
16941 <HTML>
16942 <HEAD>
16943 <TITLE>Current Folder Type Explained</TITLE>
16944 </HEAD>
16945 <BODY>
16946 <H1>Current Folder Type Explained</H1>
16948 The Current Folder Type is part of the rule's Pattern.
16949 It refers to the type of the folder being viewed.
16950 In order for a rule to be considered a match, the current folder must
16951 be of the type you set here.
16952 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16953 all what you might think.
16955 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16956 example, then
16957 that Pattern will only match if the current folder is a newsgroup.
16958 The value &quot;Specific&quot; may be used when you want to limit the match
16959 to a specific folder (not just a specific type of folder), or to a list of
16960 specific folders.
16962 In order to match a specific folder you Select the &quot;Specific&quot;
16963 button <EM>AND</EM> fill in
16964 the name (or list of names) of
16965 the folder in the &quot;Folder List&quot; field.
16966 If the current folder is any of the folders in the list, that is considered
16967 a match.
16968 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16969 of the folder (like what appears in your configuration file) or, if the
16970 folder is one of your incoming folders, it may be the nickname you've given
16971 the folder.
16972 Here are a couple samples of specific folder names:
16974 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16976 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16978 The easiest way to fill in the &quot;Folder List&quot; field is to use
16979 the T command that is available when the &quot;Folder List&quot; line is
16980 highlighted.
16981 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16982 Current Folder Type is set to &quot;Specific&quot;, and any value that
16983 &quot;Folder List&quot; has is ignored unless the type
16984 is set to &quot;Specific&quot;.
16986 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16987 for more information on Patterns.
16989 Look <A HREF="h_edit_nav_cmds">here</A>
16990 to see the available Editing and Navigation commands.
16992 &lt;End of help on this topic&gt;
16993 </BODY>
16994 </HTML>
16995 ======= h_config_incol_fldr_type =======
16996 <HTML>
16997 <HEAD>
16998 <TITLE>Current Folder Type Explained</TITLE>
16999 </HEAD>
17000 <BODY>
17001 <H1>Current Folder Type Explained</H1>
17003 The Current Folder Type is part of the Line Coloring rule's Pattern.
17004 It refers to the type of the folder for which the MESSAGE INDEX is
17005 being viewed.
17006 In order for a rule to be considered a match, the current folder must
17007 be of the type you set here.
17008 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17009 all what you might think.
17011 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17012 example, then
17013 that Pattern will only match if the current folder is a newsgroup and
17014 the rest of the Pattern matches.
17015 The value &quot;Specific&quot; may be used when you want to limit the match
17016 to a specific folder (not just a specific type of folder), or to a list of
17017 specific folders.
17019 In order to match a specific folder you Select the &quot;Specific&quot;
17020 button <EM>AND</EM> fill in
17021 the name (or list of names) of
17022 the folder in the &quot;Folder List&quot; field.
17023 If the current folder is any of the folders in the list, that is considered
17024 a match.
17025 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17026 of the folder (like what appears in your configuration file) or, if the
17027 folder is one of your incoming folders, it may be the nickname you've given
17028 the folder.
17029 Here are a couple samples of specific folder names:
17031 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17033 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17035 The easiest way to fill in the &quot;Folder List&quot; field is to use
17036 the T command that is available when the &quot;Folder List&quot; line is
17037 highlighted.
17038 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17039 Current Folder Type is set to &quot;Specific&quot;, and any value that
17040 &quot;Folder List&quot; has is ignored unless the type
17041 is set to &quot;Specific&quot;.
17043 When reading a newsgroup, there may be a performance penalty
17044 incurred when collecting the information necessary to check a Pattern.
17045 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17046 For example, a rule with a non-Normal Index Line Color
17047 and a Current Folder Type of
17048 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17049 screen to draw more slowly when in a newsgroup.
17051 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17052 for more information on Patterns.
17054 Look <A HREF="h_edit_nav_cmds">here</A>
17055 to see the available Editing and Navigation commands.
17057 &lt;End of help on this topic&gt;
17058 </BODY>
17059 </HTML>
17060 ======= h_config_filt_fldr_type =======
17061 <HTML>
17062 <HEAD>
17063 <TITLE>Current Folder Type Explained</TITLE>
17064 </HEAD>
17065 <BODY>
17066 <H1>Current Folder Type Explained</H1>
17068 The Current Folder Type is part of the Filtering rule's Pattern.
17069 It refers to the type of the folder for which the filtering is being done.
17070 In order for a rule to be considered a match, the current folder must
17071 be of the type you set here.
17072 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17073 all what you might think.
17075 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17076 example, then
17077 that Pattern will only match if the current folder is a newsgroup and
17078 the rest of the Pattern matches.
17079 The value &quot;Specific&quot; may be used when you want to limit the match
17080 to a specific folder (not just a specific type of folder), or to a list of
17081 specific folders.
17083 In order to match a specific folder you Select the &quot;Specific&quot;
17084 button <EM>AND</EM> fill in
17085 the name (or list of names) of
17086 the folder in the &quot;Folder List&quot; field.
17087 If the current folder is any of the folders in the list, that is considered
17088 a match.
17089 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17090 of the folder (like what appears in your configuration file) or, if the
17091 folder is one of your incoming folders, it may be the nickname you've given
17092 the folder.
17093 Here are a couple samples of specific folder names:
17095 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17097 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17099 The easiest way to fill in the &quot;Folder List&quot; field is to use
17100 the T command that is available when the &quot;Folder List&quot; line is
17101 highlighted.
17102 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17103 Current Folder Type is set to &quot;Specific&quot;, and any value that
17104 &quot;Folder List&quot; has is ignored unless the type
17105 is set to &quot;Specific&quot;.
17107 When reading a newsgroup, there may be a performance penalty
17108 incurred when collecting the information necessary to check a Pattern.
17109 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17110 For example, a rule with a Current Folder Type of either
17111 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17112 more slowly when opening a newsgroup.
17114 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17115 for more information on Patterns.
17117 Look <A HREF="h_edit_nav_cmds">here</A>
17118 to see the available Editing and Navigation commands.
17120 &lt;End of help on this topic&gt;
17121 </BODY>
17122 </HTML>
17123 ======= h_config_role_stat_imp =======
17124 <HTML>
17125 <HEAD>
17126 <TITLE>Message Important Status Explained</TITLE>
17127 </HEAD>
17128 <BODY>
17129 <H1>Message Important Status Explained</H1>
17131 This part of the Pattern may have one of three possible values.
17132 The default value is &quot;Don't care&quot;, which matches any message.
17133 The other two values are &quot;Yes&quot;, which means the message must be
17134 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17135 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17136 to be a match.
17138 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17139 for more information on Patterns.
17141 Look <A HREF="h_edit_nav_cmds">here</A>
17142 to see the available Editing and Navigation commands.
17144 &lt;End of help on this topic&gt;
17145 </BODY>
17146 </HTML>
17147 ======= h_config_role_stat_new =======
17148 <HTML>
17149 <HEAD>
17150 <TITLE>Message New Status Explained</TITLE>
17151 </HEAD>
17152 <BODY>
17153 <H1>Message New Status Explained</H1>
17155 This part of the Pattern may have one of three possible values.
17156 The default value is &quot;Don't care&quot;, which matches any message.
17157 The other two values are &quot;Yes&quot;, which means the message must be
17158 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17159 means the message must <EM>not</EM> be &quot;New&quot; in order
17160 to be a match.
17161 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17162 same as <EM>Seen</EM>.
17164 The nomenclature for New and Recent is a bit confusing:
17166 New means that the message is Unseen.
17167 It could have been in your mailbox for a long time but if you haven't looked
17168 at it, it is still considered New.
17169 That matches the default Alpine index display that shows an N for such a
17170 message.
17172 Recent means that the message was added to this folder since the last time
17173 you opened the folder.
17174 Alpine also shows an N by default for these types of messages.
17175 If you were to run two copies of Alpine that opened a folder one right after
17176 the other, a message would only show up as Recent in (at most) the first
17177 Alpine session.
17179 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17180 for more information on Patterns.
17182 Look <A HREF="h_edit_nav_cmds">here</A>
17183 to see the available Editing and Navigation commands.
17185 &lt;End of help on this topic&gt;
17186 </BODY>
17187 </HTML>
17188 ======= h_config_role_stat_recent =======
17189 <HTML>
17190 <HEAD>
17191 <TITLE>Message Recent Status Explained</TITLE>
17192 </HEAD>
17193 <BODY>
17194 <H1>Message Recent Status Explained</H1>
17196 This part of the Pattern may have one of three possible values.
17197 The default value is &quot;Don't care&quot;, which matches any message.
17198 The other two values are &quot;Yes&quot;, which means the message must be
17199 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17200 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17201 to be a match.
17202 &quot;Recent&quot; means that the message was added to the folder since
17203 the last time the folder was opened.
17204 If more than one mail client has the folder opened, the message will
17205 appear to be &quot;Recent&quot; to only one of the clients.
17207 The nomenclature for New and Recent is a bit confusing:
17209 New means that the message is Unseen.
17210 It could have been in your mailbox for a long time but if you haven't looked
17211 at it, it is still considered New.
17212 That matches the default Alpine index display that shows an N for such a
17213 message.
17215 Recent means that the message was added to this folder since the last time
17216 you opened the folder.
17217 Alpine also shows an N by default for these types of messages.
17218 If you were to run two copies of Alpine that opened a folder one right after
17219 the other, a message would only show up as Recent in (at most) the first
17220 Alpine session.
17222 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17223 for more information on Patterns.
17225 Look <A HREF="h_edit_nav_cmds">here</A>
17226 to see the available Editing and Navigation commands.
17228 &lt;End of help on this topic&gt;
17229 </BODY>
17230 </HTML>
17231 ======= h_config_role_stat_del =======
17232 <HTML>
17233 <HEAD>
17234 <TITLE>Message Deleted Status Explained</TITLE>
17235 </HEAD>
17236 <BODY>
17237 <H1>Message Deleted Status Explained</H1>
17239 This part of the Pattern may have one of three possible values.
17240 The default value is &quot;Don't care&quot;, which matches any message.
17241 The other two values are &quot;Yes&quot;, which means the message must be
17242 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17243 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17244 to be a match.
17246 If you are thinking of using this part of the Pattern as a way to prevent
17247 messages from being filtered more than once in a Filter Pattern,
17248 take a look at the Filter Option
17249 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17250 instead.
17251 It should work better than using this field since it will hide the filtered
17252 messages even if they are already Deleted.
17253 That option is at the bottom of the Filter configuration screen.
17255 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17256 for more information on Patterns.
17258 Look <A HREF="h_edit_nav_cmds">here</A>
17259 to see the available Editing and Navigation commands.
17261 &lt;End of help on this topic&gt;
17262 </BODY>
17263 </HTML>
17264 ======= h_config_role_stat_ans =======
17265 <HTML>
17266 <HEAD>
17267 <TITLE>Message Answered Status Explained</TITLE>
17268 </HEAD>
17269 <BODY>
17270 <H1>Message Answered Status Explained</H1>
17272 This part of the Pattern may have one of three possible values.
17273 The default value is &quot;Don't care&quot;, which matches any message.
17274 The other two values are &quot;Yes&quot;, which means the message must be
17275 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17276 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17277 to be a match.
17279 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17280 for more information on Patterns.
17282 Look <A HREF="h_edit_nav_cmds">here</A>
17283 to see the available Editing and Navigation commands.
17285 &lt;End of help on this topic&gt;
17286 </BODY>
17287 </HTML>
17288 ======= h_config_role_abookfrom =======
17289 <HTML>
17290 <HEAD>
17291 <TITLE>Address in Address Book Explained</TITLE>
17292 </HEAD>
17293 <BODY>
17294 <H1>Address in Address Book Explained</H1>
17296 This option gives you a way to match messages that contain an address
17297 that is in one of your address books.
17298 Only the simple entries in your address books are searched.
17299 Address book distribution lists are ignored!
17301 This part of the Pattern may have one of five possible values.
17302 The default value is &quot;Don't care&quot;, which matches any message.
17303 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17304 from the message must be in at least one of your
17305 address books in order to be a match.
17306 The value &quot;No, not in any address book&quot;
17307 means none of the addresses may
17308 be in any of your address books in order to be a match.
17310 The values &quot;Yes, in specific address books&quot; and
17311 &quot;No, not in any of specific address books&quot; are similar but instead
17312 of depending on all address books you are allowed to give a list of address
17313 books to look in.
17314 Usually this would be a single address book but it may be a
17315 list of address books as well.
17316 For each of these &quot;specific&quot; address book options you Select which
17317 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17318 name (or list of names) of the address book in the
17319 &quot;Abook List&quot; field.
17320 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17321 The easiest way to fill in the Abook List field it to use
17322 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17323 line is highlighted.
17324 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17325 option is set to one of the two &quot;Specific&quot;, values.
17327 The addresses from the message that are checked for are determined by the
17328 setting you have for &quot;Types of addresses to check for in address book&quot;.
17329 If you set this to &quot;From&quot; the From address from the message will
17330 be looked up in the address book.
17331 If you set it to &quot;To&quot; instead then the To addresses will be used.
17332 If any of the To addresses are in the address book then it is considered
17333 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17334 You could set it to both From and To, in which case all of the From and To
17335 addresses are used.
17336 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17337 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17338 exists or the From address if there is no Reply-To address.
17339 Same for the Sender address.
17341 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17342 for more information on Patterns.
17344 Look <A HREF="h_edit_nav_cmds">here</A>
17345 to see the available Editing and Navigation commands.
17347 &lt;End of help on this topic&gt;
17348 </BODY>
17349 </HTML>
17350 ======= h_config_inabook_from =======
17351 <HTML>
17352 <HEAD>
17353 <TITLE>From</TITLE>
17354 </HEAD>
17355 <BODY>
17356 <H1>From</H1>
17358 Setting the From line will cause the address from the From header line
17359 of the message to be checked for in the address book.
17361 &lt;End of help on this topic&gt;
17362 </BODY>
17363 </HTML>
17364 ======= h_config_inabook_replyto =======
17365 <HTML>
17366 <HEAD>
17367 <TITLE>Reply-To</TITLE>
17368 </HEAD>
17369 <BODY>
17370 <H1>Reply-To</H1>
17372 Setting the Reply-To line will cause the address from the Reply-To header line
17373 of the message to be checked for in the address book.
17374 However, if there is no Reply-To header line in the message the From header
17375 line will be used instead.
17376 We understand this is dumb but we don't have an easy way around it.
17378 &lt;End of help on this topic&gt;
17379 </BODY>
17380 </HTML>
17381 ======= h_config_inabook_sender =======
17382 <HTML>
17383 <HEAD>
17384 <TITLE>Sender</TITLE>
17385 </HEAD>
17386 <BODY>
17387 <H1>Sender</H1>
17389 Setting the Sender line will cause the address from the Sender header line
17390 of the message to be checked for in the address book.
17391 However, if there is no Sender header line in the message the From header
17392 line will be used instead.
17393 We understand this is dumb but we don't have an easy way around it.
17395 &lt;End of help on this topic&gt;
17396 </BODY>
17397 </HTML>
17398 ======= h_config_inabook_to =======
17399 <HTML>
17400 <HEAD>
17401 <TITLE>To</TITLE>
17402 </HEAD>
17403 <BODY>
17404 <H1>To</H1>
17406 Setting the To line will cause the address from the To header line
17407 of the message to be checked for in the address book.
17409 &lt;End of help on this topic&gt;
17410 </BODY>
17411 </HTML>
17412 ======= h_config_inabook_cc =======
17413 <HTML>
17414 <HEAD>
17415 <TITLE>CC</TITLE>
17416 </HEAD>
17417 <BODY>
17418 <H1>CC</H1>
17420 Setting the CC line will cause the address from the CC header line
17421 of the message to be checked for in the address book.
17423 &lt;End of help on this topic&gt;
17424 </BODY>
17425 </HTML>
17426 ======= h_config_role_stat_8bitsubj =======
17427 <HTML>
17428 <HEAD>
17429 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17430 </HEAD>
17431 <BODY>
17432 <H1>Raw 8-bit in Subject Explained</H1>
17434 It seems that lots of unwanted email contains unencoded 8-bit characters
17435 in the Subject.
17436 Normally, characters with the 8th bit set are not allowed in the Subject
17437 header unless they are MIME-encoded.
17438 This option gives you a way to match messages that have Subjects that
17439 contain unencoded 8-bit characters.
17441 This part of the Pattern may have one of three possible values.
17442 The default value is &quot;Don't care&quot;, which matches any message.
17443 The other two values are &quot;Yes&quot;, which means the Subject of
17444 the message must contain unencoded 8-bit characters (characters with the
17445 most significant bit set)
17446 in order to be a match; or &quot;No&quot;, which
17447 means the Subject must <EM>not</EM>
17448 contain unencoded 8-bit characters in order to be a match.
17450 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17451 for more information on Patterns.
17453 Look <A HREF="h_edit_nav_cmds">here</A>
17454 to see the available Editing and Navigation commands.
17456 &lt;End of help on this topic&gt;
17457 </BODY>
17458 </HTML>
17459 ======= h_config_role_bom =======
17460 <HTML>
17461 <HEAD>
17462 <TITLE>Beginning of Month</TITLE>
17463 </HEAD>
17464 <BODY>
17465 <H1>Beginning of Month</H1>
17467 This option gives you a limited ability to take different actions depending on whether
17468 this is the first time Alpine has been run this month or not.
17469 Though it would be nice to have such an option available, this is not the
17470 same as whether or not this is the first time a paricular folder has been
17471 opened this month.
17472 If you want some action (probably Filtering) to take place in a folder each
17473 month, then you will need to be sure that the folder is opened during the
17474 first Alpine session of the month in order for this option to be helpful.
17476 This part of the Pattern may have one of three possible values.
17477 The default value is &quot;Don't care&quot;, which matches any message.
17478 The other two values are &quot;Yes&quot;, which means this is the first
17479 time Alpine has been run this month;
17480 or &quot;No&quot;, which
17481 means this is not the first time Alpine has been run this month.
17483 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17484 for more information on Patterns.
17486 Here are some technical details.
17487 The way that Alpine decides if it is the beginning of the month or not is
17488 to compare today's date with the date stored in the
17489 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17490 variable in the config file.
17491 If the month of today's date is later than the month stored in the variable,
17492 then this is considered to be the first time you have run Alpine this month, and
17493 that turns the Beginning of the Month option on.
17495 Look <A HREF="h_edit_nav_cmds">here</A>
17496 to see the available Editing and Navigation commands.
17498 &lt;End of help on this topic&gt;
17499 </BODY>
17500 </HTML>
17501 ======= h_config_role_boy =======
17502 <HTML>
17503 <HEAD>
17504 <TITLE>Beginning of Year</TITLE>
17505 </HEAD>
17506 <BODY>
17507 <H1>Beginning of Year</H1>
17509 This option gives you a limited ability to take different actions depending on whether
17510 this is the first time Alpine has been run this year or not.
17511 Though it would be nice to have such an option available, this is not the
17512 same as whether or not this is the first time a paricular folder has been
17513 opened this year.
17514 If you want some action (probably Filtering) to take place in a folder each
17515 year, then you will need to be sure that the folder is opened during the
17516 first Alpine session of the year in order for this option to be helpful.
17518 This part of the Pattern may have one of three possible values.
17519 The default value is &quot;Don't care&quot;, which matches any message.
17520 The other two values are &quot;Yes&quot;, which means this is the first
17521 time Alpine has been run this year;
17522 or &quot;No&quot;, which
17523 means this is not the first time Alpine has been run this year.
17525 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17526 for more information on Patterns.
17528 Here are some technical details.
17529 The way that Alpine decides if it is the beginning of the year or not is
17530 to compare today's date with the date stored in the
17531 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17532 variable in the config file.
17533 If the year of today's date is later than the year stored in the variable,
17534 then this is considered to be the first time you have run Alpine this year, and
17535 that turns the Beginning of the Year option on.
17537 Look <A HREF="h_edit_nav_cmds">here</A>
17538 to see the available Editing and Navigation commands.
17540 &lt;End of help on this topic&gt;
17541 </BODY>
17542 </HTML>
17543 ======= h_config_role_inick =======
17544 <HTML>
17545 <HEAD>
17546 <TITLE>Initialize Values From Role Explained</TITLE>
17547 </HEAD>
17548 <BODY>
17549 <H1>Initialize Values From Role Explained</H1>
17551 This is a power user feature.
17552 You will usually want to leave this field empty.
17553 The value of this field is the nickname of another one of your roles.
17554 The Action values from that other role
17555 are used as the initial values of the Action items for this role.
17556 If you put something in any of the action fields for this role, that will
17557 override whatever was in the corresponding field of the initializer role.
17559 You might use this field if the &quot;Action&quot; part of one of your roles
17560 is something you want to use in more than one role.
17561 Instead of filling in those action values again for each role, you
17562 may give the nickname of the role where the values are filled in.
17563 It's just a shortcut way to define Role Actions.
17565 Here's an example to help explain how this works.
17566 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17567 (among other things)
17569 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17571 set.
17572 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17573 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17574 from role1 by default (and any of the other inheritable action values
17575 that are set).
17576 So if role2 had
17578 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17580 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17581 However, if role2 had
17583 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17585 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17587 If you wish,
17588 you may choose a nickname from your list of roles by using the
17589 &quot;T&quot; command.
17590 If the role you are using to initialize also has a role it initializes from,
17591 then that initialization happens first.
17592 That is, inheritance works as expected with the grandparent and
17593 great-grandparent (and so on) roles having the expected effect.
17595 Look <A HREF="h_edit_nav_cmds">here</A>
17596 to see the available Editing and Navigation commands.
17598 &lt;End of help on this topic&gt;
17599 </BODY>
17600 </HTML>
17601 ======= h_config_role_setfrom =======
17602 <HTML>
17603 <HEAD>
17604 <TITLE>Set From Explained</TITLE>
17605 </HEAD>
17606 <BODY>
17607 <H1>Set From Explained</H1>
17609 This describes part of the action to be taken if the Pattern for this
17610 role is a match.
17611 This field consists of a single address that will be used as the From
17612 address on the message you are sending.
17613 This should be a fully-qualified address like
17615 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17617 or just
17619 <CENTER><SAMP>user@domain</SAMP></CENTER>
17621 If you wish,
17622 you may choose an address from your address book with the
17623 &quot;T&quot; command.
17625 If this is left blank, then your normal From address will be used.
17627 You may also find it useful to add the changed From address to the
17628 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17629 configuration option.
17631 Look <A HREF="h_edit_nav_cmds">here</A>
17632 to see the available Editing and Navigation commands.
17634 &lt;End of help on this topic&gt;
17635 </BODY>
17636 </HTML>
17637 ======= h_config_role_setreplyto =======
17638 <HTML>
17639 <HEAD>
17640 <TITLE>Set Reply-To Explained</TITLE>
17641 </HEAD>
17642 <BODY>
17643 <H1>Set Reply-To Explained</H1>
17645 This describes part of the action to be taken if the Pattern for this
17646 role is a match.
17647 This field consists of a single address that will be used as the Reply-To
17648 address on the message you are sending.
17649 This may be a fully-qualified address like
17651 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17653 or just
17655 <CENTER><SAMP>user@domain</SAMP></CENTER>
17657 If you wish,
17658 you may choose an address from your address book with the
17659 &quot;T&quot; command.
17661 If this is left blank, then there won't be a Reply-To address unless
17662 you have configured one specially with the
17663 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17664 configuration option.
17666 Look <A HREF="h_edit_nav_cmds">here</A>
17667 to see the available Editing and Navigation commands.
17669 &lt;End of help on this topic&gt;
17670 </BODY>
17671 </HTML>
17672 ======= h_config_role_setfcc =======
17673 <HTML>
17674 <HEAD>
17675 <TITLE>Set Fcc Explained</TITLE>
17676 </HEAD>
17677 <BODY>
17678 <H1>Set Fcc Explained</H1>
17680 This describes part of the action to be taken if the Pattern for this
17681 role is a match.
17682 This field consists of a single folder name that will be used in
17683 the Fcc field of the message you are sending.
17684 You may put anything here that you would normally type into the Fcc
17685 field from the composer.
17687 In addition, an fcc of &quot;&quot; (two double quotation marks) means
17688 no Fcc.
17690 A blank field here means that Alpine will use its normal rules for deciding
17691 the default value of the Fcc field.
17692 For many roles, perhaps most, it may make more sense for you to use the
17693 other Alpine facilities for setting the Fcc.
17694 In particular, if you want the Fcc to depend on who you are sending the
17695 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
17696 is probably more useful.
17697 In that case, you would want to leave the Fcc field here blank.
17698 However, if you have a role that depends on who the message you are replying
17699 to was From, or what address that message was sent to;
17700 then it might make sense to set the Fcc for that role here.
17702 If you wish,
17703 you may choose a folder from your folder collections by using the
17704 &quot;T&quot; command.
17706 Look <A HREF="h_edit_nav_cmds">here</A>
17707 to see the available Editing and Navigation commands.
17709 &lt;End of help on this topic&gt;
17710 </BODY>
17711 </HTML>
17712 ======= h_config_role_usesmtp =======
17713 <HTML>
17714 <HEAD>
17715 <TITLE>Use SMTP Server Explained</TITLE>
17716 </HEAD>
17717 <BODY>
17718 <H1>Use SMTP Server Explained</H1>
17720 This describes part of the action to be taken if the Pattern for this
17721 role is a match.
17722 If this field has a value, then it will be used as the SMTP server
17723 to send mail when this role is being used (unless the SMTP server variable
17724 is set in the system-wide fixed configuration file).
17725 It has the same semantics as the
17726 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17727 variable in the Setup/Config screen.
17729 If you are using this to post from home when you are at home and from
17730 work when you are at work you need to be careful about postponing messages.
17731 When you postpone a composition that was using a role with this variable
17732 set, the SMTP server list will be saved
17733 with the postponed composition.
17734 It cannot be changed later.
17735 Because of this, you may want to make this a list of SMTP servers
17736 with the preferred server at the front of the list and alternate servers
17737 later in the list.
17738 In your &quot;Home&quot; role you would put the home SMTP server first and
17739 the work SMTP server last.
17740 In your &quot;Work&quot; role you would put the work SMTP server first and
17741 the home SMTP server last.
17742 Then if you start a composition as &quot;Work&quot;, postpone
17743 it, and then later resume it from home the work SMTP server will fail but
17744 the home SMTP server later in the list will succeed.
17746 You may be able to simplify things by making the regular
17747 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17748 variable in the Setup/Config screen a list instead of using roles
17749 to set the SMTP server.
17752 Look <A HREF="h_edit_nav_cmds">here</A>
17753 to see the available Editing and Navigation commands.
17755 &lt;End of help on this topic&gt;
17756 </BODY>
17757 </HTML>
17758 ======= h_config_role_usenntp =======
17759 <HTML>
17760 <HEAD>
17761 <TITLE>Use NNTP Server Explained</TITLE>
17762 </HEAD>
17763 <BODY>
17764 <H1>Use NNTP Server Explained</H1>
17766 This describes part of the action to be taken if the Pattern for this
17767 role is a match.
17768 If this field has a value, then it will be used as the NNTP server
17769 to post to newsgroups when this role is being used (unless the NNTP server
17770 variable
17771 is set in the system-wide fixed configuration file).
17772 It has the same semantics as the
17773 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17774 variable in the Setup/Config screen.
17776 This role setting can facilitate posting to the right nntp server for someone
17777 who reads news from various news sources.  The feature
17778 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
17779 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
17780 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
17781 nntp servers for roles may be more desirable for some people.
17783 If you are using this to post from home when you are at home and from
17784 work when you are at work you need to be careful about postponing messages.
17785 When you postpone a composition that was using a role with this variable
17786 set, the NNTP server list will be saved
17787 with the postponed composition.
17788 It cannot be changed later.
17789 Because of this, you may want to make this a list of NNTP servers
17790 with the preferred server at the front of the list and alternate servers
17791 later in the list.
17792 In your &quot;Home&quot; role you would put the home NNTP server first and
17793 the work NNTP server last.
17794 In your &quot;Work&quot; role you would put the work NNTP server first and
17795 the home NNTP server last.
17796 Then if you start a composition as &quot;Work&quot;, postpone
17797 it, and then later resume it from home the work NNTP server will fail but
17798 the home NNTP server later in the list will succeed.
17800 You may be able to simplify things by making the regular
17801 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17802 variable in the Setup/Config screen a list instead of using roles
17803 to set the NNTP server.
17806 Look <A HREF="h_edit_nav_cmds">here</A>
17807 to see the available Editing and Navigation commands.
17809 &lt;End of help on this topic&gt;
17810 </BODY>
17811 </HTML>
17812 ======= h_config_role_setotherhdr =======
17813 <HTML>
17814 <HEAD>
17815 <TITLE>Set Other Headers Explained</TITLE>
17816 </HEAD>
17817 <BODY>
17818 <H1>Set Other Headers Explained</H1>
17820 This describes part of the action to be taken if the Pattern for this
17821 role is a match.
17822 This field gives you a way to set values for headers besides
17823 &quot;From&quot; and &quot;Reply-To&quot;.
17824 If you want to set either of those, use the specific
17825 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
17827 This field is similar to the
17828 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
17829 Each header you specify here must include the header tag 
17830 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
17831 and may optionally include a value for that header.
17832 In order to see these headers when you compose using this role you 
17833 must use the rich header
17834 <!--chtml if pinemode="function_key"-->(F5)
17835 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
17836 Here's an example that shows how you might set the To address.
17838 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
17840 Headers set in this way are different from headers set with the
17841 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
17842 will replace any value that already exists.
17843 For example, if you are Replying to a message there will already be at
17844 least one address in the To header (the address you are Replying to).
17845 However, if you Reply using a role that sets the To header, that role's
17846 To header value will be used instead.
17848 Limitation: Because commas are used to separate the list of
17849 Other Headers, it is not possible to have the value of a
17850 header contain a comma;
17851 nor is there currently an &quot;escape&quot; mechanism provided
17852 to make this work.
17854 Look <A HREF="h_edit_nav_cmds">here</A>
17855 to see the available Editing and Navigation commands.
17857 &lt;End of help on this topic&gt;
17858 </BODY>
17859 </HTML>
17860 ======= h_config_role_setlitsig =======
17861 <HTML>
17862 <HEAD>
17863 <TITLE>Set Literal Signature Explained</TITLE>
17864 </HEAD>
17865 <BODY>
17866 <H1>Set Literal Signature Explained</H1>
17868 This describes part of the action to be taken if the Pattern for this
17869 role is a match.
17870 This field contains the actual text for your signature, as opposed to
17871 the name of a file containing your signature.
17872 If this is defined it takes precedence over any value set in the
17873 &quot;Set Signature&quot; field.
17875 This is simply a different way to store the signature.
17876 The signature is stored inside your Alpine configuration file instead of in
17877 a separate file.
17878 Tokens work the same way they do with
17879 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
17880 help text there for more information.
17883 The two character sequence &#92;n (backslash followed by
17884 the character n) will be used to signify a line-break in your signature.
17885 You don't have to enter the &#92;n, but it will be visible in the
17886 CHANGE THIS ROLE RULE window after you are done editing the signature.
17888 Look <A HREF="h_edit_nav_cmds">here</A>
17889 to see the available Editing and Navigation commands.
17891 &lt;End of help on this topic&gt;
17892 </BODY>
17893 </HTML>
17894 ======= h_config_role_setsig =======
17895 <HTML>
17896 <HEAD>
17897 <TITLE>Set Signature Explained</TITLE>
17898 </HEAD>
17899 <BODY>
17900 <H1>Set Signature Explained</H1>
17902 This describes part of the action to be taken if the Pattern for this
17903 role is a match.
17905 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
17906 option from Setup/Config
17907 or the &quot;Set LiteralSig&quot; option for this role are defined,
17908 then this option will be ignored.
17909 You can tell that that is the case because the value of this
17910 option will show up as
17912 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
17914 You may either use all Literal Signatures (signatures stored in your
17915 configuration file) throughout Alpine, or all signature files.
17916 You can't mix the two.
17918 This field consists of a filename that will be used as the signature
17919 file when using this role.
17921 If the filename is followed by a vertical bar (|) then instead
17922 of reading the contents of the file the file is assumed to be a
17923 program that will produce the text to be used on its standard output.
17924 The program can't have any arguments and doesn't receive any input from Alpine,
17925 but the rest of the processing works as if the contents came from a file.
17927 Instead of storing the data in a local file, the
17928 signature data may be stored remotely in an IMAP folder.
17929 In order to do this, 
17930 you must use a remote name for the signature.
17931 A remote signature name might look like:
17933 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
17936 The syntax used here is the same as the syntax used for a remote
17937 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
17938 Note that you may not access an existing signature file remotely,
17939 you have to create a new <EM>folder</EM> that contains the signature data.
17940 If the name you use here for the signature data is a remote name, then when
17941 you edit the file using the &quot;F&quot; command the data will
17942 be saved remotely in the folder.
17943 You aren't required to do anything special to create the folder, it
17944 gets created if you use a remote name.
17947 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
17948 the name of the file) you have specified.
17949 If you type &quot;T&quot; you may use a browser to choose an existing filename.
17951 Besides containing regular text, a signature file may also
17952 contain (or a signature program may produce) tokens that are replaced with text
17953 that depends on the message you are replying to or forwarding.
17954 The tokens all look like _word_ (a word surrounded by underscores).
17955 For example, if the token
17957 <CENTER><SAMP>_DATE_</SAMP></CENTER>
17959 is included in the text of the signature file, then when you reply to
17960 or forward a message, the token will be replaced with the actual date
17961 the message you are replying to or forwarding was sent.
17963 If you use a role that has a signature file for a plain composition
17964 (that is, not a reply or forward) then there is no original message, so
17965 any tokens that depend on the message will be replaced with nothing.
17966 So if you want a signature file to be useful for new compositions it
17967 shouldn't include any of the tokens that depend on the message being
17968 replied to or forwarded.
17970 The list of available tokens is
17971 <A HREF="h_index_tokens">here</A>.
17973 Actually, for the adventurous, there is a way to conditionally include text based
17974 on whether or not a token would result in specific replacement text.
17975 For example, you could include some text based on whether or not
17976 the _NEWS_ token would result in any newsgroups if it was used.
17977 It's explained in detail
17978 <A HREF="h_reply_token_conditionals">here</A>.
17980 In the very unlikely event that you want to include a literal token in
17981 a signature file, you must precede it with a backslash character.
17982 For example, to include the literal text _DATE_ you must actually use
17983 &#92;_DATE_.
17984 It is not possible to have a literal backslash followed by an expanded token.
17986 A blank field here means that Alpine will use its normal rules for deciding
17987 which file (if any) to use for the signature file.
17989 An alternate method for storing the signature is available in
17990 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
17992 Look <A HREF="h_edit_nav_cmds">here</A>
17993 to see the available Editing and Navigation commands.
17995 &lt;End of help on this topic&gt;
17996 </BODY>
17997 </HTML>
17998 ======= h_config_role_settempl =======
17999 <HTML>
18000 <HEAD>
18001 <TITLE>Set Template Explained</TITLE>
18002 </HEAD>
18003 <BODY>
18004 <H1>Set Template Explained</H1>
18006 This describes part of the action to be taken if the Pattern for this
18007 role is a match.
18008 This field consists of a filename that will be used as the template
18009 file when using this role.
18010 The template file is a file that is included at the top of the message you
18011 are composing.
18013 If the filename is followed by a vertical bar (|) then instead
18014 of reading the contents of the file the file is assumed to be a
18015 program that will produce the text to be used on its standard output.
18016 The program can't have any arguments and doesn't receive any input from Alpine,
18017 but the rest of the processing works as if the contents came from a file.
18019 Instead of storing the data in a local file, the
18020 template may be stored remotely in an IMAP folder.
18021 In order to do this, 
18022 you must use a remote name for the template.
18023 A remote template name might look like:
18025 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18028 The syntax used here is the same as the syntax used for a remote
18029 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18030 Note that you may not access an existing template file remotely,
18031 you have to create a new <EM>folder</EM> that contains the template data.
18032 If the name you use here for the template is a remote name, then when
18033 you edit the file using the &quot;F&quot; command the data will
18034 be saved remotely in the folder.
18035 You aren't required to do anything special to create the folder, it
18036 gets created if you use a remote name.
18038 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18039 the name of the file) you have specified.
18040 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18042 Besides containing regular text, the template file may also
18043 contain (or a template file program may produce) tokens that are replaced with text
18044 that depends on the message you are replying to or forwarding.
18045 The tokens all look like _word_ (a word surrounded by underscores).
18046 For example, if the token
18048 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18050 is included in the text of the template file, then when you reply to
18051 or forward a message, the token will be replaced with the actual date
18052 the message you are replying to or forwarding was sent.
18054 If you use a role that has a template file for a plain composition
18055 (that is, not a reply or forward) then there is no original message, so
18056 any tokens that depend on the message will be replaced with nothing.
18057 So if you want a template file to be useful for new compositions it
18058 shouldn't include any of the tokens that depend on the message being
18059 replied to or forwarded.
18061 The list of available tokens is
18062 <A HREF="h_index_tokens">here</A>.
18064 Actually, for the adventurous, there is a way to conditionally include text based
18065 on whether or not a token would result in specific replacement text.
18066 For example, you could include some text based on whether or not
18067 the _NEWS_ token would result in any newsgroups if it was used.
18068 It's explained in detail
18069 <A HREF="h_reply_token_conditionals">here</A>.
18071 In the very unlikely event that you want to include a literal token in
18072 a template file, you must precede it with a backslash character.
18073 For example, to include the literal text _DATE_ you must actually use
18074 &#92;_DATE_.
18075 It is not possible to have a literal backslash followed by an expanded token.
18077 A blank template field means that Alpine will not use a template file when
18078 this role is being used.
18080 Look <A HREF="h_edit_nav_cmds">here</A>
18081 to see the available Editing and Navigation commands.
18083 &lt;End of help on this topic&gt;
18084 </BODY>
18085 </HTML>
18086 ======= h_config_filt_stat_imp =======
18087 <HTML>
18088 <HEAD>
18089 <TITLE>Set Important Status Explained</TITLE>
18090 </HEAD>
18091 <BODY>
18092 <H1>Set Important Status Explained</H1>
18094 This describes part of the action to be taken if the Pattern for this
18095 filter is a match.
18096 If set to &quot;Don't change it&quot; then this does nothing.
18097 If set to &quot;Set this state&quot; then the Important flag is set
18098 for the matching message.
18099 If set to &quot;Clear this state&quot; then the Important flag is cleared
18100 for the matching message.
18101 The important flag usually causes an asterisk to show up in the MESSAGE
18102 INDEX.
18103 It may also be useful when selecting a set of messages
18104 with the Select command.
18106 Look <A HREF="h_edit_nav_cmds">here</A>
18107 to see the available Editing and Navigation commands.
18109 &lt;End of help on this topic&gt;
18110 </BODY>
18111 </HTML>
18112 ======= h_config_filt_stat_new =======
18113 <HTML>
18114 <HEAD>
18115 <TITLE>Set New Status Explained</TITLE>
18116 </HEAD>
18117 <BODY>
18118 <H1>Set New Status Explained</H1>
18120 This describes part of the action to be taken if the Pattern for this
18121 filter is a match.
18122 If set to &quot;Don't change it&quot; then this does nothing.
18123 If set to &quot;Set this state&quot; then the
18124 matching message is marked New.
18125 If set to &quot;Clear this state&quot; then the
18126 matching message is marked Seen.
18128 Look <A HREF="h_edit_nav_cmds">here</A>
18129 to see the available Editing and Navigation commands.
18131 &lt;End of help on this topic&gt;
18132 </BODY>
18133 </HTML>
18134 ======= h_config_filt_stat_ans =======
18135 <HTML>
18136 <HEAD>
18137 <TITLE>Set Answered Status Explained</TITLE>
18138 </HEAD>
18139 <BODY>
18140 <H1>Set Answered Status Explained</H1>
18142 This describes part of the action to be taken if the Pattern for this
18143 filter is a match.
18144 If set to &quot;Don't change it&quot; then this does nothing.
18145 If set to &quot;Set this state&quot; then the Answered flag is set
18146 for the matching message.
18147 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18148 for the matching message.
18150 Look <A HREF="h_edit_nav_cmds">here</A>
18151 to see the available Editing and Navigation commands.
18153 &lt;End of help on this topic&gt;
18154 </BODY>
18155 </HTML>
18156 ======= h_config_filt_stat_del =======
18157 <HTML>
18158 <HEAD>
18159 <TITLE>Set Deleted Status Explained</TITLE>
18160 </HEAD>
18161 <BODY>
18162 <H1>Set Deleted Status Explained</H1>
18164 This describes part of the action to be taken if the Pattern for this
18165 filter is a match.
18166 If set to &quot;Don't change it&quot; then this does nothing.
18167 If set to &quot;Set this state&quot; then the
18168 matching message is marked Deleted.
18169 If set to &quot;Clear this state&quot; then the
18170 matching message is marked UnDeleted.
18172 You should not use this option unless you are prepared to have matching
18173 messages expunged from the folder permanently.
18174 For example, if you type the Expunge command, this filter is applied
18175 before the expunge, so matching messages will be marked Deleted and then
18176 will be permanently expunged from the folder.
18177 However, since the index isn't redrawn in between the time that the message
18178 is marked Deleted and the time that you are asked to expunge, the only
18179 indication that you are expunging the message comes in the number of messages
18180 being expunged.
18181 The same thing may happen when you close a folder.
18182 It is also possible that an expunge not initiated by you will
18183 delete matching messages.
18185 Look <A HREF="h_edit_nav_cmds">here</A>
18186 to see the available Editing and Navigation commands.
18188 &lt;End of help on this topic&gt;
18189 </BODY>
18190 </HTML>
18191 ======= h_config_role_scoreval =======
18192 <HTML>
18193 <HEAD>
18194 <TITLE>Score Value Explained</TITLE>
18195 </HEAD>
18196 <BODY>
18197 <H1>Score Value Explained</H1>
18199 A message's score is the sum of the Score Values from all of the Scoring rules
18200 with Patterns that match the message.
18201 The value you give here is the Score Value associated with this rule.
18202 A Score Value is an integer between -100 and 100, with the default
18203 value of zero.
18205 Alternatively, if the
18206 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18207 field is defined
18208 (on the line right below the &quot;Score Value&quot; field)
18209 then the &quot;Score Value&quot; is ignored and
18210 the &quot;Score From Header&quot; field is used instead.
18212 Look <A HREF="h_edit_nav_cmds">here</A>
18213 to see the available Editing and Navigation commands.
18215 &lt;End of help on this topic&gt;
18216 </BODY>
18217 </HTML>
18218 ======= h_config_role_scorehdrtok =======
18219 <HTML>
18220 <HEAD>
18221 <TITLE>Score Value From Header Explained</TITLE>
18222 </HEAD>
18223 <BODY>
18224 <H1>Score Value From Header Explained</H1>
18226 This option provides a way to use a number that appears in the headers of your
18227 messages as the message's score, or as a component of that score.
18228 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18229 The idea behind this option is that there may be a score embedded in the
18230 headers of messages that has already been calculated outside of Alpine.
18231 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18232 somewhere in that header there is a score.
18234 The value for this option is the name of the header followed by parentheses
18235 with two arguments inside:
18237 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18239 No space is allowed between the comma and the start of the field_separators.
18240 It would be interpreted as the first separator if it was there.
18241 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18242 starts after that and goes to the second separator, and so on.
18243 It's easier to explain with examples.
18245 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18247 In the above example the header that is used is the &quot;X-Spam&quot; header.
18248 The value of that header (the part after the colon and the space) is split
18249 into fields separated by spaces.
18251 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18253 The second field is selected and converted to an integer. It only makes sense
18254 if Field2 really is an integer.
18256 Here's an example of a SpamAssassin header.
18257 The exact look of the header will vary, but if your incoming mail
18258 contains headers that look like the following
18260 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18262 you might want to use the hits value as a score.
18263 Since the score is an integer value you can't make use of the decimal part of
18264 the number, but
18265 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18266 and &quot;.&quot; as your separators.
18268 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18270 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18271 hits.
18272 The second field is &quot;10&quot; so the score value would be 10.
18274 Another example we've seen has headers that look like
18276 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18278 Because there are two equals before the 7% the value
18280 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18282 should capture the probability as the score.
18284 The Score From Header scoring value actually works just like the
18285 regular Score Value in that the rest of the pattern has to match before
18286 it is used and the scores from all the different scoring rules that
18287 match for a particular message are added together.
18288 When using the Score From Header method it may (or may not) make sense to
18289 use only a single scoring rule with a pattern that matches every message.
18291 Look <A HREF="h_edit_nav_cmds">here</A>
18292 to see the available Editing and Navigation commands.
18294 &lt;End of help on this topic&gt;
18295 </BODY>
18296 </HTML>
18297 ======= h_config_role_replyuse =======
18298 <HTML>
18299 <HEAD>
18300 <TITLE>Reply Use Explained</TITLE>
18301 </HEAD>
18302 <BODY>
18303 <H1>Reply Use Explained</H1>
18305 This option determines how this particular role will be used when Replying
18306 to a message.
18307 There are three possible values for this option.
18308 The value &quot;Never&quot;
18309 means that this role will not be a candidate for use when Replying.
18310 The role's Pattern will not be checked for a match, however the role will
18311 be available to be manually switched to if there is a confirmation prompt.
18314 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18315 mean that you do want to consider this role when Replying.
18316 For either of these settings, the role's Pattern will be compared with
18317 the message being replied to.
18318 If there is a match then this role will either be used without confirmation
18319 or will be the default when confirmation is asked for, depending on
18320 which of the two options is selected.
18321 If confirmation is requested, you will also have a chance to
18322 manually change the role to any one of your other roles.
18325 You won't be prompted for confirmation if none of your role Patterns
18326 match the message being replied to.
18327 This is independent of the value of the current option.
18328 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18329 feature may be used to change this behavior.
18331 &lt;End of help on this topic&gt;
18332 </BODY>
18333 </HTML>
18334 ======= h_config_role_forwarduse =======
18335 <HTML>
18336 <HEAD>
18337 <TITLE>Forward Use Explained</TITLE>
18338 </HEAD>
18339 <BODY>
18340 <H1>Forward Use Explained</H1>
18342 This option determines how this particular role will be used when Forwarding
18343 a message.
18344 There are three possible values for this option.
18345 The value &quot;Never&quot;
18346 means that this role will not be a candidate for use when Forwarding.
18347 The role's Pattern will not be checked for a match, however the role will
18348 be available to be manually switched to if there is a confirmation prompt.
18351 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18352 mean that you do want to consider this role when Forwarding.
18353 For either of these settings, the role's Pattern will be compared with
18354 the message being forwarded.
18355 If there is a match then this role will either be used without confirmation
18356 or will be the default when confirmation is asked for, depending on
18357 which of the two options is selected.
18358 If confirmation is requested, you will also have a chance to
18359 manually change the role to any one of your other roles.
18362 You won't be prompted for confirmation if none of your role Patterns
18363 match the message being forwarded.
18364 This is independent of the value of the current option.
18365 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18366 feature may be used to change this behavior.
18368 &lt;End of help on this topic&gt;
18369 </BODY>
18370 </HTML>
18371 ======= h_config_role_composeuse =======
18372 <HTML>
18373 <HEAD>
18374 <TITLE>Compose Use Explained</TITLE>
18375 </HEAD>
18376 <BODY>
18377 <H1>Compose Use Explained</H1>
18379 This option determines how this particular role will be used when Composing
18380 a new message using the &quot;Compose&quot; command.
18381 This does not affect what happens when using the &quot;Role&quot; command
18382 to compose a new message.
18383 The &quot;Role&quot; command allows you to select a role from all of the
18384 roles you have defined, regardless of what Uses you've assigned to those
18385 roles.
18388 There are three possible values for this option.
18389 The value &quot;Never&quot;
18390 means that this role will not be a candidate for use when Composing.
18391 The role's Current Folder Type will not be checked for a match, however the role
18392 will be available to be manually switched to if there is a confirmation prompt.
18395 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18396 mean that you do want to consider this role when Composing.
18397 For either of these settings,
18398 the role's Current Folder Type will be checked (since there is no message
18399 to compare with, the rest of the Pattern is considered a match).
18400 If there is a match then this role will either be used without confirmation
18401 or will be the default when confirmation is asked for, depending on
18402 which of the two options is selected.
18403 If confirmation is requested, you will also have a chance to
18404 manually change the role to any one of your other roles.
18407 When using the Compose command the role checking is a little different
18408 because there is no message being replied to or forwarded.
18409 Because of this the Current Folder Type is checked but the header pattern
18410 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18411 A role is considered to be a match if it is a candidate for Compose Use and
18412 its Current Folder Type matches the currently open folder.
18413 This could be useful if you want to set a role based on the folder you
18414 are reading, or the type of folder you are reading.
18417 You won't be prompted for confirmation if none of your role Patterns
18418 are a match.
18419 This is independent of the value of the current option.
18420 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18421 feature may be used to change this behavior.
18423 &lt;End of help on this topic&gt;
18424 </BODY>
18425 </HTML>
18426 ======= h_config_filter_folder =======
18427 <HTML>
18428 <HEAD>
18429 <TITLE>Filter Folder Explained</TITLE>
18430 </HEAD>
18431 <BODY>
18432 <H1>Filter Folder Explained</H1>
18434 When the Filter Action is set to &quot;Move&quot;,
18435 the folder or folders specified here will be used to store messages matching
18436 the provided pattern.
18439 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18440 here.
18443 If you wish,
18444 you may choose a folder from your folder collections by using the
18445 &quot;T&quot; command.
18447 Besides regular text, the folder name may also contain
18448 tokens that are replaced with text representing the current date
18449 when you run Alpine.
18450 For example, if the folder name you use is
18452 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18454 that is replaced with something like
18456 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18460 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18462 becomes
18464 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18466 The token names must be surrounded by underscores in order to be recognized
18467 as tokens.
18468 The tokens that may be used are those that are derived from the current date.
18469 They're listed near the bottom of the list of tokens give
18470 <A HREF="h_index_tokens">here</A>.
18472 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18473 for more information on Patterns.
18475 Look <A HREF="h_edit_nav_cmds">here</A>
18476 to see the available Editing and Navigation commands.
18478 &lt;End of help on this topic&gt;
18479 </BODY>
18480 </HTML>
18481 ======= h_config_filter_kw_set =======
18482 <HTML>
18483 <HEAD>
18484 <TITLE>Set These Keywords Explained</TITLE>
18485 </HEAD>
18486 <BODY>
18487 <H1>Set These Keywords Explained</H1>
18489 This describes part of the action to be taken if the Pattern for this
18490 filter is a match.
18491 Read a little about keywords in the help text for the
18492 <A HREF="h_common_flag">Flag</A> command.
18493 This option is a list of keywords that will be Set when there is a match.
18494 If you wish, you may choose keywords from the list of keywords you have
18495 defined with the &quot;T&quot; command.
18496 You may add new keywords by defining them in the
18497 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18498 If you have given a keyword a nickname when configuring it,
18499 that nickname may be used instead of the actual keyword.
18502 Look <A HREF="h_edit_nav_cmds">here</A>
18503 to see the available Editing and Navigation commands.
18505 &lt;End of help on this topic&gt;
18506 </BODY>
18507 </HTML>
18508 ======= h_config_filter_kw_clr =======
18509 <HTML>
18510 <HEAD>
18511 <TITLE>Clear These Keywords Explained</TITLE>
18512 </HEAD>
18513 <BODY>
18514 <H1>Clear These Keywords Explained</H1>
18516 This describes part of the action to be taken if the Pattern for this
18517 filter is a match.
18518 Read a little about keywords in the help text for the
18519 <A HREF="h_common_flag">Flag</A> command.
18520 This option is a list of keywords that will be Cleared when there is a match.
18521 If you wish, you may choose keywords from the list of keywords you have
18522 defined with the &quot;T&quot; command.
18523 You may add new keywords by defining them in the
18524 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18525 If you have given a keyword a nickname when configuring it,
18526 that nickname may be used instead of the actual keyword.
18529 Look <A HREF="h_edit_nav_cmds">here</A>
18530 to see the available Editing and Navigation commands.
18532 &lt;End of help on this topic&gt;
18533 </BODY>
18534 </HTML>
18535 ======= h_index_tokens =======
18536 <HTML>
18537 <HEAD>
18538 <TITLE>Tokens for Index and Replying</TITLE>
18539 </HEAD>
18540 <BODY>
18542 This set of special tokens may be used in the
18543 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18544 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18545 in signature files,
18546 in template files used in
18547 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18548 that is the target of a Filter Rule.
18549 Some of them aren't available in all situations.
18551 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18552 option, but they must be surrounded by underscores for the
18553 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18554 and in the target of Filter Rules.
18558 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18560 <DL>
18561 <DT>SUBJECT</DT>
18562 <DD>
18563 This token represents the Subject the sender gave the message.
18564 Alternatives for use in the index screen are
18565 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18566 You may color the subject text in the MESSAGE INDEX screen differently by using the
18567 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18568 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18569 options available from
18570 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18571 </DD>
18573 <DT>FROM</DT>
18574 <DD>
18575 This token represents the personal name (or email address if the name
18576 is unavailable) of the person specified in the message's &quot;From:&quot;
18577 header field.
18578 You may color the from text in the MESSAGE INDEX screen differently by using the
18579 <A HREF="h_config_index_from_color">Index From Color</A>
18580 option available from
18581 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18582 </DD>
18584 <DT>ADDRESS</DT>
18585 <DD>
18586 This is similar to the &quot;FROM&quot; token, only it is always the
18587 email address, never the personal name.
18588 For example, &quot;mailbox@domain&quot;.
18589 </DD>
18591 <DT>MAILBOX</DT>
18592 <DD>
18593 This is the same as the &quot;ADDRESS&quot; except that the 
18594 domain part of the address is left off.
18595 For example, &quot;mailbox&quot;.
18596 </DD>
18598 <DT>SENDER</DT>
18599 <DD>
18600 This token represents the personal name (or email address) of the person
18601 listed in the message's &quot;Sender:&quot; header field.
18602 </DD>
18604 <DT>TO</DT>
18605 <DD>
18606 This token represents the personal names (or email addresses if the names
18607 are unavailable) of the persons specified in the
18608 message's &quot;To:&quot; header field.
18609 </DD>
18611 <DT>NEWSANDTO</DT>
18612 <DD>
18613 This token represents the newsgroups from the
18614 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18615 the personal names (or email addresses if the names
18616 are unavailable) of the persons specified in the
18617 message's &quot;To:&quot; header field.
18618 </DD>
18620 <DT>TOANDNEWS</DT>
18621 <DD>
18622 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18623 </DD>
18625 <DT>NEWS</DT>
18626 <DD>
18627 This token represents the newsgroups from the
18628 message's &quot;Newsgroups:&quot; header field.
18629 </DD>
18631 <DT>CC</DT>
18632 <DD>
18633 This token represents the personal names (or email addresses if the names
18634 are unavailable) of the persons specified in the
18635 message's &quot;Cc:&quot; header field.
18636 </DD>
18638 <DT>RECIPS</DT>
18639 <DD>
18640 This token represents the personal names (or email addresses if the names
18641 are unavailable) of the persons specified in both the
18642 message's &quot;To:&quot; header field and
18643 the message's &quot;Cc:&quot; header field.
18644 </DD>
18646 <DT>NEWSANDRECIPS</DT>
18647 <DD>
18648 This token represents the newsgroups from the
18649 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18650 the personal names (or email addresses if the names
18651 are unavailable) of the persons specified in the
18652 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18653 </DD>
18655 <DT>RECIPSANDNEWS</DT>
18656 <DD>
18657 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18658 </DD>
18660 <DT>INIT</DT>
18661 <DD>
18662 This token represents the initials from the personal name
18663 of the person specified in the message's &quot;From:&quot;
18664 header field.
18665 If there is no personal name, it is blank.
18666 </DD>
18668 <DT>DATE</DT>
18669 <DD>
18670 This token represents the date on which the message was sent, according
18671 to the &quot;Date&quot; header field.
18672 It has the format MMM DD. For example, &quot;Oct 23&quot;.
18673 The feature
18674 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
18675 which adjusts for the timezone the message was sent from,
18676 may have an affect on the value of this token as well as the values of
18677 all of the other DATE or TIME tokens.
18678 Some of the DATE and TIME tokens are displayed in a locale-specific
18679 way unless the option
18680 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
18681 </DD>
18683 <DT>SMARTDATE</DT>
18684 <DD>
18685 This token represents the date on which the message was sent, according
18686 to the &quot;Date&quot; header field.
18687 It is &quot;Today&quot; if the message was sent today,
18688 &quot;Yesterday&quot; for yesterday,
18689 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
18690 message is from last year and is more than six months old it includes the year, as well.
18691 See the SMARTDATE alternatives below, as well.
18692 </DD>
18694 <DT>SMARTTIME</DT>
18695 <DD>
18696 This token represents the most relevant elements of the date on which
18697 the message was sent (according to the &quot;Date&quot; header field),
18698 in a compact form. If the message was sent today, only the time is used
18699 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
18700 the past week, the day of the week and the hour are used
18701 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
18702 given as date, month, and year (e.g. &quot;23Aug00&quot;,
18703 &quot;9Apr98&quot;).
18704 </DD>
18706 <DT>SMARTDATETIME</DT>
18707 <DD>
18708 This is a combination of SMARTDATE and SMARTTIME.
18709 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
18710 case it is SMARTTIME.
18711 See the SMARTDATETIME alternatives below, as well.
18712 </DD>
18714 <DT>DATEISO</DT>
18715 <DD>
18716 This token represents the date on which the message was sent, according
18717 to the &quot;Date&quot; header field.
18718 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
18719 </DD>
18721 <DT>SHORTDATEISO</DT>
18722 <DD>
18723 This token represents the date on which the message was sent, according
18724 to the &quot;Date&quot; header field.
18725 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
18726 </DD>
18728 <DT>SHORTDATE1</DT>
18729 <DD>
18730 This token represents the date on which the message was sent, according
18731 to the &quot;Date&quot; header field.
18732 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
18733 </DD>
18735 <DT>SHORTDATE2</DT>
18736 <DD>
18737 This token represents the date on which the message was sent, according
18738 to the &quot;Date&quot; header field.
18739 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
18740 </DD>
18742 <DT>SHORTDATE3</DT>
18743 <DD>
18744 This token represents the date on which the message was sent, according
18745 to the &quot;Date&quot; header field.
18746 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
18747 </DD>
18749 <DT>SHORTDATE4</DT>
18750 <DD>
18751 This token represents the date on which the message was sent, according
18752 to the &quot;Date&quot; header field.
18753 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
18754 </DD>
18756 <DT>LONGDATE</DT>
18757 <DD>
18758 This token represents the date on which the message was sent, according
18759 to the &quot;Date&quot; header field.
18760 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
18761 </DD>
18763 <DT>SMARTDATE alternatives</DT>
18764 <DD>
18765 There are several versions of SMARTDATE that are all the same except
18766 for the way they format dates far in the past.
18767 SMARTDATE formats the date using the information from your locale settings
18768 to format the date string. It may end up formatting dates so that they look
18769 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18770 The feature
18771 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18772 may have an affect on the values of these tokens.
18773 If you want more control you may use one of the following.
18774   <DL>
18775   <DT>SMARTDATE</DT> <DD>If the option
18776 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18777 then this will be locale specific. Control this with the
18778 LC_TIME locale setting on a UNIX system. On Windows
18779 the Regional Options control panel may be used to set the Short date
18780 format. At the programming level, the strftime routine is what Alpine
18781 uses to print the date.
18782 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18783 to SMARTDATES1.</DD>
18784   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
18785   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18786   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
18787   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
18788   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
18789   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
18790   </DL>
18791 </DD>
18793 <DT>SMARTDATETIME alternatives</DT>
18794 <DD>
18795 There are several versions of SMARTDATETIME that are all very similar.
18796 The ones that end in 24 use a 24-hour clock for Today's messages instead
18797 of a 12-hour clock.
18798 The other variation is
18799 for the way they format dates far in the past.
18800 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
18801 to format the date string. It may end up formatting dates so that they look
18802 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18803 The feature
18804 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18805 may have an affect on the values of these tokens.
18806 The possible choices are:
18807   <DL>
18808   <DT>SMARTDATETIME</DT> <DD>If the option
18809 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18810 then this will be locale specific. Control this with the
18811 LC_TIME locale setting on a UNIX system. On Windows
18812 the Regional Options control panel may be used to set the Short date
18813 format. At the programming level, the strftime routine is what Alpine
18814 uses to print the date.
18815 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18816 to SMARTDATETIMES1.</DD>
18817   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
18818   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
18819   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
18820   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18821   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
18822   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
18823   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
18824   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
18825   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
18826   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
18827   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
18828   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
18829   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
18830   </DL>
18831 </DD>
18833 <DT>DAYDATE</DT>
18834 <DD>
18835 This token represents the date on which the message was sent, according
18836 to the &quot;Date&quot; header field.
18837 It looks like &quot;Sat, 23 Oct 1998&quot;.
18838 This token is never converted in any locale-specific way.
18839 </DD>
18841 <DT>PREFDATE</DT>
18842 <DD>
18843 This token represents the date on which the message was sent, according
18844 to the &quot;Date&quot; header field.
18845 It is your operating system's idea of the preferred date representation for the current locale.
18846 Internally it uses the %x version of the date from the strftime routine.
18847 </DD>
18849 <DT>PREFTIME</DT>
18850 <DD>
18851 This token represents the time at which the message was sent, according
18852 to the &quot;Date&quot; header field.
18853 It is the preferred time representation for the current locale.
18854 Internally it uses the %X version of the time from the strftime routine.
18855 </DD>
18857 <DT>PREFDATETIME</DT>
18858 <DD>
18859 This token represents the date and time at which the message was sent, according
18860 to the &quot;Date&quot; header field.
18861 It is the preferred date and time representation for the current locale.
18862 Internally it uses the %c version of the time from the strftime routine.
18863 </DD>
18865 <DT>DAY</DT>
18866 <DD>
18867 This token represents the day of the month on which the message was sent,
18868 according to the &quot;Date&quot; header field.
18869 For example, &quot;23&quot; or &quot;9&quot;.
18870 </DD>
18872 <DT>DAY2DIGIT</DT>
18873 <DD>
18874 This token represents the day of the month on which the message was sent,
18875 according to the &quot;Date&quot; header field.
18876 For example, &quot;23&quot; or &quot;09&quot;.
18877 It is always 2 digits.
18878 </DD>
18880 <DT>DAYORDINAL</DT>
18881 <DD>
18882 This token represents the ordinal number that is the day of
18883 the month on which the message was sent,
18884 according to the &quot;Date&quot; header field.
18885 For example, &quot;23rd&quot; or &quot;9th&quot;.
18886 </DD>
18888 <DT>DAYOFWEEK</DT>
18889 <DD>
18890 This token represents the day of the week on which the message was sent,
18891 according to the &quot;Date&quot; header field.
18892 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
18893 </DD>
18895 <DT>DAYOFWEEKABBREV</DT>
18896 <DD>
18897 This token represents the day of the week on which the message was sent,
18898 according to the &quot;Date&quot; header field.
18899 For example, &quot;Sun&quot; or &quot;Wed&quot;.
18900 </DD>
18902 <DT>MONTHABBREV</DT>
18903 <DD>
18904 This token represents the month the message was sent, according
18905 to the &quot;Date&quot; header field.
18906 For example, &quot;Oct&quot;.
18907 </DD>
18909 <DT>MONTHLONG</DT>
18910 <DD>
18911 This token represents the month in which the message was sent, according
18912 to the &quot;Date&quot; header field.
18913 For example, &quot;October&quot;.
18914 </DD>
18916 <DT>MONTH</DT>
18917 <DD>
18918 This token represents the month in which the message was sent, according
18919 to the &quot;Date&quot; header field.
18920 For example, &quot;10&quot; or &quot;9&quot;.
18921 </DD>
18923 <DT>MONTH2DIGIT</DT>
18924 <DD>
18925 This token represents the month in which the message was sent, according
18926 to the &quot;Date&quot; header field.
18927 For example, &quot;10&quot; or &quot;09&quot;.
18928 It is always 2 digits.
18929 </DD>
18931 <DT>YEAR</DT>
18932 <DD>
18933 This token represents the year the message was sent, according
18934 to the &quot;Date&quot; header field.
18935 For example, &quot;1998&quot; or &quot;2001&quot;.
18936 </DD>
18938 <DT>YEAR2DIGIT</DT>
18939 <DD>
18940 This token represents the year the message was sent, according
18941 to the &quot;Date&quot; header field.
18942 For example, &quot;98&quot; or &quot;01&quot;.
18943 It is always 2 digits.
18944 </DD>
18946 <DT>TIME24</DT>
18947 <DD>
18948 This token represents the time at which the message was sent, according
18949 to the &quot;Date&quot; header field.
18950 There is no adjustment made for different time zones, so you'll get
18951 the time the message was sent according to the time zone the sender
18952 was in.
18953 It has the format HH:MM. For example, &quot;17:28&quot;.
18954 </DD>
18956 <DT>TIME12</DT>
18957 <DD>
18958 This token represents the time at which the message was sent, according
18959 to the &quot;Date&quot; header field.
18960 This time is for a 12 hour clock.
18961 It has the format HH:MMpm.
18962 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
18963 </DD>
18965 <DT>TIMEZONE</DT>
18966 <DD>
18967 This token represents the numeric timezone from
18968 the &quot;Date&quot; header field.
18969 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
18970 </DD>
18972 </DL>
18975 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
18977 <DL>
18978 <DT>MSGNO</DT>
18979 <DD>
18980 This token represents the message's current position in the folder that,
18981 of course, may change as the folder is sorted or new mail arrives.
18982 </DD>
18984 <DT>STATUS</DT>
18985 <DD>
18986 This token represents a three character wide field displaying various
18987 aspects of the message's state.
18988 The first character is either blank,
18989 a '*' for message marked Important, or a '+' indicating a message
18990 addressed directly to you (as opposed to your having received it via a
18991 mailing list, for example).
18992 When the feature
18993 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
18994 is set, if the first character would have been
18995 blank then it will instead be a '-' if the message is cc'd to you.
18996 The second character is typically blank,
18997 though the arrow cursor may occupy it if either the 
18998 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
18999 or the
19000 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19001 is set (or you actually are on a slow link).
19002 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19003 '<A HREF="h_flag_answered">A</A>' (Answered),
19004 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19005 '<A HREF="h_flag_new">N</A>' (New), or blank.
19007 If you are using a threaded view of the index and this message is at the
19008 top of a collapsed portion of a thread,
19009 then this token refers to all of the messages in the collapsed portion of
19010 the thread instead of just the top message.
19011 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19012 are marked Important, else a '+' if any of the messages are addressed
19013 to you, else a '-' if any of the messages are cc'd to you.
19014 The third character will be a 'D' if <EM>all</EM> of the messages
19015 in the collapsed thread are marked deleted,
19016 an 'A' if <EM>all</EM> of the messages
19017 in the collapsed thread are marked answered,
19018 it will be an 'N' if any of
19019 the messages are undeleted and unseen, and it will be blank otherwise.
19020 </DD>
19022 <DT>FULLSTATUS</DT>
19023 <DD>
19024 This token represents a less abbreviated alternative
19025 to the &quot;STATUS&quot; token.
19026 It is six characters wide.
19027 The first character is '+', '-', or blank, the
19028 second blank, the third either '*' or blank, the fourth
19029 '<A HREF="h_flag_new">N</A>' or blank,
19030 the fifth '<A HREF="h_flag_answered">A</A>'
19031 or blank, and the sixth character is
19032 either '<A HREF="h_flag_deleted">D</A>' or
19033 blank.
19035 If you are using a threaded view of the index and this message is at the
19036 top of a collapsed portion of a thread,
19037 then this token refers to all of the messages in the collapsed portion of
19038 the thread instead of just the top message.
19039 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19040 of the messages in the collapsed thread are addressed to you or cc'd to you.
19041 The third character will be '*' if any of the messages are marked
19042 Important.
19043 The fourth character will be 'N' if all of the messages in the thread
19044 are New, else 'n' if some of the messages in the thread are New, else blank.
19045 The fifth character will be 'A' or 'a' or blank, and the sixth character
19046 will be 'D' or 'd' or blank.
19047 </DD>
19049 <DT>IMAPSTATUS</DT>
19050 <DD>
19051 This token represents an even less abbreviated alternative to the
19052 &quot;STATUS&quot; token.
19053 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19054 an 'N' if the message is new to this folder since the last time
19055 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19056 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19057 new to the folder since it was last opened <EM>but</EM> has not been
19058 viewed, or a blank if the message has been in the folder since it was
19059 last opened and has been viewed.
19061 If you are using a threaded view of the index and this message is at the
19062 top of a collapsed portion of a thread,
19063 then the fourth character will be
19064 'N' if all of the messages in the thread are unseen and recent;
19065 else 'n' if some of the messages in the thread are unseen and recent;
19066 else 'U' if all of the messages in the thread are unseen and not recent;
19067 else 'u' if some of the messages in the thread are unseen and not recent;
19068 else 'R' if all of the messages in the thread are seen and recent;
19069 else 'r' if some of the messages in the thread are seen and recent;
19070 else blank.
19071 </DD>
19073 <DT>SHORTIMAPSTATUS</DT>
19074 <DD>
19075 This is the same as the last four of the six characters of IMAPSTATUS,
19076 so the '+' To Me information will be missing.
19077 </DD>
19079 <DT>SIZE</DT>
19080 <DD>
19081 This token represents the total size, in bytes, of the message.
19082 If a &quot;K&quot; (Kilobyte)
19083 follows the number, the size is approximately 1,000
19084 times that many bytes (rounded to the nearest 1,000).
19085 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19086 1,000,000 times that many bytes.
19087 Commas are not used in this field.
19088 This field is seven characters wide, including the enclosing parentheses.
19089 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19090 The progression of sizes used looks like:
19093 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19095 </DD>
19097 <DT>SIZECOMMA</DT>
19098 <DD>
19099 This token represents the total size, in bytes, of the message.
19100 If a &quot;K&quot; (Kilobyte)
19101 follows the number, the size is approximately 1,000
19102 times that many bytes (rounded to the nearest 1,000).
19103 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19104 1,000,000 times that many bytes.
19105 Commas are used if the number shown is 1,000 or greater.
19106 The SIZECOMMA field is one character wider than the SIZE field.
19107 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19108 The progression of sizes used looks like:
19111 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19113 </DD>
19115 <DT>KSIZE</DT>
19116 <DD>
19117 This token represents the total size of the message, expressed in
19118 kilobytes or megabytes, as most appropriate.
19119 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19120 The progression of sizes used looks like:
19123 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19125 </DD>
19127 <DT>SIZENARROW</DT>
19128 <DD>
19129 This token represents the total size, in bytes, of the message.
19130 If a &quot;K&quot; (Kilobyte)
19131 follows the number, the size is approximately 1,000
19132 times that many bytes.
19133 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19134 1,000,000 times that many bytes.
19135 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19136 1,000,000,000 times that many bytes.
19137 This field uses only five characters of screen width, including the enclosing
19138 parentheses.
19139 The progression of sizes used looks like:
19142 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19144 </DD>
19146 <DT>DESCRIPSIZE</DT>
19147 <DD>
19148 This token is intended to represent a more useful description of the
19149 message than just its size, but it isn't very useful at this point.
19150 The plus sign in this view means there are attachments.
19151 Note that including this token in
19152 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19153 display a little while Alpine collects the necessary information.
19154 </DD>
19156 <DT>SUBJKEY</DT>
19157 <DD>
19158 This token is the same as the SUBJECT token unless keywords are set for
19159 the message.
19160 In that case, a list of keywords enclosed in braces will be prepended to
19161 the subject of the message.
19162 Only those keywords that you have defined in your
19163 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19164 in Setup/Config are considered in the list.
19165 In other words, keywords that have been set by some other means, perhaps
19166 by another email program, won't show up unless included in
19167 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19168 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19169 prepended to the subject in the MESSAGE TEXT screen.
19170 If you have given a keyword a nickname
19171 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19172 instead of the actual keyword.
19173 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19174 option may be used to modify this token slightly.
19175 It is also possible to color keywords in the index using the
19176 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19177 </DD>
19179 <DT>SUBJKEYINIT</DT>
19180 <DD>
19181 This token is the same as the SUBJKEY token except that instead of
19182 prepending a list of keywords to the subject, a list of first initials
19183 of keywords will be prepended instead.
19184 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19185 set (or Work and Now are the Alpine nicknames of keywords that are set)
19186 then the SUBJKEY token would cause a result like
19188 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19190 whereas the SUBJKEYINIT token would give
19192 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19194 Only those keywords that you have defined in your
19195 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19196 in Setup/Config are considered in the list.
19197 In other words, keywords that have been set by some other means, perhaps
19198 by another email program, won't show up unless included in
19199 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19200 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19201 option may be used to modify this token slightly.
19202 It is also possible to color keywords in the index using the
19203 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19204 </DD>
19206 <DT>SUBJECTTEXT</DT>
19207 <DD>
19208 Same as SUBJECT but if there is room in the Subject field for more text,
19209 the opening part of the text of the message is displayed after the subject.
19210 The time needed to fetch the text may cause a performance problem
19211 which can, of course, be avoided by using the SUBJECT version of
19212 the Subject instead.
19213 You may color this opening text differently by using the
19214 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19215 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19216 You may adjust the characters that are displayed between the Subject and the
19217 opening text with the option
19218 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19219 </DD>
19221 <DT>SUBJKEYTEXT</DT>
19222 <DD>
19223 Same as SUBJKEY but with the opening message text.
19224 </DD>
19226 <DT>OPENINGTEXT</DT>
19227 <DD>
19228 This is similar to SUBJECTTEXT.
19229 Instead of combining the Subject and the opening text in a single
19230 field in the index screen this token allows you to allocate a
19231 separate column just for the opening text of the message.
19232 The time needed to fetch this text may cause a performance problem.
19233 You may color this opening text differently by using the
19234 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19235 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19236 </DD>
19238 <DT>OPENINGTEXTNQ</DT>
19239 <DD>
19240 This is very similar to OPENINGTEXT.
19241 The NQ stands for No Quotes.
19242 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19243 For some messages this may be confusing.
19244 For example, a message might have a line preceding some quoted
19245 text that reads something like &quot;On May 8th person A said.&quot;
19246 That no longer makes sense after the quoted text is deleted and it
19247 will appear that person A said whatever the text after the quote
19248 is, even though that is really person B talking.
19249 </DD>
19251 <DT>SUBJKEYINITTEXT</DT>
19252 <DD>
19253 Same as SUBJKEYINIT but with the opening message text.
19254 </DD>
19256 <DT>KEY</DT>
19257 <DD>
19258 This is a space-delimited list of keywords that are set for the message.
19259 Only those keywords that you have defined in your
19260 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19261 in Setup/Config are considered in the list.
19262 In other words, keywords that have been set by some other means, perhaps
19263 by another email program, won't show up unless included in
19264 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19265 If you have given a keyword a nickname
19266 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19267 instead of the actual keyword.
19268 It is also possible to color keywords in the index using the
19269 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19270 This token defaults to an arbitrary width of 5.
19271 You should set it to whatever width suits you using something
19272 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19273 </DD>
19275 <DT>KEYINIT</DT>
19276 <DD>
19277 This is a list of keyword initials that are set for the message.
19278 If you have given a keyword a nickname
19279 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19280 is displayed instead of the initial of the actual keyword.
19281 It is also possible to color keyword initials in the index using the
19282 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19283 This token defaults to an arbitrary width of 2.
19284 You should set it to whatever width suits you using something
19285 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19286 </DD>
19288 <DT>PRIORITY</DT>
19289 <DD>
19290 The X-Priority header is a non-standard header that is used in a
19291 somewhat standard way by many mail programs.
19292 Alpine expects the value of this header to be a digit with a value
19293 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19294 Since this priority is something that the sender sets it is only an indication
19295 of the priority that the sender attaches to the mail and it is therefore almost
19296 totally unreliable for use as a filtering criterion.
19297 This token will display the numeric value of the priority if it is between
19298 1 and 5.
19299 It will be suppressed (blank) if the value is 3, which is normal priority.
19300 This token may be colored with the
19301 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19302 </DD>
19304 <DT>PRIORITYALPHA</DT>
19305 <DD>
19306 This is a more verbose interpretation of the X-Priority field.
19307 Once again nothing is displayed unless the value of the field
19308 is 1, 2, 4, or 5.
19309 The values displayed for those values are:
19311 <TABLE>
19312 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19313 <TR> <TD>2</TD> <TD>High</TD> </TR>
19314 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19315 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19316 </TABLE>
19318 This token may be colored with the
19319 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19320 </DD>
19322 <DT>PRIORITY!</DT>
19323 <DD>
19324 This is a one character, non-numeric version of the X-Priority field.
19325 If the value of the X-Priority header is 1 or 2 an exclamation
19326 point is displayed.
19327 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19328 This token may be colored with the
19329 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19330 </DD>
19332 <DT>ATT</DT>
19333 <DD>
19334 This is a one column wide field that represents the number of attachments
19335 a message has. It will be blank if there are no attachments, a single
19336 digit for one to nine attachments, or an asterisk for more than nine.
19337 Note that including this token in
19338 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19339 display a little while Alpine collects the necessary information.
19340 </DD>
19342 <DT>FROMORTO</DT>
19343 <DD>
19344 This token represents <EM>either</EM> the personal name (or email address) of
19345 the person listed in the message's &quot;From:&quot; header
19346 field, <EM>or</EM>, if that address is yours or one of your
19347 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19348 the first person specified in the
19349 message's &quot;To:&quot; header field
19350 with the prefix &quot;To: &quot; prepended.
19351 If the from address is yours and there is also no &quot;To&quot; address,
19352 Alpine will use the address on the &quot;Cc&quot; line.
19353 If there is no address there, either, Alpine will look for a newsgroup name
19354 from the &quot;Newsgroups&quot; header field and put
19355 that after the &quot;To: &quot; prefix.
19356 </DD>
19358 <DT>FROMORTONOTNEWS</DT>
19359 <DD>
19360 This is almost the same as <EM>FROMORTO</EM>.
19361 The difference is that newsgroups aren't considered.
19362 When a message is from you, doesn't have a To or Cc, and does have
19363 a Newsgroups header; this token will be your name instead of the name
19364 of the newsgroup (like it would be with FROMORTO).
19365 </DD>
19367 <DT>TEXT</DT>
19368 <DD>
19369 This is a different sort of token.
19370 It allows you to display a label within each index line.
19371 It will be the same fixed text for each line.
19372 It is different from all the other tokens in that there is no space column
19373 displayed after this token.
19374 Instead, it is butted up against the following field.
19375 It also has a different syntax.
19376 The text to display is given following a colon after the
19377 word &quot;TEXT&quot;.
19378 For example,
19380 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19382 would insert the literal text &quot;abc=&quot; (without the quotes)
19383 into the index display line.
19384 You must quote the text if it includes space characters, like
19386 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19388 </DD>
19390 <DT>HEADER</DT>
19391 <DD>
19392 This allows you to display the text from a particular header line in the
19393 message.
19394 The syntax for this token is substantially different from all the others
19395 in order that you might be able to display a portion of the text following
19396 a particular header.
19397 The header name you are interested in is given following a colon
19398 after the word &quot;HEADER&quot;.
19399 For example,
19401 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19403 would display the text of the X-Spam header, if any.
19404 Like for other index tokens a width field may (and probably should)
19405 follow this.
19407 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19409 displays the first ten characters of the X-Spam header.
19410 Unlike other index tokens, the syntax for HEADER is more flexible.
19411 An optional second argument comes after a comma inside the parentheses.
19412 It specifies the &quot;field&quot; number.
19413 By default, the field separator is a space character.
19414 No extra space characters are allowed in the argument list.
19416 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19418 would display the second field, left-justified, in a 10 character
19419 wide field.
19420 The second field would consist of all the text after the first space
19421 up to the next space or the end of the header.
19422 The default field number is zero, which stands for the entire line.
19423 There is also an optional third argument that is a list of field
19424 separators. It defaults to a space character.
19425 The example
19427 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19429 would cause the field separators to be any of colon, percent,
19430 or space (there is a space character between the percent and the
19431 right parenthesis).
19432 The first field runs from the start of the header value up to the first
19433 colon, percent, or space; the second goes from there to the next; and so on.
19434 In order to use a comma character as a field separator you must escape
19435 it by preceding it with a backslash (&#92;).
19436 The same is true of the backslash character itself.
19437 There is one further optional argument.
19438 It is an R or an L to specify right or left adjustment of the text
19439 within the field.
19440 The default is to left justify, however if you are displaying numbers
19441 you might prefer to right justify.
19443 Here's an example of a SpamAssassin header.
19444 The exact look of the header will vary, but if your incoming mail
19445 contains headers that look like the following
19447 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19449 you might want to display the hits value.
19450 The first field starts with the Y in Yes.
19451 To get what you're interested in you might use &quot;=&quot; and
19452 space as the field separators and display the third field, like
19454 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19456 or maybe you would break at the dot instead
19458 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19460 Another example we've seen has headers that look like
19462 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19464 Because there are two equals and a comma before the 7% and a comma
19465 after it, the token
19467 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19469 should display the probability (for example 7% or 83%) right justified
19470 in a 3-wide field.
19471 </DD>
19473 <DT>ARROW</DT>
19474 <DD>
19475 This gives an alternative way to display the current message in the
19476 MESSAGE INDEX screen.
19477 Usually the current message is indicated by the line being shown in
19478 reverse video.
19479 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19480 the current line will include an &quot;arrow&quot; that
19481 looks like
19483 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19485 in the ARROW token's field.
19486 For all of the non-current messages, the ARROW field will be filled
19487 with blanks.
19488 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19489 may be adjusted.
19490 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19491 For example, if you use ARROW(3) you will get
19493 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19495 and ARROW(1) will give you just
19497 <CENTER><SAMP>&gt;</SAMP></CENTER>
19499 It is also possible to set the color of the ARROW field.
19500 By default (and for non-current messages) the arrow is colored the same
19501 as the index line it is part of.
19502 You may set it to be another color with the 
19503 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19504 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19505 </DD>
19507 <DT>SCORE</DT>
19508 <DD>
19509 This gives the
19510 <a href="h_rules_score">score</a>
19511 of each message.
19512 This will be six columns wide to accomodate the widest possible score.
19513 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19514 to limit the width of the field to the widest score that
19515 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19516 If you have not defined any score rules the scores will all be zero.
19517 If any of your score rules contain AllText or BodyText patterns
19518 then including SCORE in the <!--#echo var="VAR_index-format"-->
19519 may slow down the display of the MESSAGE INDEX screen.
19520 </DD>
19521 </DL>
19524 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19526 <DL>
19527 <DT>CURNEWS</DT>
19528 <DD>
19529 This token represents the current newsgroup if there is one.
19530 For example, &quot;comp.mail.pine&quot;.
19531 </DD>
19533 <DT>MSGID</DT>
19534 <DD>
19535 This token represents the message ID of the message.
19536 This token does not work with Filter Rule folder names.
19537 </DD>
19539 <DT>CURDATE</DT>
19540 <DD>
19541 This token represents the current date.
19542 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19543 </DD>
19545 <DT>CURDATEISO</DT>
19546 <DD>
19547 This token represents the current date.
19548 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19549 </DD>
19551 <DT>CURDATEISOS</DT>
19552 <DD>
19553 This token represents the current date.
19554 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19555 </DD>
19557 <DT>CURPREFDATE</DT>
19558 <DD>
19559 This token represents the current date.
19560 It is your operating system's idea of the preferred date representation for the current locale.
19561 Internally it uses the %x version of the date from the strftime routine.
19562 </DD>
19564 <DT>CURPREFTIME</DT>
19565 <DD>
19566 This token represents the current time.
19567 It is the preferred time representation for the current locale.
19568 Internally it uses the %X version of the time from the strftime routine.
19569 </DD>
19571 <DT>CURPREFDATETIME</DT>
19572 <DD>
19573 This token represents the current date and time.
19574 It is the preferred date and time representation for the current locale.
19575 Internally it uses the %c version of the time from the strftime routine.
19576 </DD>
19578 <DT>CURTIME24</DT>
19579 <DD>
19580 This token represents the current time.
19581 It has the format HH:MM. For example, &quot;17:28&quot;.
19582 </DD>
19584 <DT>CURTIME12</DT>
19585 <DD>
19586 This token represents the current time.
19587 This time is for a 12 hour clock.
19588 It has the format HH:MMpm.
19589 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19590 </DD>
19592 <DT>CURDAY</DT>
19593 <DD>
19594 This token represents the current day of the month.
19595 For example, &quot;23&quot; or &quot;9&quot;.
19596 </DD>
19598 <DT>CURDAY2DIGIT</DT>
19599 <DD>
19600 This token represents the current day of the month.
19601 For example, &quot;23&quot; or &quot;09&quot;.
19602 It is always 2 digits.
19603 </DD>
19605 <DT>CURDAYOFWEEK</DT>
19606 <DD>
19607 This token represents the current day of the week.
19608 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19609 </DD>
19611 <DT>CURDAYOFWEEKABBREV</DT>
19612 <DD>
19613 This token represents the current day of the week.
19614 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19615 </DD>
19617 <DT>CURMONTH</DT>
19618 <DD>
19619 This token represents the current month.
19620 For example, &quot;10&quot; or &quot;9&quot;.
19621 </DD>
19623 <DT>CURMONTH2DIGIT</DT>
19624 <DD>
19625 This token represents the current month.
19626 For example, &quot;10&quot; or &quot;09&quot;.
19627 It is always 2 digits.
19628 </DD>
19630 <DT>CURMONTHLONG</DT>
19631 <DD>
19632 This token represents the current month.
19633 For example, &quot;October&quot;.
19634 </DD>
19636 <DT>CURMONTHABBREV</DT>
19637 <DD>
19638 This token represents the current month.
19639 For example, &quot;Oct&quot;.
19640 </DD>
19642 <DT>CURYEAR</DT>
19643 <DD>
19644 This token represents the current year.
19645 For example, &quot;1998&quot; or &quot;2001&quot;.
19646 </DD>
19648 <DT>CURYEAR2DIGIT</DT>
19649 <DD>
19650 This token represents the current year.
19651 For example, &quot;98&quot; or &quot;01&quot;.
19652 It is always 2 digits.
19653 </DD>
19655 <DT>LASTMONTH</DT>
19656 <DD>
19657 This token represents last month.
19658 For example, if this is November (the 11th month),
19659 it is equal to &quot;10&quot; or if this is October (the 10th month),
19660 it is &quot;9&quot;.
19661 It is possible that this and the other tokens beginning with LASTMONTH
19662 below could be useful when used with a Filtering Rule that
19663 has the &quot;Beginning of Month&quot; option set.
19664 </DD>
19666 <DT>LASTMONTH2DIGIT</DT>
19667 <DD>
19668 This token represents last month.
19669 For example, if this is November (the 11th month),
19670 it is equal to &quot;10&quot; or if this is October (the 10th month),
19671 it is &quot;09&quot;.
19672 It is always 2 digits.
19673 </DD>
19675 <DT>LASTMONTHLONG</DT>
19676 <DD>
19677 This token represents last month.
19678 For example, if this is November the value is &quot;October&quot;.
19679 </DD>
19681 <DT>LASTMONTHABBREV</DT>
19682 <DD>
19683 This token represents last month.
19684 For example, if this is November the value is &quot;Oct&quot;.
19685 </DD>
19687 <DT>LASTMONTHYEAR</DT>
19688 <DD>
19689 This token represents what the year was a month ago.
19690 For example, if this is October, 1998, it is &quot;1998&quot;.
19691 If this is January, 1998, it is &quot;1997&quot;.
19692 </DD>
19694 <DT>LASTMONTHYEAR2DIGIT</DT>
19695 <DD>
19696 This token represents what the year was a month ago.
19697 For example, if this is October, 1998, it is &quot;98&quot;.
19698 If this is January, 1998, it is &quot;97&quot;.
19699 </DD>
19701 <DT>LASTYEAR</DT>
19702 <DD>
19703 This token represents last year.
19704 For example, if this is 1998, it equals &quot;1997&quot;.
19705 It is possible that this
19706 could be useful when used with a Filtering Rule that
19707 has the &quot;Beginning of Year&quot; option set.
19708 </DD>
19710 <DT>LASTYEAR2DIGIT</DT>
19711 <DD>
19712 This token represents last year.
19713 For example, if this is 1998, it equals &quot;97&quot;.
19714 It is always 2 digits.
19715 </DD>
19717 <DT>ROLENICK</DT>
19718 <DD>
19719 This token represents the nickname of the
19720 role currently being used.  If no role is being used,
19721 then no text will be printed for this token.
19722 This token does not work with Filter Rule folder names.
19723 </DD>
19724 </DL>
19727 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
19728 See the help for the
19729 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
19730 to see why you might want to use this.
19731 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
19732 must be surrounded by underscores when used.
19734 <DL>
19735 <DT>NEWLINE</DT>
19736 <DD>
19737 This is an end of line marker.
19738 </DD>
19739 </DL>
19742 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
19744 <DL>
19745 <DT>CURSORPOS</DT>
19746 <DD>
19747 This token is different from the others.
19748 When it is replaced it is replaced with nothing, but it sets an Alpine
19749 internal variable that tells the composer to start with the cursor
19750 positioned at the position where this token was.
19751 If both the template file and the signature file contain
19752 a &quot;CURSORPOS&quot; token, then the position in the template file
19753 is used.
19754 If there is a template file and neither it nor the signature file contains
19755 a &quot;CURSORPOS&quot; token, then the cursor is positioned
19756 after the end of the contents of the
19757 template file when the composer starts up.
19758 </DD>
19759 </DL>
19762 &lt;End of help on this topic&gt;
19763 </BODY>
19764 </HTML>
19765 ======= h_reply_token_conditionals =======
19766 <HTML>
19767 <HEAD>
19768 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
19769 </HEAD>
19770 <BODY>
19771 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
19773 Conditional text inclusion may be used with
19774 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19775 in signature files, and in template files used in
19776 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
19777 It may <EM>not</EM> be used with the
19778 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
19781 There is a limited if-else capability for including text.
19782 The if-else condition is based
19783 on whether or not a given token would result in replacement text you
19784 specify.
19785 The syntax of this conditional inclusion is
19787 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
19789 The left parenthesis must follow the underscore immediately, with no
19790 intervening space.
19791 It means the token is expanded and the results of that expansion are
19792 compared against the &quot;match_this&quot; argument.
19793 If there is an exact match, then the &quot;if_matched&quot; text is used
19794 as the replacement text.
19795 Otherwise, the &quot;if_not_matched&quot; text is used.
19796 One of the most useful values for the &quot;match_this&quot; argument is
19797 the empty string, &quot;&quot;.
19798 In that case the expansion is compared against the empty string.
19800 Here's an example to make it clearer.
19801 This text could be included in one of your template files:
19803 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
19805 If that is included in a template file that you are using while replying
19806 to a message (because you chose to use the role it was part of),
19807 and that message has a newsgroup header and a newsgroup in that header,
19808 then the text
19810 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
19812 will be included in the message you are about to compose.
19813 On the other hand, if the message you are replying to does not have
19814 a newsgroup, then the text
19816 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
19818 would be included instead.
19819 This would also work in signature files and in
19820 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
19821 If the &quot;match_this&quot;, &quot;if_matched&quot;,
19822 or &quot;if_not_matched&quot; arguments contain
19823 spaces, parentheses, or commas;
19824 they have to be quoted with double quotation marks (like in the example
19825 above).
19826 If you want to include a literal quote (&quot;) in the text you must escape the
19827 quote by preceding it with a backslash (&#92;) character.
19828 If you want to include a literal backslash character you must escape it
19829 by preceding it with another backslash.
19831 The comma followed by &quot;if_not_matched&quot; is optional.
19832 If there is no &quot;if_not_matched&quot;
19833 present then no text is included if the not_matched case is true.
19834 Here's another example:
19836 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
19838 Here you can see that tokens may appear in the arguments.
19839 The same is true for tokens with the conditional parentheses.
19840 They may appear in arguments,
19841 though you do have to be careful to get the quoting and escaping of
19842 nested double quotes correct.
19843 If this was in the signature file being used and you were replying to a message
19844 sent to comp.mail.pine the resulting text would be:
19846 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
19848 If you were replying to a message that wasn't sent to any newsgroup the
19849 resulting text would be a single blank line.
19850 The reason you'd get a blank line is because the end of the line is
19851 outside of the conditional, so is always included.
19852 If you wanted to get rid of that blank line you could do so by moving
19853 the end of line inside the conditional.
19854 In other words, it's ok to have multi-line
19855 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
19856 template file.
19857 The text just continues until the next double quotation, even if it's not
19858 on the same line.
19860 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
19862 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
19864 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
19865 while reading the newsgroup comp.mail.pine the resulting text would be:
19867 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
19869 If you were replying to a message while reading an email folder instead
19870 of a newsgroup the resulting leadin text would be
19872 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
19874 Here's one more (contrived) example illustrating a matching argument
19875 that is not the empty string.
19877 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
19879 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
19880 were replying to
19881 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
19882 would be
19884 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
19886 But if you were replying to a message sent on Oct. 27 (and that wasn't
19887 today) you would get
19889 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
19892 &lt;End of help on this topic&gt;
19893 </BODY>
19894 </HTML>
19895 ======= h_composer_cntxt_nick =======
19896 <HTML>
19897 <HEAD>
19898 <TITLE>Collection Nickname Explained</TITLE>
19899 </HEAD>
19900 <BODY>
19901 <H1>Collection Edit Help -- Nickname Field</H1>
19903 This field is provided so you can add a short nickname to use when
19904 referring to this collection within Alpine.  Spaces are allowed, and
19905 you don't need to use double-quotes.  However, the double-quote
19906 character is not allowed.
19908 Look <A HREF="h_edit_nav_cmds">here</A>
19909 to see the available Editing and Navigation commands.
19911 &lt;End of help on this topic&gt;
19912 </BODY>
19913 </HTML>
19914 ======= h_folder_server_syntax =======
19915 <HTML>
19916 <HEAD>
19917 <TITLE>Server Name Syntax</TITLE>
19918 </HEAD>
19919 <BODY>
19920 <H1>Server Name Syntax</H1>
19922 This help describes the syntax that may be used for server names
19923 that may be associated with remote folders or SMTP servers.
19926 A server name is the hostname of the server.
19927 It's a good idea to use the host's fully-qualified network name.
19930 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
19933 However, IP addresses are allowed if surrounded
19934 with square-brackets.
19937 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
19940 An optional network port number may be supplied by appending
19941 a colon (:) followed by the port number
19942 to the server name.
19943 By default, the IMAP port number, 143, is used.
19946 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
19949 Besides server name and optional port number, various other optional
19950 parameters may be supplied that alter Alpine's interaction with the server.
19951 A parameter is supplied by appending a slash (/) character followed by
19952 the parameter's name and,
19953 depending on the particular parameter, the value assigned to that
19954 name, to the server name (and optional port number).
19955 Parameter names are <EM>not</EM> case sensitive.
19956 Currently supported parameters include:
19958 <DL>
19960 <DT>User</DT>
19961 <DD>This parameter requires an associated value, and is intended to
19962 provide the username identifier with which to establish the server
19963 connection.
19964 If your SMTP server offers SMTP AUTH authentication, adding this 
19965 parameter to the
19966 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19967 option will cause Alpine to attempt to authenticate to the server using the
19968 supplied username.
19969 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
19970 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
19971 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
19972 option (or to the server name for any folder collection using NNTP)
19973 will cause Alpine to attempt
19974 to authenticate to the server using the supplied username.
19975 An example might be:
19978 <CENTER><SAMP>/user=katie</SAMP></CENTER>
19981 </DD>
19983 <DT>TLS</DT>
19984 <DD>
19985 Normally, when a new connection is made an attempt is made to 
19986 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
19987 If that fails then a non-encrypted connection will be attempted instead.
19988 This is a unary parameter indicating communication with the server must 
19989 take place over a TLS connection. If the attempt to use TLS fails then
19990 this parameter will cause the connection to fail instead of falling
19991 back to an unsecure connection.
19994 <CENTER><SAMP>/tls</SAMP></CENTER>
19997 </DD>
19999 <DT>SSL</DT>
20000 <DD>
20001 This is a unary parameter indicating communication with the server should 
20002 take place over a Secure Socket Layer connection.  The server must support
20003 this method, and be prepared to accept connections on the appropriate
20004 port (993 by default).
20005 Alpine must be linked with an SSL library for this option to be operational.
20008 <CENTER><SAMP>/ssl</SAMP></CENTER>
20011 </DD>
20013 <DT>TLS1</DT>
20014 <DD>
20015 This parameter indicates that the connection to the server will be made
20016 over the SSL port, but using the TLSv1 protocol, instead of the usual
20017 SSLv3 or SSLv2 protocols.
20018 Alpine must be linked with an SSL library for this option to be operational.
20021 <CENTER><SAMP>/tls1</SAMP></CENTER>
20024 </DD>
20026 <DT>DTLS1</DT>
20027 <DD>
20028 This parameter indicates that the connection to the server will be made
20029 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20030 SSLv3 or SSLv2 protocols.
20031 Alpine must be linked with an SSL library for this option to be operational.
20034 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20037 </DD>
20039 <DT>TLS1_1</DT>
20040 <DD>
20041 This parameter indicates that the connection to the server will be made
20042 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20043 SSLv3 or SSLv2 protocols.
20044 Alpine must be linked with an SSL library for this option to be operational.
20047 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20050 </DD>
20052 <DT>TLS1_2</DT>
20053 <DD>
20054 This parameter indicates that the connection to the server will be made
20055 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20056 SSLv3 or SSLv2 protocols.
20057 Alpine must be linked with an SSL library for this option to be operational.
20060 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20063 </DD>
20066 <DT>NoValidate-Cert</DT>
20067 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20068 This is needed if the server uses self-signed certificates or if Alpine
20069 cannot validate the certificate for some other known reason.
20071 </DD>
20073 <DT>Anonymous</DT>
20074 <DD>This is a unary parameter (that means it does not have a value)
20075 indicating that the connection be logged in as
20076 &quot;anonymous&quot; rather than a specific user.
20077 Not all servers offer anonymous
20078 access; those which do generally only offer read-only access to certain
20079 &quot;public&quot; folders.
20082 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20085 </DD>
20087 <DT>Secure</DT>
20088 <DD>This is a unary parameter indicating that the connection use the
20089 most secure authentication method mutually supported by Alpine and the
20090 server.
20091 Alpine is capable of authenticating connections to 
20092 the server using several methods.
20093 By default, Alpine will attempt each
20094 method until either a connection is established or the
20095 list of methods is exhausted.
20096 This parameter causes Alpine to instead fail 
20097 the connection if the first (generally most &quot;secure&quot;) method fails.
20100 <CENTER><SAMP>/secure</SAMP></CENTER>
20103 </DD>
20105 <DT>Submit</DT>
20106 <DD>This is a unary parameter for use with the
20107 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20108 It indicates that the connection should be made to the Submit server
20109 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20110 (port 587) instead of the SMTP port (25).
20111 At the time this help was written the submit option was equivalent to
20112 specifying port 587.
20115 <CENTER><SAMP>/submit</SAMP></CENTER>
20119 <CENTER><SAMP>host:587</SAMP></CENTER>
20122 </DD>
20124 <DT>Debug</DT>
20125 <DD>This is a unary parameter indicating that the connection be established
20126 in a verbose mode.  Basically, it causes Alpine to log the communication with
20127 the server in Alpine's debug file.
20128 Normally, the pine -d command-line flag would be used instead.
20130 </DD>
20132 <DT>NoRsh</DT>
20133 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20134 the UNIX remote shell program.
20135 Including &quot;NoRsh&quot; will cause connections to this server to skip
20136 the &quot;rsh&quot; attempt.
20137 This might be useful to avoid long timeouts caused by rsh firewalls, for
20138 example.
20140 </DD>
20142 <DT>Loser</DT>
20143 <DD>This option makes sense only for IMAP servers that do not perform
20144 a SEARCH command correctly. If your filtering rules
20145 fail to filter some messages, that should have been filtered, then this
20146 option will make Alpine download all data necessary to perform that search.
20147 There is a performance penalty when using this option. Downloading the
20148 data to perfom the search will take longer than requesting the IMAP
20149 server to perform the filtering, but the filtering will be done correctly.
20151 </DD>
20154 <DT>Service</DT>
20155 <DD>This parameter requires an associated value.  The default value is
20156 &quot;IMAP&quot; which indicates communication with the server based
20157 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20158 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20160 Other service values include:
20161  <DL>
20162  <DT>NNTP</DT>
20163  <DD>This value indicates communication with the server takes place via
20164 the Network News Transfer Protocol.  Use this to define a collection
20165 of newsgroups on a remote news server.  So
20168 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20170 or just
20172 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20175 is the way to specify NNTP access.
20177  </DD>
20179  <DT>POP3</DT>
20180  <DD>This value indicates communication with the server takes place via the
20181 Post Office Protocol 3 protocol.
20184 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20186 or just
20188 <CENTER><SAMP>/POP3</SAMP></CENTER>
20191 Note that there are several important issues
20192 to consider when selecting this option:
20193 <OL>
20194  <LI> POP3 provides access to only your INBOX.  In other words,
20195 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20196  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20197 model and will leave your mail on the server. Refer to the
20198 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20199  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20200 </OL>
20201 </DD>
20202 </DL>
20203 </DL>
20206 Note that it is possible to include more than one parameter in a server
20207 specification by concatenating the parameters. For example:
20210 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20214 &lt;End of help on this topic&gt;
20215 </BODY>
20216 </HTML>
20217 ======= h_composer_cntxt_server =======
20218 <HTML>
20219 <HEAD>
20220 <TITLE>Collection Server: Explained</TITLE>
20221 </HEAD>
20222 <BODY>
20223 <H1>Collection Edit Help -- Server Field</H1>
20225 This collection's &quot;Server:&quot; definition indicates the
20226 hostname of the server providing access to the folders in this
20227 collection.
20228 The syntax of this server name is the same as for other server names used
20229 in remote folder names in
20230 Alpine and is described
20231 <A HREF="h_folder_server_syntax">here</A>.
20234 &lt;End of help on this topic&gt;
20235 </BODY>
20236 </HTML>
20237 ======= h_composer_cntxt_path =======
20238 <HTML>
20239 <HEAD>
20240 <TITLE>Collection Path: Explained</TITLE>
20241 </HEAD>
20242 <BODY>
20243 <H1>Collection Edit Help -- Path Field</H1>
20245 The collection's &quot;Path:&quot; definition indicates the location
20246 of the folders in this collection.  If the path or any of its components
20247 do not exist, Alpine will prompt you for their creation when exiting the
20248 Add/Change screen.
20250 <P> 
20251 By default the path is interpreted as defining a section of your personal
20252 folder area.  This area and how you specify it are defined by the
20253 server, if one is specified in the collection, or, typically, the home
20254 directory if no server is defined.
20257 To define a collection outside the default &quot;area&quot;, prefix
20258 the path with the &quot;namespace&quot; to use when interpreting the
20259 given path.  If a namespace is specified, the Path begins with the
20260 sharp, &quot;#&quot;, character followed by the name of the namespace
20261 and then the namespace's path-element-delimiter.  Aside from the
20262 path's format, namespaces can also imply access rights, content
20263 policy, audience, location, and, occasionally, access methods.
20266 Each server exports its own set (possibly of size one) of 
20267 namespaces.  Hence, it's likely communication with your server's
20268 administrator will be required for specific configurations.  Some of
20269 the more common namespaces, however, include:
20271 <DL>
20272 <DT>#news.</DT>
20273 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20274 names are hierarchically defined with each level delimited by a period.
20275 </DD>
20276 <DT>#public/</DT>
20277 <DD>This specifies a folder area that the server may export to the general
20278 public.
20279 </DD>
20280 <DT>#shared/</DT>
20281 <DD>This specifies a folder area that the folder may export to groups
20282 of users.
20283 </DD>
20284 <DT>#ftp/</DT>
20285 <DD>This specifies a folder area that is the same as that it may have 
20286 exported via the &quot;File Transfer Protocol&quot;.
20287 </DD>
20288 <DT>#mh/</DT>
20289 <DD>This specifies the personal folder area associated with folders
20290 and directories that were created using the MH message handling system.
20291 </DD>
20292 </DL>
20295 In addition, the server may support access to other user's folders,
20296 provided you have suitable permissions.  Common methods use a prefix
20297 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20298 indicate the root of the other user's folder area.
20301 No, nothing's simple.
20304 &lt;End of help on this topic&gt;
20305 </BODY>
20306 </HTML>
20307 ======= h_composer_cntxt_view =======
20308 <HTML>
20309 <HEAD>
20310 <TITLE>Collection View: Explained</TITLE>
20311 </HEAD>
20312 <BODY>
20313 <H1>Collection Edit Help -- View Field</H1>
20315 The collection's &quot;View:&quot; definition provides a way to limit
20316 the displayed list of folders within a collection.  By default, only
20317 folders that contain the specified characters anywhere in their name
20318 are shown in the collection's folder list.
20321 Additionally, you can use a wildcard character to better control
20322 the list of folders selected for display.  The wildcard specifier is
20323 the star, &quot;*&quot;, character.
20326 So, for example, to define a collection of all folders ending with
20327 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20328 quote characters!).  Or, similarly, to define a collection of folders
20329 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20330 specify a view of &quot;a*z&quot;.
20333 &lt;End of help on this topic&gt;
20334 </BODY>
20335 </HTML>
20336 ======= h_composer_abook_add_server =======
20337 <HTML>
20338 <HEAD>
20339 <TITLE>Addressbook Server Name Field Explained</TITLE>
20340 </HEAD>
20341 <BODY>
20342 This field should be left blank if the address book is stored in a regular
20343 file on this system.  If it is a remote address book stored on an IMAP
20344 server then this is the name of that IMAP server.
20346 Look <A HREF="h_edit_nav_cmds">here</A>
20347 to see the available Editing and Navigation commands.
20349 &lt;End of help on this topic&gt;
20350 </BODY>
20351 </HTML>
20352 ======= h_composer_abook_add_folder =======
20353 <HTML>
20354 <HEAD>
20355 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20356 </HEAD>
20357 <BODY>
20358 For a remote address book (one for which the Server Name is filled in)
20359 this is the name of a folder on the remote server. The address book data
20360 will be stored in this folder. This folder should be used only for
20361 storing this single address book, not for other address books or for
20362 other messages.
20364 For a local address book (one for which the Server Name is not filled in)
20365 this is the name of a file in which the address book will be stored.
20366 The file is in the same directory as the Alpine configuration file if the
20367 configuration file is local.
20368 If the configuration file is remote, then this will be in the home directory
20369 for Unix Alpine and in the directory specified by the
20370 &quot;-aux local_directory&quot; command line argument.
20372 Look <A HREF="h_edit_nav_cmds">here</A>
20373 to see the available Editing and Navigation commands.
20375 &lt;End of help on this topic&gt;
20376 </BODY>
20377 </HTML>
20378 ======= h_composer_abook_add_nick =======
20379 <HTML>
20380 <HEAD>
20381 <TITLE>Addressbook NickName Field Explained</TITLE>
20382 </HEAD>
20383 <BODY>
20384 This is just an optional nickname for this address book. If present, it
20385 is used in some of the displays and error messages in the address book
20386 maintenance screens. It is for your convenience only and serves no
20387 other purpose.
20389 Look <A HREF="h_edit_nav_cmds">here</A>
20390 to see the available Editing and Navigation commands.
20392 &lt;End of help on this topic&gt;
20393 </BODY>
20394 </HTML>
20395 ======= h_composer_qserv_cn =======
20396 <HTML>
20397 <HEAD>
20398 <TITLE>Directory Query Form Explained</TITLE>
20399 </HEAD>
20400 <BODY>
20402 Fill in as many of these fields as you wish to narrow down your
20403 search. All the fields you fill in must match in order for an entry
20404 to be returned. You may use the wildcard character &quot;*&quot; in
20405 any of the fields, it matches any zero or more characters at that
20406 point in the string. There are no implicit wildcards, so the match is
20407 exact unless you include wildcards.
20410 Note that if an attribute isn't present at all, then the match will fail.
20411 For example, if a server doesn't support the Locality attribute, then no
20412 matter what you put in the Locality field (other than leaving it empty)
20413 the search will fail.
20416 This field, the Common Name field, is typically a person's full name.
20419 <H1>EDITING and NAVIGATION COMMANDS</H1>
20420 <!--chtml if pinemode="function_key"-->
20421 <PRE>
20422 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20423 ^B (Left Arrow)    Back character       | ^D       Delete current character
20424 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20425 ^P (Up Arrow)      Previous line        |
20426 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20427 ^A                 Beginning of line    |            delete current line
20428 ^E                 End of line          | F10      Undelete line(s)
20429 F7                 Previous page        |
20430 F8                 Next page            |-------------------------------------
20431 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20432 ----------------------------------------|
20433 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20434 F2   Cancel      |   F1    Get help     |
20435 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20436 </PRE>
20437 <!--chtml else-->
20438 <PRE>
20439 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20440 ^B (Left Arrow)    Back character       | ^D       Delete current character
20441 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20442 ^P (Up Arrow)      Previous line        |
20443 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20444 ^A                 Beginning of line    |            delete current line
20445 ^E                 End of line          | ^U       Undelete line(s)
20446 ^Y                 Previous page        |
20447 ^V                 Next page            |-------------------------------------
20448 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20449 ----------------------------------------|
20450 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20451 ^C   Cancel      |   ^G    Get help     |
20452 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20453 </PRE>
20454 <!--chtml endif-->
20455 <P><UL>
20456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20457 </UL><P>
20458 &lt;End of help on this topic&gt;
20459 </BODY>
20460 </HTML>
20461 ======= h_composer_qserv_sn =======
20463 The Surname is usually the family name of a person.
20465 <End of help on this topic>
20466 ======= h_composer_qserv_gn =======
20468 This is the part of a person's name that isn't the surname or initials.
20470 <End of help on this topic>
20471 ======= h_composer_qserv_mail =======
20473 This is the email address of a person.
20475 <End of help on this topic>
20476 ======= h_composer_qserv_org =======
20478 This is the organization a person belongs to.
20480 <End of help on this topic>
20481 ======= h_composer_qserv_unit =======
20483 This is the organizational unit a person belongs to.
20485 <End of help on this topic>
20486 ======= h_composer_qserv_country =======
20488 This is the country a person belongs to.
20490 <End of help on this topic>
20491 ======= h_composer_qserv_state =======
20493 This is the state a person belongs to.
20495 <End of help on this topic>
20496 ======= h_composer_qserv_locality =======
20498 This is the locality a person belongs to.
20500 <End of help on this topic>
20501 ======= h_composer_qserv_custom =======
20503 This one is for advanced users only! If you put something in this field,
20504 then the rest of the fields are ignored.
20506 This field may be set to the string representation of an LDAP search
20507 filter (see RFC1960). Here are some examples:
20509 To search for an entry with a surname equal to "clinton" you could set
20510 the custom filter to:
20512      (sn=clinton)
20513     
20514 This is equivalent to putting "clinton" in the SurName field.
20515 To search for an entry that has a surname that begins with "clint" and
20516 has a givenname equal to "william" you could use:
20518      (&(sn=clint*)(givenname=william))
20519     
20520 This is equivalent to setting the SurName field to "clint*" and the
20521 GivenName field to "william".
20522 To search for an entry where either the common name OR the email address
20523 contains "abcde" you could use:
20525      (|(cn=*abcde*)(mail=*abcde*))
20527 That isn't equivalent to anything you can do by setting the other fields
20528 because of the OR.
20530 <End of help on this topic>
20531 ======= h_composer_qserv_qq =======
20533 This one is a little different from the rest of the categories.  It causes
20534 a search to be formed from the configured search filter that you filled
20535 in when you added the directory server to your configuration. It can also
20536 be combined with the other fields if you'd like.
20538 <End of help on this topic>
20539 ======= h_address_format =======
20540 <HTML>
20541 <HEAD>
20542 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20543 </HEAD>
20544 <BODY>
20545 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20547 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20548 and then a domain, with no spaces.  
20549 For example, jsmith@art.example.com might be the email address
20550 of a person  
20551 with the username &quot;jsmith&quot; who has an account in the domain
20552 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20553 right of the &quot;@&quot; sign can vary - a shorter example would be 
20554 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20555 organization's domain is specified after the &quot;@&quot; sign); a longer 
20556 example would be 
20557  jsingh@shakti.edutech.example.com
20558 (here, the name of the host &quot;shakti&quot; in the domain 
20559 edutech.example.com is also specified).  
20560 <P>  
20561 If you do not know the exact email address of someone you want to write 
20562 to, ask them what it is using other means of communication than email; or 
20563 use the tools for 
20564 finding people's addresses that are available on the Internet.
20566 If you are sending to someone on the same system as you are, you can leave
20567 the &quot;@&quot; sign and all the information to its right off of the 
20568 address, and Alpine will fill it in automatically, 
20569 unless the feature 
20570 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20573 When an email address you send a message to is not reachable -- either because 
20574 it is simply an incorrect address, or because email can temporarily not be 
20575 delivered to it due to a technical problem on the way to or at the recipient's 
20576 end -- you will almost always get an error notification email message back.
20578 If you encounter problems with, or have questions about, email delivery or
20579 email address syntax, contact your local network computing consultants.
20580 <P><UL>
20581 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20582 </UL>
20584 &lt;End of help on this topic&gt;
20585 </BODY>
20586 </HTML>
20587 ======= h_flag_user_flag =======
20588 <HTML>
20589 <HEAD>
20590 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20591 </HEAD>
20592 <BODY>
20593 <H1>STATUS FLAG: User Defined Keyword</h1>
20595 This is a keyword that is defined for this folder.
20596 It was most likely defined by the owner of the folder.
20597 Alpine will not set or clear this flag on its own.
20599 <P><UL>
20600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20601 </UL><P>
20602 &lt;End of help on this topic&gt;
20603 </BODY>
20604 </HTML>
20605 ======= h_flag_important =======
20606 <html>
20607 <title>STATUS FLAG: Important</title>
20608 <body>
20609 <h1>STATUS FLAG: Important</h1>
20612 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20613 MESSAGE&nbsp;INDEX
20614 screen, can only be set by the user, and is intended to be used in
20615 whatever fashion makes sense to you.  You are the only one that can set or
20616 clear it. 
20619 &lt;End of help on this topic&gt;
20620 </BODY>
20621 </HTML>
20622 ======= h_flag_new =======
20623 <html>
20624 <title>STATUS FLAG: New</title>
20625 <body>
20626 <h1>STATUS FLAG: New</h1>
20629 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20630 MESSAGE&nbsp;INDEX screen,
20631 is automatically set when messages are delivered to your Inbox (or other
20632 folder specified outside of Alpine).  Likewise, it is cleared automatically
20633 the first time you read the message it is associated with.
20636 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20637 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20638 you'd like to be reminded of it next time you read mail.  This can be done
20639 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20643 &lt;End of help on this topic&gt;
20644 </BODY>
20645 </HTML>
20646 ======= h_flag_answered =======
20647 <html>
20648 <title>STATUS FLAG: Answered</title>
20649 <body>
20650 <h1>STATUS FLAG: Answered</h1>
20652 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20653 MESSAGE&nbsp;INDEX
20654 screen, is automatically set when you reply to a message.  This flag is not
20655 automatically cleared.
20658 &lt;End of help on this topic&gt;
20659 </BODY>
20660 </HTML>
20661 ======= h_flag_forwarded =======
20662 <html>
20663 <title>STATUS FLAG: Forwarded</title>
20664 <body>
20665 <h1>STATUS FLAG: Forwarded</h1>
20667 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
20668 MESSAGE&nbsp;INDEX
20669 screen, is automatically set when you forward a message.  This flag is not
20670 automatically cleared.
20673 &lt;End of help on this topic&gt;
20674 </BODY>
20675 </HTML>
20676 ======= h_flag_deleted =======
20677 <html>
20678 <title>STATUS FLAG: Deleted</title>
20679 <body>
20680 <h1>STATUS FLAG: Deleted</h1>
20682 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
20683 MESSAGE&nbsp;INDEX
20684 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
20685 It is cleared
20686 when you use the &quot;U&nbsp;Undelete&quot; command.
20689 Messages marked with this flag will be permanently removed from
20690 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
20691 command, or
20692 when you indicate acceptance of their removal upon leaving the folder.
20695 Note, there can be other actions implicit in the
20696 &quot;D&nbsp;Delete&quot; command,
20697 such as advancing to the next message, that may be momentarily undesirable.
20698 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
20699 flag <A HREF="h_common_flag">explicitly</A>.
20702 &lt;End of help on this topic&gt;
20703 </BODY>
20704 </HTML>
20705 ====== h_config_incoming_timeo ======
20706 <HTML>
20707 <HEAD>
20708 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
20709 </HEAD>
20710 <BODY>
20711 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
20713 This option has no effect unless the feature
20714 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20715 is set, which in turn has no effect unless
20716 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20717 is set.
20719 Sets the time in seconds that Alpine will
20720 attempt to open a network connection used for monitoring for Unseen
20721 messages in Incoming Folders. The default is 5.
20722 If a connection has not completed within this many seconds Alpine will
20723 give up and consider it a failed connection.
20725 <UL>   
20726 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20727 </UL><P>
20728 &lt;End of help on this topic&gt;
20729 </BODY>
20730 </HTML>
20731 ====== h_config_psleep ======
20732 <HTML>
20733 <HEAD>
20734 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
20735 </HEAD>
20736 <BODY>
20737 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
20740 In the good old days a mailcap viewer was used to examine an 
20741 attachment before saving it, and after viewing the attachment control 
20742 would return to the operating system when the viewer was closed. Therefore, 
20743 when the mailcap viewer returned control to the operating system, it 
20744 could be assumed that the user who opened the attachment was done
20745 examining it, and the copy of the attachment that was used, could be removed.
20748 However, today this assumption is not longer valid. Some viewers return 
20749 control to the operating system before they actually read the attachment
20750 to be examined. This causes Alpine to delete the attachment before it 
20751 is read by the viewer, causing the viewer to fail opening the attachment.
20754 In order to work around this problem, Alpine checks, after the viewer has 
20755 returned control to the operating system, if there is any process that is 
20756 using the attachment. This variable controls the number of seconds that 
20757 must elapse between checks. Once it is found that no process is using the 
20758 attachment, this is removed.
20761 The minimum value for this variable is 60 (checks will be made once per 
20762 minute), and the maximum value is 600 (checks will be made once every 10 
20763 minutes). The default value is 60.
20766 <UL>   
20767 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20768 </UL><P>
20769 &lt;End of help on this topic&gt;
20770 </BODY>
20771 </HTML>
20772 ====== h_config_incoming_interv ======
20773 <HTML>
20774 <HEAD>
20775 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
20776 </HEAD>
20777 <BODY>
20778 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
20780 This option has no effect unless the feature
20781 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20782 is set, which in turn has no effect unless
20783 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20784 is set.
20786 This option specifies, in seconds, how often Alpine will check
20787 for new mail and state changes in Incoming Folders when Incoming Folders
20788 Checking is turned on.
20789 The default is 3 minutes (180).
20790 This value applies only to folders that are local to the system that
20791 Alpine is running on or that are accessed using the IMAP protocol.
20792 The similar option
20793 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
20794 applies to all other monitored folders.
20796 <UL>   
20797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20798 </UL><P>
20799 &lt;End of help on this topic&gt;
20800 </BODY>
20801 </HTML>
20802 ====== h_config_incoming_second_interv ======
20803 <HTML>
20804 <HEAD>
20805 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
20806 </HEAD>
20807 <BODY>
20808 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
20810 This option has no effect unless the feature
20811 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20812 is set, which in turn has no effect unless
20813 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20814 is set.
20816 This option together with the option
20817 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20818 specifies, in seconds, how often Alpine will check
20819 for new mail and state changes in Incoming Folders when Incoming Folders
20820 Checking is turned on.
20821 The default for this option is 3 minutes (180).
20822 For folders that are local to this system or
20823 that are accessed using the IMAP protocol
20824 the value of the option
20825 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20826 is used.
20827 For all other monitored folders, the value of this option is used.
20829 The reason there are two separate options is because it is usually
20830 less expensive to check local and IMAP folders than it is to check
20831 other types, like POP or NNTP folders.
20832 You may want to set this secondary value to a higher number than
20833 the primary check interval.
20835 <UL>   
20836 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20837 </UL><P>
20838 &lt;End of help on this topic&gt;
20839 </BODY>
20840 </HTML>
20841 ====== h_config_incoming_list ======
20842 <HTML>
20843 <HEAD>
20844 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
20845 </HEAD>
20846 <BODY>
20847 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
20849 This option has no effect unless the feature
20850 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20851 is set, which in turn has no effect unless
20852 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20853 is set.
20855 When monitoring the Incoming Message Folders for Unseen messages Alpine will
20856 normally monitor all Incoming Folders.
20857 You may use this option to restrict the list of monitored folders to a
20858 subset of all Incoming Folders.
20860 <UL>   
20861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20862 </UL><P>
20863 &lt;End of help on this topic&gt;
20864 </BODY>
20865 </HTML>
20866 ====== h_config_pers_name ======
20867 <HTML>
20868 <HEAD>
20869 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
20870 </HEAD>
20871 <BODY>
20872 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
20874 This value is used to determine the full name part of the "From" address
20875 on messages you send.
20876 <!--chtml if pinemode="os_windows"-->
20877  PC-Alpine requires that this be set in order to properly construct the "From" address.
20878 <!--chtml else-->
20879  If unset, Unix Alpine will obtain your full name from
20880  the system password file. PC-Alpine, on the other hand, requires that this be set.
20881 <!--chtml endif-->
20883 If you want to change the value of what gets included in the From header
20884 in messages you send (other than just the Personal Name)
20885 look <A HREF="h_config_change_your_from">here</A> for a description.
20886 <P><UL>
20887 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20888 </UL><P>
20889 &lt;End of help on this topic&gt;
20890 </BODY>
20891 </HTML>
20892 ====== h_config_pruned_folders ======
20893 <html>
20894 <header>
20895 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
20896 </header>
20897 <body>
20898 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
20900 This variable allows you to define a list of one or more folders that
20901 Alpine will offer to prune for you in the same way it automatically offers
20902 to prune your "sent-mail" folder each month.
20903 Each folder in this list must be a folder in your default folder collection
20904 (the first folder collection if you have more than one), and it is just
20905 the relative name of the folder in the collection, not the fully-qualified name.
20906 It is similar to sent-mail.
20907 Instead of something like
20909 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
20911 the correct value to use would be
20913 <CENTER><SAMP>folder</SAMP></CENTER>
20915 There is an assumption here that your first collection is the folders in
20917 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
20920 Once a month, for each folder listed, Alpine will offer to move
20921 the contents of the folder to a new folder of the same name but with
20922 the previous month's date appended.  Alpine will then look for any such
20923 date-appended folder names created for a previous month, and offer each
20924 one it finds for deletion.
20927 If you decline the first offer, no mail is moved and no new folder is
20928 created.
20931 The new folders will be created
20932 in your default folder collection.
20935 <UL>   
20936 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20937 </UL><P>
20938 &lt;End of help on this topic&gt;
20939 </body>
20940 </html>
20941 ====== h_config_upload_cmd ======
20942 <HTML>
20943 <HEAD>
20944 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
20945 </HEAD>
20946 <BODY>
20947 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
20949 This option affects the behavior of the Composer's &quot;Read File&quot; 
20950 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
20951 commands.  It specifies
20952 a Unix program name, and any necessary command line arguments, that Alpine can
20953 use to transfer files from your personal computer into messages that you are
20954 composing.<P>
20956 <B>Note:</B> this facility is intended for use with serial line transfer 
20957 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
20958 to work with TCP/IP file transfer programs such as ftp.<P>
20960 If a program is specified, the commands listed above are modified to offer a
20961 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
20962 specified here must match the transfer program or protocol available on the
20963 personal computer.<P>
20965 Alpine expects to exchange uploaded data via a file on your Unix system.  When
20966 the specified upload program finishes, Alpine expects the uploaded data to be
20967 contained in this file.<P>
20969 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
20970 generates a
20971 temporary file name that it will pass to the specified Unix program.  Alpine
20972 will read the resulting uploaded text from this file and then delete it when
20973 the upload command is finished.<P>
20975 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
20976 prompt
20977 you for the name of the file that is to contain the uploaded information that
20978 it is to attach.  Alpine will attach this file to the composition, but will
20979 <B>not</B> delete this file after the upload command is finished.<P>
20981 The special token &quot;_FILE_&quot; may be included among the Unix program's 
20982 command
20983 line arguments.  Alpine will replace this symbol with the name of the file
20984 being used to exchange the uploaded information.  This token allows you to
20985 position the file name where it is required in the Unix program's command
20986 line arguments.<P>
20988 If the &quot;_FILE_&quot; token is not present in the specified command, the
20989 temporary file's name is automatically appended to the specified Unix
20990 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
20991 <B>last</B> command line argument.
20992 <P><UL>
20993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20994 </UL><P>
20995 &lt;End of help on this topic&gt;
20996 </BODY>
20997 </HTML>
20998 ====== h_config_upload_prefix ======
20999 <HTML>
21000 <HEAD>
21001 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21002 </HEAD>
21003 <BODY>
21004 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21006 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21007 It defines text to be written to the terminal emulator (via standard output)
21008 immediately prior to starting upload command.  This is useful for
21009 integrated serial line file transfer agents that permit command passing
21010 (e.g., Kermit's APC method).<P>
21012 The special token &quot;_FILE_&quot; may be included in the string specification.
21013 That symbol will be replaced with the (Alpine-created) name of the temporary
21014 file in which Alpine will expect to find the uploaded file.
21015 <P><UL>
21016 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21017 </UL><P>
21018 &lt;End of help on this topic&gt;
21019 </BODY>
21020 </HTML>
21021 ====== h_config_download_cmd ======
21022 <HTML>
21023 <HEAD>
21024 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21025 </HEAD>
21026 <BODY>
21027 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21029 This option affects the behavior of the Export command.  It specifies a Unix
21030 program name, and any necessary command line arguments, that Alpine can use to
21031 transfer the exported message to your personal computer's disk.<P>
21032 Note: this facility is intended for use with serial line transfer 
21033 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21034 to work with TCP/IP file transfer programs such as ftp.<P>
21035 If a program is specified, the Export command is modified to offer a
21036 subcommand (^V) to activate the transfer (in lieu of saving it to
21037  the machine where Alpine is running).  Obviously, the Unix program
21038 specified here must match the transfer program or protocol available on the
21039 personal computer.<P>
21041 When this subcommand is selected and before Alpine invokes the specified Unix
21042 program, Alpine will create a temporary file containing the text of the
21043 exported message.  Alpine uses this file to pass the exported message text to
21044 the specified Unix program.<P>
21046 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21047 line arguments.  Alpine will replace this symbol with the temporary file's name
21048 before executing the Unix program.  This token allows you to position the
21049 file name where it is required in the Unix program's command line arguments.
21051 If the &quot;_FILE_&quot; token is not present in the specified command, the
21052 temporary file's name is automatically appended to the specified Unix
21053 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21054 <B>last</B> command line argument.
21055 <P><UL>
21056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21057 </UL><P>
21058 &lt;End of help on this topic&gt;
21059 </BODY>
21060 </HTML>
21061 ====== h_config_download_prefix ======
21062 <HTML>
21063 <HEAD>
21064 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21065 </HEAD>
21066 <BODY>
21067 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21069 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21070 It defines text to be written to the terminal emulator (via standard output)
21071 immediately prior to starting the download command.  This is useful for
21072 integrated serial line file transfer agents that permit command passing
21073 (e.g., Kermit's APC method).
21075 The special token &quot;_FILE_&quot; may be included in the string 
21076 specification.
21077 That symbol will be replaced with the (Alpine-created) name of the temporary
21078 file into which Alpine will place the message to be downloaded.
21079 <P><UL>
21080 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21081 </UL><P>
21082 &lt;End of help on this topic&gt;
21083 </BODY>
21084 </HTML>
21085 ====== h_config_mailcap_path ======
21086 <HTML>
21087 <HEAD>
21088 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21089 </HEAD>
21090 <BODY>
21091 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21092 This variable is used to replace Alpine's default mailcap file search path.
21093 It takes one or more file names (full paths must be specified) in which to
21094 look for mail capability data.  The default search path can be found in this
21095 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21096 If there is more than one file name listed, list members should be delimited
21097 by 
21098 <!--chtml if pinemode="os_windows"-->
21099 a semi-colon (;) under Windows; for example:<PRE>
21100         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21101 </PRE>
21102 <!--chtml else-->
21103 a colon (:) under UNIX; for example:<PRE>
21104         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21105 </PRE>
21106 <!--chtml endif-->
21107 <P><UL>
21108 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21109 </UL>
21111 &lt;End of help on this topic&gt;
21112 </BODY>
21113 </HTML>
21114 ====== h_config_mimetype_path ======
21115 <HTML>
21116 <HEAD>
21117 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21118 </HEAD>
21119 <BODY>
21120 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21122 This variable is used to replace Alpine's default mime.types file search path.
21123 It takes one or more file names (full paths must be specified) in which to
21124 look for file-name-extension to MIME type mapping data.  The default search
21125 path can be found in this
21126 <A HREF="h_news_config">Alpine Configuration</A> help.
21130 If there is more than one file name listed, list members should be delimited
21131 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21133 &lt;End of help on this topic&gt;
21134 </BODY></HTML>
21135 ====== h_config_set_att_ansi ======
21136 <HTML><HEAD>
21137 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21138 </HEAD>
21139 <BODY>
21140 <H1>OPTION: Set printer to attached ansi printer</H1>
21142 Type "S" to set your printer to "attached-to-ansi".<BR>
21143 It is OK to include "attached-to-ansi" in your personal list below.
21145 &lt;End of help on this topic&gt;
21146 </BODY></HTML>
21147 ====== h_config_set_att_ansi2 ======
21148 <HTML><HEAD>
21149 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21150 </HEAD>
21151 <BODY>
21152 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21154 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21155 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21156 list below.
21160 This is the same as the "attached-to-ansi" option except that a
21161 formfeed character will not be appended to the end of the print job.
21162 If your printer already ejects the paper by itself at the end of the
21163 job, you may prefer the "no-formfeed" form of this printer so that you
21164 don't get an extra blank page between print jobs.
21167 &lt;End of help on this topic&gt;
21168 </BODY></HTML>
21169 ====== h_config_set_att_wyse ======
21170 <HTML><HEAD>
21171 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21172 </HEAD>
21173 <BODY>
21174 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21176 Type "S" to set your printer to "attached-to-wyse".<BR>
21177 It is OK to include "attached-to-wyse" in your personal list below.
21179 This is very similar to "attached-to-ansi".
21180 The only difference is in the control characters sent to turn the printer
21181 on and off.
21182 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21183 to turn on the printer and ESC LEFT_BRACKET 4 i
21184 to turn it off.
21185 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21186 &lt;End of help on this topic&gt;
21187 </BODY></HTML>
21188 ====== h_config_set_att_wyse2 ======
21189 <HTML><HEAD>
21190 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21191 </HEAD>
21192 <BODY>
21193 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21195 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21196 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21197 list below.
21201 This is the same as the "attached-to-wyse" option except that a
21202 formfeed character will not be appended to the end of the print job.
21203 If your printer already ejects the paper by itself at the end of the
21204 job, you may prefer the "no-formfeed" form of this printer so that you
21205 don't get an extra blank page between print jobs.
21208 &lt;End of help on this topic&gt;
21209 </BODY></HTML>
21210 ====== h_config_set_stand_print ======
21211 <HTML>
21212 <HEAD>
21213 <TITLE>OPTION: Set default printer</TITLE>
21214 </HEAD>
21215 <H1>OPTION: Set default printer</H1>
21216 <BODY>
21217 Move to the printer you want and type "S" to set it to be your
21218 default printer.  This list is not modifiable by you and has been
21219 set up by the system administrators.  If there is more than one printer
21220 listed in the Command List, you will be able to cycle through that
21221 whole list at the time you print, starting with your default.
21222 It is OK to include entries from this Standard list in your personal
21223 list below.
21225 &lt;End of help on this topic&gt;
21226 </BODY>
21227 </HTML>
21228 ====== h_config_set_custom_print ======
21229 <HTML>
21230 <HEAD>
21231 <TITLE>OPTION: Set default printer</TITLE>
21232 </HEAD>
21233 <H1>OPTION: Set default printer</H1>
21234 <BODY>
21235 You may add as many print commands as you want to your personal list.
21236 Specify one of them as your default printer by moving to the printer
21237 you want and typing "S".  If there is more than one printer listed
21238 in the Command List, you will be able to cycle through that list at
21239 the time you print, starting with your default.  It is OK to include
21240 entries from the Standard list above or to include the command
21241 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21242 "attached-to-wyse-no-formfeed" as one of the entries here.
21244 &lt;End of help on this topic&gt;
21245 </BODY>
21246 </HTML>
21247 ====== h_config_user_id =====
21248 <HTML>
21249 <HEAD>
21250 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21251 </HEAD>
21252 <BODY>
21253 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21255 This value is used as part of the "From" address on messages you send.
21256 It is also the default login name for remote IMAP server access.  Set this
21257 to the username part you want to appear on outgoing email.
21259 If you want to change the value of what gets included in the From header
21260 in messages you send (other than just the User ID)
21261 look <A HREF="h_config_change_your_from">here</A> for a description.
21263 <P><UL>   
21264 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21265 </UL><P>
21266 &lt;End of help on this topic&gt;
21267 </BODY>
21268 </HTML>
21269 ====== h_config_user_dom =====
21270 <HTML>
21271 <HEAD>
21272 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21273 </HEAD>
21274 <BODY>
21275 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21277 This value specifies the domain part (right-hand side) of your return
21278 address on outgoing email and is also used as the default domain for email
21279 composed to a local user.
21280 <!--chtml if pinemode="os_windows"-->
21281  This value is required for PC-Alpine. If you are unsure as to what this should be,
21282  contact your local help desk, system administrator, or Internet Service Provider.
21283 <!--chtml else-->
21284  If unset, Unix Alpine will obtain the domain from
21285  the system.  Often this value will be set for your whole site by the
21286  system administrator.<P>
21287 <!--chtml endif-->
21288 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21289 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21291 If you want to change the value of what gets included in the From header
21292 in messages you send (other than just the User Domain)
21293 look <A HREF="h_config_change_your_from">here</A> for a description.
21294 <P><UL>
21295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21296 </UL><P>
21297 &lt;End of help on this topic&gt;
21298 </BODY>
21299 </HTML>
21300 ====== h_config_smtp_server =====
21301 <HTML>
21302 <HEAD>
21303 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21304 </HEAD>
21305 <BODY>
21306 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21307 This value specifies the name of one or more SMTP 
21308 (Simple Mail Transfer Protocol) servers for sending mail. 
21309 <!--chtml if pinemode="os_windows"-->
21310 You must have an SMTP server for use with PC-Alpine.
21311 SMTP servers are
21312 normally set up by a system administrator for use by all members of a given
21313 campus or department.
21314 Contact your local help desk to ask what SMTP
21315 servers you should use.  
21316 <!--chtml else-->
21317 Unix Alpine users may not need to set an SMTP server.
21318 Alpine will attempt to execute the program (usually sendmail) that is used
21319 to insert mail into the mail system.
21320 If this works for you, you may leave this option blank.
21321 If there is an SMTP server running on the Unix host you may be able to
21322 improve sending performance slightly by setting the SMTP server option
21323 to &quot;localhost&quot; or to the actual name of the Unix host.
21325 If the Unix host doesn't work the way Alpine was expecting you will need to
21326 set the value of this option.
21327 SMTP servers are
21328 normally set up by a system administrator for use by all members of a given
21329 campus or department.
21330 Contact your local help desk to ask what SMTP
21331 servers you should use.  
21332 <!--chtml endif-->
21334 Your SMTP server may offer SMTP AUTH authentication.
21335 It may even require it.
21336 If your SMTP server offers SMTP AUTH authentication you may specify a
21337 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21338 This parameter requires an associated value,
21339 the username identifier with which to establish the server
21340 connection.
21341 An example might be:
21344 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21347 If AUTH authentication is offered by the server, this will cause Alpine to
21348 attempt to use it.
21349 If AUTH authentication is not offered by the server, this will cause Alpine
21350 to fail sending with an error similar to:
21353 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21356 Another type of authentication that is used by some ISPs is called
21357 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21358 which means that you have to authenticate
21359 yourself to the POP or IMAP server by opening a mailbox before you
21360 can send mail.
21361 To do this, you usually only have to open your INBOX.
21364 You may tell Alpine to use the
21365 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21366 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21367 parameter
21368 in this option.
21369 At this time &quot;/submit&quot; is simply equivalent to specifying
21370 port 587, though it may imply more than that at some point in the future.
21371 Some ISPs are blocking port 25 in order to reduce the amount of spam
21372 being sent to their users.
21373 You may find that the submit option allows you to get around such a block.
21376 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21379 To specify any non-standard port number on the SMTP server you may follow
21380 the hostname with a colon followed by the portnumber.
21383 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21386 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21387 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21388 If that fails then a non-encrypted connection will be attempted instead.
21389 You may specify that a TLS connection is required if you wish.
21390 If you append &quot;/tls&quot; to the name then the connection will fail
21391 instead of falling back to a non-secure connection.
21394 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21398 For more details about server name possibilities see
21399 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21402 <UL>
21403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21404 </UL>
21406 &lt;End of help on this topic&gt;
21407 </BODY>
21408 </HTML>
21409 ====== h_config_nntp_server =====
21410 <HTML>
21411 <HEAD>
21412 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21413 <BODY>
21414 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21416 This value specifies the name of one or more NNTP
21417 (Network News Transfer Protocol)
21418 servers for reading and posting USENET news.
21419 NNTP servers are normally
21420 set up by a system administrator for use by all members of a given campus
21421 or department.
21422 Contact your local help desk to ask what NNTP servers you should use.  
21423 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21424 Often Unix Alpine users will find that this variable has been
21425 set for the whole system (and they don't have to worry about it).  
21426 <!--chtml endif-->
21427 When you define an NNTP server here, Alpine implicitly defines a news
21428 collection for you, assuming that server as the news server and assuming
21429 that you will use the NNTP protocol and a local newsrc configuration file
21430 for reading news.
21431 For more about reading news with Alpine, see
21432 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21434 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21435 or &quot;AUTHINFO USER&quot; authentication.
21436 It may even require it.
21437 If your NNTP server does offer such authentication you may specify a user name
21438 parameter to cause Alpine to attempt to authenticate.
21439 The same is true for the server name in a folder collection that uses NNTP.
21440 This parameter requires an associated value,
21441 the username identifier with which to establish the server connection.
21442 An example might be:
21445 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21448 If authentication is offered by the server, this will cause Alpine to
21449 attempt to use it.
21450 If authentication is not offered by the server, this will cause Alpine
21451 to fail with an error similar to:
21454 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21456 For more details about the server name possibilities see
21457 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21458 <P><UL>
21459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21460 </UL><P>
21461 &lt;End of help on this topic&gt;
21462 </BODY>
21463 </HTML>
21464 ====== h_config_inbox_path =====
21465 <HTML>
21466 <HEAD>
21467 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21468 </HEAD>
21469 <BODY>
21470 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21472 This value overrides the default value of your INBOX name/path/location.
21473 <!--chtml if pinemode="os_windows"-->
21474 PC-Alpine users must specify an inbox path and it must be a folder on an
21475 IMAP server.  
21476 <!--chtml else-->
21477 Unix and VMS Alpine users will often find that this variable
21478 has been pre-configured by your system administrator.  
21479 <!--chtml endif-->
21480 You may be able to specify an alternate INBOX that is either a local folder 
21481 or a folder on an IMAP server.
21483 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21484 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21485 mail server.
21487 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21488 details on the syntax of folder definitions.
21490 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21491 mail is disappearing.
21492 <P><UL>
21493 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21494 </UL><P>
21495 &lt;End of help on this topic&gt;
21496 </BODY>
21497 </HTML>
21498 ====== h_config_change_your_from =====
21499 <HTML>
21500 <HEAD>
21501 <TITLE>How to Change your From Address</TITLE>
21502 </HEAD>
21503 <BODY>
21504 <H1>How to Change your From Address</H1>
21506 If the From address that Alpine includes in mail that you send is not correct,
21507 you may want to configure a different default value for the From address.
21508 You may follow these directions to change the default:
21511 <UL>
21512   <LI> Go to the Main Alpine Menu
21513   <LI> From there type the Setup Command
21514   <LI> From there type the Config Command
21515 </UL>
21518 You've probably already seen this SETUP CONFIGURATION screen.
21519 If not, there are many options you may want to set here.
21520 To set the value of the From header you may use the
21521 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21522 Find it by scrolling down a few pages or use the WhereIs command to
21523 search for &quot;customized&quot;.
21524 You may want to read the help text associated with the option.
21526 To add a custom From header, type the Add command and enter the
21527 full header line, including the leading &quot;From:&nbsp;&quot;.
21528 For example:
21530 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21532 Now exit the Setup command and try sending mail to yourself to see
21533 what the From line looks like.
21535 When you are in the composer you may edit the custom From line by typing
21536 Ctrl-R while your cursor is in the headers of the message and then moving
21537 to the From line and editing.
21538 If you want to leave the default value the same but add the possibility
21539 of being able to edit the header when you compose, add just the header
21540 name without a value.
21541 For example:
21543 <CENTER><SAMP>From:</SAMP></CENTER>
21545 If you change your From address you may also find it useful to add the
21546 changed From address to the
21547 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21548 configuration option.
21550 <UL>   
21551 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21552 </UL><P>
21553 &lt;End of help on this topic&gt;
21554 </BODY>
21555 </HTML>
21556 ====== h_config_default_fcc =====
21557 <HTML>
21558 <HEAD>
21559 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21560 </HEAD>
21561 <BODY>
21562 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21564 This value specifies where a copy of outgoing mail should be saved.  If
21565 this is not a path name, it will be in the default collection for saves.
21566 Any valid folder specification, local or IMAP, is allowed.  This default
21567 folder carbon copy only applies when the 
21568 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21569 is set to use the default folder.  
21570 <!--chtml if pinemode="os_windows"-->
21571 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21572 <!--chtml else-->
21573 Unix Alpine default
21574 is normally &quot;sent-mail&quot; in the default folder collection. 
21575 <!--chtml endif-->
21577 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21578 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21579 IMAP server (remember that in order to later access this remote folder through Alpine, it
21580 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21581 for more information). An example:<p>
21582 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21584 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21586 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21587 details on the syntax of folder definitions.
21589 <UL>   
21590 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21591 </UL><P>
21592 &lt;End of help on this topic&gt;
21593 </BODY>
21594 </HTML>
21595 ====== h_config_def_save_folder =====
21596 <HTML>
21597 <HEAD>
21598 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21599 </HEAD>
21600 <BODY>
21601 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21603 This option determines the default folder name for save-message operations 
21604 (&quot;saves&quot;).
21606 If this is not a path name, it will be in the default collection for saves.
21607 Any valid folder specification, local or IMAP, is allowed.  This default
21608 folder only applies when the
21609 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21610 doesn't override it.  
21611 <!--chtml if pinemode="os_windows"-->
21612 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21613 <!--chtml else-->
21614 Unix Alpine default
21615 is normally &quot;saved-messages&quot; in the default folder collection.
21616 <!--chtml endif-->
21617 If you access your email through an IMAP server, especially if you often switch between Unix
21618 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21619 IMAP server (remember that in order to later access this remote folder through Alpine, it
21620 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21621 for more information). An example:<p>
21622 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21624 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21625 details on the syntax of folder definitions.
21627 <UL>   
21628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21629 </UL><P>
21630 &lt;End of help on this topic&gt;
21631 </BODY>
21632 </HTML>
21633 ====== h_config_postponed_folder =====
21634 <HTML>
21635 <HEAD>
21636 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21637 </HEAD>
21638 <BODY>
21639 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21641 This value overrides the default name for the folder where postponed
21642 messages are saved.  If this is not a path name, it will be in the default
21643 collection for message Saves.  Any valid folder specification, local or
21644 remote, is allowed. 
21645 PC-Alpine default
21646 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21647 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21648 in the default collection. 
21650 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21651 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21652 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21653 in all Alpine copies you use. 
21654 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21655 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21656 for more information). An
21657 example:<p> 
21658 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21660 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21661 details on the syntax of folder definitions.
21663 <UL>   
21664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21665 </UL><P>
21666 &lt;End of help on this topic&gt;
21667 </BODY>
21668 </HTML>
21669 ====== h_config_read_message_folder =====
21670 <HTML>
21671 <HEAD>
21672 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
21673 </HEAD>
21674 <BODY>
21675 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
21677 By virtue of specifying a folder name here, Alpine will be configured to
21678 save all messages that you have read during a session into the designated
21679 &quot;read messages&quot; folder.  This allows you to more easily distinguish
21680 between your really new email (in your INBOX) and those that you have
21681 already read.  Depending on how you define the 
21682 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21683 setting, you may or may not be asked when you quit
21684 Alpine if you want read messages to be moved to this folder.  In either
21685 case, moving the messages means they will be deleted from your INBOX.
21687 If this is not a path name, it will be in the default collection for
21688 saves.  Any valid folder specification, local or remote (via IMAP), is
21689 allowed.  There is no default for the name of the read message folder.
21691 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21692 details on the syntax of folder definitions.
21694 <UL>   
21695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21696 </UL><P>
21697 &lt;End of help on this topic&gt;
21698 </BODY>
21699 </HTML>
21700 ====== h_config_form_folder =====
21701 <HTML>
21702 <HEAD>
21703 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
21704 </HEAD>
21705 <BODY>
21706 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
21708 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
21709 contain messages that you have composed and that are intended to be
21710 sent in their original form repeatedly.
21713 Setting this variable will alter Alpine's usual behavior when you
21714 execute the Compose command.  Normally, Alpine offers a chance to
21715 continue a postponed or interrupted message should one or the other
21716 exist.  When this variable is set to a folder name that exists, Alpine
21717 will also offer the chance to select a message from the folder to
21718 insert into the composer (much like when continuing a postponed message).
21719 The difference, however, is that Alpine will not automatically delete
21720 the selected message from the Form Letter Folder.
21722 Setting this variable will also affect Alpine's behavior when you
21723 Postpone a message from the composer.  Normally, Alpine simply stashes
21724 the message away in your
21725 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
21726 Regardless of the specified folder's existence, Alpine will ask which
21727 folder you intend the message to be stored in.  Choose the
21728 &quot;F&quot; option to store the message in your Form Letter Folder.
21729 This is the most common way to add a message to the folder.
21732 Another method of adding messages to the folder is via the Alpine
21733 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
21734 you expect to send in the same form again, you can enter the Form
21735 Letter Folder's name in this field.  Alpine, as usual, will copy the
21736 message as it's sent.  Note, when you later select this message from 
21737 your Form Letter Folder, it will have the same recipients as the original
21738 message.
21741 To delete a message from the Form Letter Folder, you can either select
21742 the folder from a suitable FOLDER LIST screen, or use the Delete
21743 command in the MESSAGE INDEX offered when selecting from the folder as
21744 part of the Compose command.  You can delete a Form Letter Folder just
21745 as any other folder from a suitable FOLDER LIST screen.
21748 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
21749 facility can be used
21750 to replace the Form Letter Folder.
21753 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21754 details on the syntax of folder definitions.
21757 <UL>   
21758 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21759 </UL><P>
21760 &lt;End of help on this topic&gt;
21761 </BODY>
21762 </HTML>
21763 ====== h_config_archived_folders =====
21764 <HTML>
21765 <HEAD>
21766 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
21767 </HEAD>
21768 <BODY>
21769 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
21771 This is like
21772 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
21773 only more general.  You may archive
21774 any of the folders in your incoming collection.  This is a list of folder
21775 pairs, with the first separated from the second in the pair by a space.
21776 The first folder in a pair is the folder you want to archive, and the
21777 second folder is the folder that read messages from the first should be
21778 moved to.  Depending on how you define the
21779 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21780 setting, you may or may not be asked when you
21781 leave the first folder if you want read messages to be moved to the
21782 second folder.  In either case, moving the messages means they will be
21783 deleted from the first folder.
21785 The name of the first folder in each pair can be either the technical
21786 specification of the folder (like what appears in your configuration file)
21787 or (much easier) the nickname that you gave the folder when you made it
21788 an incoming folder.
21790 For example:<p>
21791 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
21792 <p>or, using nicknames:<p>
21793 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
21795 If these are not path names, they will be in the default collection for
21796 saves. Any valid folder specification, local or remote (via IMAP), is
21797 allowed. There is no default.
21799 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21800 details on the syntax of folder definitions.
21802 <UL>   
21803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21804 </UL><P>
21805 &lt;End of help on this topic&gt;
21806 </BODY>
21807 </HTML>
21808 ====== h_config_newsrc_path ======
21809 <HTML>
21810 <HEAD>
21811 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
21812 </HEAD>
21813 <BODY>
21814 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
21816 This option overrides the default name Alpine uses for your "newsrc" news
21817 status and subscription file.  If set, Alpine will take this value as the
21818 full pathname for the desired newsrc file.<P>
21820 If this option is <B>not</B> set, 
21821 <!--chtml if pinemode="os_windows"-->
21822 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
21823 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
21824 directory as your pinerc file for NEWSRC.
21825 <!--chtml else-->
21826 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
21827 your account's home directory).
21828 <!--chtml endif-->
21829 <P><UL>
21830 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21831 </UL>
21833 &lt;End of help on this topic&gt;
21834 </BODY>
21835 </HTML>
21836 ====== h_config_literal_sig =====
21837 <HTML>
21838 <HEAD>
21839 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
21840 </HEAD>
21841 <BODY>
21842 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
21844 With this option your actual signature, as opposed to
21845 the name of a file containing your signature,
21846 is stored in the Alpine configuration file.
21847 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
21850 This is simply a different way to store the signature.
21851 The signature is stored inside your Alpine configuration file instead of in
21852 a separate file.
21853 Tokens work the same way they do with the
21854 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
21855 help.
21858 The Setup/Signature command on Alpine's MAIN MENU will edit
21859 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
21860 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
21861 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
21862 instead.
21865 The two character sequence &#92;n (backslash followed by
21866 the character n) will be used to signify a line-break in your signature.
21867 You don't have to enter the &#92;n, but it will be visible in the
21868 SETUP CONFIGURATION window after you are done editing the signature.
21871 <UL>   
21872 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21873 </UL><P>
21874 &lt;End of help on this topic&gt;
21875 </BODY>
21876 </HTML>
21877 ====== h_config_signature_file =====
21878 <HTML>
21879 <HEAD>
21880 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
21881 </HEAD>
21882 <BODY>
21883 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
21885 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
21886 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
21887 You can tell that that is the case because the value of the
21888 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
21890 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
21892 You may either use all Literal Signatures (signatures stored in your
21893 configuration file) throughout Alpine, or all signature files.
21894 You can't mix the two.
21896 This is the name of a file that will be automatically inserted into
21897 outgoing messages.
21898 It typically contains information such as your
21899 name, email address and organizational affiliation.
21900 Alpine adds the
21901 signature into the message as soon as you enter the composer so you
21902 can choose to remove it or edit it on a message by message basis.
21903 Signature file placement in message replies is controlled by the
21904 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
21905 setting in the feature list.
21908 The default file name is
21909 <!--chtml if pinemode="os_windows"-->
21910 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
21911 PINERC file is a local file.
21912 If your PINERC file is remote, then it will be in the directory specified
21913 by the &quot;-aux local_directory&quot; command line option.
21914 <!--chtml else-->
21915 &quot;.signature&quot;.
21916 <!--chtml endif-->
21919 To create or edit your signature file choose Setup from the MAIN MENU
21920 and then select S for Signature (Main/Setup/Signature).  This puts you
21921 into the Signature Editor where you can enter a <EM>few</EM> lines of
21922 text containing your identity and affiliation.
21925 If the filename is followed by a vertical bar (|) then instead
21926 of reading the contents of the file the file is assumed to be a
21927 program that will produce the text to be used on its standard output.
21928 The program can't have any arguments and doesn't receive any input from Alpine,
21929 but the rest of the processing works as if the contents came from a file.
21932 Instead of storing the data in a local file, the
21933 signature data may be stored remotely in an IMAP folder.
21934 In order to do this, 
21935 you must use a remote name for the file.
21936 A remote <!--#echo var="VAR_signature-file"--> name might look like:
21938 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
21941 The syntax used here is the same as the syntax used for remote configuration
21942 files from the command line.
21943 Note that you may not access an existing signature file remotely,
21944 you have to create a new <EM>folder</EM> that contains the signature data.
21945 If the name you use here for the signature file is a remote name, then when
21946 you edit the file from the Setup/Signature command the data will be stored
21947 remotely in the folder.
21948 You aren't required to do anything special to create the folder, it
21949 gets created automatically if you use a remote name.
21952 Besides regular text, the signature file may also contain
21953 (or a signature program may produce) tokens that
21954 are replaced with text that usually depends on the message you are replying
21955 to or forwarding.
21956 For example, if the signature file contains the token
21958 <CENTER><SAMP>_DATE_</SAMP></CENTER>
21960 anywhere in the text, then that token is replaced by the date
21961 the message you are replying to or forwarding was sent.
21962 If it contains
21964 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
21966 that is replaced with the current date.
21967 The first is an example of a token that depends on the message you
21968 are replying to (or forwarding) and the second is an example which
21969 doesn't depend on anything other than the current date.
21970 You have to be a little careful with this facility since tokens that
21971 depend on the message you are replying to or forwarding will be replaced
21972 by nothing in the case where you are composing a new message from scratch.
21973 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
21974 in this respect.
21975 It allows you to use different signature files in different cases.
21978 The list of tokens available for use in the signature file is
21979 <A HREF="h_index_tokens">here</A>.
21982 Instead of, or along with the use of &quot;roles&quot; to give you
21983 different signature files in different situations, there is also
21984 a way to conditionally include text based
21985 on whether or not a token would result in specific replacement text.
21986 For example, you could include some text based on whether or not
21987 the _NEWS_ token would result in any newsgroups if it was used.
21988 This is explained in detail
21989 <A HREF="h_reply_token_conditionals">here</A>.
21990 This isn't for the faint of heart.
21992 In the very unlikely event that you want to include a literal token
21993 in the signature you must precede it with a backslash character.
21994 For example,
21996 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
21998 would produce something like
22000 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22002 It is not possible to have a literal backslash followed by an expanded token.
22004 An alternate method for storing the signature data is available by using the
22005 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22006 This variable will be used by default.
22008 <UL>   
22009 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22010 </UL><P>
22011 &lt;End of help on this topic&gt;
22012 </BODY>
22013 </HTML>
22014 ====== h_config_init_cmd_list =====
22015 <HTML>
22016 <HEAD>
22017 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22018 </HEAD>
22019 <BODY>
22020 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22022 The initial keystroke--or command--list option lets you start Alpine at
22023 any place you like.
22024 Whatever keystrokes you specify here will be executed
22025 by Alpine upon startup as a macro.
22026 The words SPACE, TAB, DOWN, UP, LEFT, and
22027 RIGHT indicate the pressing of those keys.
22028 CR indicates the pressing of the RETURN key.
22029 F1 through F12 represent the function keys, and ^ followed
22030 by a character indicates that key pressed along with the control key (in
22031 other words, ^P means Ctrl-P).
22032 As a shortcut notation, an element of the list may be several characters
22033 surrounded by double-quotes (").
22034 That will be expanded into the individual keystrokes
22035 (excluding the double-quote characters).
22036 For example, the quoted-string
22038 <P><CENTER>"ABC"</CENTER>
22041 is interpreted the same as the three separate list members
22043 <P><CENTER>A and B and C</CENTER>
22046 which is also the same as
22048 <P><CENTER>A,B,C</CENTER>
22051 An example: To view message 1 on startup,
22052 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22054 <P><CENTER>I,J,1,CR,V</CENTER>
22057 An equivalent version of this is
22059 <P><CENTER>"IJ1",CR,V</CENTER>
22062 Restrictions: You cannot pre-type into the composer with the initial
22063 keystroke list, and you cannot mix function key commands with letter
22064 commands.
22066 <P><UL>   
22067 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22068 </UL>
22070 &lt;End of help on this topic&gt;
22071 </BODY>
22072 </HTML>
22073 ====== h_config_comp_hdrs =====
22074 <html>
22075 <header>
22076 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22077 </header>
22078 <body>
22079 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22081 You can control which headers you want visible when composing outgoing
22082 email using this option.
22083 You can specify any of the regular set, any
22084 <A HREF="h_compose_richhdr">Rich Header</A>,
22085 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22086 that you have already defined.
22087 If you use this setting at all, you must specify all the
22088 headers you want to see, you can't just add to the regular header set.
22089 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22091 Note that the "Newsgroups:" header will be abbreviated in the Composer
22092 display, but should be spelled out in full here.<p>
22093 <UL>   
22094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22095 </UL><P>
22096 &lt;End of help on this topic&gt;
22097 </body>
22098 </html>
22099 ====== h_config_custom_hdrs =====
22100 <HTML>
22101 <HEAD>
22102 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22103 </HEAD>
22104 <BODY>
22105 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22107 You may add your own custom headers to outgoing messages.
22108 Each header you specify here must include the header tag 
22109 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22110 and may optionally include a value for that header.
22111 If you want to see these custom headers each time you compose a message,
22112 you must add them to your
22113 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22114 otherwise they become part
22115 of the rich header set that you only see when you press the
22116 <A HREF="h_compose_richhdr">Rich Header</A>
22117 <!--chtml if pinemode="function_key"-->(F5)
22118 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22119 (If you are looking for a way to change which headers are <EM>displayed</EM>
22120 when you view a message, take a look at the
22121 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22122 option instead.)
22123 Here's an example that shows how you might set your From address
22125 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22127 and another showing how you might set a Reply-To address
22129 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22131 You may also set non-standard header values here.
22132 For example, you could add
22134 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22136 or even
22138 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22140 If you include a value after the colon then that header will be included
22141 in your outgoing messages unless you delete it before sending.
22142 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22143 it will not be included in outgoing messages unless you edit a value
22144 in manually.
22145 For example, if
22147 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22149 is in the list, then the Reply-To header will be available for editing
22150 but won't be included unless a value is added while in the composer.
22152 It's actually a little more complicated than that.
22153 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22154 defaults.
22155 If the message you are about to compose already has a value for a header,
22156 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22157 For example, if you are Replying to a message the Subject field
22158 will already be filled in.
22159 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22160 custom subject will <EM>NOT</EM> be used.
22161 The subject derived from the subject of the message you are Replying
22162 to will be used instead.
22164 It is also possible to make header setting even more complicated and more
22165 automatic by using
22166 <A HREF="h_rules_roles">Roles</A>,
22167 but if all you want to do is set a default value for a header, you don't
22168 need to think about Roles.
22170 If you change your From address you may also find it useful to add the
22171 changed From address to the
22172 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22173 configuration option.
22175 Limitation: Because commas are used to separate the list of
22176 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22177 header contain a comma.
22178 Nor is there currently an &quot;escape&quot; mechanism provided
22179 to make this work.
22180 <P><UL>
22181 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22182 </UL>
22184 &lt;End of help on this topic&gt;
22185 </BODY>
22186 </HTML>
22187 ====== h_config_viewer_headers =====
22188 <HTML>
22189 <HEAD>
22190 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22191 </HEAD>
22192 <BODY>
22193 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22195 You may change the default list of headers that are viewed by listing
22196 the headers you want to view here.  If the headers in your
22197 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22198 will be shown.  The order of the headers you list will be honored.  If
22199 the special value &quot;all-except&quot; is included as the first
22200 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22201 message except those in the list will be shown.  The values are all
22202 case insensitive.
22205 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22206 then the original default headers are ignored.  So, if you just wanted
22207 to add the header Organization to the list, you would have to list
22208 Organization plus all of the other headers originally in the default
22209 list.  If you just included Organization and nothing else, then you
22210 would see only the Organization header, nothing else.
22213 The default list of headers includes:
22214 <UL>
22215   <LI>From
22216   <LI>Resent-From
22217   <LI>To
22218   <LI>Resent-To
22219   <LI>Cc
22220   <LI>Resent-cc
22221   <LI>Bcc
22222   <LI>Newsgroups
22223   <LI>Followup-To
22224   <LI>Date
22225   <LI>Resent-Date
22226   <LI>Subject
22227   <LI>Resent-Subject
22228   <LI>Reply-To
22229 </UL>
22232 If you are looking for a way to control which headers are included in
22233 outgoing mail and are visible or not in the composer, take a look at the
22234 options
22235 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22236 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22237 this option.
22239 <UL>   
22240 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22241 </UL><P>
22242 &lt;End of help on this topic&gt;
22243 </BODY>
22244 </HTML>
22245 ====== h_config_viewer_margin_left =====
22246 <HTML>
22247 <HEAD>
22248 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22249 </HEAD>
22250 <BODY>
22251 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22253 This variable controls the left-hand vertical margin's width in
22254 Alpine's Message Viewing screen.
22255 Its value is the number of space characters preceding each displayed line.
22256 For consistency with
22257 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22258 you may specify the column number to start in
22259 (column numbering begins with number 1)
22260 instead of the width of the margin by appending a lower case letter
22261 &quot;c&quot; to the number.
22262 For example, a value of &quot;2c&quot; means to start the text in column two,
22263 which is entirely equivalent to a value of &quot;1&quot;, which means to
22264 leave a margin of 1 space.
22266 The default is a left margin of 0 (zero).
22267 Misconfigurations (for example, negative values or values with starting
22268 left columns greater than the ending right column)
22269 are silently ignored.
22270 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22271 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22272 instead.
22275 &lt;End of help on this topic&gt;
22276 </BODY>
22277 </HTML>
22278 ====== h_config_viewer_margin_right =====
22279 <HTML>
22280 <HEAD>
22281 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22282 </HEAD>
22283 <BODY>
22284 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22286 This variable controls the right-hand vertical margin's width in
22287 Alpine's Message Viewing screen.
22288 Its value is the number of space characters following each displayed line.
22289 You may specify the column number to end the text in
22290 (column numbering begins with number 1)
22291 instead of the width of the margin by appending a lower case letter
22292 &quot;c&quot; to the number.
22293 For example, a value of &quot;76c&quot; means to end the text in column 76.
22294 If the screen is 80 characters wide, this is equivalent to a value
22295 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22296 However, if you use different size screens at different times, then these
22297 two values are not equivalent.
22299 The default right margin is 4.
22300 Misconfigurations (for example, negative values or values with starting
22301 left columns greater than the ending right column)
22302 are silently ignored.
22303 If the number of columns for text between the
22304 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22305 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22306 instead.
22309 &lt;End of help on this topic&gt;
22310 </BODY>
22311 </HTML>
22312 ====== h_config_quote_suppression =====
22313 <HTML>
22314 <HEAD>
22315 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22316 </HEAD>
22317 <BODY>
22318 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22320 This option should be used with care.
22321 It will cause some of the quoted text to be eliminated from the
22322 display when viewing a message in the MESSAGE TEXT screen.
22323 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22324 value &quot;5&quot;,
22325 this will cause quoted text that is longer than five lines to be truncated.
22326 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22327 Quoted text of more than six lines will have the first five lines displayed
22328 followed by a line that looks something like
22330 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22332 As a special case, if exactly one line of quoted text would be hidden, the
22333 entire quote will be shown instead.
22334 So for the above example, quoted text that is exactly six lines long will
22335 will be shown in its entirety.
22336 (In other words, instead of hiding a single line and adding a line
22337 that announces that one line was hidden, the line is just shown.)
22339 If the sender of a message has carefully chosen the quotes that he or she
22340 includes, hiding those quotes may change the meaning of the message.
22341 For that reason, Alpine requires that when you want to set the value of this
22342 variable to something less than four lines, you actually have to set it
22343 to the negative of that number.
22344 So if you want to set this option to &quot;3&quot;, you actually have to
22345 set it to &quot;-3&quot;.
22346 The only purpose of this is to get you to think about whether or not you
22347 really want to do this!
22348 If you want to delete all quoted text you set the value of this option
22349 to the special value &quot;-10&quot;.
22351 The legal values for this option are
22353 <TABLE>   
22354 <TR>
22355   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22356   <TD> Default, don't hide anything </TD>
22357 </TR>
22358 <TR>
22359   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22360   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22361 </TR>
22362 <TR>
22363   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22364   <TD> Suppress if more than that many lines </TD>
22365 </TR>
22366 <TR>
22367   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22368   <TD> Suppress all quoted lines </TD>
22369 </TR>
22370 </TABLE>
22372 If you set this option to a non-default value you may sometimes wish to
22373 view the quoted text that is not shown.
22374 When this is the case, the
22375 <A HREF="h_common_hdrmode">HdrMode Command</A>
22376 may be used to show the hidden text.
22377 Typing the &quot;H&quot; command once will show the hidden text.
22378 Typing a second &quot;H&quot; will also turn on Full Header mode.
22379 The presence or absence of the HdrMode command is determined by the
22380 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22381 Feature-List option in your Alpine configuration, so you will want to
22382 be sure that is turned on if you use quote suppression.
22384 For the purposes of this option, a quote is a line that begins with the
22385 character &quot;&gt;&quot;.
22387 Quotes are only suppressed when displaying a message on the screen.
22388 The entire quote will be left intact when printing or forwarding or something
22389 similar.
22391 &lt;End of help on this topic&gt;
22392 </BODY>
22393 </HTML>
22394 ====== h_config_saved_msg_name_rule =====
22395 <HTML>
22396 <HEAD>
22397 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22398 </HEAD>
22399 <BODY>
22400 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22402 This option determines the default folder name when saving
22403 a message.
22406 The default option is &quot;default-folder&quot;, which is the folder
22407 called &quot;saved-messages&quot; in Unix Alpine and
22408 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22409 the Alpine option called
22410 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22413 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22414 get the chosen option's value for the message being saved (or for the
22415 first message being saved if using an aggregrate save).
22416 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22417 value of who the message came from (i.e. the from address).
22418 Alpine then attempts to save the message to a folder matching that value.
22419 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22420 &quot;by-sender&quot;.
22421 The opposite is also true.
22422 If &quot;by-recipient&quot; is chosen and the message was posted to a
22423 newsgroup, Alpine will use the newsgroup name.
22424 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22425 &quot;by-from&quot;.
22428 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22429 to use the personal name part of the address instead of the mailbox part.
22430 If any of the &quot;by-nick&quot; options are chosen, the
22431 address is looked up in your address book and if found, the
22432 nickname for that entry is used.
22433 Only simple address book entries are checked, not distribution lists.
22434 Similarly, if any of the
22435 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22436 address book entry is used.
22437 If by-realname, or the by-nick or by-fcc lookups result in no value,
22438 then if the chosen option ends with the &quot;then-from&quot;,
22439 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22440 or &quot;then-recip&quot; suffix, Alpine
22441 reverts to the same behavior as &quot;by-from&quot;,
22442 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22443 depending on which option was specified.
22444 If the chosen option doesn't end with one of
22445 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22446 folder when no match is found in the address book.
22449 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22450 to save to the folder that you saved to the last time you saved a
22451 message.  The first time you save a message in an Alpine session, Alpine
22452 attempts to save the message to the default folder.
22455 Here is an example to make some of the options clearer.
22456 If the message is From
22458 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22460 and this rule is set to &quot;by-from&quot;, then the default folder offered
22461 in the save dialog would be &quot;flint&quot;.
22463 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22464 be &quot;Fred Flintstone&quot;.
22466 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22467 for the address &quot;flint@bedrock.org&quot; in your address book.
22468 If an entry is found and it has a nickname associated with it, that nickname
22469 will be offered as the default folder.
22470 If not, the default saved message folder will be offered as the default.
22472 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22473 for the address &quot;flint@bedrock.org&quot; in your address book.
22474 If an entry is found and it has an Fcc associated with it, that Fcc
22475 will be offered as the default folder.
22476 If not, the default saved message folder will be offered as the default.
22478 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22479 for the address &quot;flint@bedrock.org&quot; in your address book.
22480 If an entry is found and it has a nickname associated with it, that nickname
22481 will be offered as the default folder.
22482 If it is not found (or has no nickname) then the default offered will be
22483 the same as it would be for the &quot;by-from&quot; rule.
22484 That is, it would be &quot;flint&quot;
22486 <UL>   
22487 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22488 </UL><P>
22489 &lt;End of help on this topic&gt;
22490 </BODY>
22491 </HTML>
22492 ====== h_config_fcc_rule =====
22493 <HTML>
22494 <HEAD>
22495 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22496 </HEAD>
22497 <BODY>
22498 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22500 This option determines the default name for folder carbon copy. Choose
22501 one:
22503 <DL>
22504 <DT>default-fcc</DT>
22505 <DD>This is the normal default, the value of which is set in the
22506 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22507 configuration.
22508 </DD>
22510 <DT>last-fcc-used</DT>
22511 <DD> Causes Alpine to use the folder that was last
22512 used in the fcc field
22513 </DD>
22515 <DT>by-nickname</DT>
22516 <DD>Means that Alpine will use the nickname
22517 from your address book that matches the first address in the To line.
22518 If there is no match, it will use the value of the
22519 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22520 </DD>
22522 <DT>by-recipient</DT>
22523 <DD>Means Alpine will form a folder name
22524 based on the left hand side of the first address in the To line.
22525 </DD>
22527 <DT>by-nick-then-recip</DT>
22528 <DD>Means that it will use the
22529 matching nickname from your address book if there is one, otherwise it
22530 will extract the recipient name from the address and use that (like
22531 by-recipient).
22532 </DD>
22534 <DT>current-folder</DT>
22535 <DD>Causes a copy to be written to
22536 the currently open folder, unless that is the INBOX.  In the case
22537 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22538 used instead.
22539 </DD>
22540 </DL>
22543 Note: Whatever the fcc specified by the rule here, it will be
22544 over-ridden by any fcc entries you have in your address book.
22547 <UL>   
22548 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22549 </UL><P>
22550 &lt;End of help on this topic&gt;
22551 </BODY>
22552 </HTML>
22553 ====== h_config_sort_key =====
22554 <HTML>
22555 <HEAD>
22556 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22557 </HEAD>
22558 <BODY>
22559 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22561 This option determines the order in which messages will be displayed in
22562 the MESSAGE INDEX screen.  Choose from:
22564 <UL>
22565  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22566  <LI> <A HREF="h_index_sort_date">Date</A>
22567  <LI> <A HREF="h_index_sort_subj">Subject</A>
22568  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22569  <LI> <A HREF="h_index_sort_thread">Thread</A>
22570  <LI> <A HREF="h_index_sort_from">From</A>
22571  <LI> <A HREF="h_index_sort_size">Size</A>
22572  <LI> <A HREF="h_index_sort_score">Score</A>
22573  <LI> <A HREF="h_index_sort_to">To</A>
22574  <LI> <A HREF="h_index_sort_cc">Cc</A>
22575 </UL>
22578 Each type of sort may also be reversed.
22579 Normal default is by &quot;Arrival&quot;.
22582 A possible point of confusion arises when you change the configuration
22583 of the <!--#echo var="VAR_sort-key"-->.
22584 The folder will normally be re-sorted when you go back to viewing the
22585 index.
22586 However, if you have manually sorted the folder with the
22587 Sort
22588 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22589 command, then it will not be re-sorted until the next time it is opened.
22592 <UL>   
22593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22594 </UL><P>
22595 &lt;End of help on this topic&gt;
22596 </BODY>
22597 </HTML>
22598 ====== h_config_other_startup =====
22599 <HTML>
22600 <HEAD>
22601 <TITLE>OPTION: Set Startup Rule</TITLE>
22602 </HEAD>
22603 <BODY>
22604 <H1>OPTION: Set Startup Rule</H1>
22606 This option determines which message will be the <EM>current message</EM> when
22607 the folder is first opened.
22608 It works the same way that the option
22609 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22610 works, so look there for help.
22611 It may be used for any folder, not just incoming folders.
22614 <UL>   
22615 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22616 </UL><P>
22617 &lt;End of help on this topic&gt;
22618 </BODY>
22619 </HTML>
22620 ====== h_config_perfolder_sort =====
22621 <HTML>
22622 <HEAD>
22623 <TITLE>Set Sort Order</TITLE>
22624 </HEAD>
22625 <BODY>
22626 <H1>Set Sort Order</H1>
22628 This option determines the order in which messages will be displayed in
22629 the MESSAGE INDEX screen when the Current Folder Type set in the
22630 Pattern is a match. Choose from:
22632 <UL>
22633  <LI> <A HREF="h_index_sort_default">Default</A>
22634  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22635  <LI> <A HREF="h_index_sort_date">Date</A>
22636  <LI> <A HREF="h_index_sort_subj">Subject</A>
22637  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22638  <LI> <A HREF="h_index_sort_thread">Thread</A>
22639  <LI> <A HREF="h_index_sort_from">From</A>
22640  <LI> <A HREF="h_index_sort_size">Size</A>
22641  <LI> <A HREF="h_index_sort_score">Score</A>
22642  <LI> <A HREF="h_index_sort_to">To</A>
22643  <LI> <A HREF="h_index_sort_cc">Cc</A>
22644 </UL>
22647 Each type of sort may also be reversed.
22648 Normal default is by &quot;Arrival&quot;.
22651 A possible point of confusion arises when you change the configuration
22652 of the Sort Order for the currently open folder.
22653 The folder will normally be re-sorted when you go back to viewing the
22654 index.
22655 However, if you have manually sorted the folder with the
22656 Sort
22657 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22658 command, then it will not be re-sorted until the next time it is opened.
22661 <UL>   
22662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22663 </UL><P>
22664 &lt;End of help on this topic&gt;
22665 </BODY>
22666 </HTML>
22667 ====== h_config_fld_sort_rule =====
22668 <HTML>
22669 <HEAD>
22670 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
22671 </HEAD>
22672 <BODY>
22673 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
22675 This option controls the order in which folder list entries will be
22676 presented in the FOLDER LIST screen.  Choose one of the following:
22678 <DL>
22679 <DT>Alphabetical</DT>
22680 <DD>sort by alphabetical name independent of type
22681 </DD>
22683 <DT>Alpha-with-dirs-last</DT>
22684 <DD>sort by alphabetical name grouping directory entries
22685 to the end of the list
22686 </DD>
22688 <DT>Alpha-with-dirs-first</DT>
22689 <DD>sort by alphabetical name grouping directory entries
22690 to the start of the list
22691 </DD>
22692 </DL>
22694 The normal default is &quot;Alphabetical&quot;.
22697 <UL>   
22698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22699 </UL><P>
22700 &lt;End of help on this topic&gt;
22701 </BODY>
22702 </HTML>
22703 ====== h_config_ab_sort_rule =====
22704 <HTML>
22705 <HEAD>
22706 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
22707 </HEAD>
22708 <BODY>
22709 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
22711 This option controls the order in which address book entries will be
22712 presented.  Choose one of the following:
22714 <DL>
22715 <DT>fullname</DT>
22716 <DD>use fullname field, lists mixed in
22717 </DD>
22719 <DT>fullname-with-lists-last</DT>
22720 <DD>use fullname field, but put lists at end
22721 </DD>
22723 <DT>nickname</DT>
22724 <DD>use nickname field, lists mixed in
22725 </DD>
22727 <DT>nickname-with-lists-last</DT>
22728 <DD>use nickname field, but put lists at end
22729 </DD>
22731 <DT>dont-sort</DT>
22732 <DD>don't change order of file
22733 </DD>
22734 </DL>
22737 The normal default is &quot;fullname-with-lists-last&quot;.
22738 If you use an address book from more than one computer and those
22739 computers sort the address book differently then the sort order
22740 will be the order where the last change to the address book was
22741 made.
22742 There are two reasons the sorting might be different on different
22743 systems.
22744 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
22745 places.
22746 Second, the collation rules on the two computers may be different.
22747 For example, one system might ignore special characters while the other
22748 doesn't or one may sort upper and lower case letters together while
22749 the other doesn't.
22750 In any case, the order you see is the order on the system where the
22751 last change was made, for example by an address book edit or a
22752 Take Address command.
22755 <UL>   
22756 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22757 </UL><P>
22758 &lt;End of help on this topic&gt;
22759 </BODY>
22760 </HTML>
22761 ====== h_config_post_char_set =====
22762 <HTML>
22763 <HEAD>
22764 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
22765 </HEAD>
22766 <BODY>
22767 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
22769 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
22770 when sending messages.
22774 When sending a message the text typed in the composer is
22775 labeled with the character set specified by this option.
22776 If the composed text is not fully representable in the 
22777 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
22778 instead;
22781 Attachments are labeled with your
22782 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
22785 Generally, there should be little need to set this option.
22786 If left unset, the
22787 default behavior is to label composed text as specifically as
22788 possible.  That is, if the composed text has no non-ASCII characters,
22789 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
22790 only ISO-8859-15 characters, it is labeled as such.  Alpine will
22791 attempt to automatically detect a number of character sets including ISO-8859-15,
22792 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22793 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
22794 If the message contains a mix of character sets,
22795 it is labeled as &quot;UTF-8.&quot;
22799 This setting is provided to allow you to force a particular character set that
22800 Alpine does not automatically detect. For example, if a message is representable
22801 in more than one character set then Alpine may choose a different default
22802 than you want.
22803 Lastly, by setting this option explicitly to
22804 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
22805 &quot;UTF-8&quot; instead of something more specific.
22808 In the Setup/Config screen you may choose from a list of all the
22809 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22812 The options
22813 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22814 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22815 are closely related.
22816 Setting the feature
22817 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22818 should cause this option to be ignored.
22821 <UL>   
22822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22823 </UL><P>
22824 &lt;End of help on this topic&gt;
22825 </BODY>
22826 </HTML>
22827 ====== h_config_unk_char_set =====
22828 <HTML>
22829 <HEAD>
22830 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
22831 </HEAD>
22832 <BODY>
22833 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
22835 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
22836 when reading or replying to messages.
22840 A text message should either be made up of all US-ASCII characters
22841 or it should contain a charset label which tells the software which
22842 character set encoding to use to interpret the message.
22843 Sometimes a malformed message may be unlabeled but contain non-ascii text.
22844 This message is outside of the standards so any attempt to read it could fail.
22845 When Alpine attempts to read such a message it will try to interpret the
22846 text in the character set you specify here.
22847 For example, if you have correspondents who send you unlabeled messages that
22848 are usually made up of characters from the WINDOWS-1251 character set, setting
22849 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
22850 allow you to read those messages.
22851 Of course, if the unlabeled message is actually in some other character set,
22852 then you may see garbage on your screen.
22854 Instead of just unlabeled text, this option also affects text which is labeled
22855 with the charsets &quot;X-Unknown&quot; or &quot;US-ASCII&quot;.
22858 In the Setup/Config screen you may choose from a list of all the
22859 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22862 <UL>   
22863 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22864 </UL><P>
22865 &lt;End of help on this topic&gt;
22866 </BODY>
22867 </HTML>
22868 ====== h_config_char_set =====
22869 <HTML>
22870 <HEAD>
22871 <TITLE>OPTION: Display Character Set</TITLE>
22872 </HEAD>
22873 <BODY>
22874 <H1>OPTION: Display Character Set</H1>
22876 The Display Character Set configuration option is used when viewing messages.
22878 Alpine uses Unicode characters internally and 
22879 it is a goal for Alpine to handle email in many different languages.
22880 Alpine will properly display only left-to-right character sets
22881 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
22882 font is in use, in the sense that
22883 characters are assumed to take up zero, one, or two character cell
22884 widths from left to right on the screen. This is true even in PC-Alpine.
22887 Alpine recognizes some local character sets that are right-to-left
22888 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
22889 (Arabic) and properly converts texts in these character sets to/from
22890 Unicode; however, there are known display bugs with these character
22891 sets.
22894 There are three possible configuration character settings and some
22895 environment variable settings that can affect how Alpine
22896 handles international characters.
22897 The first two of these are only available in UNIX Alpine.
22898 The three configuration options are
22899 Display Character Set,
22900 Keyboard Character Set, and
22901 <!--#echo var="VAR_posting-character-set"-->.
22902 The Keyboard Character Set defaults to being the same value
22903 as the Display Character Set, and that is usually correct, because
22904 the keyboard almost always produces characters in the same character set
22905 as the display displays.
22906 The Display Character Set is the character set that Alpine
22907 will attempt to use when sending characters to the display.
22910 By default, the Display Character Set variable is not set and UNIX Alpine
22911 will attempt to get this information from the environment.
22912 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
22913 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
22914 An explicit configuration setting for Display Character Set will,
22915 of course, override any default setting.
22917 For PC-Alpine the Display Character Set
22918 and the Keyboard Character Set
22919 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
22922 It is probably best to use UNIX Alpine in a terminal emulator
22923 capable of displaying UTF-8 characters, since that will allow you to
22924 view just about any received text that is correctly formatted (note,
22925 however, the above comments about known index display bugs with certain
22926 character sets). You'll need to have an emulator that uses a UTF-8 font
22927 and you'll need to set up your environment to use a UTF-8 charmap. For
22928 example, on a Linux system you might include
22930 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
22933 or something similar in your UNIX startup files.
22934 You'd also have to select a UTF-8 font in your terminal emulator.
22937 The types of values that the character set variables may be set to are
22938 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
22939 The <CODE>ISO-2022</CODE> character sets are not supported for input or
22940 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
22941 for use only as a <!--#echo var="VAR_posting-character-set"-->.
22942 In the Setup/Config screen you may choose from a list of all the
22943 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22944 Here is a list of many of the possible character sets:
22947 <TABLE>
22948 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
22949 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
22950 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
22951 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
22952 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
22953 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
22954 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
22955 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
22956 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
22957 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
22958 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
22959 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
22960 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
22961 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
22962 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
22963 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
22964 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
22965 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
22966 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
22967 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
22968 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
22969 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
22970 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
22971 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22972 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22973 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22974 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
22975 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
22976 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
22977 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
22978 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
22979 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
22980 </TABLE>
22983 When reading incoming email, Alpine understands many different
22984 character sets and is able to convert the incoming mail into Unicode.
22985 The Unicode will be converted to the Display Character Set
22986 for display on your terminal.
22987 Characters typed at the keyboard will be converted from the
22988 Keyboard Character Set to Unicode for Alpine's internal
22989 use.
22990 You may find that you can read some malformed messages that do not
22991 contain a character set label by setting the option
22992 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
22995 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
22996 The default behavior obtained by leaving this variable unset is usually
22997 what is wanted. In that default case, Alpine will attempt
22998 to label the message with the most specific character set from the
22999 rather arbitrary set
23001 US-ASCII, ISO-8859-15,
23002 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23003 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23006 For example, if the message is made up of only US-ASCII characters, it
23007 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23008 that will be the label. If that doesn't work the same is tried for the
23009 remaining members of the list.
23012 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23013 explicit value instead.
23014 For example, if you usually send messages in Greek, setting this
23015 option to ISO-8859-7 will result in messages being labeled as
23016 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23017 are only Greek characters, or UTF-8 if there are some characters
23018 that aren't representable in ISO-8859-7.
23019 Another possibility is to set this option explicitly to UTF-8.
23020 In that case
23021 Alpine labels only ascii messages as US-ASCII and all other
23022 messages as UTF-8.
23025 The options
23026 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23027 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23028 are closely related to this option.
23029 Setting the feature
23030 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23031 should cause this option to be ignored.
23034 When displaying a message, Alpine compares this setting to the character
23035 set specified in the message.  If not all of the
23036 characters in the message can be displayed using the Display Character Set
23037 then Alpine places an editorial
23038 comment in the displayed text (enclosed in square-brackets) indicating
23039 that some characters may not be displayed correctly.
23040 This comment may be eliminated by turning on the option
23041 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23044 <UL>   
23045 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23046 </UL><P>
23047 &lt;End of help on this topic&gt;
23048 </BODY>
23049 </HTML>
23050 ====== h_config_key_char_set =====
23051 <HTML>
23052 <HEAD>
23053 <TITLE>OPTION: Keyboard Character Set</TITLE>
23054 </HEAD>
23055 <BODY>
23056 <H1>OPTION: Keyboard Character Set</H1>
23058 UNIX Alpine only.
23060 The Keyboard Character Set identifies the character set of the characters
23061 coming from your keyboard.
23062 It defaults to having the same value as your
23063 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23064 which in turn defaults to a value obtained from your environment.
23065 It is unlikely that you will need to use this option, because the keyboard
23066 almost always produces the same kind of characters as the display displays.
23069 This character set is also used when accessing files in your local
23070 file system.
23071 The names of the files are assumed to be in the same character set as
23072 what the keyboard produces, as well as the contents of the files.
23075 In the Setup/Config screen you may choose from a list of all the
23076 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23079 The options
23080 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23081 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23082 are closely related.
23083 Setting the feature
23084 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23085 should cause this option to be ignored.
23088 <UL>   
23089 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23090 </UL><P>
23091 &lt;End of help on this topic&gt;
23092 </BODY>
23093 </HTML>
23094 ====== h_config_editor =====
23095 <HTML>
23096 <HEAD>
23097 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23098 </HEAD>
23099 <BODY>
23100 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23102 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23103 normally an alternative to Alpine's internal composer (Pico).  You could use
23104 this setting to specify an alternate editor to use occasionally or if you
23105 have a favorite editor and want to use it all the time (see the 
23106 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23107 If you specify multiple editors for this option, ^_ will invoke the first one 
23108 of those specified that exists and is executable.  When specifying a program 
23109 for use here, make sure that the format of the text it saves -- which, when 
23110 you exit it, will become the message body in Alpine -- is appropriate 
23111 for the body of an email message; avoid proprietary formats that may result in 
23112 a message body that the recipient of your message will be unable to decipher.
23114 <!--chtml if pinemode="os_windows"-->
23115 <!--chtml else-->
23116 If you are in doubt about what editors are available on your system, or which 
23117 of them may be appropriate for specification here, ask your local computing 
23118 support staff.  
23119 <!--chtml endif-->
23121 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23122 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23123 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23124 use that.
23126 <P><UL>
23127 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23128 </UL>
23130 &lt;End of help on this topic&gt;
23131 </BODY>
23132 </HTML>
23133 ====== h_config_speller =====
23134 <HTML>
23135 <HEAD>
23136 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23137 </HEAD>
23138 <BODY>
23139 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23141 UNIX Alpine only.
23143 For PC-Alpine, you must install the aspell library code that you
23144 may get from
23145 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23147 This option affects the behavior of the ^T (spell check) command in the
23148 Composer.  It specifies the program invoked by ^T in the Composer.
23149 By default, Alpine uses
23151 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23153 if it knows where to find &quot;aspell&quot;.
23154 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23155 then the command used is
23157 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23159 Otherwise, the ancient &quot;spell&quot; command is used.
23161 If you specify a value for this command (with full pathname) then that is what
23162 will be used instead of any of the defaults.
23163 When invoking this
23164 spell-checking program, Alpine appends a tempfile name (where the message is
23165 passed) to the command line. Alpine expects the speller to correct the
23166 spelling in that file. When you exit from that program Alpine will read the
23167 tempfile back into the composer.
23169 Don't set this speller option to the standard Unix spell command.
23170 That won't work because spell works in a different way.
23173 <UL>   
23174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23175 </UL><P>
23176 &lt;End of help on this topic&gt;
23177 </BODY>
23178 </HTML>
23179 ====== h_config_display_filters =====
23180 <HTML>
23181 <HEAD>
23182 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23183 </HEAD>
23184 <BODY>
23185 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23187 This option defines a list of text-filtering commands (programs or
23188 scripts) that may be used to filter text portions of received messages
23189 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23190 display screen, exporting to a text file).  
23191 For security reasons, the full path name of the
23192 filter command must be specified.
23195 The command is executed and the message is piped into its standard input. 
23196 The standard output of the command is read back by Alpine.  The
23197 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23199 <P> 
23200 The filter's use is based on the configured &quot;trigger&quot; string.  The
23201 format of a filter definition is:
23203 <P>   
23204 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23207 You can specify as many filters as you wish, separating them with a comma.  
23208 Each filter can have only one trigger and command.  Thus, two trigger 
23209 strings that invoke the same command require separate filter 
23210 specifications. 
23212 <P> 
23213 The &quot;trigger&quot; is simply text that, if found in the message,
23214 will invoke the associated command.  If the trigger contains any space
23215 characters, it must be placed within quotes.  Likewise, should you
23216 wish a filter to be invoked unconditionally, define the trigger as the
23217 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23218 trigger string is found anywhere in the text of the message the filter
23219 is invoked.  Placing the trigger text within the tokens defined below
23220 changes where within the text the trigger must be before considering
23221 it a match.
23223 <P>  
23224 Trigger Modifying Tokens:
23225 <DL>
23226 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23227 <DD>This token tells Alpine to invoke the supplied command
23228 if the text is in a character set matching <VAR>string</VAR>
23229 (e.g., ISO-8859-2 or ISO-2022-JP).
23230 </DD>
23233 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23234 <DD>This token tells Alpine to invoke the supplied command
23235 if the enclosed <VAR>string</VAR> is found to be the first
23236 non-whitespace text.
23237 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23238 the space character.
23239 </DD>
23241 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23242 <DD>This token tells Alpine to invoke the supplied command
23243 if the enclosed <VAR>string</VAR> is found at the beginning
23244 of any line in the text.
23245 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23246 the space character.
23247 </DD>
23248 </DL>
23251 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23252 the command line to be invoked if the trigger string is found.  Below
23253 are tokens that Alpine will recognize and replace with special values
23254 when the command is actually invoked.
23257 Command Modifying Tokens:
23259 <DL>
23260 <DT>_TMPFILE_</DT>
23261 <DD>When the command is executed, this token is 
23262 replaced with the path and name of the temporary 
23263 file containing the text to be filtered.  Alpine 
23264 expects the filter to replace this data with the 
23265 filter's result.
23268 NOTE: Use of this token implies that the text to 
23269 be filtered is not piped into standard input of the 
23270 executed command and its standard output is ignored. 
23271 Alpine restores the tty modes before invoking the
23272 filter in case the filter interacts with the user
23273 via its own standard input and output.  
23274 </DD>
23275                         
23276 <DT>_RESULTFILE_</DT>
23277 <DD>When the command is executed, this token is 
23278 replaced with the path and name of a temporary 
23279 file intended to contain a status message from the 
23280 filter.  Alpine displays this in the message status 
23281 field. 
23282 </DD>
23284 <DT>_DATAFILE_</DT>
23285 <DD>When the command is executed, this token is 
23286 replaced with the path and name of a temporary 
23287 file that Alpine creates once per session and deletes 
23288 upon exit.  The file is intended to be used by the 
23289 filter to store state information between instances 
23290 of the filter.
23291 </DD>
23292    
23293 <DT>_PREPENDKEY_</DT>
23294 <DD>When the command is executed, this token indicates that a random
23295 number will be passed down the input stream before the message text.
23296 This number could be used as a session key.  It is sent in this way to
23297 improve security.  The number is unique to the current Alpine session
23298 and is only generated once per session.
23299 </DD>
23301 <DT>_SILENT_</DT>
23302 <DD>When the filter is executed, this token tells Alpine not to repaint
23303 the screen while the command is being executed. This can be used with 
23304 filters that do not interact with the user, and therefore repainting 
23305 the screen is not necessary. 
23306 </DD>
23307 </DL>
23310 The feature
23311 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23313 Performance caveat/considerations:
23314 <BR>
23315 Testing for the trigger and invoking the filter doesn't come for free.
23316 There is overhead associated with searching for the trigger string, testing
23317 for the filter's existence and actually piping the text through the filter.
23318 The impact can be reduced if the Trigger Modifying Tokens above are 
23319 employed.
23321 &lt;End of help on this topic&gt;
23322 </BODY>
23323 </HTML>
23324 ====== h_config_sending_filter =====
23325 <HTML>
23326 <HEAD>
23327 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23328 </HEAD>
23329 <BODY>
23330 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23331       
23332 This option defines a list of text-filtering commands (programs and
23333 scripts) that may be selectively invoked to process a message just before
23334 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23335 select which filter (or none) to apply to the message before it is sent. 
23336 For security reasons, the full path of the filter program must be
23337 specified.
23340 Command Modifying Tokens:
23342 <DL>
23343 <DT>_RECIPIENTS_</DT>
23344 <DD>When the command is executed, this token is replaced 
23345 with the space delimited list of recipients of the 
23346 message being sent. 
23347 </DD>
23348         
23349 <DT>_TMPFILE_</DT>
23350 <DD>
23351 When the command is executed, this token is 
23352 replaced with the path and name of the temporary 
23353 file containing the text to be filtered.  Alpine 
23354 expects the filter to replace this data with the 
23355 filter's result.
23358 NOTE: Use of this token implies that the text to 
23359 be filtered is not piped into standard input of the 
23360 executed command and its standard output is ignored. 
23361 Alpine restores the tty modes before invoking the
23362 filter in case the filter interacts with the user
23363 via its own standard input and output.  
23364 </DD>
23365                         
23366 <DT>_RESULTFILE_</DT>
23367 <DD>When the command is executed, this token is 
23368 replaced with the path and name of a temporary 
23369 file intended to contain a status message from the 
23370 filter.  Alpine displays this in the message status 
23371 field. 
23372 </DD>
23374 <DT>_DATAFILE_</DT>
23375 <DD>When the command is executed, this token is replaced 
23376 in the command line with the path and name of a 
23377 temporary file that Alpine creates once per session 
23378 and deletes upon exit.  The file is intended to be 
23379 used by the filter to store state information between 
23380 instances of the filter.
23381 </DD>
23382    
23383 <DT>_PREPENDKEY_</DT>
23384 <DD>When the command is executed, this token indicates 
23385 that a random number will be passed down the input 
23386 stream before the message text.  This number could 
23387 be used as a session key.  It is sent in this way 
23388 to improve security.  The number is unique to the 
23389 current Alpine session and is only generated once per 
23390 session. 
23391 </DD>
23393 <DT>_INCLUDEALLHDRS_</DT>
23394 <DD>When the command is executed, this token indicates 
23395 that the headers of the message will be passed down the input stream
23396 before the message text.
23397 </DD>
23399 <DT>_MIMETYPE_</DT>
23400 <DD>When the command is executed, this token is replaced in the
23401 command name with a temporary file name used to accept any new MIME
23402 Content-Type information necessitated by the output of the filter.
23403 Upon the filter's exit, if the file contains new MIME type
23404 information, Alpine verifies its format and replaces the outgoing
23405 message's MIME type information with that contained in the file. This
23406 is basically a cheap way of sending something other than Text/Plain.
23407 </DD>
23408 </DL>
23410 <P>   
23411 NOTE: Only the body text, which is visible in the Composer, is piped
23412 through this filter.  Attachments are not sent to the filter.
23413 <P>   
23414 Sending filters are not used if the feature
23415 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23417 <UL>   
23418 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23419 </UL><P>
23420 &lt;End of help on this topic&gt;
23421 </BODY>
23422 </HTML>
23423 ====== h_config_keywords =====
23424 <HTML>
23425 <HEAD>
23426 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23427 </HEAD>
23428 <BODY>
23429 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23431 You may define your own set of keywords and optionally set them on a
23432 message by message basis.
23433 These are similar to the &quot;Important&quot; flag which the user
23434 may set using the Flag command.
23435 The difference is that the Important flag is always present for each folder.
23436 User-defined keywords are chosen by the user.
23437 You may set up the list of possible keywords here, or you may add keywords
23438 from the Flag Details screen that you
23439 can get to after typing the
23440 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23441 command.
23442 After the keywords have been defined,
23443 then you use the <A HREF="h_common_flag">Flag command</A>
23444 to set or clear the keywords in each message.
23445 The behavior of the flag command may be modified by using the
23446 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23447 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23450 Keywords may be used when Selecting messages (Select Keyword).
23451 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23452 Filter Rules may be used to set keywords automatically.
23453 Keywords may be displayed as part of the Subject of a message by using
23454 the SUBJKEY or SUBJKEYINIT tokens in the
23455 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23456 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23457 option may be used to modify the display of keywords using
23458 SUBJKEY and SUBJKEYINIT slightly.
23459 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23460 screen by using the KEY or KEYINIT tokens.
23461 It is also possible to color keywords in the index using the
23462 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23463 Keywords are not supported by all mail servers.
23466 You may give keywords nicknames if you wish.
23467 If the keyword definition you type in contains a SPACE character, then the
23468 actual value of the keyword is everything after the last SPACE and the
23469 nickname for that keyword is everything before the last SPACE.
23470 For example, suppose you are trying to interoperate with another email program
23471 that uses a particular keyword with an unpleasant name.
23472 Maybe it uses a keyword called
23474 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23476 but for you that keyword means that the message is work-related.
23477 You could define a keyword to have the value
23479 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23481 and then you would use the name &quot;Work&quot; when dealing with
23482 that keyword in Alpine.
23483 If you defined it as
23485 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23487 the nickname would be everything before the last SPACE, that is the nickname
23488 would be &quot;My Work&quot;.
23490 Some commonly used keywords begin with dollar signs.
23491 This presents a slight complication, because the dollar sign is normally used
23492 to signify
23493 <A HREF="h_news_config">environment variable expansion</A>
23494 in the Alpine configuration.
23495 In order to specify a keyword that begins with a dollar sign you must
23496 precede the dollar sign with a second dollar sign to escape its special
23497 meaning.
23498 For example, if you want to include the keyword
23500 <CENTER><SAMP>$Label1</SAMP></CENTER>
23502 as one of your possible keywords, you must enter the text
23504 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23507 instead.
23509 There are a couple limitations.
23510 First, not all servers support keywords.
23511 Second, some servers (including the IMAP server included with Alpine)
23512 have a per folder limit on the number of keywords that may be defined.
23513 This count commonly includes every keyword you have ever used in the
23514 folder, even if it is no longer being used.
23515 In other words, you can add keywords but you cannot remove them easily.
23516 If you have changed keywords over the life of a folder and find that
23517 you have reached such a limit, one possible solution might be to copy
23518 all of the messages to a newly created folder (using Alpine) and then
23519 delete the original and rename the new folder.
23520 The reason this might work is that only the keywords currently set in
23521 any of the messages will be used in the new folder, hopefully putting you
23522 under the limit.
23525 <UL>   
23526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23527 </UL><P>
23528 &lt;End of help on this topic&gt;
23529 </BODY>
23530 </HTML>
23531 ====== h_config_alt_addresses =====
23532 <HTML>
23533 <HEAD>
23534 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23535 </HEAD>
23536 <BODY>
23537 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23539 This option provides a place for you to list alternate email addresses
23540 you may have.
23541 Each address in the list should be the actual email address part of an
23542 address, without the full name field or the angle brackets.
23543 For example:
23546 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23549 The matching is case-insensitive, so this would match any of
23550 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23551 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23554 If set, the option affects the behavior of the Reply
23555 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23556 a message has been addressed specifically to you.
23559 In the default INDEX display
23560 the personal name (or email address) of
23561 the person listed in the message's &quot;From:&quot; header
23562 field is usually displayed except when that address is yours or one of your
23563 alternate addresses.
23564 In that case you will usually see the name of
23565 the first person specified in the
23566 message's &quot;To:&quot; header field
23567 with the prefix &quot;To: &quot; prepended.
23570 With respect to Reply, the reply-to-all option will exclude addresses
23571 listed here.
23574 The feature
23575 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23576 is somewhat related to this option.
23579 In addition to a list of actual addresses,
23580 you may use regular expressions (as used with egrep with the ignore case flag)
23581 to describe the addresses you want to match.
23582 Alpine will somewhat arbitrarily interpret your entry as a regular
23583 expression if it contains any of the characters
23584 *, |, +, ?, {, [, ^, $, or &#92;.
23585 Otherwise, it will be treated literally.
23586 The feature
23587 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23588 may be used to turn off regular expression processing regardless of whether or not
23589 special characters appear in the entry.
23592 A description of how regular expressions work is beyond the
23593 scope of this help text, but some examples follow.
23596 The entry
23599 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23602 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23603 address with a domain name of <SAMP>example.com</SAMP> (such as
23604 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23605 one of your alternate addresses.
23606 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23607 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23608 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23609 Complicating things further, the dollar sign
23610 is special in the Alpine configuration (it signifies environment variable expansion)
23611 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23612 Quotes around the whole expression will not escape the dollar sign successfully.
23613 So this example should look like
23616 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23620 The entry
23623 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23626 would match
23627 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23628 as <SAMP>fred@example.com</SAMP>.
23631 You could match all addresses that look like
23632 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23633 entry
23636 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23639 Notice that you have to escape the plus sign with a backslash because plus
23640 is a special character in regular expressions.
23641 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23642 the expression
23645 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
23648 would do it, but it would be easier to just add fred@example.com as a
23649 separate entry.
23652 One more example, a match of all first-level subdomains, is given by
23655 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
23659 Because the regular expression matching is based on an old library
23660 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
23661 but they should be close.
23664 <UL>   
23665 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23666 </UL><P>
23667 &lt;End of help on this topic&gt;
23668 </BODY>
23669 </HTML>
23670 ====== h_config_abook_formats =====
23671 <HTML>
23672 <HEAD>
23673 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
23674 </HEAD>
23675 <BODY>
23676 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
23678 This option specifies the format that address books are displayed in.
23679 Normally, address books are displayed with the nicknames in the first
23680 column, the fullnames in the second column, and addresses in the third
23681 column.  The system figures out reasonable defaults for the widths of
23682 the columns.  An address book may be given a different format by
23683 listing special tokens in the order you want them to display.  The
23684 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
23685 So, for example, to get the default behavior you could list
23688 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
23691 (You can also use the token DEFAULT to get the default behavior for
23692 an address book format.)
23695 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
23696 is a list, so if you have more than one address book you may have a
23697 separate format for each by putting its format at the corresponding
23698 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
23702 Listed first are the personal address books, then the global address
23703 books.  So, if you have two personal address books and one global
23704 address book, you may have up to three formats in the
23705 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
23706 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
23707 are address books, the last element is used repeatedly.
23711 Each of the tokens may also be optionally followed by parentheses with
23712 either a number or a percentage inside the parentheses.  For example,
23713 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
23714 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
23715 of the available space (the screen width minus the space for
23716 inter-column spaces) to the fullnames column, while plain
23717 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
23718 reasonable number of columns.
23721 There are always 2 spaces between every column, so if you use
23722 fixed column widths (like 13) you should remember to take that into
23723 account.
23726 <UL>   
23727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23728 </UL><P>
23729 &lt;End of help on this topic&gt;
23730 </BODY>
23731 </HTML>
23732 ====== h_config_set_index_format =====
23733 <HTML>
23734 <HEAD>
23735 <TITLE>Set Index Format</TITLE>
23736 </HEAD>
23737 <BODY>
23738 <H1>Set Index Format</H1>
23740 This option is used to customize the content of lines in the
23741 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
23742 This action works exactly like the regular
23743 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
23744 except that you can have a folder-specific value for it if you specify it here.
23745 Consult the help for
23746 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
23747 for more information.
23750 <UL>   
23751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23752 </UL><P>
23753 &lt;End of help on this topic&gt;
23754 </BODY>
23755 </HTML>
23756 ====== h_config_index_format =====
23757 <HTML>
23758 <HEAD>
23759 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
23760 </HEAD>
23761 <BODY>
23762 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
23764 This option is used to customize the content of lines in the
23765 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
23766 to convey some amount of immediately relevant information about each 
23767 message in the current folder.
23770 Alpine provides a pre-defined set of informational fields with
23771 reasonable column widths automatically computed.  You can, however,
23772 replace this default set by listing special tokens in the order you
23773 want them displayed.
23776 The list of available tokens is
23777 <A HREF="h_index_tokens">here</A>.
23780 Spaces are used to separate listed tokens.  Additionally, you can
23781 specify how much of the screen's width the token's associated data
23782 should occupy on the index line by appending to the token a pair of
23783 parentheses enclosing either a number or percentage.  For example,
23784 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
23785 column, and &quot;SUBJECT(20%)&quot; means to
23786 allocate 20% of the available space
23787 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
23788 attempt to figure out a reasonable amount of space.
23791 There is always one space between every pair of columns, so if you use fixed
23792 column widths (like 13) you should remember to take that into account.
23793 Several of the fields are virtually fixed-width, so it doesn't make
23794 much sense to specify the width for them.  The fields STATUS,
23795 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
23796 and DESCRIPSIZE all fall into that category.
23797 You <EM>may</EM> specify widths for those if you wish, but
23798 you're probably better off letting the system pick those widths.  <P>
23801 The default is equivalent to:
23804 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
23807 This means that the four fields without percentages will be allocated
23808 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
23809 the from and subject fields.  If one of those two fields is specified
23810 as a percentage and the other is left for the system to choose, then
23811 the percentage is taken as an absolute percentage of the screen, not
23812 of the space remaining after allocating the first four columns.  It
23813 doesn't usually make sense to do it that way.  If you leave off all
23814 the widths, then the subject and from fields (if both are present) are
23815 allocated space in a 2 to 1 ratio, which is almost exactly the same as
23816 the default.
23819 What you are most likely to do with this configuration option is to
23820 specify which fields appear at all, which order they appear in, and the
23821 percentage of screen that is used for the from and subject fields if you
23822 don't like the 2 to 1 default.
23825 If you want to retain the default format that Pine 4.64 had, use
23828 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
23830 <EM>and</EM> set the feature
23831 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
23832 <UL>   
23833 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23834 </UL><P>
23835 &lt;End of help on this topic&gt;
23836 </BODY>
23837 </HTML>
23838 ====== h_config_reply_intro =====
23839 <HTML>
23840 <HEAD>
23841 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
23842 </HEAD>
23843 <BODY>
23844 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
23846 This option is used to customize the content of the introduction line
23847 that is included when replying to a message and including the original
23848 message in the reply.
23849 The normal default (what you will get if you delete this variable) looks
23850 something like:
23852 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
23854 where the day of the week is only included if it is available in the
23855 original message.
23856 You can replace this default with text of your own.
23857 The text may contain tokens that are replaced with text
23858 that depends on the message you are replying to.
23859 For example, the default is equivalent to:
23861 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23864 Since this variable includes regular text mixed with special tokens
23865 the tokens have to be surrounded by underscore characters.
23866 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
23867 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
23868 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
23870 The list of available tokens is
23871 <A HREF="h_index_tokens">here</A>.
23874 By default, the text is all on a single line and is followed by a blank line.
23875 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
23876 than 80 characters when replying to a particular message, it is shortened.
23877 However, if you use the token
23879 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
23882 anywhere in the value, no end of line or blank line is appended, and no
23883 shortening is done.
23884 The _NEWLINE_ token may be used to get rid of the blank line following
23885 the text, to add more blank lines, or to form a multi-line
23886 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
23887 To clarify how _NEWLINE_ works recall that the default value is:
23889 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23892 That is equivalent to
23894 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
23897 In the former case, two newlines are added automatically because
23898 no _NEWLINE_ token appears in the value of the option (for backwards
23899 compatibility). In the latter case, the newlines are explicit.
23900 If you want to remove the blank line that follows the
23901 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
23902 _NEWLINE_ token like
23904 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
23907 Because of the backwards compatibility problem, it is not possible to
23908 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
23909 and that will cause the automatic adding of two newlines!
23910 If you want, you may embed newlines in the middle of the text, as well,
23911 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
23914 By default, no attempt is made to localize the date.
23915 If you prefer a localized form you may find that one of the tokens
23916 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
23917 If you want more control one of the many other date tokens, such as _DATEISO_,
23918 might be better.
23921 For the adventurous, there is a way to conditionally include text based
23922 on whether or not a token would result in specific replacement text.
23923 For example, you could include some text based on whether or not
23924 the _NEWS_ token would result in any newsgroups if it was used.
23925 It's explained in detail
23926 <A HREF="h_reply_token_conditionals">here</A>.
23929 In the very unlikely event that you want to include a literal token
23930 in the introduction line you must precede it with a backslash character.
23931 For example,
23933 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23935 would produce something like
23937 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23939 It is not possible to have a literal backslash followed by an expanded token.
23941 <UL>   
23942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23943 </UL><P>
23944 &lt;End of help on this topic&gt;
23945 </BODY>
23946 </HTML>
23947 ====== h_config_remote_abook_history =====
23948 <HTML>
23949 <HEAD>
23950 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
23951 </HEAD>
23952 <BODY>
23953 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
23955 Sets how many extra copies of
23956 remote address book
23957 data will be kept in each remote address book folder.
23958 The default is three.
23959 These extra copies are simply old versions of the data. Each time a change
23960 is made a new copy of the address book data is appended to the folder. Old
23961 copies are trimmed, if possible, when Alpine exits.
23962 An old copy can be put back into use by
23963 deleting and expunging newer versions of the data from the folder.
23964 Don't delete the first message from the folder. It is a special header
23965 message for the remote address book and it must be there.
23966 This is to prevent regular folders from being used as remote address book
23967 folders and having their data destroyed.
23969 This option is also used to determine how many extra copies of remote
23970 Alpine configuration files are kept.
23972 <UL>   
23973 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23974 </UL><P>
23975 &lt;End of help on this topic&gt;
23976 </BODY>
23977 </HTML>
23978 ====== h_config_remote_abook_validity =====
23979 <HTML>
23980 <HEAD>
23981 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
23982 </HEAD>
23983 <BODY>
23984 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
23986 Sets the minimum number of minutes that a
23987 remote address book will be considered up to date.
23988 Whenever an entry contained in a remote address book is used,
23989 if more than this many minutes have
23990 passed since the last check the remote server will be queried to see if the
23991 address book has changed.
23992 If it has changed, the local copy is updated.
23993 The default value is five minutes.
23994 The special value of -1 means never check.
23995 The special value of zero means only check when the address book is first
23996 opened.
23998 No matter what the value, the validity check is always done when the
23999 address book is about to be changed by the user.
24000 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24001 while in the address book maintenance screen for the remote address book.
24003 <UL>   
24004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24005 </UL><P>
24006 &lt;End of help on this topic&gt;
24007 </BODY>
24008 </HTML>
24009 ====== h_config_user_input_timeo =====
24010 <HTML>
24011 <HEAD>
24012 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24013 </HEAD>
24014 <BODY>
24015 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24017 If this is set to an integer greater than zero, then this is the number
24018 of <EM>hours</EM> to wait for user input before Alpine times out.
24019 If Alpine is
24020 in the midst of composing a message or is waiting for user response to
24021 a question, then it will not timeout.
24022 However, if Alpine is sitting idle waiting for
24023 the user to tell it what to do next and the user does not give any
24024 input for this many hours, Alpine will exit.
24025 No expunging or moving of read
24026 messages will take place.
24027 It will exit similarly to the way it would exit
24028 if it received a hangup signal.
24029 This may be useful for cleaning up unused Alpine sessions that have been
24030 forgotten by their owners.
24031 The Alpine developers envision system administrators
24032 setting this to a value of several hours (24?) so that it won't surprise
24033 a user who didn't want to be disconnected.
24035 <UL>   
24036 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24037 </UL><P>
24038 &lt;End of help on this topic&gt;
24039 </BODY>
24040 </HTML>
24041 ====== h_config_ssh_open_timeo =====
24042 <HTML>
24043 <HEAD>
24044 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24045 </HEAD>
24046 <BODY>
24047 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24049 Sets the time in seconds that Alpine will
24050 attempt to open a UNIX secure shell connection.
24051 The default is 15, the minimum non-zero value is 5,
24052 and the maximum is unlimited. If this is set to zero ssh connections
24053 will be completely disabled.
24055 <UL>   
24056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24057 </UL><P>
24058 &lt;End of help on this topic&gt;
24059 </BODY>
24060 </HTML>
24061 ====== h_config_rsh_open_timeo =====
24062 <HTML>
24063 <HEAD>
24064 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24065 </HEAD>
24066 <BODY>
24067 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24069 Sets the time in seconds that Alpine will
24070 attempt to open a UNIX remote shell connection.
24071 The default is 15, the minimum non-zero value is 5,
24072 and the maximum is unlimited. If this is set to zero rsh connections
24073 will be completely disabled.
24074 This might be useful if rsh connections will never work in your environment
24075 but are causing delays due to firewalls or some other reason.
24077 <UL>   
24078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24079 </UL><P>
24080 &lt;End of help on this topic&gt;
24081 </BODY>
24082 </HTML>
24083 ====== h_config_tcp_open_timeo =====
24084 <HTML>
24085 <HEAD>
24086 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24087 </HEAD>
24088 <BODY>
24089 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24091 Sets the time in seconds that Alpine will
24092 attempt to open a network connection. The default is 30, the minimum is 5,
24093 and the maximum is system defined (typically 75). If a connection has not
24094 completed within this many seconds Alpine will give up and consider it a
24095 failed connection.
24097 <UL>   
24098 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24099 </UL><P>
24100 &lt;End of help on this topic&gt;
24101 </BODY>
24102 </HTML>
24103 ====== h_config_tcp_readwarn_timeo =====
24104 <HTML>
24105 <HEAD>
24106 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24107 </HEAD>
24108 <BODY>
24109 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24111 Sets the time in seconds that Alpine will
24112 wait for a network read before warning you that things are moving slowly
24113 and possibly giving you the option to break the connection.
24114 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24115 1000 seconds.
24117 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24119 <UL>   
24120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24121 </UL><P>
24122 &lt;End of help on this topic&gt;
24123 </BODY>
24124 </HTML>
24125 ====== h_config_tcp_writewarn_timeo =====
24126 <HTML>
24127 <HEAD>
24128 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24129 </HEAD>
24130 <BODY>
24131 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24133 Sets the time in seconds that Alpine will
24134 wait for a network write before warning you that things are moving slowly
24135 and possibly giving you the option to break the connection.
24136 The default is 0 which means it is unset. If set to a non-zero value, the
24137 minimum is 5 and the maximum is 1000.
24139 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24141 <UL>   
24142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24143 </UL><P>
24144 &lt;End of help on this topic&gt;
24145 </BODY>
24146 </HTML>
24147 ====== h_config_tcp_query_timeo =====
24148 <HTML>
24149 <HEAD>
24150 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24151 </HEAD>
24152 <BODY>
24153 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24155 When Alpine times out a network read or write it will normally just display
24156 a message saying &quot;Still waiting&quot;.
24157 However, if enough time has elapsed since it started waiting it will offer
24158 to let you break the connection.
24159 That amount of time is set by this option, which defaults to 60 seconds,
24160 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24162 <UL>   
24163 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24164 </UL><P>
24165 &lt;End of help on this topic&gt;
24166 </BODY>
24167 </HTML>
24168 ====== h_config_incoming_folders =====
24169 <HTML>
24170 <HEAD>
24171 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24172 </HEAD>
24173 <BODY>
24174 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24176 This is a list of one or more folders other than <EM>INBOX</EM> that
24177 may receive new messages.
24178 It is related to the
24179 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24180 feature.
24181 This variable is normally manipulated with the Add, Delete, and Rename
24182 commands in the FOLDER LIST for the Incoming Message Folders collection.
24184 <UL>   
24185 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24186 </UL><P>
24187 &lt;End of help on this topic&gt;
24188 </BODY>
24189 </HTML>
24190 ====== h_config_folder_spec =====
24191 <HTML>
24192 <HEAD>
24193 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24194 </HEAD>
24195 <BODY>
24196 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24198 This is a list of one or more collections where saved mail is stored. 
24199 The first collection in this list is the default
24200 collection for <EM>Save</EM>s,
24201 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24203 This variable is normally manipulated using the Setup/collectionList screen.
24205 <UL>   
24206 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24207 </UL><P>
24208 &lt;End of help on this topic&gt;
24209 </BODY>
24210 </HTML>
24211 ====== h_config_news_spec =====
24212 <HTML>
24213 <HEAD>
24214 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24215 </HEAD>
24216 <BODY>
24217 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24219 This is a list of collections where news folders are located.
24221 This variable is normally manipulated using the Setup/collectionList screen.
24223 <UL>   
24224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24225 </UL><P>
24226 &lt;End of help on this topic&gt;
24227 </BODY>
24228 </HTML>
24229 ====== h_config_address_book =====
24230 <HTML>
24231 <HEAD>
24232 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24233 </HEAD>
24234 <BODY>
24235 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24237 A list of personal address books.
24238 Each entry in the list is an
24239 optional nickname followed by a pathname or file name relative to the home
24240 directory.
24241 The nickname is separated from the rest of the line with whitespace.
24242 Instead of a local pathname or file name, a remote folder name can be given.
24243 This causes the address book to
24244 be a Remote address book.
24246 Use the Setup/AddressBook screen to modify this variable.
24248 <UL>   
24249 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24250 </UL><P>
24251 &lt;End of help on this topic&gt;
24252 </BODY>
24253 </HTML>
24254 ====== h_config_glob_addrbook =====
24255 <HTML>
24256 <HEAD>
24257 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24258 </HEAD>
24259 <BODY>
24260 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24262 A list of shared address books.  Each entry in the list is an
24263 optional nickname followed by a pathname or file name relative to the home
24264 directory.
24265 A SPACE character separates the nickname from the rest of the line.
24266 Instead of a local pathname or file name, a remote folder name can be given.
24267 This causes the address book to
24268 be a Remote address book.
24269 Global address books are
24270 defined to be ReadOnly.
24272 Use the Setup/AddressBook screen to modify this variable.
24274 <UL>   
24275 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24276 </UL><P>
24277 &lt;End of help on this topic&gt;
24278 </BODY>
24279 </HTML>
24280 ====== h_config_last_vers =====
24281 <HTML>
24282 <HEAD>
24283 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24284 </HEAD>
24285 <BODY>
24286 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24288 This is set automatically by Alpine. 
24289 It is used to keep track of the last version of Alpine that
24290 was run by the user.
24291 Whenever the version number increases, a new version message is printed out.
24292 This may not be set in the system-wide configuration files.
24294 <UL>   
24295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24296 </UL><P>
24297 &lt;End of help on this topic&gt;
24298 </BODY>
24299 </HTML>
24300 ====== h_config_printer =====
24301 <HTML>
24302 <HEAD>
24303 <TITLE>OPTION: Printer</TITLE>
24304 </HEAD>
24305 <BODY>
24306 <H1>OPTION: Printer</H1>
24308 Your default printer selection.
24310 Use the Setup/Printer screen to modify this variable.
24312 <UL>   
24313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24314 </UL><P>
24315 &lt;End of help on this topic&gt;
24316 </BODY>
24317 </HTML>
24318 ====== h_config_print_cat =====
24319 <HTML>
24320 <HEAD>
24321 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24322 </HEAD>
24323 <BODY>
24324 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24326 This is an internal Alpine variable.
24327 It will be equal to 1, 2, or 3 depending on whether the default printer is
24328 attached, standard, or a personal print command.
24330 Use the Setup/Printer screen to modify this variable.
24332 <UL>   
24333 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24334 </UL><P>
24335 &lt;End of help on this topic&gt;
24336 </BODY>
24337 </HTML>
24338 ====== h_config_print_command =====
24339 <HTML>
24340 <HEAD>
24341 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24342 </HEAD>
24343 <BODY>
24344 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24346 List of personal print commands.
24348 Use the Setup/Printer screen to modify this variable.
24350 <UL>   
24351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24352 </UL><P>
24353 &lt;End of help on this topic&gt;
24354 </BODY>
24355 </HTML>
24356 ====== h_config_pat_old =====
24357 <HTML>
24358 <HEAD>
24359 <TITLE>OPTION: Patterns</TITLE>
24360 </HEAD>
24361 <BODY>
24362 <H1>OPTION: Patterns</H1>
24364 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24365 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24366 and Patterns-Other.
24367 Patterns-Scores and Patterns-Filters have been replaced since then by
24368 Patterns-Scores2 and Patterns-Filters2.
24370 Use the Setup/Rules screens to modify these variable.
24372 <UL>   
24373 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24374 </UL><P>
24375 &lt;End of help on this topic&gt;
24376 </BODY>
24377 </HTML>
24378 ====== h_config_pat_roles =====
24379 <HTML>
24380 <HEAD>
24381 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24382 </HEAD>
24383 <BODY>
24384 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24386 List of rules used for roles.
24387 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24388 other options.
24390 Use the Setup/Rules/Roles screen to modify this variable.
24392 <UL>   
24393 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24394 </UL><P>
24395 &lt;End of help on this topic&gt;
24396 </BODY>
24397 </HTML>
24398 ====== h_config_pat_filts =====
24399 <HTML>
24400 <HEAD>
24401 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24402 </HEAD>
24403 <BODY>
24404 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24406 List of rules used for filters.
24408 Use the Setup/Rules/Filters screen to modify this variable.
24410 <UL>   
24411 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24412 </UL><P>
24413 &lt;End of help on this topic&gt;
24414 </BODY>
24415 </HTML>
24416 ====== h_config_pat_scores =====
24417 <HTML>
24418 <HEAD>
24419 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24420 </HEAD>
24421 <BODY>
24422 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24424 List of rules used for scoring.
24426 Use the Setup/Rules/SetScores screen to modify this variable.
24428 <UL>   
24429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24430 </UL><P>
24431 &lt;End of help on this topic&gt;
24432 </BODY>
24433 </HTML>
24434 ====== h_config_pat_other =====
24435 <HTML>
24436 <HEAD>
24437 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24438 </HEAD>
24439 <BODY>
24440 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24442 List of rules used for miscellaneous configuration.
24444 Use the Setup/Rules/Other screen to modify this variable.
24446 <UL>   
24447 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24448 </UL><P>
24449 &lt;End of help on this topic&gt;
24450 </BODY>
24451 </HTML>
24452 ====== h_config_pat_incols =====
24453 <HTML>
24454 <HEAD>
24455 <TITLE>OPTION: patterns-indexcolors</TITLE>
24456 </HEAD>
24457 <BODY>
24458 <H1>OPTION: patterns-indexcolors</H1>
24460 List of rules used for coloring lines in the index.
24462 Use the Setup/Rules/Indexcolor screen to modify this variable.
24464 <UL>   
24465 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24466 </UL><P>
24467 &lt;End of help on this topic&gt;
24468 </BODY>
24469 </HTML>
24470 ====== h_config_pat_srch =====
24471 <HTML>
24472 <HEAD>
24473 <TITLE>OPTION: patterns-search</TITLE>
24474 </HEAD>
24475 <BODY>
24476 <H1>OPTION: patterns-search</H1>
24478 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24480 Use the Setup/Rules/searCh screen to modify this variable.
24482 <UL>   
24483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24484 </UL><P>
24485 &lt;End of help on this topic&gt;
24486 </BODY>
24487 </HTML>
24488 ====== h_config_font_name =====
24489 <HTML>
24490 <HEAD>
24491 <TITLE>OPTION: Font Name</TITLE>
24492 </HEAD>
24493 <BODY>
24494 <H1>OPTION: Font Name</H1>
24496 PC-Alpine only.
24498 Name of normal font.
24500 Use the pulldown Config menu to modify this variable.
24502 <UL>   
24503 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24504 </UL><P>
24505 &lt;End of help on this topic&gt;
24506 </BODY>
24507 </HTML>
24508 ====== h_config_font_size =====
24509 <HTML>
24510 <HEAD>
24511 <TITLE>OPTION: Font Size</TITLE>
24512 </HEAD>
24513 <BODY>
24514 <H1>OPTION: Font Size</H1>
24516 PC-Alpine only.
24518 Size of normal font.
24520 Use the pulldown Config menu to modify this variable.
24522 <UL>   
24523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24524 </UL><P>
24525 &lt;End of help on this topic&gt;
24526 </BODY>
24527 </HTML>
24528 ====== h_config_font_style =====
24529 <HTML>
24530 <HEAD>
24531 <TITLE>OPTION: Font Style</TITLE>
24532 </HEAD>
24533 <BODY>
24534 <H1>OPTION: Font Style</H1>
24536 PC-Alpine only.
24538 Style of normal font.
24540 Use the pulldown Config menu to modify this variable.
24542 <UL>   
24543 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24544 </UL><P>
24545 &lt;End of help on this topic&gt;
24546 </BODY>
24547 </HTML>
24548 ====== h_config_font_char_set =====
24549 <HTML>
24550 <HEAD>
24551 <TITLE>OPTION: Font Character Set</TITLE>
24552 </HEAD>
24553 <BODY>
24554 <H1>OPTION: Font Character Set</H1>
24556 PC-Alpine only.
24558 Character set of normal font.
24560 Use the pulldown Config menu to modify this variable.
24562 <UL>   
24563 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24564 </UL><P>
24565 &lt;End of help on this topic&gt;
24566 </BODY>
24567 </HTML>
24568 ====== h_config_print_font_name =====
24569 <HTML>
24570 <HEAD>
24571 <TITLE>OPTION: Print-Font-Name</TITLE>
24572 </HEAD>
24573 <BODY>
24574 <H1>OPTION: Print-Font-Name</H1>
24576 PC-Alpine only.
24578 Name of printer font.
24580 Use the pulldown Config menu to modify this variable.
24582 <UL>   
24583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24584 </UL><P>
24585 &lt;End of help on this topic&gt;
24586 </BODY>
24587 </HTML>
24588 ====== h_config_print_font_size =====
24589 <HTML>
24590 <HEAD>
24591 <TITLE>OPTION: Print-Font-Size</TITLE>
24592 </HEAD>
24593 <BODY>
24594 <H1>OPTION: Print-Font-Size</H1>
24596 PC-Alpine only.
24598 Size of printer font.
24600 Use the pulldown Config menu to modify this variable.
24602 <UL>   
24603 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24604 </UL><P>
24605 &lt;End of help on this topic&gt;
24606 </BODY>
24607 </HTML>
24608 ====== h_config_print_font_style =====
24609 <HTML>
24610 <HEAD>
24611 <TITLE>OPTION: Print-Font-Style</TITLE>
24612 </HEAD>
24613 <BODY>
24614 <H1>OPTION: Print-Font-Style</H1>
24616 PC-Alpine only.
24618 Style of printer font.
24620 Use the pulldown Config menu to modify this variable.
24622 <UL>   
24623 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24624 </UL><P>
24625 &lt;End of help on this topic&gt;
24626 </BODY>
24627 </HTML>
24628 ====== h_config_print_font_char_set =====
24629 <HTML>
24630 <HEAD>
24631 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24632 </HEAD>
24633 <BODY>
24634 <H1>OPTION: Print-Font-Char-Set</H1>
24636 PC-Alpine only.
24638 Character set of printer font.
24640 Use the pulldown Config menu to modify this variable.
24642 <UL>   
24643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24644 </UL><P>
24645 &lt;End of help on this topic&gt;
24646 </BODY>
24647 </HTML>
24648 ====== h_config_window_position =====
24649 <HTML>
24650 <HEAD>
24651 <TITLE>OPTION: Window-Position</TITLE>
24652 </HEAD>
24653 <BODY>
24654 <H1>OPTION: Window-Position</H1>
24656 PC-Alpine only.
24658 Position on the screen of the Alpine window.
24660 Alpine normally maintains this variable itself, and it is set automatically. 
24661 This variable is provided to those who wish to use the same window position 
24662 across different machines from the same configuration.
24663 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
24664 must also be set for this setting to be used.
24666 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
24667 C is the number of columns, R is the number of rows, and X and Y specify the
24668 top left corner of the window.
24670 <UL>   
24671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24672 </UL><P>
24673 &lt;End of help on this topic&gt;
24674 </BODY>
24675 </HTML>
24676 ====== h_config_cursor_style =====
24677 <HTML>
24678 <HEAD>
24679 <TITLE>OPTION: Cursor Style</TITLE>
24680 </HEAD>
24681 <BODY>
24682 <H1>OPTION: Cursor Style</H1>
24684 PC-Alpine only.
24686 Cursor style.
24688 Use the pulldown Config menu to modify this variable.
24690 <UL>   
24691 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24692 </UL><P>
24693 &lt;End of help on this topic&gt;
24694 </BODY>
24695 </HTML>
24696 ====== h_config_ldap_servers =====
24697 <HTML>
24698 <HEAD>
24699 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
24700 </HEAD>
24701 <BODY>
24702 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
24704 List of LDAP servers and associated data.
24706 Use the Setup/Directory screen to modify this variable.
24708 <UL>   
24709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24710 </UL><P>
24711 &lt;End of help on this topic&gt;
24712 </BODY>
24713 </HTML>
24714 ====== h_config_sendmail_path =====
24715 <HTML>
24716 <HEAD>
24717 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
24718 </HEAD>
24719 <BODY>
24720 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
24722 This names the path to an
24723 alternative program, and any necessary arguments, to be used in posting
24724 mail messages. See the Technical notes for more information.
24726 <UL>   
24727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24728 </UL><P>
24729 &lt;End of help on this topic&gt;
24730 </BODY>
24731 </HTML>
24732 ====== h_config_oper_dir =====
24733 <HTML>
24734 <HEAD>
24735 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
24736 </HEAD>
24737 <BODY>
24738 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
24740 This names the root of the
24741 tree to which you are restricted when reading and writing folders and
24742 files. It is usually used in the system-wide,
24743 <EM>fixed</EM> configuration file.
24745 <UL>   
24746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24747 </UL><P>
24748 &lt;End of help on this topic&gt;
24749 </BODY>
24750 </HTML>
24751 ====== h_config_rshpath =====
24752 <HTML>
24753 <HEAD>
24754 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
24755 </HEAD>
24756 <BODY>
24757 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
24759 Sets the name of the command used to open a UNIX remote shell
24760 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
24762 <UL>   
24763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24764 </UL><P>
24765 &lt;End of help on this topic&gt;
24766 </BODY>
24767 </HTML>
24768 ====== h_config_rshcmd =====
24769 <HTML>
24770 <HEAD>
24771 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
24772 </HEAD>
24773 <BODY>
24774 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
24776 Sets the format of the command used to
24777 open a UNIX remote shell connection. The default is
24778 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24779 provided command. The first is for the command's pathname, the second is
24780 for the host to connnect to, the third is for the user to connect as, and
24781 the fourth is for the connection method (typically <CODE>imap</CODE>).
24783 <UL>   
24784 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24785 </UL><P>
24786 &lt;End of help on this topic&gt;
24787 </BODY>
24788 </HTML>
24789 ====== h_config_sshpath =====
24790 <HTML>
24791 <HEAD>
24792 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
24793 </HEAD>
24794 <BODY>
24795 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
24797 Sets the name of the command used to open a UNIX secure shell
24798 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
24800 <UL>   
24801 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24802 </UL><P>
24803 &lt;End of help on this topic&gt;
24804 </BODY>
24805 </HTML>
24806 ====== h_config_sshcmd =====
24807 <HTML>
24808 <HEAD>
24809 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
24810 </HEAD>
24811 <BODY>
24812 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
24814 Sets the format of the command used to
24815 open a UNIX secure shell connection. The default is
24816 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24817 provided command. The first is for the command's pathname, the second is
24818 for the host to connnect to, the third is for the user to connect as, and
24819 the fourth is for the connection method (typically <CODE>imap</CODE>).
24821 <UL>   
24822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24823 </UL><P>
24824 &lt;End of help on this topic&gt;
24825 </BODY>
24826 </HTML>
24827 ====== h_config_new_ver_quell =====
24828 <HTML>
24829 <HEAD>
24830 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
24831 </HEAD>
24832 <BODY>
24833 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
24835 When a new version of Alpine is run for the first time it offers a
24836 special explanatory screen to the user upon startup.  This option
24837 helps control when and if that special screen appears for users that
24838 have previously run Alpine.  It takes as its value an Alpine version
24839 number.  Alpine versions less than the specified value will supress this
24840 special screen while versions equal to or greater than that specified
24841 will behave normally.
24843 <UL>   
24844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24845 </UL><P>
24846 &lt;End of help on this topic&gt;
24847 </BODY>
24848 </HTML>
24849 ====== h_config_disable_drivers =====
24850 <HTML>
24851 <HEAD>
24852 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
24853 </HEAD>
24854 <BODY>
24855 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
24857 This variable is a list of mail drivers that will be disabled.
24858 The candidates for disabling are listed below.
24859 There may be more in the future if you compile Alpine with
24860 a newer version of the c-client library.
24863 <UL>
24864 <LI> mbox
24865 <LI> mbx
24866 <LI> mh
24867 <LI> mmdf
24868 <LI> mtx
24869 <LI> mx
24870 <LI> news
24871 <LI> phile
24872 <LI> tenex
24873 <LI> unix
24874 </UL>
24877 The <EM>mbox</EM> driver enables the following behavior: if there is a
24878 file called <CODE>mbox</CODE>
24879 in your home directory, and if that file is either empty or in Unix mailbox
24880 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
24881 will automatically transfer mail from the system mail spool directory into the
24882 <CODE>mbox</CODE> file and
24883 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
24884 this will not happen.
24887 It is not recommended to disable the driver that supports the system default
24888 mailbox format. On most non-SCO systems, that driver is the
24889 <EM>unix</EM> driver.
24890 On most SCO systems, it is the <EM>mmdf</EM> driver.
24891 The system default driver may be
24892 configured to something else on your system; check with your system manager
24893 for additional information.
24896 It is most likely not very useful for you to disable any of the drivers other
24897 than possibly <EM>mbox</EM>.
24898 You could disable some of the others if you know for
24899 certain that you don't need them but the performance gain in doing so
24900 is very modest.
24902 <UL>   
24903 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24904 </UL><P>
24905 &lt;End of help on this topic&gt;
24906 </BODY>
24907 </HTML>
24908 ====== h_config_disable_auths =====
24909 <HTML>
24910 <HEAD>
24911 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
24912 </HEAD>
24913 <BODY>
24914 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
24916 This variable is a list of SASL (Simple Authentication and Security
24917 Layer) authenticators that will be disabled.
24918 SASL is a mechanism for
24919 authenticating to IMAP, POP3, SMTP, and other network servers.
24922 Alpine matches its list of supported authenticators with the server to
24923 determine the most secure authenticator that is supported by both.
24924 If no matching authenticators are found, Alpine will revert to plaintext
24925 login (or, in the case of SMTP, will be unable to authenticate at all).
24927 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
24930 Normally, you will not disable any authenticators.
24931 There are two exceptions:
24933 <OL>
24934 <LI> You use a broken server that advertises an authenticator,
24935 but does not actually implement it.
24936 <LI> You have a Kerberos-capable version of Alpine and the server is
24937 also Kerberos-capable, but you can not obtain Kerberos
24938 credentials on the server machine, thus you desire to disable
24939 GSSAPI (which in turn disables Alpine's Kerberos support).
24940 </OL>
24942 It is never necessary to disable authenticators, since Alpine will try
24943 other authenticators before giving up.
24944 However, disabling the relevant authenticator avoids annoying error messages.
24946 <UL>   
24947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24948 </UL><P>
24949 &lt;End of help on this topic&gt;
24950 </BODY>
24951 </HTML>
24952 ====== h_config_abook_metafile =====
24953 <HTML>
24954 <HEAD>
24955 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
24956 </HEAD>
24957 <BODY>
24958 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
24960 This is usually set by Alpine and is the name of a file
24961 that contains data about
24962 remote address books and remote configuration files.
24964 <UL>   
24965 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24966 </UL><P>
24967 &lt;End of help on this topic&gt;
24968 </BODY>
24969 </HTML>
24970 ====== h_config_composer_wrap_column =====
24971 <HTML>
24972 <HEAD>
24973 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
24974 </HEAD>
24975 <BODY>
24976 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
24979 This option specifies an aspect of Alpine's Composer.  This gives the
24980 maximum width that auto-wrapped lines will have.  It's also the maximum
24981 width of lines justified using the <A HREF="h_compose_justify">^J
24982 Justify</A> command.  The normal default
24983 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
24984 in order to
24985 prevent very long lines from being sent in outgoing mail.  When the mail
24986 is actually sent, trailing spaces will be stripped off of each line.
24989 <UL>   
24990 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24991 </UL><P>
24992 &lt;End of help on this topic&gt;
24993 </BODY>
24994 </HTML>
24995 ====== h_config_deadlets =====
24996 <HTML>
24997 <HEAD>
24998 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
24999 </HEAD>
25000 <BODY>
25001 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25004 This option affects Alpine's behavior when you cancel a message being
25005 composed.  Alpine's usual behavior is to write the canceled message to
25006 a file named 
25007 <!--chtml if pinemode="os_windows"-->
25008 &quot;DEADLETR&quot;,
25009 <!--chtml else-->
25010 &quot;dead.letter&quot; in your home directory,
25011 <!--chtml endif-->
25012 overwriting any previous message.
25014 If you set this option to a value higher than one, then that many copies
25015 of dead letter files will be saved.
25016 For example, if you set this option to &quot;3&quot; then you may have
25017 files named
25018 <!--chtml if pinemode="os_windows"-->
25019 &quot;DEADLETR&quot;,
25020 &quot;DEADLETR2&quot;, and
25021 &quot;DEADLETR3&quot;.
25022 <!--chtml else-->
25023 &quot;dead.letter&quot;,
25024 &quot;dead.letter2&quot;, and
25025 &quot;dead.letter3&quot; in your home directory.
25026 <!--chtml endif-->
25027 In this example, the most recently cancelled message will be in
25028 <!--chtml if pinemode="os_windows"-->
25029 &quot;DEADLETR&quot;,
25030 <!--chtml else-->
25031 &quot;dead.letter&quot;,
25032 <!--chtml endif-->
25033 and the third most recently cancelled message will be in
25034 <!--chtml if pinemode="os_windows"-->
25035 &quot;DEADLETR3&quot;.
25036 <!--chtml else-->
25037 &quot;dead.letter3&quot;.
25038 <!--chtml endif-->
25039 The fourth most recently cancelled message will no longer be saved.
25042 If you set this option to zero, then NO record of canceled messages is
25043 maintained.
25045 If the feature
25046 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25047 is set, that overrides whatever you set for this option.
25048 If this option had existed at the time, then the Quell feature would not
25049 have been added, but it is still there for backwards compatibility.
25050 So, in order for this option to have the desired effect, make sure the
25051 Quell feature is turned off.
25054 <UL>   
25055 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25056 </UL><P>
25057 &lt;End of help on this topic&gt;
25058 </BODY>
25059 </HTML>
25060 ====== h_config_maxremstream =====
25061 <HTML>
25062 <HEAD>
25063 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25064 </HEAD>
25065 <BODY>
25066 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25068 This option affects low-level behavior of Alpine.
25069 The default value for this option is <EM>3</EM>.
25070 If your INBOX is accessed using the IMAP protocol
25071 from an IMAP server, that connection is kept open throughout the
25072 duration of your Alpine session, independent of the value of this option.
25073 The same is true of any 
25074 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25075 you have defined.
25076 This option controls Alpine's behavior when connecting to remote IMAP folders
25077 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25078 It specifies the maximum number of remote IMAP connections (other than
25079 those mentioned above) that Alpine will use for accessing the rest of your
25080 folders.
25081 If you set this option to zero, you will turn off most remote connection
25082 re-use.
25083 It's difficult to understand exactly what this option does, and it is usually
25084 fine to leave it set to its default value.
25085 It is probably more likely that you will be interested in setting the
25086 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25087 instead of changing the value of this option.
25088 A slightly longer explanation of what is going on with this option
25089 is given in the next paragraphs.
25092 There are some time costs involved in opening and closing remote IMAP 
25093 folders, the main costs being the time you have to wait for the connection
25094 to the server and the time for the folder to open.
25095 Opening a folder may involve not only the time the server takes to do its
25096 processing but time that Alpine uses to do filtering.
25097 These times can vary widely.
25098 They depend on how loaded the server is, how large
25099 the folder being opened is, and how you set up filtering, among other things.
25100 Once Alpine has opened a connection to a particular folder, it will attempt
25101 to keep that connection open in case you use it again.
25102 In order to do this,
25103 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25104 this option) IMAP connections you have alloted for this purpose.
25106 For example, suppose the value of this option is set to &quot;2&quot;.
25107 If your INBOX is accessed on a remote server using the IMAP protocol, that
25108 doesn't count as one of the remote connections but it is always kept open.
25109 If you then open another IMAP folder, that would be your first
25110 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25111 If you open a third folder the second will be left open, in case you
25112 return to it.
25113 You won't be able to tell it has been left open.
25114 It will appear to be closed when you leave the folder but the connection
25115 will remain in the background.
25116 Now suppose you go back to the second folder (the first folder after the
25117 INBOX).
25118 A connection to that folder is still open so you won't have to wait
25119 for the startup time to open it.
25120 Meanwhile, the connection to the third folder will be left behind.
25121 Now, if you open a fourth folder, you will bump into the
25122 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25123 than INBOX and you have the option set to &quot;2&quot;.
25124 The connection that is being used for
25125 the third folder will be re-used for this new fourth folder.
25126 If you go back to the third folder after this, it is no longer already
25127 connected when you get there.
25128 You'll still save some time since Alpine will re-use the connection to the
25129 fourth folder and you have already logged in on that connection,
25130 but the folder will have to be re-opened from scratch.
25132 If a folder is large and the startup cost is dominated by the time it takes
25133 to open that folder or to run filters on it, then it will pay to make the
25134 value of this option large enough to keep it open.
25135 On the other hand, if you only revisit a handful of folders or if
25136 the folders are small, then it might
25137 make more sense to keep this number small so that the reconnect
25138 time (the time to start up a new connection and authenticate)
25139 is eliminated instead.
25141 You may also need to consider the impact on the server.
25142 On the surface, a larger number here may cause a larger impact on the
25143 server, since you will have more connections open to the server.
25144 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25145 associated with reopening a folder, but the <EM>server</EM> will be
25146 avoiding those costs as well.
25148 When twenty five minutes pass without any active use of an IMAP connection
25149 being saved for possible re-use, that connection will be shut down,
25152 <UL>   
25153 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25154 </UL><P>
25155 &lt;End of help on this topic&gt;
25156 </BODY>
25157 </HTML>
25158 ====== h_config_permlocked =====
25159 <HTML>
25160 <HEAD>
25161 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25162 </HEAD>
25163 <BODY>
25164 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25166 This option affects low-level behavior of Alpine.
25167 There is no default value for this option.
25168 It is related to the options
25169 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25170 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25171 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25174 Note: changes made to this list take effect the next time you open a
25175 folder in the list.
25178 This is a list of folders that will be permanently kept open once they
25179 are first opened.
25180 The names in this list may be either the nickname of an Incoming folder
25181 or the full technical specification of a folder.
25182 The folders in this list need not be remote IMAP folders, they could usefully
25183 be local folders, as well.
25184 If a folder in the list is a newsgroup or is not accessed either locally
25185 or via IMAP, then the entry will be ignored.
25186 For example, folders accessed via NNTP or POP3 will not be kept open, since
25187 the way that new mail is found with those protocols involves closing and
25188 reopening the connection.
25190 Once a Stay Open folder has been opened, new-mail checking will continue
25191 to happen on that folder for the rest of the Alpine session.
25192 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25193 need to be added explicitly.
25195 Another difference that you may notice between a Stay Open folder and a
25196 non-Stay Open folder is which message is selected as the current message
25197 when you enter the folder index.
25198 Normally, the starting position for an incoming folder (which most Stay Open
25199 folders will likely be) is controlled by the
25200 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25201 However, if a folder is a Stay Open folder, when you re-enter the folder
25202 after the first time the current message will be the same as it was when
25203 you left the folder.
25204 An exception is made if you use the TAB command to get to the folder.
25205 In that case, the message number will be incremented by one from what it
25206 was when you left the folder.
25208 The above special behavior is thought to be useful.
25209 However, it is special and different from what you might at first expect.
25210 The feature
25211 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25212 may be used to turn off this special treatment.
25214 If the message that was current when you left the folder no longer exists,
25215 then the regular startup rule will be used instead.
25218 <UL>   
25219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25220 </UL><P>
25221 &lt;End of help on this topic&gt;
25222 </BODY>
25223 </HTML>
25224 ====== h_config_viewer_overlap =====
25225 <html>
25226 <header>
25227 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25228 </header>
25229 <body>
25230 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25232 This option specifies an aspect of Alpine's Message Viewing screen.  When
25233 the space bar is used to page forward in a message, the number of lines
25234 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25235 bottom of the screen.  That is, if this was set to two lines, then the
25236 bottom two lines of the screen would be repeated on the top of the next
25237 screen.  The normal default value is "2".<p>
25238 <UL>   
25239 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25240 </UL><P>
25241 &lt;End of help on this topic&gt;
25242 </body>
25243 </html>
25244 ====== h_config_scroll_margin =====
25245 <HTML>
25246 <HEAD>
25247 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25248 </HEAD>
25249 <BODY>
25250 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25252 This option controls when Alpine's line-by-line scrolling occurs.
25253 Typically, when a selected item is at the top or bottom screen edge
25254 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25255 displayed items are scrolled down or up by a single line.
25258 This option allows you to tell Alpine the number of lines from the top and
25259 bottom screen edge that line-by-line paging should occcur.  For example,
25260 setting this value to one (1) will cause Alpine to scroll the display
25261 vertically when you move to select an item on the display's top or
25262 bottom edge.
25265 By default, this variable is zero, indicating that scrolling happens
25266 when you move up or down to select an item immediately off the display's
25267 top or bottom edge.
25270 <UL>   
25271 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25272 </UL><P>
25273 &lt;End of help on this topic&gt;
25274 </BODY>
25275 </HTML>
25276 ====== h_config_wordseps =====
25277 <HTML>
25278 <HEAD>
25279 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25280 </HEAD>
25281 <BODY>
25282 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25284 This option affects how a &quot;word&quot; is defined in the composer.
25285 The definition of a word is used when using the Forward Word and Backward
25286 Word commands in the composer, as well as when using the spell checker.
25287 Whitespace is always considered a word separator.
25288 Punctuation (like question marks, periods, commas, and so on) is always
25289 a word separator if it comes at the end of a word.
25290 By default, a punctuation character that is in the middle of a word does
25291 not break up that word as long as the character before and the character
25292 after it are both alphanumeric.
25293 If you add a character to this option it will be considered a
25294 word separator even when it occurs in the middle of an alphanumeric word.
25295 For example, if you want to skip through each part of an address instead
25296 of skipping the whole address at once you might want to include &quot;@&quot;
25297 and &quot;.&quot; in this list.
25298 If you want the word-skipper to stop on each part of a UNIX filename you
25299 could add &quot;/&quot; to the list.
25300 The equal sign and dash are other possibilities you might find helpful.
25302 <UL>   
25303 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25304 </UL><P>
25305 &lt;End of help on this topic&gt;
25306 </BODY>
25307 </HTML>
25308 ====== h_config_reply_indent_string =====
25309 <HTML>
25310 <HEAD>
25311 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25312 </HEAD>
25313 <BODY>
25314 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25316 This option specifies an aspect of Alpine's Reply command.
25317 When a message is replied to and the text of the message is included, the
25318 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25319 to each line indicating it is quoted text.
25320 (In case you haven't seen this before, &quot;string&quot; is a technical term
25321 that means chunk of text.)
25324 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25325 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25326 use one of the standard values,
25327 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25330 This option specifies a different value for that string.
25331 If you wish to use a string that begins or ends with a space,
25332 enclose the string in double quotes.
25335 Besides simple text, the prepended string can be based
25336 on the message being replied to.
25337 The following tokens are substituted for the message's corresponding value:
25339 <DL>
25340 <DT>_FROM_</DT>
25341 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25342 If the name is longer than six characters, only the first six characters are
25343 used.
25344 </DD>
25346 <DT>_NICK_</DT>
25347 <DD>This token gets replaced with the nickname of the message sender's
25348 address as found in your addressbook.
25349 If no addressbook entry is found,
25350 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25351 If the nickname is longer than six characters, only the first six characters are
25352 used.
25353 </DD>
25355 <DT>_INIT_</DT>
25356 <DD>This token gets replaced with the initials of the sender of the message.
25357 </DD>
25359 </DL>
25361 NOTE: When the
25362 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25363 feature is enabled, you are given the opportunity to edit the string, whether 
25364 it is the default or one automatically generated using the above tokens.
25366 If you change your <!--#echo var="VAR_reply-indent-string"-->
25367 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25368 quoted text will not be flowed
25369 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25370 when you reply.
25371 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25372 set to the default value.
25374 <UL>   
25375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25376 </UL><P>
25377 &lt;End of help on this topic&gt;
25378 </BODY>
25379 </HTML>
25380 ====== h_config_quote_replace_string =====
25381 <HTML>
25382 <HEAD>
25383 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25384 </HEAD>
25385 <BODY>
25386 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25388 This option specifies what string to use as a quote when <b>viewing</b> a
25389 message.  The standard way of quoting messages when replying is the string
25390 &quot;&gt;&nbsp;&quot; (quote space).
25391 With this variable set, viewing a message will
25392 replace occurrences of 
25393 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25394 This setting works best when
25395 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25396 or the equivalent setting in your correspondents' mail programs
25397 is set to the default
25398 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25399 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25401 By default, this setting will only work on messages that are flowed, which is
25402 the default way of sending messages for many mail clients including
25403 Alpine.  Enable the feature
25404 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25405 to also have quote-replacement performed on non-flowed messages.
25408 Setting this option will replace  &quot;&gt;&quot; and 
25409 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25410 spaces. To preserve those spaces enclose the full string in double quotes.
25412 No padding to separate the text of the message from the quote string is
25413 added. This means that if you do not add trailing spaces to the value of
25414 this variable, text will be displayed right next to the quote string,
25415 which may be undesirable. This can be avoided by adding a new string
25416 separated by a space from your selection of quote string replacement. This
25417 last string will be used for padding. For example, setting this variable to 
25418 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25419 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25420 a space from the last quote string to make it more readable.
25422 One possible setting for this variable could be
25423 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25424 would have the effect of indenting each level of quoting four spaces and
25425 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25426 more discernible by setting colors for quoted text.
25428 Replying to or forwarding the viewed message will preserve the original
25429 formatting of the message, so quote-replacement will not be performed on
25430 messages that are being composed.
25432 <UL>   
25433 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25434 </UL><P>
25435 &lt;End of help on this topic&gt;
25436 </BODY>
25437 </HTML>
25438 ====== h_config_empty_hdr_msg =====
25439 <HTML>
25440 <HEAD>
25441 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25442 </HEAD>
25443 <BODY>
25444 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25446 When sending, if both the To and Cc fields are empty and you
25447 are sending the message to a Bcc,
25448 Alpine will put a special address in the To line.  The default value is:
25451 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25454 The reason for this is to avoid embarrassment caused by some Internet
25455 mail transfer software that interprets a &quot;missing&quot;
25456 <SAMP>To:</SAMP> header as an error and replaces it with an
25457 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25458 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25459 Bcc.  You may change the part of this message that comes before the
25460 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25461 variable to something else.
25464 The normal default is &quot;undisclosed-recipients&quot;.
25467 <UL>   
25468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25469 </UL><P>
25470 &lt;End of help on this topic&gt;
25471 </BODY>
25472 </HTML>
25473 ====== h_config_status_msg_delay =====
25474 <HTML>
25475 <HEAD>
25476 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25477 </HEAD>
25478 <BODY>
25479 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25481 This option has evolved over time, causing the possible values to be
25482 counter-intuitive.
25483 Read carefully before you set this option.
25484 First we explain what the option does, then there is a longer discussion
25485 following that.
25487 If this is set to zero, the default value, it has <EM>no</EM> effect.
25488 Positive and negative values serve two similar, but different purposes.
25490 If it is set to a positive number, it causes the cursor to move to the
25491 status line whenever a status message is printed and pause there for this
25492 many seconds.
25493 It will probably only be useful if the 
25494 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25495 also turned on.
25496 Setting this option to a positive number can only be used to
25497 <EM>increase</EM> the status message delay.
25498 This may be useful for Braille displays, or other non-traditional displays.
25500 If it is set to a negative number the interpretation is a bit complicated.
25501 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25502 allow you to read important status messages.
25503 Of course, this may cause you to miss some important messages.
25504 If you see a message flash by but miss what it says you can use the
25505 Journal command from the MAIN MENU to read it.
25506 If you set this option to a negative value, the delay will be
25507 no more than one second less than the absolute value
25508 of the value you set.
25509 So if you set it to -1, the delay will be no more than zero seconds, no
25510 delay at all.
25511 If you set it to -2, the delay will be no more than 1 second.
25512 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25513 If the delay that Alpine would have used by default is less than this delay,
25514 then the smaller delay set by Alpine will be used.
25515 Setting this option to a negative value can only reduce the amount of
25516 delay, never increase it.
25518 Here is a more detailed explanation.
25519 Status messages are the messages that show up spontaneously in the
25520 status message line, usually the third line from the bottom of the screen.
25521 By default, Alpine assigns each status message it produces a minimum
25522 display time.
25523 Some status messages have a minimum display time of zero.
25524 You can see an example of such a message by paging up in this help text
25525 until you reach the top of the screen.
25526 If you try to page past the top you will see the message
25528 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25530 in the status line.
25531 If there is another more important use of the status message line this message
25532 might be replaced quickly, or it even might not be shown at all.
25533 However, if there is no reason to get rid of the message, it might stay
25534 there for several seconds while you read the help.
25535 An example where it is replaced immediately happens when you page up in
25536 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25537 command right after paging up.
25538 The message will disappear immediately without causing a delay (unless you
25539 have set this option to a positive value) to allow you to type input for
25540 the &quot;WhereIs&quot; command.
25541 Since it isn't a very important message, Alpine has set its minimum display
25542 time to zero seconds.
25544 Other messages have minimum display times of three or more seconds.
25545 These are usually error messages that Alpine thinks you ought to see.
25546 For example, it might be a message about a failed Save or a failed folder open.
25547 It is often the case that this minimum display time won't delay you in
25548 any way because the status message line is not needed for another reason.
25549 However, there are times when Alpine has to delay what it is doing in
25550 order to display a status message for the minimum display time.
25551 This happens when a message is being displayed and Alpine wants to ask
25552 for input from the keyboard.
25553 For example, when you Save a message you use the status message line.
25554 You get a prompt there asking for the name of the folder to save to.
25555 If there is a status message being displayed that has not
25556 yet displayed for its minimum
25557 time Alpine will display that status message surrounded with the characters
25558 &gt; and &lt; to show you that it is delaying.
25559 That might happen, for example, if you tried to save to a folder that
25560 caused an error, then followed that immediately with another Save command.
25561 You might find yourself waiting for a status message like
25563 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25565 to finish displaying for three seconds.
25566 If that is something you find happening to you frequently, you may use
25567 negative values of this option to decrease or eliminate that delay, at
25568 the risk of missing the message.
25570 <UL>   
25571 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25572 </UL><P>
25573 &lt;End of help on this topic&gt;
25574 </BODY>
25575 </HTML>
25576 ====== h_config_active_msg_interval =====
25577 <HTML>
25578 <HEAD>
25579 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25580 </HEAD>
25581 <BODY>
25582 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25584 When Alpine is delayed for some reason it usually shows that
25585 something is happening with a small animated display in the status
25586 message line near the bottom of the screen.
25587 This option sets how frequently the characters (for example, a spinning bar)
25588 in the active status message lines are updated.
25589 At most, it can be set to be udpated 20 times per second. 
25592 Setting this value to zero will prevent display of the animations
25593 altogether.
25596 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25597 can be used to remove the randomness from this animated display.
25600 <UL>   
25601 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25602 </UL><P>
25603 &lt;End of help on this topic&gt;
25604 </BODY>
25605 </HTML>
25606 ====== h_config_mailchecknoncurr =====
25607 <HTML>
25608 <HEADER>
25609 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25610 </HEADER>
25611 <BODY>
25612 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25614 This option is closely related to the
25615 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25616 option, as well as the
25617 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25618 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25619 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25620 new-mail checking is disabled and this option will have no effect.
25622 Normally this option is set to zero, which means that the value used will be
25623 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25624 If you set this option to a value different from zero
25625 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25626 then that is the check interval that will be used
25627 for folders that are not the currently open folder or the INBOX.
25628 You may not even have any folders that are noncurrent and not the INBOX.
25629 If you do, it is likely that they are due to
25630 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25631 you have configured.
25632 This option also affects the rate of mail checking done on cached
25633 connections to folders you previously had open but are no longer actively
25634 using.
25635 You aren't expected to understand that last sentence, but if you are interested
25636 take a look at
25637 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25638 and the related options.
25640 <UL>   
25641 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25642 </UL><P>
25643 &lt;End of help on this topic&gt;
25644 </BODY>
25645 </HTML>
25646 ====== h_config_fifopath =====
25647 <HTML>
25648 <HEADER>
25649 <TITLE>OPTION: NewMail FIFO Path</TITLE>
25650 </HEADER>
25651 <BODY>
25652 <H1>OPTION: NewMail FIFO Path</H1>
25654 This option is only available in UNIX Alpine.
25655 However, there is a very similar feature built in to PC-Alpine.
25656 In PC-Alpine's Config menu at the top of the screen
25657 is an option called &quot;New Mail Window&quot;.
25659 You may have Alpine create a FIFO special file (also called a named pipe) where
25660 it will send a one-line message each time a new message is received in
25661 the current folder, the INBOX, or any open
25662 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
25663 To protect against two different Alpines both writing to the same FIFO, Alpine
25664 will only create the FIFO and write to it if it doesn't already exist.
25666 A possible way to use this option would be to have a separate window
25667 on your screen running the command
25669 <CENTER><SAMP>cat filename</SAMP></CENTER>
25671 where &quot;filename&quot; is the name of the file given for this option.
25672 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
25673 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
25674 You may be tempted to use &quot;tail -f filename&quot; to view the new
25675 mail log.
25676 However, the common implementations of the tail command will not do what you
25677 are hoping.
25679 The width of the messages produced for the FIFO may be altered with the
25680 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
25682 On some systems, fifos may only be created in a local filesystem.
25683 In other words, they may not be in NFS filesystems.
25684 This requirement is not universal.
25685 If the system you are using supports it, it should work.
25686 (It is often the case that your home directory is in an NFS filesystem.
25687 If that is the case, you might try using a file in the &quot;/tmp&quot;
25688 filesystem, which is usually a local filesytem.)
25689 Even when it is possible to use an NFS-mounted filesystem as a place to name
25690 the fifo (for example, your home directory), it will still be the case that
25691 the reader (probably the &quot;cat&quot; command) and the
25692 writer (Alpine) of the fifo must be running on the same system.
25694 <UL>   
25695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25696 </UL><P>
25697 &lt;End of help on this topic&gt;
25698 </BODY>
25699 </HTML>
25700 ====== h_config_newmailwidth =====
25701 <HTML>
25702 <HEADER>
25703 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
25704 </HEADER>
25705 <BODY>
25706 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
25708 For UNIX Alpine, this option is only useful if you have turned on the
25709 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
25710 That option causes new mail messages to be sent to a fifo file.
25711 Those messages will be 80 characters wide by default.
25712 You can change the width of those messages by changing this option.
25713 For example, if you are reading those messages in another window you might
25714 want to set this width to the width of that other window.
25716 If you are using PC-Alpine, it has an option in the Config menu to turn
25717 on the &quot;New Mail Window&quot;.
25718 This present option also controls the width of that window.
25720 <UL>   
25721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25722 </UL><P>
25723 &lt;End of help on this topic&gt;
25724 </BODY>
25725 </HTML>
25726 ====== h_config_mailcheck =====
25727 <HTML>
25728 <HEADER>
25729 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
25730 </HEADER>
25731 <BODY>
25732 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
25734 This option specifies, in seconds,
25735 how often Alpine will check for new mail.
25736 If set to zero, new-mail checking is disabled.
25737 (You can always manually force a new-mail check by typing ^L (Ctrl-L), which is also the command to refresh the screen, or by typing the Next command when the
25738 current message is the last message of the folder.)
25739 There is a minimum value for this option, normally 15 seconds.
25740 The default value is normally 150 seconds.
25741 The higher you set this option, the easier it is on the server.
25743 There are some situations where automatic new-mail checking does not work.
25744 See the discussion about new-mail checking in
25745 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
25747 The new-mail checking will not happen exactly at the frequency that you specify.
25748 For example, Alpine may elect to defer a non-INBOX mail check if you
25749 are busy typing.
25750 Or, it may check more frequently than you have specified if that is
25751 thought to be necessary to keep the server from closing the connection
25752 to the folder due to inactivity.
25753 If Alpine checks for new mail as a side effect of another command, it will reset
25754 the timer, so that new-mail checking may seem to happen irregularly instead of
25755 every X seconds like clockwork.
25757 If you are anxious to know about new mail as soon as possible, set the check
25758 interval low, and you'll know about the new mail by approximately
25759 that amount of time after it arrives.
25760 If you aren't so worried about knowing right away, set this option to a
25761 higher value.
25762 That will save the server some processing time and may save you some of
25763 the time you spend waiting for new-mail checks to happen if you are
25764 dealing with a slow server or slow network connection.
25766 If you suspect that new-mail checking is causing slow downs for you,
25767 you may want to look into the options
25768 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
25769 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
25770 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
25771 which refine when mail checking is done.
25773 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
25774 there is a minimum time
25775 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
25776 between new-mail checks.
25777 Because of this minimum you may notice that new mail does not
25778 appear promptly when you expect it.
25779 The reason for this is to protect the server from over-zealous opening and
25780 closing of the Mail Drop folder, since that is a costly operation.
25782 <UL>   
25783 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25784 </UL><P>
25785 &lt;End of help on this topic&gt;
25786 </BODY>
25787 </HTML>
25788 ====== h_config_quell_checks_comp =====
25789 <HTML>
25790 <HEAD>
25791 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
25792 </HEAD>
25793 <BODY>
25794 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
25796 This option is closely related to the
25797 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25798 option, the
25799 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25800 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
25802 If this option is set, then the normal new-mail checking that happens
25803 while you are composing will not happen for folders other than your
25804 INBOX (which depends on the setting
25805 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
25807 You might want to set this option if you are experiencing delays while
25808 composing that you think might be related to the speed of the new-mail
25809 checks.
25811 Even with this option turned on, an occasional new-mail check may be done
25812 in order to keep the server from killing the connection to the folder.
25813 For example, IMAP servers may remove a connection to a folder if there
25814 has been no activity on the connection for 30 minutes or more.
25815 Instead of letting that happen, Alpine will check for new mail before the
25816 30 minutes is up even though you have turned on this feature to quell
25817 those checks.
25819 Besides new-mail checks, checkpoint operations on the folders
25820 will also be quelled when you set this option.
25821 The purpose of checkpointing is to write the changes to a folder out to
25822 disk periodically in order to avoid losing those changes when system or
25823 software problems occur.
25824 New-mail checking and checkpointing while you are not composing are not
25825 affected by this option.
25828 &lt;End of help on this topic&gt;
25829 </BODY>
25830 </HTML>
25831 ====== h_config_quell_checks_comp_inbox =====
25832 <HTML>
25833 <HEAD>
25834 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
25835 </HEAD>
25836 <BODY>
25837 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
25839 This option is closely related to the
25840 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25841 option, the
25842 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25843 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
25845 If this option is set, then the normal new-mail checking that happens
25846 while you are composing will not happen for your INBOX.
25847 Checking of other folders is controlled in a similar way with the
25848 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
25850 You might want to set this option if you are experiencing delays while
25851 composing that you think might be related to the speed of the new-mail
25852 checks.
25854 Even with this option turned on, an occasional new-mail check may be done
25855 in order to keep the server from killing the connection to the folder.
25856 For example, IMAP servers may remove a connection to a folder if there
25857 has been no activity on the connection for 30 minutes or more.
25858 Instead of letting that happen, Alpine will check for new mail before the
25859 30 minutes is up even though you have turned on this feature to quell
25860 those checks.
25862 Besides new-mail checks, checkpoint operations on the INBOX
25863 will also be quelled when you set this option.
25864 The purpose of checkpointing is to write the changes to a folder out to
25865 disk periodically in order to avoid losing those changes when system or
25866 software problems occur.
25867 New-mail checking and checkpointing while you are not composing are not
25868 affected by this option.
25870 &lt;End of help on this topic&gt;
25871 </BODY>
25872 </HTML>
25873 ====== h_config_maildropcheck =====
25874 <HTML>
25875 <HEADER>
25876 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
25877 </HEADER>
25878 <BODY>
25879 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
25881 New-mail checking for a
25882 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
25883 mail checking for a regular folder.
25884 One of the differences is that the connection to the Mail Drop is not
25885 kept open and so the cost of checking
25886 (delay for you and additional load for the server) may be significant.
25887 Because of this additional cost we set a minimum time that
25888 must pass between checks.
25889 This minimum only applies to the automatic checking done by Alpine.
25890 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
25891 at the end of a folder index, then the check is done right away.
25893 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
25894 new-mail checks.
25895 You may want to set this minimum high in order to avoid experiencing some
25896 of the delays associated with the checks.
25897 Note that the time between checks is still controlled by the regular
25898 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
25899 When Alpine is about to do an automatic check for new mail (because
25900 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
25901 new-mail check
25902 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
25903 the Mail Drop is checked for new mail as well.
25904 Therefore, it is only useful to set this option to a value that is higher
25905 than the <!--#echo var="VAR_mail-check-interval"-->.
25907 If this option is set to zero, automatic Mail Drop new-mail
25908 checking is disabled.
25909 There is a minimum value, normally 60 seconds.
25910 The default value is normally 60 seconds as well.
25911 This applies to the INBOX and to the currently open folder if that is
25912 different from the INBOX.
25915 <UL>   
25916 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25917 </UL><P>
25918 &lt;End of help on this topic&gt;
25919 </BODY>
25920 </HTML>
25921 ====== h_config_nntprange =====
25922 <HTML>
25923 <HEADER>
25924 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
25925 </HEADER>
25926 <BODY>
25927 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
25929 This option applies only to newsgroups accessed using the NNTP protocol.
25930 It does not, for example,
25931 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
25934 When you open a connection to a News server using the NNTP protocol, you
25935 normally have access to all of the articles in each newsgroup.
25936 If a server keeps a large backlog of messages it may speed performance
25937 some to restrict attention to only the newer messages in a group.
25938 This option allows you to set how many article numbers should be checked
25939 when opening a newsgroup.
25940 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
25941 of messages you ever want to see.
25942 For example, if you only ever wanted to look at the last 500 messages in each
25943 newsgroup you could set this option to 500.
25944 In actuality, it isn't quite that.
25945 Instead, for performance reasons, it specifies the range of article
25946 numbers to be checked, beginning
25947 with the highest numbered article and going backwards from there.
25948 If there are messages that have been canceled or deleted
25949 their article numbers are still counted as part of the range.
25951 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
25952 numbers
25953 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
25955 to be considered when reading a newsgroup.
25956 The number of messages that show up in your index will be less than or equal
25957 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
25960 The purpose of this option is simply to speed up access when reading news.
25961 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
25962 numbers, and can avoid downloading any information about the ignored articles.
25963 There is a cost you pay for this speedup.
25964 That cost is that there is no way for you to see those ignored articles.
25965 The articles that come before the range you specify are invisible to you and
25966 to Alpine, as if they did not exist at all.
25967 There is no way to see those messages using, for example, an unexclude command
25968 or something similar.
25969 The only way to see those articles is to set this option high enough (or
25970 set it to zero) and then to reopen the newsgroup.
25973 If this option is set to 0 (which is also the default),
25974 then the range is unlimited.
25975 This option applies globally to all NNTP servers and to all newsgroups
25976 on those servers.
25977 There is no way to set different values for different newsgroups or servers.
25980 <UL>   
25981 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25982 </UL><P>
25983 &lt;End of help on this topic&gt;
25984 </BODY>
25985 </HTML>
25986 ====== h_config_news_active =====
25987 <html>
25988 <header>
25989 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
25990 </header>
25991 <body>
25992 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
25994 This option tells Alpine where to look for the "active file" for newsgroups
25995 when accessing news locally, rather than via NNTP.  The default path is
25996 usually "/usr/lib/news/active".<p>
25997 <UL>   
25998 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25999 </UL><P>
26000 &lt;End of help on this topic&gt;
26001 </body>
26002 </html>
26003 ====== h_config_news_spool =====
26004 <html>
26005 <header>
26006 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26007 </header>
26008 <body>
26009 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26011 This option tells Alpine where to look for the "news spool" for newsgroups
26012 when accessing news locally, rather than via NNTP.  The default path is
26013 usually "/var/spool/news".<p>
26014 <UL>   
26015 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26016 </UL><P>
26017 &lt;End of help on this topic&gt;
26018 </body>
26019 </html>
26020 ====== h_config_image_viewer =====
26021 <html>
26022 <header>
26023 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26024 </header>
26025 <body>
26026 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26027 <body>
26028 This option specifies the program Alpine should call to view MIME
26029 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26030 no longer needed, but remains for backward compatibility.  The more
26031 general method for associating external printing and viewing programs with
26032 specific MIME data types is to use the system's (or your personal)
26033 "mailcap" configuration file.<p>
26034 <UL>   
26035 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26036 </UL><P>
26037 &lt;End of help on this topic&gt;
26038 </body>
26039 </html>
26040 ====== h_config_domain_name =====
26041 <HTML>
26042 <HEAD>
26043 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26044 </HEAD>
26045 <BODY>
26046 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26048 This option is used only if the 
26049 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26050 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26051 strips the hostname from your return (&quot;From&quot;) address and when 
26052 completing unqualified addresses that you enter into the composer.
26054 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26055 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26058 <!--chtml if pinemode="os_windows"-->
26059 <P>This option is not applicable to PC-Alpine.
26060 <!--chtml else-->
26062 <!--chtml endif-->
26063 <UL>
26064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26065 </UL>
26067 &lt;End of help on this topic&gt;
26068 </BODY>
26069 </HTML>
26070 ====== h_config_prune_date =====
26071 <HTML>
26072 <HEAD>
26073 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26074 </HEAD>
26075 <BODY>
26076 <H1>OPTION: Last-Time-Prune Question</H1>
26078 This value records the last time you were asked about deleting old
26079 sent-mail.
26080 It is set automatically by Alpine at the beginning of each month.
26081 In the past, if you wished to suppress the monthly sent-mail
26082 pruning feature, you could set this to a date in the future.
26083 This value is relative to the year 1900, so 
26084 to set this, for example, to October 2005, use 105.10.
26086 You can still do that if you wish, or you can use the
26087 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26088 a little more convenient to use.
26090 <UL>   
26091 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26092 </UL><P>
26093 &lt;End of help on this topic&gt;
26094 </BODY>
26095 </HTML>
26096 ====== h_config_goto_default =====
26097 <HTML>
26098 <HEAD>
26099 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26100 </HEAD>
26101 <BODY>
26102 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26104 This value affects Alpine's behavior when you use the Goto command.
26105 Alpine's usual behavior has two parts.  If your current folder is
26106 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26107 default.  If the current folder is other than &quot;Inbox&quot;,
26108 &quot;Inbox&quot; is offered as the default.
26111 The available options include:
26113 <DL>
26115  <DT>folder-in-first-collection</DT>
26117  <DD> Alpine will offer the most recently visited folder in the default
26118 collection found in the &quot;Collection List&quot; screen as the default.
26119 </DD>
26121  <DT> inbox-or-folder-in-first-collection</DT>
26123  <DD> If the current folder is &quot;Inbox&quot;,
26124 Alpine will offer the most recently visited folder in the
26125 default collection found in the &quot;Collection List&quot; screen.
26126 If the current folder is other than &quot;Inbox&quot;,
26127 &quot;Inbox&quot; is offered as the default.
26128 </DD>
26130  <DT> inbox-or-folder-in-recent-collection</DT>
26132  <DD> This is Alpine's default behavior.
26133 If the current folder is &quot;Inbox&quot;,
26134 Alpine will offer the last open
26135 folder as the default.
26136 If the current folder is other than &quot;Inbox&quot;,
26137 &quot;Inbox&quot; is offered as the default.
26138 </DD>
26140  <DT> first-collection-with-inbox-default</DT>
26142  <DD> Instead of offering the most recently visited folder in the default
26143 collection, the default collection is offered but with &quot;Inbox&quot; as
26144 the default folder.
26145 If you type in a folder name it will be in the default collection.
26146 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26147 </DD>
26149  <DT> most-recent-folder</DT>
26151  <DD> The last accepted value simply causes the most recently opened
26152 folder to be offered as the default regardless of the currently opened
26153 folder.
26154 </DD>
26155 </DL>
26158 NOTE: The default while a newsgroup is open remains the same; the last
26159 open newsgroup.
26162 <UL>   
26163 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26164 </UL><P>
26165 &lt;End of help on this topic&gt;
26166 </BODY>
26167 </HTML>
26168 ====== h_config_thread_lastreply_char =====
26169 <HTML>
26170 <HEAD>
26171 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26172 </HEAD>
26173 <BODY>
26174 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26176 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26177 INDEX display when using a
26178 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26179 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26180 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26181 The value of this option is a single character.
26182 This character is used instead of the vertical line character when there are
26183 no more replies directly to the parent of the current message.
26184 It can be used to &quot;round-off&quot; the bottom of the vertical line
26185 by setting it to a character such as a backslash (&#92;) or
26186 a backquote (&#96;).
26187 The default value of this option is the backslash character (&#92;).
26188 This option may not be set to the Empty Value.
26189 In that case, the default will be used instead.
26192 <UL>   
26193 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26194 </UL><P>
26195 &lt;End of help on this topic&gt;
26196 </BODY>
26197 </HTML>
26198 ====== h_config_thread_indicator_char =====
26199 <HTML>
26200 <HEAD>
26201 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26202 </HEAD>
26203 <BODY>
26204 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26206 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26207 INDEX display when using a
26208 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26209 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26210 The value of this option is a single character.
26211 This character is used to indicate that part of a thread (a conversation) is
26212 hidden beneath a message.
26213 The message could be expanded
26214 if desired with the &quot;/&quot; Collapse/Expand command.
26215 By default, the value of this option is the greater than sign (&gt;).
26217 If this option is set to the Empty Value, then the column (and the following
26218 blank column) will be deleted from the display.
26221 This option is closely related to the
26222 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26223 Another similar option that affects the thread display is the
26224 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26227 <UL>   
26228 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26229 </UL><P>
26230 &lt;End of help on this topic&gt;
26231 </BODY>
26232 </HTML>
26233 ====== h_config_thread_exp_char =====
26234 <HTML>
26235 <HEAD>
26236 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26237 </HEAD>
26238 <BODY>
26239 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26241 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26242 INDEX display when using a
26243 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26244 than &quot;none&quot;.
26245 The value of this option is a single character.
26246 This character is used to indicate that part of a thread has been expanded
26247 and could be collapsed if desired with
26248 the &quot;/&quot; Collapse/Expand command.
26249 By default, the value of this option is a dot (.).
26251 If this option is set to the Empty Value, then the column (and the following
26252 blank column) will be deleted from the display.
26255 This option is closely related to the
26256 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26257 Another similar option that affects the thread display is the
26258 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26261 <UL>   
26262 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26263 </UL><P>
26264 &lt;End of help on this topic&gt;
26265 </BODY>
26266 </HTML>
26267 ====== h_config_thread_index_style =====
26268 <HTML>
26269 <HEAD>
26270 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26271 </HEAD>
26272 <BODY>
26273 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26275 When a folder is sorted by Threads or OrderedSubject,
26276 this option will affect the INDEX displays.
26279 The possible values for this option are:
26281 <DL>
26282 <DT>regular-index-with-expanded-threads</DT>
26283 <DD>This is the default display.
26284 If the configuration option
26285 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26286 is set to something other than &quot;none&quot;, then this setting
26287 will cause Alpine to start off with a MESSAGE INDEX with all of
26288 the threads expanded.
26289 That is, each message will have a line in the MESSAGE INDEX display.
26290 The Collapse/Expand command (/) may be used to manually collapse or
26291 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26293 This setting affects the display when the folder is first threaded.
26294 The collapsed state may also be re-initialized by re-sorting the folder manually
26295 using the SortIndex command ($).
26296 After re-sorting the threads will once again all be expanded, even if you
26297 have previously collapsed some of them.
26299 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26300 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26301 in a different order.
26302 </DD>
26304 <DT>regular-index-with-collapsed-threads</DT>
26305 <DD>If the configuration option
26306 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26307 is set to something other than &quot;none&quot;, then this setting
26308 will cause Alpine to start out with all of the threads collapsed instead of
26309 starting out with all of the threads expanded.
26310 The Collapse/Expand command (/) may be used to manually collapse or
26311 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26313 This setting affects the display when the folder is first threaded.
26314 The collapsed state may also be re-initialized by re-sorting the folder manually
26315 using the SortIndex command ($).
26316 After re-sorting the threads will once again all be collapsed, even if you
26317 have previously expanded some of them.
26318 </DD>
26320 <DT>separate-index-screen-always</DT>
26321 <DD>With this setting and the next, you will see an index of threads
26322 instead of an
26323 index of messages, provided you have sorted by Threads or OrderedSubject.
26325 The THREAD INDEX contains a '*' in the first column if any message in the thread
26326 is marked Important.
26327 If not, it contains a '+' if any message in the thread is to you.
26328 The second column is blank. The third column contains a 'D' if all of the
26329 messages in the thread are deleted.
26330 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26332 When you view a particular thread from the THREAD INDEX you will be
26333 in the MESSAGE INDEX display
26334 but the index will only contain messages from the thread you are viewing.
26335 </DD>
26337 <DT>separate-index-screen-except-for-single-messages</DT>
26338 <DD>This is very similar to the option above.
26339 When you are in the THREAD INDEX, one of the available commands
26340 is &quot;ViewThd&quot;.
26341 With the setting &quot;separate-index-screen-always&quot; (the option above)
26342 when you view a particular thread you will be in the
26343 MESSAGE INDEX display and the index will only contain messages from
26344 the thread you are viewing.
26345 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26346 will be an index with only one message in it.
26347 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26348 setting instead, then that index that contains a single message
26349 will be skipped and you will go directly from the THREAD INDEX into the
26350 MESSAGE TEXT screen.
26351 </DD>
26353 </DL>
26356 <UL>   
26357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26358 </UL><P>
26359 &lt;End of help on this topic&gt;
26360 </BODY>
26361 </HTML>
26362 ====== h_config_thread_disp_style =====
26363 <HTML>
26364 <HEAD>
26365 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26366 </HEAD>
26367 <BODY>
26368 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26370 When a folder is sorted by Threads or OrderedSubject,
26371 this option will affect the MESSAGE INDEX display.
26372 By default, Alpine will display the MESSAGE INDEX in the
26373 &quot;show-thread-structure&quot; style if a folder is sorted
26374 by Threads or OrderedSubject.
26377 The possible values for this option are:
26379 <DL>
26380 <DT>none</DT>
26381 <DD>Regular index display.
26382 The same index line as would be displayed without threading is used.
26383 The only difference will be in the order of the messages.
26384 </DD>
26386 <DT>show-thread-structure</DT>
26387 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26388 lines will be added to make it easier to see the relationships among
26389 the messages in a thread (a conversation).
26390 </DD>
26392 <DT>mutt-like</DT>
26393 <DD>This is the same as the option above except that the Subject
26394 is suppressed (is blank) if it matches the previous Subject in the thread.
26395 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26396 Here is an example of what a mutt-like index might look like.
26397 In this example, the first column represents the message number, the
26398 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26399 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26400 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26401 is set to a backslash:
26402 <PRE>
26403 &nbsp;&nbsp;&nbsp;1    Some topic
26404 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26405 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26406 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26407 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26408 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26409 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26410 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26411 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26412 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26413 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26414 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26415 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26416 &nbsp;&nbsp;&nbsp;14    Next topic
26417 </PRE>
26418 </DD>
26420 <DT>indent-subject-1</DT>
26421 <DD>Threaded Subjects will be indented one space per level of the conversation.
26422 The bars and lines that show up in the show-thread-structure display will
26423 not be there with this style.
26424 </DD>
26426 <DT>indent-subject-2</DT>
26427 <DD>Same as above but indent two spaces per level instead of one space.
26428 </DD>
26430 <DT>indent-from-1</DT>
26431 <DD>Similar to indent-subject-1, except that instead of indenting the
26432 Subject field one space the From field of a thread will be indented one
26433 space per level of the conversation.
26434 </DD>
26436 <DT>indent-from-2</DT>
26437 <DD>Same as above but indent two spaces per level instead of one space.
26438 </DD>
26440 <DT>show-structure-in-from</DT>
26441 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26442 and horizontal lines just like with the show-thread-structure option, but
26443 the From field is used to show the relationships instead of the Subject field. 
26444 </DD>
26446 </DL>
26449 <UL>   
26450 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26451 </UL><P>
26452 &lt;End of help on this topic&gt;
26453 </BODY>
26454 </HTML>
26455 ====== h_config_pruning_rule =====
26456 <HTML>
26457 <HEAD>
26458 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26459 </HEAD>
26460 <BODY>
26461 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26463 By default, Alpine will ask at the beginning of each month whether or not
26464 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26465 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26466 change the format of the folder to sent-mail-yyyy-mm.)
26467 It will also ask whether you would like to delete old sent-mail folders.
26468 If you have defined
26469 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26471 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26472 Alpine will also ask about pruning those folders.
26475 With this option you may provide an automatic answer to these questions.
26476 The default value is to ask you what you'd like to do.
26479 The six possible values for this option are:
26481 <DL>
26482 <DT>ask about rename, ask about deleting</DT>
26483 <DD>This is the default.
26484 Alpine will ask whether you want to rename the folders and whether you
26485 want to delete each of the old folders.
26486 </DD>
26488 <DT>ask about rename, don't delete</DT>
26489 <DD>Alpine will ask whether you want to rename the folders, but won't
26490 ask about or delete old folders.
26491 </DD>
26493 <DT>always rename, ask about deleting</DT>
26494 <DD>This means you want to always answer yes and have Alpine automatically
26495 rename the folder if possible.
26496 You will also be asked about deleting old folders.
26497 </DD>
26499 <DT>always rename, don't delete</DT>
26500 <DD>This means you want to always answer yes and have Alpine automatically
26501 rename the folder if possible.
26502 There will be no deleting of old folders.
26503 </DD>
26505 <DT>don't rename, ask about deleting</DT>
26506 <DD>This means you want to always answer no.
26507 Alpine will not rename the folder.
26508 You will be asked about deleting old folders.
26509 </DD>
26511 <DT>don't rename, don't delete</DT>
26512 <DD>This means you want to always answer no.
26513 Alpine will not rename the folder.
26514 There will be no deleting of old folders, either.
26515 </DD>
26516 </DL>
26519 <UL>   
26520 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26521 </UL><P>
26522 &lt;End of help on this topic&gt;
26523 </BODY>
26524 </HTML>
26525 ====== h_config_reopen_rule =====
26526 <HTML>
26527 <HEAD>
26528 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26529 </HEAD>
26530 <BODY>
26531 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26533 Alpine normally checks for new mail in the currently open folder
26534 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26537 There are some situations where automatic new-mail checking does not work.
26538 For example, if a mail folder is opened using the POP protocol or a newsgroup
26539 is being read using the NNTP protocol, then new-mail checking is disabled.
26542 It may be possible to check for new mail in these cases by reopening the
26543 folder.
26544 Alpine does not do this for you automatically, but you may do the commands
26545 manually to cause this to happen.
26546 You reopen by going back to the folder list screen from the message
26547 index screen with the &quot;&lt;&quot; command,
26548 and then going back into the message index screen with
26549 the &quot;&gt;&quot; command.
26550 (Actually, any method you would normally use to open a folder will work the
26551 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26552 For example, the GoTo Folder command will work, or you may use L to go to the
26553 Folder List screen and Carriage Return to reopen the folder.)
26556 There are some cases where Alpine knows that reopening the folder should
26557 be useful as a way to discover new mail.
26558 At the time of this writing, connections made using the POP protocol,
26559 news reading using the NNTP protocol, local news reading, and local
26560 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26561 fall into this category.
26562 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26563 has no way of knowing, so it might also just be an exercise in futility.
26564 All remote, ReadOnly folders other than those listed just above fall into this
26565 category.
26566 The setting of this option together with the type of folder
26567 controls how Alpine will react to the apparent attempt to reopen a folder.
26570 If you don't reopen, then you will just be back in
26571 the message index with no change.
26572 You left the index and came back, but the folder remained &quot;open&quot;
26573 the whole time.
26574 However, if you do reopen the folder, the folder is closed and then reopened.
26575 In this case, the current state of the open folder is lost.
26576 The New status, Important and Answered flags,
26577 selected state, Zoom state, collapsed or expanded state of threads,
26578 current message number,
26579 and any other temporary state is all lost when the reopen happens.
26580 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26583 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26584 several places.
26585 That really implies the case where Alpine knows it is a good way to discover
26586 new mail, which is more than just POP and NNTP, but POP and NNTP are
26587 the cases of most interest.
26588 This option probably has more possible values than it deserves. They are:
26590 <DL>
26591 <DT>Always reopen</DT>
26592 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26593 whenever you type a command that implies a reopen, regardless of the
26594 access method.
26595 In other words, it is assumed you would always answer Yes if asked
26596 about reopening.
26597 </DD>
26599 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26600 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26601 will ask you whether to reopen other remote folders,
26602 with a default answer of Yes.
26603 </DD>
26605 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26606 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26607 will ask you whether to reopen other remote folders,
26608 with a default answer of No.
26609 </DD>
26611 <DT>Yes for POP/NNTP, No for other remote</DT>
26612 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26613 will assume a No answer for all other remote folders.
26614 </DD>
26616 <DT>Always ask [Yes]</DT>
26617 <DD>Alpine will not differentiate based on access method.
26618 It will always ask for all remote folders, with a default answer of Yes.
26619 </DD>
26621 <DT>Always ask [No]</DT>
26622 <DD>Alpine will not differentiate based on access method.
26623 It will always ask for all remote folders, with a default answer of No.
26624 </DD>
26626 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26627 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26628 of Yes.
26629 It will never attempt to reopen other remote folders.
26630 </DD>
26632 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26633 <DD>This is the default.
26634 Alpine will ask if the access method is POP or NNTP, with a default answer
26635 of No.
26636 It will never attempt to reopen other remote folders.
26637 </DD>
26639 <DT>Never reopen</DT>
26640 <DD>Alpine will never attempt to reopen already open folders.
26641 </DD>
26642 </DL>
26645 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
26646 any of the other situations where it is likely that reopening is a good way
26647 to discover new mail.
26650 There is an alternative that may be of useful in some situations.
26651 Instead of manually checking for new mail you can set up a
26652 <A HREF="h_maildrop">Mail Drop</A>
26653 and automatically check for new mail.
26656 <UL>   
26657 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26658 </UL><P>
26659 &lt;End of help on this topic&gt;
26660 </BODY>
26661 </HTML>
26662 ====== h_config_inc_startup =====
26663 <HTML>
26664 <HEAD>
26665 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
26666 </HEAD>
26667 <BODY>
26668 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
26670 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
26671 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
26672 It determines which message will be the <EM>current message</EM> when
26673 the folder is first opened.
26674 The default value is &quot;first-unseen&quot;.
26677 The seven possible values for this option are:
26679 <DL>
26680 <DT>first-unseen</DT>
26681 <DD>The current message is set to the first
26682 unseen message that has not been marked deleted, or the last message if
26683 all of the messages have been seen previously.
26684 Messages which have not been seen or which have been seen but re-marked
26685 as New are considered unseen messages.
26686 See the note at the bottom of this help about newsgroups.
26687 </DD>
26689 <DT>first-recent</DT>
26690 <DD>Similar to the default, but rather than starting on the first
26691 unseen message Alpine starts on the first <EM>recent</EM> message.
26692 A message is recent if it arrived since the last time the folder was
26693 open.  This value causes the current message to be set to the first
26694 recent message if there is one, otherwise to the last
26695 message in the folder.
26696 </DD>
26698 <DT>first-important</DT>
26699 <DD>This will result in the current message being set to the first
26700 message marked Important (but not Deleted).
26701 If no messages are marked Important, then it will be the last message.
26702 Messages are marked Important by <EM>you</EM>, not by the sender, using
26704 <A HREF="h_common_flag">Flag command</A>.
26705 Or they may be marked Important by an Alpine
26706 <A HREF="h_mainhelp_filtering">Filter</A>
26707 that you have set up.
26708 </DD>
26710 <DT>first-important-or-unseen</DT>
26711 <DD>This selects the first of the first unseen and the first important
26712 messages.
26713 </DD>
26715 <DT>first-important-or-recent</DT>
26716 <DD>This selects the first of the first recent and the first important
26717 messages.
26718 </DD>
26720 <DT>first</DT>
26721 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
26722 If all messages are deleted you start on the last message.
26723 </DD>
26725 <DT>last</DT>
26726 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
26727 If all messages are deleted you start on the last message.
26728 </DD>
26729 </DL>
26732 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
26733 &quot;first-recent&quot; are the same and are affected by whether or not the
26734 feature 
26735 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
26736 is turned on. 
26737 Also, there is no permanent storage in news for an Important flag.
26738 This means that no messages will be marked Important when a newsgroup is
26739 first opened.
26742 <UL>   
26743 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26744 </UL><P>
26745 &lt;End of help on this topic&gt;
26746 </BODY>
26747 </HTML>
26748 ====== h_config_browser =====
26749 <HTML>
26750 <HEAD>
26751 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
26752 </HEAD>
26753 <BODY>
26754 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
26755 <!--chtml if pinemode="os_windows"-->
26756 PC-Alpine users do not need to enter anything here, unless:<UL>
26757 <LI> they want to override, for use with Alpine, the application defined
26758 in the Windows operating system for handling URLs; or
26759 <LI> they are (planning on) using the same configuration file with 
26760 Unix Alpine.
26761 </UL>
26763 Note that if using a viewer that has a space in its path, you should
26764 use the DOS name for that directory or file. Example:
26765 <PRE>
26766 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
26767 </PRE>
26768 <HR><P>
26769 <!--chtml endif-->
26770 This option affects Alpine's handling of URLs that are found in 
26771 messages you read.  Normally, only URLs Alpine can handle directly
26772 are automatically offered for selection in the &quot;Message
26773 Text&quot; screen.  When one or more applications
26774 capable of deciphering URLs on their command line are added here, Alpine
26775 will choose the first available to display URLs it cannot handle directly.
26776 A viewer's availability is based on its being specified with a <B>full
26777 directory path</B> and the evaluation of any optionally supplied
26778 parameters described below.
26781 Additionally, to support various connection methods and applications, each
26782 entry in this list can optionally begin with one or more of
26783 the following special tokens.  The allowed tokens include:
26786 <DL>
26787 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
26788 <DD>
26789 The <VAR>test-string</VAR> is a shell command that Alpine will run to
26790 evaluate a viewer's availability.  The command specified by the test
26791 string is run and if its resulting exit status is non-zero, Alpine will
26792 not consider the associated viewer for use.
26793 </DD>
26795 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
26796 <DD>
26797 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
26798 URL schemes that are to be used with the associated viewer.  This is
26799 the way to configure Alpine to recognize URLs other than the built-in set.
26801 It can also be used to override Alpine's built-in handlers.
26802 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
26803 and Alpine would use (provided it passed all other criteria) the associated
26804 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
26806 </DD>
26807 </DL>
26810 By default, Alpine will simply append a space character followed by the
26811 selected URL prior to launching the command in your specified SHELL.  You can
26812 optionally specify where in the command the selected URL should appear
26813 by using the &quot;_URL_&quot; token.  All occurrences found in the command
26814 will be replaced with the selected URL before the command is handed
26815 to the shell.  If such replacement occurs, the default appending of the
26816 selected URL does not take place.
26819 NOTE: If the viewer you specify has any command-line arguments,
26820 including the &quot;_URL_&quot; token, you will need to add a
26821 double-quote character before the command path and after the last
26822 argument (see the &quot;lynx&quot; example below).
26825 So, here are some example entries:
26826 <PRE>
26827 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
26828               &quot;/usr/local/bin/lynx _URL_&quot;
26829               C:&#92;BIN&#92;NETSCAPE.BAT
26830 </PRE>
26832 This example shows that for the first viewer in the list to be used
26833 the environment variable &quot;DISPLAY&quot; must be defined.  If it
26834 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
26835 If neither condition is met,
26836 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
26837 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
26838 If the path to &quot;lynx&quot; is invalid,
26839 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
26840 Note that the last
26841 entry is a DOS/Windows path.  This is one way to support Alpine running
26842 on more than one architecture with the same configuration file.<P>
26844 <!--chtml if pinemode="os_windows"-->
26845 <!--chtml else-->
26846 Note that depending on the type of browser used and the method of 
26847 its invocation (such as whether it will open in a separate window) from
26848 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
26849 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
26850 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
26851 In other words, launching the browser from Alpine may make Alpine 
26852 &quot;disappear&quot; (although it is still &quot;running&quot;)
26853 until you close the browser again.<P>  
26854 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26855 environment: for advanced users and  systems administrators</A>
26856 </UL>
26857 <!--chtml endif-->
26858 <P>If you are unsure what browsers are available on your system or how to 
26859 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
26860 local computing support staff.
26861 <P><UL>
26862 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26863 </UL>
26865 &lt;End of help on this topic&gt;
26866 </BODY>
26867 </HTML>
26868 ====== h_config_browser_xterm =====
26869 <HTML>
26870 <HEAD>
26871 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
26872 </HEAD>
26873 <BODY>
26874 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26875 environment: for advanced users and  systems administrators</H1>
26876 If you are using Alpine with an X-terminal (emulator) and want to define an 
26877 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
26878 you may want to do so in a manner that causes any <B>already</B> 
26879 invoked viewer application to be used for viewing URLs you select from Alpine 
26880 messages, and a <B>new</B> URL-viewer process to be 
26881 started <B>only</B> if the same application has <B>not already</B> 
26882 been launched -- for one reason, to avoid file-locking contentions among 
26883 multiple invocations of the same URL-viewer application.  
26884 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
26885 option does not do this.)  A method of doing that would be:<OL>
26886 <LI> use 
26887 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
26888 check (using commands appropriate for your Unix shell
26889 in place of <VAR>test-string</VAR>) for the presence of a 
26890 lockfile created by the URL-viewer application -- which implies that the 
26891 application is already running, though this is not foolproof. 
26892 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
26893 application with its appropriate command line option(s) to 
26894 show the URL selected from the Alpine message in an already open window of 
26895 that application, or perhaps in a new window of that application.  
26897 <LI> In the 
26898 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
26899 application without those command line options, but this time using the 
26900 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
26901 is defined.
26902 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
26903 windows environment (for instance, using VT-100 terminal emulation), you 
26904 may wish to specify a non-X windows URL-viewer application such as Lynx
26905 as the last entry.
26906 </OL><BR>
26907 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
26908 the command shell, the URL-viewer application(s), and possibly the specific 
26909 version of the latter, you are using.  
26911 Relevant command 
26912 line options for the Netscape browser for showing URLs (selected from Alpine) 
26913 when Netscape is already running are discussed in the document
26914 &quot;Remote Control of UNIX Netscape&quot; 
26915 found at the URL (as of 12 Aug. 1998):
26918 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
26920 <P>(If the URL-viewer application is 
26921 <B>not</B> running on the same host as Alpine, but being launched from an 
26922 applications server, you may not be able to use the command line options for 
26923 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
26925 <!--chtml if this-method="shown-to-work"-->
26926 An example using the Korn shell and the Netscape browser (first entry wrapped 
26927 because of its length, but should all appear on one line):
26929 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
26931 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
26932               &quot;/usr/local/bin/lynx '_URL_'&quot;
26934 <!--chtml endif-->
26936 <UL>   
26937 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26938 </UL><P>
26939 &lt;End of help on this topic&gt;
26940 </BODY>
26941 </HTML>
26942 ====== h_config_enable_full_hdr =====
26943 <HTML>
26944 <HEAD>
26945 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
26946 </HEAD>
26947 <BODY>
26948 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
26950 This feature enables the &quot;H Full Headers&quot; command which toggles between
26951 the display of all headers in the message and the normal edited view of
26952 headers.  The Full Header command also controls which headers are included
26953 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
26954 Full Header mode will respect the
26955 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
26956 feature setting.)
26958 If Full Header mode is turned on and you Forward a message, you will
26959 be asked if you'd like to forward the message as an attachment, as opposed
26960 to including the text of the message in the body of your new message.
26962 If you have also turned on the
26963 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
26964 option then the Full Headers command actually rotates through three states
26965 instead of just two.
26966 The first is the normal view with long quotes suppressed.
26967 The second is the normal view but with the long quotes included.
26968 The last enables the display of all headers in the message.
26969 When using Export, Pipe, Print, Forward, or Reply the quotes are
26970 never suppressed, so the first two states are identical.
26972 Normally, the Header Mode will reset
26973 to the default behavior when moving to a new message.
26974 The mode can be made to persist from message to message by setting the feature
26975 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
26977 <UL>   
26978 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26979 </UL><P>
26980 &lt;End of help on this topic&gt;
26981 </BODY>
26982 </HTML>
26983 ====== h_config_enable_full_hdr_and_text =====
26984 <HTML>
26985 <HEAD>
26986 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
26987 </HEAD>
26988 <BODY>
26989 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
26991 This feature affects how the &quot;H Full Headers&quot; command displays
26992 message text.  If set, the raw message text will be displayed.  This
26993 especially affects MIME formatted email, where the entire MIME format
26994 will be displayed.  This feature similarly affects how messages are
26995 included for the Export, Pipe, Print, Forward, and Reply functions.
26997 When viewing a raw message that has attachments with this feature set,
26998 you will not be able to view attachments without first leaving full 
26999 headers mode.  This is because MIME parsing is not done on the raw message.
27001 <UL>   
27002 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27003 </UL><P>
27004 &lt;End of help on this topic&gt;
27005 </BODY>
27006 </HTML>
27007 ====== h_config_enable_pipe =====
27008 <HTML>
27009 <HEAD>
27010 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27011 </HEAD>
27012 <BODY>
27013 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27015 This feature enables the "| Pipe" command that sends the current message
27016 to the specified command for external processing.
27019 A short description of how the pipe command works is given
27020 <A HREF="h_pipe_command">here</A>.
27023 <UL>   
27024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27025 </UL><P>
27026 &lt;End of help on this topic&gt;
27027 </BODY>
27028 </HTML>
27029 ====== h_config_quell_full_hdr_reset =====
27030 <HTML>
27031 <HEAD>
27032 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27033 </HEAD>
27034 <BODY>
27035 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27037 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27038 normally resets to the default state when switching to a new message.
27039 For example, if you've used the &quot;H&quot; command to turn on Full
27040 Headers for a message you are viewing, and then you type the Next command
27041 to look at the next message, the full headers will no longer be shown.
27042 Setting this feature disables that reset.
27043 Instead, the Header Mode remains the same from message to message.
27046 The presence or absence of the HdrMode command is determined by the
27047 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27048 Feature-List option.
27050 <UL>   
27051 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27052 </UL><P>
27053 &lt;End of help on this topic&gt;
27054 </BODY>
27055 </HTML>
27056 ====== h_config_enable_tab_complete =====
27057 <HTML>
27058 <HEAD>
27059 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27060 </HEAD>
27061 <BODY>
27062 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27064 This feature enables the TAB key when at a prompt for a filename. In this
27065 case, TAB will cause the partial name already entered to be automatically
27066 completed, provided the partial name is unambiguous.
27067 This feature is on by default.
27069 Similarly, this feature also enables TAB completion of address book
27070 nicknames when at a prompt for a nickname,
27071 or when typing in an address field in the composer.
27073 &lt;End of help on this topic&gt;
27074 </BODY>
27075 </HTML>
27076 ====== h_config_quit_wo_confirm =====
27077 <HTML>
27078 <HEAD>
27079 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27080 </HEAD>
27081 <BODY>
27082 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27084 This feature controls whether or not Alpine will ask for confirmation when a
27085 Quit command is received.
27087 &lt;End of help on this topic&gt;
27088 </BODY>
27089 </HTML>
27090 ====== h_config_quote_replace_noflow =====
27091 <HTML>
27092 <HEAD>
27093 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27094 </HEAD>
27095 <BODY>
27096 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27098 This feature, which is only active when
27099 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27100 also set,
27101 enables quote-replacement on non-flowed messages.  It is off
27102 by default because a non-flowed message is more dependent on its format,
27103 and thus quote-replacement may cause less-than-pleasing results.
27104 Setting this feature will cause quote-replacement similar to that of flowed
27105 messages, but with the added possibility of long lines being wrapped
27106 into new lines if the Quote-Replacement-String is longer than the string
27107 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27109 &lt;End of help on this topic&gt;
27110 </BODY>
27111 </HTML>
27112 ====== h_config_enable_jump =====
27113 <HTML>
27114 <HEAD>
27115 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27116 </HEAD>
27117 <BODY>
27118 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27120 When this feature is set you may enter a number (followed by RETURN)
27121 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27122 screens.  In other words, it obviates the need for typing the "J" for the
27123 Jump command.
27125 &lt;End of help on this topic&gt;
27126 </BODY>
27127 </HTML>
27128 ====== h_config_enable_alt_ed =====
27129 <HTML>
27130 <HEAD>
27131 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27132 </HEAD>
27133 <BODY>
27134 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27136 If this feature is set (the default), and the 
27137 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27138 <B>is not</B> set, entering
27139 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27140 for the name of the editor you would like to use.
27142 If the environment variable $EDITOR is set, its value will be offered as
27143 a default.
27145 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27146 <B>is</B> set, the ^_ key will activate the specified
27147 editor without prompting, in which case it is not necessary to
27148 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27150 <UL>   
27151 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27152 </UL><P>
27153 &lt;End of help on this topic&gt;
27154 </BODY>
27155 </HTML>
27156 ====== h_config_alt_ed_now =====
27157 <HTML>
27158 <HEAD>
27159 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27160 </HEAD>
27161 <BODY>
27162 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27164 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27165 variable are both set, Alpine will
27166 automatically activate the specified editor when the cursor is moved from
27167 the header of the message being composed into the message text.  For
27168 replies, the alternate editor will be activated immediately.  If this
27169 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27170 automatically ask for the name of an alternate editor when the cursor
27171 is moved out of the header being composed, or if a reply is being done.
27173 <P><UL>
27174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27175 </UL>
27177 &lt;End of help on this topic&gt;
27178 </BODY>
27179 </HTML>
27180 ====== h_config_enable_bounce =====
27181 <HTML>
27182 <HEAD>
27183 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27184 </HEAD>
27185 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27186 <BODY>
27188 Setting this feature enables the "B Bounce" command, which will prompt
27189 for an address and *remail* the message to the new recipient.  This command
27190 is used to re-direct messages that you have received in error, or need to
27191 be redirected for some other reason (e.g. list moderation).  The final
27192 recipient will see a header indicating that you have Resent the msg, but
27193 the message's From: header will show the original author of the message,
27194 and replies to it will go back to that author, and not to you.
27196 &lt;End of help on this topic&gt;
27197 </BODY>
27198 </HTML>
27199 ====== h_config_enable_agg_ops =====
27200 <HTML>
27201 <HEAD>
27202 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27203 </HEAD>
27204 <BODY>
27205 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27207 When this feature is set you may use the commands and subcommands that relate to
27208 performing operations on more than one message at a time.  We call these
27209 &quot;aggregate operations&quot;.  In particular, the 
27210 <!--chtml if pinemode="function_key"-->&quot;F5
27211 <!--chtml else-->&quot;;
27212 <!--chtml endif--> Select&quot;, 
27214 <!--chtml if pinemode="function_key"-->
27215 &quot;F6
27216 <!--chtml else-->
27217 &quot;A 
27218 <!--chtml endif-->
27219 Apply&quot;, and 
27220 <!--chtml if pinemode="function_key"-->
27221 &quot;F4
27222 <!--chtml else-->
27223 &quot;Z 
27224 <!--chtml endif-->
27225 Zoom&quot; commands are enabled by this feature.  Select is used to
27226 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27227 then be used to apply any message command to all of the selected/tagged
27228 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27229 view between just those Selected and all messages in the folder.
27231 This feature also enables the 
27232 <!--chtml if pinemode="function_key"-->
27233 &quot;F7&quot; 
27234 <!--chtml else-->
27235 &quot;^X&quot; 
27236 <!--chtml endif-->
27238 subcommand in the MESSAGE INDEX 
27239 WhereIs command that causes all messages matching the WhereIs argument to 
27240 become selected; and the Select, Select Current, and ZoomMode commands in the
27241 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27243 Some related help topics are
27244 <UL>
27245 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27246 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27247 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27248 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27249 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27250 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27251 </UL>
27253 <UL>   
27254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27255 </UL><P>
27256 &lt;End of help on this topic&gt;
27257 </BODY>
27258 </HTML>
27260 ====== h_config_enable_flag =====
27261 <HTML>
27262 <HEAD>
27263 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27264 </HEAD>
27265 <BODY>
27266 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27268 Setting this feature enables the
27269 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27270 command that allows you to
27271 manipulate the status flags associated with a message.  By default, Flag
27272 will set the "Important" flag, which results in an asterisk being
27273 displayed in column one of the MESSAGE INDEX for such messages.
27275 &lt;End of help on this topic&gt;
27276 </BODY>
27277 </HTML>
27278 ====== h_config_flag_screen_default =====
27279 <HTML>
27280 <HEAD>
27281 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27282 </HEAD>
27283 <BODY>
27284 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27286 The feature modifies the behavior of the
27287 <a href="h_common_flag">Flag</a>
27288 command (provided it too is
27289 <A HREF="h_config_enable_flag">enabled</A>).
27290 By default, when the "* Flag" command is selected,
27291 Alpine offers a prompt to set one of several flags and also offers the
27292 option of entering the detailed flag manipulation screen via the "^T"
27293 key. Enabling this feature causes Alpine to immediately enter the detailed
27294 flag screen rather than first offer the simple prompt.
27296 <A HREF="h_config_flag_screen_kw_shortcut"><!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></A> option offers a slightly different way of setting keywords.
27298 &lt;End of help on this topic&gt;
27299 </BODY>
27300 </HTML>
27301 ====== h_config_flag_screen_kw_shortcut =====
27302 <HTML>
27303 <HEAD>
27304 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27305 </HEAD>
27306 <BODY>
27307 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27309 This feature modifies the behavior of the
27310 <a href="h_common_flag">Flag</a> command
27311 and the <A HREF="h_index_cmd_select">Select</A> command.
27312 This feature is set by default.
27313 When this feature is not set, when the "* Flag" command is selected,
27314 Alpine offers a prompt to set one of several flags and also offers the
27315 option of entering the detailed flag manipulation screen via the "^T"
27316 key.
27317 If you have
27318 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27319 defined, then enabling this feature adds a shortcut way to set or unset
27320 keywords.
27321 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27322 a keyword if you've given it a nickname) and that will set the keyword.
27324 An example is easier to understand than the explanation.
27325 The flag command can always be used to set the system flags.
27326 For example, to set the Answered flag you would type
27328 <CENTER><SAMP>* A</SAMP></CENTER>
27330 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27331 option in the Config screen.
27332 By default, to set a keyword like &quot;Work&quot; you would usually
27333 have to go to the Flag Details screen using
27334 the &quot;^T To Flag Details&quot; command.
27335 Instead, if you have enabled this feature, you may type
27337 <CENTER><SAMP>* W</SAMP></CENTER>
27339 to set the Work flag, or
27341 <CENTER><SAMP>* ! W</SAMP></CENTER>
27343 to unset it.
27344 Just like for the other flag setting commands, the case of the letter does
27345 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27346 keyword.
27348 Notice that you can only use this trick for one keyword that begins
27349 with &quot;W&quot;.
27350 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27351 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27352 your list of keywords.
27353 Also, there are five letters that are reserved for system
27354 flags and the NOT command.
27355 If you type &quot;* A&quot; it will always set the Answered flag, not
27356 your &quot;Aardvark&quot; keyword.
27357 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27358 the Flag Details screen.
27360 Because enabling the
27361 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27362 option causes Alpine to skip directly to the Flag Details screen when the
27363 Flag command is used, 
27364 setting it will cause this feature to have no effect at all.
27366 Similarly, when Selecting by Keyword, setting this option will allow you
27367 to use Keyword initials instead of full keywords.
27369 &lt;End of help on this topic&gt;
27370 </BODY>
27371 </HTML>
27372 ====== h_config_can_suspend =====
27373 <HTML>
27374 <HEAD>
27375 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27376 </HEAD>
27377 <BODY>
27378 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27380 Setting this feature will allow you to type ^Z (Control Z) to 
27381 <!--chtml if pinemode="os_windows"-->
27382 minimize Alpine into its icon, bringing into focus whatever
27383 application is running behind the PC-Alpine window.
27384 <!--chtml else-->
27385 temporarily suspend Alpine.
27388 This does not exit Alpine, but puts it in the background to watch
27389 for new mail and such.  Normally, you type a command, such
27390 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27393 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27394 adjusts whether Alpine is placed into the background of the shell its 
27395 running in or starts a news shell.
27396 <!--chtml endif-->
27399 <UL>   
27400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27401 </UL><P>
27402 &lt;End of help on this topic&gt;
27403 </BODY>
27404 </HTML>
27405 ====== h_config_take_lastfirst ======
27406 <HTML>
27407 <HEAD>
27408 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27409 </HEAD>
27410 <BODY>
27411 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27413 Normally, when TakeAddr is used to copy an address from a message into
27414 an address book entry, Alpine will attempt to rewrite the full name of the
27415 address in the form
27418 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27420 instead of<P>
27422 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27425 It does this because many people find it useful to sort by Last name
27426 instead of First name.  If this feature is set, then the TakeAddr command
27427 will not attempt to reverse the name in this manner.
27429 &lt;End of help on this topic&gt;
27430 </BODY></HTML>
27431 ====== h_config_disable_regex ======
27432 <HTML>
27433 <HEAD>
27434 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27435 </HEAD>
27436 <BODY>
27437 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27439 Normally, the
27440 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27441 option is interpreted as a regular expression.
27442 One type of address that might cause trouble is an address that
27443 contains a plus sign.
27444 If you want to have an address with a plus as one of your
27445 <!--#echo var="VAR_alt-addresses"-->
27446 and you don't want to use regular expressions, then setting this
27447 feature will cause Alpine to treat the addresses you list literally instead.
27449 &lt;End of help on this topic&gt;
27450 </BODY></HTML>
27451 ====== h_config_take_fullname ======
27452 <HTML>
27453 <HEAD>
27454 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27455 </HEAD>
27456 <BODY>
27457 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27459 Normally, when TakeAddr is used to copy an address or addresses
27460 from a message into an address book entry, Alpine will try to preserve
27461 the full name associated with each address in the list of addresses.
27462 The reason for this is so that if the entry is a list or later becomes a
27463 list, then information about the individual addresses in the list
27464 is preserved.
27465 If you would rather just have the simple addresses in the list of addresses,
27466 set this feature. For example, with the default setting you might
27467 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27469 <PRE>
27470  Nickname  : nick
27471  Fullname  : Bedrock Elders
27472  Fcc       :
27473  Comment   :
27474  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27475              Barney Rubble &lt;rubble@bedrock.org&gt;
27476 </PRE>
27478 but with this feature set it would look like
27480 <PRE>
27481  Nickname  : nick
27482  Fullname  : Bedrock Elders
27483  Fcc       :
27484  Comment   :
27485  Addresses : flint@bedrock.org,
27486              rubble@bedrock.org
27487 </PRE>
27489 instead. Note the difference in the Addresses field.
27491 &lt;End of help on this topic&gt;
27492 </BODY></HTML>
27493 ====== h_config_print_from ======
27494 <HTML>
27495 <HEAD>
27496 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27497 </HEAD>
27498 <BODY>
27499 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27501 If this feature is set, then the Berkeley-mail style From line is included
27502 at the start of each message that is printed.  This line looks something
27503 like the following, with the address replaced by the address from the
27504 From line of the message being printed:
27506 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27507 14:11:06 1998
27509 &lt;End of help on this topic&gt;
27510 </BODY>
27511 </HTML>
27512 ====== h_config_expanded_distlists ======
27513 <HTML>
27514 <HEAD>
27515 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27516 </HEAD>
27517 <BODY>
27518 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27519 If this feature is set, then distribution lists in the address book
27520 screen will always be expanded automatically.
27522 &lt;End of help on this topic&gt;
27523 </BODY>
27524 </HTML>
27525 ====== h_config_compose_news_wo_conf ======
27526 <HTML>
27527 <HEAD>
27528 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27529 </HEAD>
27530 <BODY>
27531 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27532 This feature controls one aspect of Alpine's Composer.  If you enter the
27533 composer while reading a newsgroup, you will normally be prompted to
27534 determine whether you intend the new message to be posted to the current
27535 newsgroup or not.  If this feature is set, Alpine will not prompt you
27536 in this situation, and will assume that you do indeed wish to post
27537 to the newsgroup you are reading.
27539 &lt;End of help on this topic&gt;
27540 </BODY>
27541 </HTML>
27542 ====== h_config_compose_rejects_unqual ======
27543 <HTML>
27544 <HEAD>
27545 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27546 </HEAD>
27547 <BODY>
27548 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27550 This feature controls one aspect of the message composer; in particular,
27551 what happens when an unqualified name is entered into an address header.
27552 If set, unqualified names entered as addresses will be treated as errors
27553 unless they match an addressbook nickname.  Alpine will not attempt to turn
27554 them into complete addresses by adding your local domain.<P>
27556 A complete (fully qualified) address is one containing a username followed
27557 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27558 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27559 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27561 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27565 When you enter a fully qualified address, Alpine does not interpret or
27566 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27567 your system.  Alpine conforms to the Internet standards governing message
27568 headers and will not send an unqualifed name to the MTA.  Therefore, when
27569 you enter an unqualified name, Alpine will normally attempt to turn it into
27570 a fully qualified address, first by checking to see if you have entered a
27571 matching nickname in your addressbook, or failing that, by simply adding
27572 your own domain to the name entered.  So if your address is
27573 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27574 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27575 that into &quot;fred@example.com&quot;.<P>
27577 There are situations where it is not desirable for Alpine to interpret such
27578 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27579 turned out to be a typo (intended to be an addressbook nickname), but
27580 there actually was a &quot;fred&quot; in your local domain, the message might 
27581 be mis-delivered without your realizing it.  In order to reduce the likelihood
27582 of such accidents, setting this feature will cause Alpine to treat such
27583 addresses as errors, and require that you explicitly enter the full local
27584 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27585 matches an address book nickname.<P>
27587 Consider this a safety feature against mis-directed mail.
27589 <UL>   
27590 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27591 </UL><P>
27592 &lt;End of help on this topic&gt;
27593 </BODY>
27594 </HTML>
27595 ====== h_config_quell_local_lookup ======
27596 <HTML>
27597 <HEAD>
27598 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27599 </HEAD>
27600 <BODY>
27601 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27603 This feature controls an aspect of Alpine's Composer, and if needed, will
27604 usually be set by your system manager in Alpine's system-wide configuration
27605 file. Specifically, if this feature is set, Alpine will not attempt to look
27606 in the system password file to find a Full Name for the entered address.
27608 Normally, names you enter into address fields (e.g. To: or Cc:) are
27609 checked against your address book(s) to see if they match an address book
27610 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27611 the Unix password file.  If the entered name matches a username in the
27612 system password file, Alpine extracts the corresponding Full Name information
27613 for that individual, and adds that to the address being entered.
27615 However, password file matching can have surprising (incorrect) results if
27616 other users of the system do not receive mail at the domain you are using.
27617 That is, if either the 
27618 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27619 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27620 option
27621 is set such that the administrative domain of other users on the system
27622 isn't accurately reflected, Alpine should be told that a passwd file match
27623 is coincidental, and Full Name info will be incorrect.  For example, a
27624 personal name from the password file could get falsely paired with the
27625 entered name as it is turned into an address in the configured domain.
27627 If you are seeing this behavior, enabling this feature will prevent Unix
27628 Alpine from looking up names in the password file to find the Full Name
27629 for incomplete addresses you enter.<P>
27630 <UL>
27631 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27632 </UL>
27634 &lt;End of help on this topic&gt;
27635 </BODY>
27636 </HTML>
27637 ====== h_config_tab_checks_recent ======
27638 <HTML>
27639 <HEAD>
27640 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27641 </HEAD>
27642 <BODY>
27643 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
27645 In a FOLDER LIST screen, the TAB key usually just changes which
27646 folder is highlighted.
27647 If this feature is set, then the TAB key will cause the number of
27648 recent messages and the total number of messages in the highlighted folder
27649 to be displayed instead.
27652 &lt;End of help on this topic&gt;
27653 </BODY>
27654 </HTML>
27655 ====== h_config_maildrops_preserve_state ======
27656 <HTML>
27657 <HEAD>
27658 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
27659 </HEAD>
27660 <BODY>
27661 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
27663 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
27664 Normally, when mail is moved from a Mail Drop folder to a destination
27665 folder, it is delivered as new mail.
27666 Any Seen/New, Answered, Important/Flagged state that has changed will be
27667 ignored.
27668 All of the mail will be considered unSeen, unAnswered, and unImportant after
27669 it is moved.
27671 If this feature is set, then the state changes that have been made
27672 to the messages in the Mail Drop folder will be preserved.
27674 In any case, messages that are already marked Deleted when the
27675 mail is to be moved from the Mail Drop will be ignored.
27677 &lt;End of help on this topic&gt;
27678 </BODY>
27679 </HTML>
27680 ====== h_config_preopen_stayopens ======
27681 <HTML>
27682 <HEAD>
27683 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
27684 </HEAD>
27685 <BODY>
27686 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
27688 This feature is related to the option
27689 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27690 Normally, Stay Open folders are only opened on demand, when the user
27691 asks to open them.
27692 From then on they are kept open for the duration of the session.
27693 However, if this feature is set, then the Stay Open folders will all be
27694 opened at startup, at the same time that the INBOX is opened.
27697 &lt;End of help on this topic&gt;
27698 </BODY>
27699 </HTML>
27700 ====== h_config_expunge_inbox ======
27701 <HTML>
27702 <HEAD>
27703 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
27704 </HEAD>
27705 <BODY>
27706 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
27708 The INBOX is normally treated differently from regular folders in several
27709 ways.
27710 One of the differences is that the normal &quot;close&quot; sequence of
27711 events is deferred until Alpine is exited, instead of happening when you
27712 leave the INBOX to view another folder.
27713 The &quot;close&quot; sequence normally includes the Expunging
27714 of deleted messages
27715 (either automatically or after a prompt, controlled by the features
27716 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27717 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27718 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27719 handling of the
27720 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
27723 If this feature is set the &quot;close&quot; sequence handling will take
27724 place every time you leave the INBOX.
27725 The INBOX will still be kept open, but the offer to Expunge and the archiving
27726 to the <!--#echo var="VAR_read-message-folder"-->
27727 will take place each time you leave the INBOX instead of only once at the
27728 end of the session.
27731 &lt;End of help on this topic&gt;
27732 </BODY>
27733 </HTML>
27734 ====== h_config_expunge_stayopens ======
27735 <HTML>
27736 <HEAD>
27737 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
27738 </HEAD>
27739 <BODY>
27740 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
27742 This feature is related to the option
27743 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27744 Stay Open folders are treated differently from regular folders in several
27745 ways.
27746 One of the differences is that the normal &quot;close&quot; sequence of
27747 events is deferred until Alpine is exited, instead of happening when you
27748 leave the folder to view another folder.
27749 The &quot;close&quot; sequence normally includes the Expunging
27750 of deleted messages
27751 (either automatically or after a prompt, controlled by the features
27752 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27753 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27754 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27755 handling of
27756 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
27759 If this feature is set the &quot;close&quot; sequence handling will take
27760 place when you leave the Stay Open folder.
27761 The folder will still be kept open, but the offer to Expunge and the archiving
27762 will take place each time you leave the folder instead of only once at the
27763 end of the session.
27764 This feature does not affect the INBOX, which will still only be processed
27765 when you exit Alpine.
27766 However, there is a similar feature that affects only the INBOX called
27767 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
27770 &lt;End of help on this topic&gt;
27771 </BODY>
27772 </HTML>
27773 ====== h_config_preserve_start_stop ======
27774 <HTML>
27775 <HEAD>
27776 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
27777 </HEAD>
27778 <BODY>
27779 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
27781 This feature controls how special control key characters, typically
27782 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
27783 are known as the "stop" and "start" characters and are sometimes used in
27784 communications paths to control data flow between devices that operate at
27785 different speeds.
27789 By default, Alpine turns the system's handling of these special characters
27790 off except during printing.  However, if you see Alpine reporting input errors
27791 such as:
27793 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
27795 and, at the same time, see your display become garbled, then it is likely
27796 that setting this option will solve the problem.  Be aware, though, that
27797 enabling this feature will also cause Alpine to ostensibly "hang" 
27798 whenever the Ctrl-S key combination is entered as the system is now
27799 interpreting such input as a "stop output" command.  To "start
27800 output"  again, simply type Ctrl-Q. 
27802 &lt;End of help on this topic&gt;
27803 </BODY>
27804 </HTML>
27805 ====== h_config_enable_incoming ======
27806 <HTML>
27807 <HEAD>
27808 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
27809 </HEAD>
27810 <BODY>
27811 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
27813 Alpine's Incoming Message Folders collection
27814 provides a convenient way to access multiple incoming folders.
27815 It is also useful if you have accounts on multiple computers.
27818 If set, this feature defines a pseudo-folder collection called
27819 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
27820 in this collection will be your INBOX, which will no longer show up in
27821 your Default folder collection.
27824 You may add more folders to the Incoming Message Folders collection by
27825 using the
27826 <!--chtml if pinemode="function_key"-->
27827 &quot;F10
27828 <!--chtml else-->
27829 &quot;A
27830 <!--chtml endif-->
27831 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
27832 the host the folder is stored on (which defaults to the same host used
27833 for your INBOX), a nickname, and the actual folder name.  Once a set
27834 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
27835 or MESSAGE TEXT screens) may be used to scan the folders for those
27836 with Recent messages.  If you add more folders to
27837 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
27838 no effect.
27840 NOTE: Normally the software that actually delivers mail (the stuff that happens
27841 before Alpine is involved) is in a better position to do delivery filtering
27842 than is Alpine itself.
27843 If possible, you may want to look at programs such as
27844 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
27845 filtering programs.
27846 If you'd prefer to have Alpine do the filtering for you, you may set that
27848 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
27850 <UL>   
27851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27852 </UL><P>
27853 &lt;End of help on this topic&gt;
27854 </BODY>
27855 </HTML>
27856 ====== h_config_enable_incoming_checking ======
27857 <HTML>
27858 <HEAD>
27859 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
27860 </HEAD>
27861 <BODY>
27862 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
27864 This feature is only operational if you have enabled the optional
27865 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
27866 If you do have Incoming Message Folders and you also set this feature,
27867 then the number of Unseen messages in each folder will be displayed
27868 in the FOLDER LIST screen for the Incoming Message Folders.
27869 The number of Unseen messages in a folder will be displayed in parentheses
27870 to the right of the name of each folder.
27871 If there are no Unseen messages in a folder then only the name
27872 is displayed, not a set of parentheses with zero inside them.
27873 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
27874 the Incoming Message Folders to cause an immediate update.
27876 If a check for Unseen messages fails for a particular folder then Alpine
27877 will no longer attempt to check that folder for the duration of the
27878 session and this will be indicated by a question mark inside the
27879 parentheses.
27881 The features
27882 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
27883 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
27884 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
27885 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
27886 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
27887 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
27888 all affect how this feature behaves.
27890 <UL>   
27891 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27892 </UL><P>
27893 &lt;End of help on this topic&gt;
27894 </BODY>
27895 </HTML>
27896 ====== h_config_incoming_checking_total ======
27897 <HTML>
27898 <HEAD>
27899 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
27900 </HEAD>
27901 <BODY>
27902 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
27904 This option has no effect unless the feature
27905 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
27906 is set, which in turn has no effect unless
27907 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
27908 is set.
27910 When incoming folder checking is turned on the default is to display
27911 the number of unseen messages in each folder.
27912 More precisely, it is the number of undeleted unseen messages.
27913 Using this option you may also display the total number of messages
27914 in each folder.
27915 Instead of a single number representing the number of unseen messages
27916 you will get two numbers separated by a slash character.
27917 The first is the number of unseen messages and the second is the
27918 total number of messages.
27920 You may also use the recent message count instead of the unseen message
27921 count by turning on the feature
27922 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
27924 <UL>   
27925 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27926 </UL><P>
27927 &lt;End of help on this topic&gt;
27928 </BODY>
27929 </HTML>
27930 ====== h_config_incoming_checking_recent ======
27931 <HTML>
27932 <HEAD>
27933 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
27934 </HEAD>
27935 <BODY>
27936 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
27938 This option has no effect unless the feature
27939 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
27940 is set, which in turn has no effect unless
27941 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
27942 is set.
27944 When incoming folder checking is turned on the default is to display
27945 the number of unseen messages in each folder.
27946 More precisely, it is the number of undeleted unseen messages.
27947 Using this option you may display the number of recent messages instead
27948 of the number of unseen messages.
27949 A message is only counted as recent if this is the first session to
27950 see it, so the recent count might be less than the unseen count.
27951 The difference between the two would be accounted for by the unseen messages
27952 in the folder which were there previously but have not been looked at yet.
27954 If you simultaneously run more than one email client at a time
27955 (for example, you run more than one Alpine in parallel) then turning
27956 this feature on can cause some confusion.
27957 The confusion stems from the fact that each message is only considered to be
27958 recent in one session.
27959 That means that the counts of new messages may be different in the two
27960 Alpines running side by side, because each incoming message will only be
27961 counted as recent in one of the two sessions.
27963 You may also display the total number of messages
27964 in each folder by using the
27965 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
27966 option.
27968 <UL>   
27969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27970 </UL><P>
27971 &lt;End of help on this topic&gt;
27972 </BODY>
27973 </HTML>
27974 ====== h_config_attach_in_reply ======
27975 <HTML>
27976 <HEAD>
27977 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
27978 </HEAD>
27979 <BODY>
27980 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
27982 This feature controls an aspect of Alpine's Reply command. If set, any MIME
27983 attachments that were part of the original message will automatically be
27984 included in the Reply.
27986 &lt;End of help on this topic&gt;
27987 </BODY>
27988 </HTML>
27989 ====== h_config_include_header =====
27990 <HTML>
27991 <HEAD>
27992 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
27993 </HEAD>
27994 <BODY>
27995 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
27997 This feature controls an aspect of Alpine's Reply command. If set, and the
27998 original message is being included in the reply, then headers from that
27999 message will also be part of the reply.
28001 &lt;End of help on this topic&gt;
28002 </HEAD>
28003 </HTML>
28004 ====== h_config_sig_at_bottom =====
28005 <HTML>
28006 <HEAD>        
28007 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28008 </HEAD>
28009 <BODY>
28010 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28012 This feature controls an aspect of Alpine's Reply command.  If this feature
28013 is set, and the original message is being included in the reply, then the
28014 contents of your signature file (if any) will be inserted after the included
28015 message.
28017 This feature does not affect the results of a Forward command.
28019 &lt;End of help on this topic&gt;
28020 </BODY>
28021 </HTML>
28022 ====== h_config_sigdashes =====
28023 <HTML>
28024 <HEAD>
28025 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28026 </HEAD>
28027 <BODY>
28028 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28030 This feature enables support for the common USENET news convention 
28031 of preceding a message signature with the special line consisting of 
28032 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28035 When enabled and a
28036 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28037 Alpine will insert the special line before including the file's text (unless
28038 the special line already exists somewhere in the file's text).
28041 In addition, when you Reply or Followup to a message containing one of
28042 these special lines and choose to include its text, Alpine will observe
28043 the convention of not including text beyond the special line in your
28044 reply.
28045 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28046 mode is enabled and turned on, then Alpine <EM>will</EM>
28047 include the text beyond the special line regardless of the setting of
28048 this feature.
28051 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28052 for a related feature.
28055 <UL>   
28056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28057 </UL><P>
28058 &lt;End of help on this topic&gt;
28059 </BODY>
28060 </HTML>
28061 ====== h_config_new_thread_blank_subject =====
28062 <HTML>
28063 <HEAD>
28064 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28065 </HEAD>
28066 <BODY>
28067 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28069 When this feature is enabled (the default) Alpine will create a new thread
28070 every time that the subject line becomes empty at any time during composition.
28073 This behavior is particularly useful in case you are replying to a message.
28074 Replying to a message causes the message to be in the same thread than the
28075 original message that is being replied to. However, many authors want to create
28076 a new message (in a different thread) while replying to a message, and they do
28077 this by changing the full subject, by first deleting the original subject and
28078 typing the new subject of the current message.
28081 Enabling this feature causes that any time that the subject is deleted, the 
28082 message being composed will be considered the first message of a new thread.
28085 <UL>   
28086 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28087 </UL><P>
28088 &lt;End of help on this topic&gt;
28089 </BODY>
28090 </HTML>
28091 ====== h_config_strip_sigdashes =====
28092 <HTML>
28093 <HEAD>
28094 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28095 </HEAD>
28096 <BODY>
28097 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28099 This feature doesn't do anything if the feature
28100 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28101 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28102 then turning on this feature enables support for the convention
28103 of not including text beyond the sigdashes line when Replying or Following
28104 up to a message and including the text of that message.
28105 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28106 mode is enabled and turned on, then Alpine <EM>will</EM>
28107 include the text beyond the special line regardless of the setting of
28108 this feature.
28110 In other words, this is a way to turn on the signature stripping behavior
28111 without also turning on the dashes-adding behavior.
28113 <UL>   
28114 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28115 </UL><P>
28116 &lt;End of help on this topic&gt;
28117 </BODY>
28118 </HTML>
28119 ====== h_config_forward_as_attachment =====
28120 <HTML>
28121 <HEAD>
28122 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28123 </HEAD>
28124 <BODY>
28125 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28127 This feature affects the way forwarded message text is handled.  When set, rather than 
28128 include the text of the forwarded message below any additional text you provide in the
28129 composer, the forwarded message is attached in its entirety to the message you send.
28131 This is useful in that it keeps the text you provide in the composer distinct from the
28132 text of the forwarded message.  Similarly, it allows the recipient to 
28133 conveniently operate on the forwarded message.  For example, they might reply directly to
28134 the sender of the forwarded message, or process it as part of a spam report.
28135 <UL>   
28136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28137 </UL><P>
28138 &lt;End of help on this topic&gt;
28139 </BODY>
28140 </HTML>
28141 ====== h_config_preserve_field =====
28142 <HTML>
28143 <HEAD>
28144 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28145 </HEAD>
28146 <BODY>
28147 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28149 This feature affects Alpine's behavior when one replies to a message. 
28150 When you receive a message, some or all of the recipients of the message 
28151 have been added to the To: and Cc: fields. If you reply to such message, 
28152 and this feature is disabled, then the original sender of the message is 
28153 added to the To: field, and all other recipients are added to the Cc: 
28154 field, while your address is added to the From: field.
28157 However, if this feature is enabled, then Alpine will preserve the 
28158 original fields as sent in the original message, so the Cc: and To: 
28159 fields will be preserved. The sender's address will be added to the To: 
28160 field, while your address is added to the From: field.
28163 The behavior of this feature is that replies to all messages will behave 
28164 in the way described above. If you only intend this to happen on a per 
28165 message basis, then keep this feature disabled, and when replying to a 
28166 message you will see a new option in the menu for the &quot;Reply to all 
28167 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28168 make Alpine toggle its question so you can preserve the To: and Cc: 
28169 fields for that message only.
28171 <UL>   
28172 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28173 </UL><P>
28174 &lt;End of help on this topic&gt;
28175 </BODY>
28176 </HTML>
28177 ====== h_config_sub_lists =====
28178 <HTML>
28179 <HEAD>
28180 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28181 </HEAD>
28182 <BODY>
28183 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28185 This feature affects the subcommands available when Saving, 
28186 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28187 available. This command allows you to type in a substring of the folder
28188 you are looking for and when you type ^X it will display all folders
28189 that contain that substring in their names.
28190 This feature is set by default.
28193 &lt;End of help on this topic&gt;
28194 </BODY>
28195 </HTML>
28196 ====== h_config_scramble_message_id =====
28197 <HTML>
28198 <HEAD>
28199 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28200 </HEAD>
28201 <BODY>
28202 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28204 Normally the Message-ID header that Alpine generates when sending a message
28205 contains the name of the computer from which the message is being sent.
28206 Some believe that this hostname could be used by spammers or could
28207 be used by others for nefarious purposes.
28208 If this feature is set, that name will be transformed with a simple
28209 Rot13 transformation.
28210 The result will still have the correct syntax for a Message-ID but the
28211 part of the MessageID that is often a domain name will not be an actual
28212 domain name because the letters will be scrambled.
28214 It is possible (but unlikely?) that some spam detection
28215 software will use that as a reason to reject the mail as spam.
28216 It has also been reported that some spam detection software uses the
28217 fact that there are no dots after the &quot;@&quot; as a reason to reject
28218 messages.
28219 If your PC-Alpine Message-ID is using a name without a dot that is because
28220 that is what Windows thinks is your &quot;Full computer name&quot;.
28221 The method used to set this varies from one type of Windows to another but
28222 check under Settings -> Control Panel -> System and
28223 look for Network Identification or Computer Name or something similar.
28224 How to set it is beyond the scope of Alpine.
28227 &lt;End of help on this topic&gt;
28228 </BODY>
28229 </HTML>
28230 ====== h_downgrade_multipart_to_text =====
28231 <HTML>
28232 <HEAD>
28233 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28234 </HEAD>
28235 <BODY>
28236 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28239 This feature affects Alpine's behavior when sending mail.  Internet
28240 standards require Alpine to translate all non-ASCII characters in
28241 messages that it sends using MIME encoding.  This encoding can be
28242 ostensibly broken for recipients if any agent between Alpine and the
28243 recipient, such as an email list expander, appends text to the
28244 message, such as list information or advertising.  When sending such
28245 messages Alpine attempts to protect such encoding by placing extra
28246 MIME boundaries around the message text.
28248 These extra boundaries are invisible to recipients that 
28249 use MIME-aware email programs (the vast majority).  However, if
28250 you correspond with users of email programs that are not MIME-aware,
28251 or do not handle the extra boundaries gracefully, you can
28252 use this feature to prevent Alpine from including the extra
28253 MIME information.  Of course, it will increase the likelihood
28254 that non-ASCII text you send may appear corrupt to the recipient.
28256 &lt;End of help on this topic&gt;
28257 </BODY>
28258 </HTML>
28259 ====== h_config_show_sort =====
28260 <HTML>
28261 <HEAD>
28262 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28263 </HEAD>
28264 <BODY>
28265 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28267 If this feature is set and there is sufficient space on the screen,
28268 a short indication of the current sort order will be
28269 added in the titlebar (the top line on the screen), before the name
28270 of the folder.
28271 For example, with the default Arrival sort in effect,
28272 the display would have the characters
28274 <P><CENTER>[A]</CENTER><P>
28276 added between the title of the screen and the folder name.
28277 The letters are the same as the letters you may type to manually
28278 sort a folder with the SortIndex command ($).
28279 The letters in the table below are the ones that may show
28280 up in the titlebar line.
28282 <TABLE>   
28283 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28284 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28285 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28286 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28287 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28288 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28289 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28290 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28291 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28292 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28293 </TABLE>
28295 If the sort order is Reversed, the letter above will be preceded by the letter
28296 &quot;R&quot;, for example
28298 <P><CENTER>[RS]</CENTER><P>
28300 means that a Reverse Subject sort is in effect.
28301 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28302 left out, and just an &quot;R&quot; is shown.
28304 <P><CENTER>[R]</CENTER>
28307 &lt;End of help on this topic&gt;
28308 </BODY>
28309 </HTML>
28310 ====== h_config_disable_reset_disp =====
28311 <HTML>
28312 <HEAD>
28313 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28314 </HEAD>
28315 <BODY>
28316 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28318 UNIX Alpine only.
28320 This feature affects Alpine's behavior when using
28321 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28322 Normally, before the display filter is run, the terminal mode is reset
28323 to what it was before you started Alpine.
28324 This may be necessary if the filter requires the use of the terminal.
28325 For example, it may need to interact with you.
28326 If you set this feature, then the terminal mode will not be reset.
28327 One thing that turning on this feature should fix is the coloring of
28328 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28329 breaks because the terminal reset resets the color state of the terminal.
28332 &lt;End of help on this topic&gt;
28333 </BODY>
28334 </HTML>
28335 ====== h_config_disable_sender =====
28336 <HTML>
28337 <HEAD>
28338 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28339 </HEAD>
28340 <BODY>
28341 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28343 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28344 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28345 header fields.
28346 By default, Alpine will generate such a header in situations where the
28347 username or domain are not the same as
28348 the &quot;From:&quot; header on the message.
28349 With this feature set,
28350 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28351 This may be desirable on a system that is virtually hosting many domains,
28352 and the sysadmin has other methods available for tracking a message to
28353 its originator.
28355 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28358 &lt;End of help on this topic&gt;
28359 </BODY>
28360 </HTML>
28361 ====== h_config_use_sender_not_x =====
28362 <HTML>
28363 <HEAD>
28364 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28365 </HEAD>
28366 <BODY>
28367 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28369 Normally Alpine adds a header line
28370 labeled &quot;X-X-Sender&quot;, if the sender is
28371 different from the From: line.
28372 The standard specifies that this header
28373 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28374 Setting this feature causes
28375 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28377 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28380 &lt;End of help on this topic&gt;
28381 </BODY>
28382 </HTML>
28383 ====== h_config_use_fk =====
28384 <HTML>
28385 <HEAD>
28386 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28387 </HEAD>
28388 <BODY>
28389 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28391 This feature specifies that Alpine will respond to function keys instead of
28392 the normal single-letter commands. In this mode, the key menus at the
28393 bottom of each screen will show function key designations instead of the
28394 normal mnemonic key.
28397 &lt;End of help on this topic&gt;
28398 </BODY>
28399 </HTML>
28400 ====== h_config_cancel_confirm =====
28401 <HTML>
28402 <HEAD>
28403 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28404 </HEAD>
28405 <BODY>
28406 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28408 This feature affects what happens when you type ^C to cancel a composition.
28409 By default, if you attempt to cancel a composition by typing ^C, you will be
28410 asked to confirm the cancellation by typing a &quot;C&quot;
28411 for <EM>C</EM>onfirm.
28412 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28413 risky because the &quot;^C Y&quot; needed to cancel a message
28414 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28416 If this feature is set the confirmation asked for
28417 will be a &quot;<EM>Y</EM>es&quot;
28418 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28421 &lt;End of help on this topic&gt;
28422 </BODY>
28423 </HTML>
28424 ====== h_config_compose_maps_del =====
28425 <HTML>
28426 <HEAD>
28427 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28428 </HEAD>
28429 <BODY>
28430 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28432 This feature affects the behavior of the DELETE key.
28433 If set, Delete will be equivalent to ^D, and delete
28434 the current character.  Normally Alpine defines the Delete key
28435 to be equivalent to ^H, which deletes the <EM>previous</EM>
28436 character.
28439 &lt;End of help on this topic&gt;
28440 </BODY>
28441 </HTML>
28442 ====== h_config_compose_bg_post =====
28443 <HTML>
28444 <HEAD>
28445 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28446 </HEAD>
28447 <BODY>
28448 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28450 This feature affects the behavior of Alpine's mail sending.  If set, this
28451 feature enables a subcommand in the composer's "Send?" confirmation
28452 prompt.  The subcommand allows you to tell Alpine to handle the actual
28453 posting in the background.  While this feature usually allows posting
28454 to appear to happen very fast, it has no affect on the actual delivery
28455 time it takes a message to arrive at its destination.
28458 Please Note:
28459 <OL>
28460  <LI>This feature will have no effect if the feature
28461        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28462        is set.
28463  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28464        as well as several Unix ports, do not recognize this feature.
28465  <LI>Error handling is significantly different when this feature is
28466         enabled.  Any message posting failure results in the message
28467         being appended to your &quot;Interrupted&quot; mail folder.  When you
28468         type the <A HREF="h_common_compose">C</A>ompose command,
28469         Alpine will notice this folder and
28470         offer to extract any messages contained.  Upon continuing a 
28471         failed message, Alpine will display the nature of the failure 
28472         in the status message line.
28473  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28474         for message data to
28475         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28476         if you typically run close to any sort of disk-space limits or quotas.
28477 </OL>
28479 &lt;End of help on this topic&gt;
28480 </BODY>
28481 </HTML>
28482 ====== h_config_compose_dsn =====
28483 <HTML>
28484 <HEAD>
28485 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28486 </HEAD>
28487 <BODY>
28488 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28490 This feature affects the behavior of Alpine's mail sending.  If set, this
28491 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28492 prompt.  The subcommand allows you to tell Alpine to request the type of
28493 Delivery Status Notification (DSN) that you would like.  Most users will
28494 be happy with the default, and need not enable this feature.
28496 If the feature
28497 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28498 then this feature has no effect and the type of DSN is not selectable.
28501 Turning on this feature and then turning on the DSNOpts from the send
28502 prompt reveals four on-off toggles at the bottom of the screen.
28503 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28504 that no notification be returned to you, even if there is a delivery
28505 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28506 server that you are willing (or not) to receive delay notifications, which
28507 happen when there is an unusual delay at some mail server (in that mail
28508 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28509 Success requests that you be sent a DSN message when the message is
28510 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28511 automatically turn off Delay and Success notification, and will flip the
28512 toggles to show that.  Similarly, turning on Delay and/or Success will
28513 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28514 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28515 the full message be returned in any failed DSN.  RetHdrs requests that
28516 only the headers be returned in any failed DSN.  Notice that this command
28517 applies only to failed delivery status reports.  For delay or success
28518 reports, the full message is never returned, only the headers are returned.
28521 If you don't enable the DSN feature or if you don't turn it on for a
28522 particular message, the default is that you will be notified about failures,
28523 you might be notified about delays, and you won't be notified about
28524 successes.  You will usually receive the full message back when there is
28525 a failure.
28528 If you turn on the DSNOpts the default is to return as much information as
28529 possible to you.  That is, by default, the Success and Delay options are
28530 turned on and the full message will be returned on failure.
28533 The sending prompt will display the current DSN request (if any) in a
28534 shorthand form.  It will be:
28536 <P><CENTER>[Never]</CENTER>
28539 if you have requested NoErrRets.  Otherwise, it will look something like:
28541 <P><CENTER>[FDS-Hdrs]</CENTER>
28544 The &quot;F&quot; will always be there, indicating that you will be notified
28545 of failures.  (Alpine doesn't provide a way to request no failure notification
28546 and at the same time request either success or delay notification.  The only
28547 way to request no failure notifications is to request no notifications at
28548 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28549 requested Delay and/or Success notification.  If one of those is missing,
28550 that means you are requesting no notification of the corresponding type.
28551 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28552 the headers and Full means to return the full message (applies to
28553 failure notifications only).
28556 NOTE: This feature relies on your system's mail transport agent or
28557 configured
28558 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28559 having the negotiation mechanism introduced in
28560 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28561 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28562 are using doesn't support DSN, a short warning will be shown to you on
28563 the message line at the bottom of the screen after you send your message,
28564 but your message will have been sent anyway.
28567 Note that DSNs don't provide a mechanism to request read receipts.  That
28568 is, if you request notification on success you are notified when the
28569 message is delivered to the mailbox, not when the message is read.
28572 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28573 it is possible that this feature might cause problems for some servers. 
28576 &lt;End of help on this topic&gt;
28577 </BODY>
28578 </HTML>
28579 ====== h_config_auto_zoom =====
28580 <HTML>
28581 <HEAD>
28582 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28583 </HEAD>
28584 <BODY>
28585 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28587 This feature affects the behavior of the Select command.
28588 If set, the select command will automatically perform a zoom
28589 after the select is complete.
28590 This feature is set by default.
28592 Some related help topics are
28593 <UL>
28594 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28595 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28596 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28597 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28598 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28599 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28600 </UL>
28603 &lt;End of help on this topic&gt;
28604 </BODY>
28605 </HTML>
28606 ====== h_config_auto_unzoom =====
28607 <HTML>
28608 <HEAD>
28609 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28610 </HEAD>
28611 <BODY>
28612 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28614 This feature affects the behavior of the Apply command.  If set, and if
28615 you are currently looking at a Zoomed Index view of selected messages,
28616 the Apply command will do the operation you specify, but then will
28617 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28618 the normal Index view after the Apply. 
28619 This feature is set by default.
28622 Some related help topics are
28623 <UL>
28624 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28625 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28626 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28627 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28628 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28629 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28630 </UL>
28632 &lt;End of help on this topic&gt;
28633 </BODY>
28634 </HTML>
28635 ====== h_config_auto_unselect =====
28636 <HTML>
28637 <HEAD>
28638 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
28639 </HEAD>
28640 <BODY>
28641 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
28643 This feature affects the behavior of the Apply command.  If set,
28644 the Apply command will do the operation you specify, but then will
28645 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
28646 the normal Index view after the Apply. 
28649 Some related help topics are
28650 <UL>
28651 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28652 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28653 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28654 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28655 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28656 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28657 </UL>
28659 &lt;End of help on this topic&gt;
28660 </BODY>
28661 </HTML>
28662 ====== h_config_fast_recent =====
28663 <HTML>
28664 <HEAD>
28665 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
28666 </HEAD>
28667 <BODY>
28668 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
28670 This feature controls the behavior of the TAB key when traversing folders
28671 in the optional 
28672 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
28673 collection or in optional <!--#echo var="VAR_news-collections"-->.
28676 When the TAB
28677 (<A HREF="h_common_nextnew">NextNew</A>)
28678 key is pressed, the default behavior is to
28679 explicitly examine the status of the folder for the number of recent
28680 messages (messages delivered since the last time it was viewed).
28681 Depending on the size and number of messages in the folder, this test
28682 can be time consuming.
28685 Enabling this feature will cause Alpine to only test for the existence of
28686 any recent messages rather than to obtain the count.  This is much faster
28687 in many cases.  The downside is that you're not given the number of recent
28688 messages when prompted to view the next folder.
28689 If the feature
28690 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
28691 is turned on, then the present feature will have no effect.
28694 <UL>   
28695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28696 </UL><P>
28697 &lt;End of help on this topic&gt;
28698 </BODY>
28699 </HTML>
28700 ====== h_config_arrow_nav =====
28701 <HTML>
28702 <HEAD>
28703 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
28704 </HEAD>
28705 <BODY>
28706 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
28708 This feature controls the behavior of the left and right arrow keys.
28709 If set, the left and right arrow keys will operate like the usual
28710 navigation keys &lt; and &gt;.
28711 This feature is set by default.
28714 If you set this feature, and do not like the changed behavior of the up/down 
28715 arrow 
28716 keys when navigating through the FOLDER LIST screen -- 
28717 <B>first</B> from column to column, if more than one folder is 
28718 displayed per row, 
28719 and <B>then</B> from row to row -- you may either also wish to set the feature 
28720 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
28721 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
28722 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
28723 folders in each column.
28725 <UL>   
28726 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28727 </UL><P>
28728 &lt;End of help on this topic&gt;
28729 </BODY>
28730 </HTML>
28731 ====== h_config_relaxed_arrow_nav =====
28732 <HTML>
28733 <HEAD>
28734 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
28735 </HEAD>
28736 <BODY>
28737 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
28739 This feature controls the behavior of the left, right, up and down
28740 arrow keys in the FOLDER LIST screen when the &quot;<A
28741 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
28742 set.
28743 This feature is set by default.
28747 When this feature is set, the left and right
28748 arrow keys in the FOLDER LIST screen
28749 move the highlight bar to the left or right, and the up and
28750 down arrows move it up or down.
28753 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
28754 feature is not set;
28755 the left and right arrow keys in the Folder List screen strictly
28756 track the commands bound to the '&lt;' and '&gt;' keys, and the up
28757 and down arrow keys move the highlight bar to the previous and next
28758 folder or directory name.
28761 <UL>   
28762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28763 </UL><P>
28764 &lt;End of help on this topic&gt;
28765 </BODY>
28766 </HTML>
28767 ====== h_config_alt_compose_menu =====
28768 <HTML>
28769 <HEAD>
28770 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
28771 </HEAD>
28772 <BODY>
28773 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
28775 This feature controls the menu that is displayed when Compose is selected.
28776 If set, a list of options will be presented, with each option representing
28777 the type of composition that could be used. This feature is most useful for
28778 users who want to avoid being prompted with each option separately, or who
28779 want to avoid the checking of remote postponed or form letter folders.
28780 The possible types of composition are:
28783 New, for starting a new composition. Note that if New is selected and roles
28784 are set, roles are checked for matches and applied according to the setting
28785 of the matching role.
28788 Interrupted, for continuing an interrupted composition. This option is only
28789 offered if an interrupted message folder is detected.
28792 Postponed, for continuing postponed compositions. This option is offered
28793 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
28794 the postponed folder actually exists. This option is especially handy
28795 for avoiding having to check for the existence of a remote postponed folder.
28798 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
28799 is set in the config, and is not checked for existence for reasons similar
28800 to those explained by the postponed option.
28803 setRole, for selecting a role to apply to a composition.
28806 &lt;End of help on this topic&gt;
28807 </BODY>
28808 </HTML>
28809 ====== h_config_alt_role_menu =====
28810 <HTML>
28811 <HEAD>
28812 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
28813 </HEAD>
28814 <BODY>
28815 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
28817 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
28818 a role and compose a new message using that role.
28819 When this feature is set, the role command will first ask whether you want to
28820 Compose a new message, Forward the current message, Reply to the
28821 current message, or Bounce the current message.
28822 If you are not in the MESSAGE INDEX and are not viewing a message,
28823 then there is no current message and the question will be skipped.
28824 After you have chosen to Compose, Forward, Reply, or Bounce you will
28825 then choose the role to be used.
28827 When Bouncing the &quot;Set From&quot; address is used for the
28828 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
28829 provided that the option
28830 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
28831 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
28832 set.
28833 Other actions of the role are ignored when Bouncing.
28836 &lt;End of help on this topic&gt;
28837 </BODY>
28838 </HTML>
28839 ====== h_config_always_spell_check =====
28840 <HTML>
28841 <HEAD>
28842 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
28843 </HEAD>
28844 <BODY>
28845 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
28847 When this feature is set, every composed message will be spell-checked before
28848 being sent.
28850 &lt;End of help on this topic&gt;
28851 </BODY>
28852 </HTML>
28853 ====== h_config_quell_asterisks =====
28854 <HTML>
28855 <HEAD>
28856 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
28857 </HEAD>
28858 <BODY>
28859 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
28861 When you are running Alpine you will sometimes be asked for a password
28862 in a prompt on the third line from the bottom of the screen.
28863 Normally each password character you type will cause an asterisk to echo
28864 on the screen. That gives you some feedback to know that your typing is
28865 being recognized.
28866 There is a very slight security risk in doing it this way because someone
28867 watching over your shoulder might be able to see how many characters there
28868 are in your password.
28869 If you'd like to suppress the echoing of the asterisks set this feature.
28871 &lt;End of help on this topic&gt;
28872 </BODY>
28873 </HTML>
28874 ====== h_config_quell_flowed_text =====
28875 <HTML>
28876 <HEAD>
28877 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
28878 </HEAD>
28879 <BODY>
28880 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
28882 Alpine generates flowed text where possible.
28883 The method for generating flowed text is defined by
28884 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
28885 the benefit of doing so is
28886 to send message text that can properly be viewed both on normal width displays
28887 and on displays with smaller or larger than normal screen widths.
28888 With flowed text, a space at the end of a line tells the receiving mail
28889 client that the following line belongs to the same paragraph.
28890 Quoted text will also be affected, with only the innermost
28891 level of &quot;&gt;&quot; quoting being followed by a space.
28892 However, if you have changed the
28893 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
28894 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
28895 quoted text will not be flowed.
28896 For this reason, we recommend that you leave your
28897 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
28899 This feature turns off the generation of flowed text, as it might be
28900 desired to more tightly control how a message is displayed on the receiving end.
28902 If this feature is <EM>not</EM> set, you can control on a message by message
28903 basis whether or not flowed text is generated.
28904 You do this by typing ^V at the Send confirmation prompt that you get
28905 after typing ^X to send a message.
28906 ^V is a toggle that turns flowing off and back on if typed again.
28907 If for some reason flowing cannot be done on a particular message, then the
28908 ^V command will not be available.
28909 This would be the case, for example, if this feature was set, or if your
28910 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
28911 If the feature
28912 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28913 then the opportunity to control on a message by message basis
28914 whether or not flowed text is generated is lost.
28916 When this feature is not set and you have typed ^V to turn off flowing,
28917 the Send confirmation prompt will change to look like
28919 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
28921 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
28922 also turn off the sending of flowed text messages, but it differs in that
28923 it also trims all trailing white space from a message before sending it.
28925 If alternate editors are used extensively, be aware that a message will still
28926 be sent flowed if this feature is unset.  In most cases this will be fine,
28927 but if the editor has a &quot;flowed text&quot; mode, it would be best to
28928 use that.
28930 &lt;End of help on this topic&gt;
28931 </BODY>
28932 </HTML>
28933 ====== h_config_strip_ws_before_send =====
28934 <HTML>
28935 <HEAD>
28936 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
28937 </HEAD>
28938 <BODY>
28939 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
28941 By default, trailing whitespace is not stripped from
28942 a message before sending.  Trailing whitespace should have no effect on an
28943 email message, and in flowed text can aid in delimiting paragraphs.
28944 However, the old behavior of stripping trailing whitespace was in place
28945 to better deal with older clients that couldn't handle certain types of
28946 text encodings.  This feature restores the old behavior
28948 Trailing whitespace is of aid to flowed-text-formatted messages, which are
28949 generated by default but can be turned off via the
28950 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
28951 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
28952 of flowed text.
28954 &lt;End of help on this topic&gt;
28955 </BODY>
28956 </HTML>
28957 ====== h_config_del_from_dot =====
28958 <HTML>
28959 <HEAD>
28960 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
28961 </HEAD>
28962 <BODY>
28963 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
28965 This feature controls the behavior of the Ctrl-K command in the composer.
28966 If set, ^K will cut from the current cursor position to the end of the line,
28967 rather than cutting the entire line.
28970 &lt;End of help on this topic&gt;
28971 </BODY>
28972 </HTML>
28973 ====== h_config_print_index =====
28974 <HTML>
28975 <HEAD>
28976 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
28977 </HEAD>
28978 <BODY>
28979 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
28981 This feature controls the behavior of the Print command when in the
28982 MESSAGE INDEX screen.  If set, the print command will give you a prompt
28983 asking if you wish to print the message index, or the currently highlighted
28984 message. If not set, the message will be printed.
28987 &lt;End of help on this topic&gt;
28988 </BODY>
28989 </HTML>
28990 ====== h_config_allow_talk =====
28991 <HTML>
28992 <HEAD>
28993 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
28994 </HEAD>
28995 <BODY>
28996 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
28998 UNIX Alpine only.
29000 By default, permission for others to &quot;talk&quot; to your terminal is turned
29001 off when you are running Alpine.  When this feature is set, permission is
29002 instead turned on.  If enabled, you may see unexpected messages in the
29003 middle of your Alpine screen from someone attempting to contact you via the
29004 &quot;talk&quot; program.
29007 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29008 talk daemon on your system will attempt to print a message on your screen 
29009 when someone else is trying to contact you.  If you wish to see these
29010 messages while you are running Alpine, you should enable this feature.
29013 If you do enable this feature and see a &quot;talk&quot; message, you must 
29014 suspend or quit Alpine before you can respond.
29017 &lt;End of help on this topic&gt;
29018 </BODY>
29019 </HTML>
29020 ====== h_config_send_filter_dflt =====
29021 <HTML>
29022 <HEAD>
29023 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29024 </HEAD>
29025 <BODY>
29026 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29027 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29028 configured, setting this feature will cause
29029 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29030 instead of unfiltered, the usual default.
29032 <UL>   
29033 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29034 </UL><P>
29035 &lt;End of help on this topic&gt;
29036 </BODY>
29037 </HTML>
29038 ====== h_config_custom_print =====
29039 <HTML>
29040 <HEAD>
29041 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29042 </HEAD>
29043 <BODY>
29044 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29046 When this feature is set, the print command will have an additional
29047 subcommand called "C CustomPrint".  If selected, you will have
29048 the opportunity to enter any system print command --instead of being 
29049 restricted to using those that have been previously configured in the 
29050 printer setup menu.
29053 &lt;End of help on this topic&gt;
29054 </BODY>
29055 </HTML>
29056 ====== h_config_enable_dot_files =====
29057 <HTML>
29058 <HEAD>
29059 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29060 </HEAD>
29061 <BODY>
29062 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29064 When this feature is set, files beginning with dot (".") will be
29065 visible in the file browser.  For example, you'll be able to select them
29066 when using the browser to add an attachment to a message.
29068 &lt;End of help on this topic&gt;
29069 </BODY>
29070 </HTML>
29071 ====== h_config_enable_dot_folders =====
29072 <HTML>
29073 <HEAD>        
29074 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29075 </HEAD>
29076 <BODY>
29077 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29079 When this feature is set, folders beginning with dot (".") may be added
29080 and viewed.
29082 &lt;End of help on this topic&gt;
29083 </BODY>
29084 </HTML>
29085 ====== h_config_ff_between_msgs =====
29086 <HTML>
29087 <HEAD>
29088 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29089 </HEAD>
29090 <BODY>
29091 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29093 Setting this feature causes a formfeed to be printed between messages when
29094 printing multiple messages (with Apply Print command).
29096 &lt;End of help on this topic&gt;
29097 </BODY>
29098 </HTML>
29099 ====== h_config_blank_keymenu =====
29100 <HTML>
29101 <HEAD>
29102 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29103 </HEAD>
29104 <BODY>
29105 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29107 If this feature is set the command key menu that normally appears on the
29108 bottom two lines of the screen will not usually be there.  Asking for
29109 help with ^G or ? will cause the key menu to appear instead of causing
29110 the help message to come up.  If you want to actually see the help text,
29111 another ^G or ? will show it to you.  After the key menu has popped
29112 up with the help key it will remain there for an O for Other command but
29113 disappear if any other command is typed.
29115 &lt;End of help on this topic&gt;
29116 </BODY>
29117 </HTML>
29118 ====== h_config_enable_mouse =====
29119 <HTML>
29120 <HEAD>
29121 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29122 </HEAD>
29123 <BODY>
29124 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29126 This feature controls whether or not an X terminal mouse can be used with
29127 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29128 being used, the left mouse button on the mouse can be used to select text
29129 or commands.
29130 Clicking on a command at the bottom of the screen will behave as if you had
29131 typed that command.
29132 Clicking on an index line will move the current message highlight to
29133 that line.
29134 Double-clicking on an index line will view the message.
29135 Double-clicking on a link will view the link.
29137 This type of mouse support will also work in some terminal emulators which are
29138 not actually X terminals, but which have extra code to support the xterm
29139 style mouse.
29140 For those emulators you not only need to turn this feature on but you also
29141 have to set the $DISPLAY environment variable even though it isn't needed
29142 for your terminal.
29143 That will cause Alpine to think that it is an xterm and to properly interpret the
29144 escape sequences sent by the mouse.
29146 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29147 also modified.  It is sometimes possible to hold the shift key down while clicking
29148 left or middle mouse buttons for the normal xterm cut/paste operations. 
29149 There is also an Alpine command to toggle this mode on or off.
29150 The command is Ctrl-&#92; (Control-backslash).
29152 &lt;End of help on this topic&gt;
29153 </BODY>
29154 </HTML>
29155 ====== h_config_enable_xterm_newmail =====
29156 <HTML>
29157 <HEAD>        
29158 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29159 </HEAD>
29160 <BODY>
29161 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29163 This feature controls whether or not Alpine will attempt to announce new
29164 mail arrival when it is running in an X terminal window and that window
29165 is iconified.  If set, and the $DISPLAY variable indicates that an X
29166 terminal is being used, Alpine will send appropriate escape sequences to
29167 the X terminal to modify the label on Alpine's icon to indicate that new
29168 mail has arrived. Alpine will also modify the Alpine window's title to
29169 indicate new mail.
29170 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29172 &lt;End of help on this topic&gt;
29173 </BODY></HTML>
29174 ====== h_config_enable_newmail_short_text =====
29175 <HTML>
29176 <HEAD>        
29177 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29178 </HEAD>
29179 <BODY>
29180 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29182 This feature controls the text to be displayed in an icon in the event
29183 of a new message arrival.  Normally, the message will
29184 be the one that is displayed on the screen.  This feature shortens the
29185 message to a count of the number of new messages in brackets.  This may be
29186 more useful for those who use the window's title bar in the task bar as a
29187 new mail indicator.  This feature is only useful if the
29188 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29189 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29190 feature, this feature is only relevant when run in an xterm environment.
29192 &lt;End of help on this topic&gt;
29193 </BODY></HTML>
29194 ====== h_config_copy_to_to_from =====
29195 <HTML>
29196 <HEAD>
29197 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29198 </HEAD>
29199 <BODY>
29200 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29202 This feature affects the From address used when Replying to a message.
29203 It is probably only useful if you have some
29204 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29205 defined.
29206 When enabled, it checks to see if any of the addresses in the To or Cc
29207 fields of the message you are replying to is one of your addresses.
29208 If it is, and there is only one of them, then that address is used as
29209 the From address in the message you are composing.
29210 In other words, you will be using a From address that is the same
29211 as the To address that was used to get the mail to you in the first place.
29214 If a role is being used and it has a From address defined, that From address will
29215 be used rather than the one derived from this feature.
29218 <UL>   
29219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29220 </UL><P>
29221 &lt;End of help on this topic&gt;
29222 </BODY>
29223 </HTML>
29224 ====== h_config_prefix_editing =====
29225 <HTML>
29226 <HEAD>
29227 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29228 </HEAD>
29229 <BODY>
29230 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29232 This feature affects the Reply command's &quot;Include original message
29233 in Reply?&quot; prompt.  When enabled, it causes the
29234 &quot;Edit Indent String&quot; sub-command to appear which allows 
29235 you to edit the string Alpine would otherwise use to denote included 
29236 text from the message being replied to.<P>
29238 Thus, you can change Alpine's default message quote character (usually
29239 an angle bracket) on a per message basis. So you could change your quoted message to
29240 look, for example, like this:<p>
29242 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29244 John: I just wanted to say hello and to congratulate you
29245 John: on a job well done!</pre><p>
29247 The configuration option
29248 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29249 may be used to change what appears as the default string to be edited.
29251 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29252 currently being replied to.
29254 If you change your <!--#echo var="VAR_reply-indent-string"-->
29255 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29256 quoted text will not be flowed
29257 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29258 when you reply.
29259 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29260 set to the default value.
29262 <UL>   
29263 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29264 </UL><P>
29265 &lt;End of help on this topic&gt;
29266 </BODY>
29267 </HTML>
29268 ====== h_config_enable_search_and_repl =====
29269 <HTML>
29270 <HEAD>
29271 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29272 </HEAD>
29273 <BODY>
29274 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29276 This feature modifies the behavior of Alpine's composer.  Setting this
29277 feature causes Alpine to offer the "^R Replace" subcommand, which
29278 allows you to search and replace text strings in a message you are composing, 
29279 inside the "^W Where is" command.  
29283 To search and replace text, first enter the text to be replaced at the 
29284 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29285 text, press ^R, which turns the prompt into 
29289 Search (to replace): 
29293 and then press Enter.  The cursor will highlight the first occurrence 
29294 of the text string you entered, and the prompt will show: 
29298 Replace "<your text string>" with : 
29302 where <your text string> is what you entered at the previous prompt;
29303 here, enter the replacement text.  To only replace the highlighted 
29304 occurrence, simply press Enter now; to replace all occurrences in the 
29305 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29306 each replacement.
29310 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29311 ^X toggles between "Replace All" and "Replace One."
29315 If you previously searched for text in a message, it will be offered for 
29316 re-use as part of the prompt, shown in [ ] brackets.
29319 &lt;End of help on this topic&gt;
29320 </BODY>
29321 </HTML>
29322 ====== h_config_enable_view_attach =====
29323 <HTML>
29324 <HEAD>
29325 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29326 </HEAD>
29327 <BODY>
29328 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29330 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29331 Setting this feature causes Alpine to present attachments in boldface.
29332 The first available attachment is displayed in inverse.  This is the
29333 "selected" attachment.  Pressing RETURN will cause Alpine to display
29334 the selected attachment.  Use the arrow keys to change which of the
29335 attachments displayed in boldface is the current selection.
29339 Speaking of arrow keys, the Up and Down Arrows will select the next
29340 and previous attachments if one is available on the screen for selection.
29341 Otherwise, they will simply adjust the viewed text one line up or down.
29345 Similarly, when selectable items are present in a message, the Ctrl-F key
29346 can be used to select the next item in the message independent of which
29347 portion of the viewed message is currently displayed. The Ctrl-B key can
29348 be used to select the previous item in the same way. 
29349 <P> 
29350 &lt;End of help on this topic&gt;
29351 </BODY>
29352 </HTML>
29353 ====== h_config_enable_y_print =====
29354 <HTML>
29355 <HEAD>
29356 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29357 </HEAD>
29358 <BODY>
29359 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29361 This feature modifies the behavior of Alpine's Print command.
29363 By default, Alpine's print command is available by pressing the "%" key.  
29364 (This command is a substantial change from Pine versions before 4.00 -- 
29365 where the print command was "Y" -- based on numerous complaints about 
29366 printing being invoked inadvertently, since Y also means "Yes.")  
29370 This feature is supplied to mitigate any disruption or anxiety users 
29371 might feel as a result of this change.  
29375 Enabling this feature will cause Alpine to recognize both the old
29376 command, "Y" for Prynt, as well the new "%" method for invoking
29377 printing.  Note, key menu labels are not changed as a result of
29378 enabling this feature.
29382 &lt;End of help on this topic&gt;
29383 </BODY>
29384 </HTML>
29385 ====== h_config_enable_lessthan_exit =====
29386 <HTML>
29387 <HEAD>
29388 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29389 </HEAD>
29390 <BODY>
29391 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29393 If this feature is set, then on screens where there is an Exit command
29394 but no < command, the < key will perform the same function as the Exit
29395 command.
29396 This feature is set by default.
29398 &lt;End of help on this topic&gt;
29399 </BODY>
29400 </HTML>
29401 ====== h_config_enable_view_url =====
29402 <HTML>
29403 <HEAD>
29404 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29405 </HEAD>
29406 <BODY>
29407 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29408 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29409 When this feature is set (the default) Alpine will select possible URLs from the
29410 displayed text and display them in boldface for selection.
29412 The first available URL is displayed in inverse.  This is the
29413 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29414 the selected URL via either built-in means as with mailto:, imap:,
29415 news:, and nntp:, or via an external application as defined
29416 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29417 variable.
29419 Use the arrow keys to change which of the URLs displayed in boldface
29420 is the current selection.
29422 Speaking of arrow keys, the Up and Down Arrows will select the next
29423 and previous URL if one is available on the screen for selection (unless 
29424 you have set the feature 
29425 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29426 Otherwise, they will simply adjust the viewed text one line up or down.
29428 Similarly, when selectable items are present in a message, the Ctrl-F
29429 key can be used to select the next item in the message independent
29430 of which portion of the viewed message is currently displayed. The
29431 Ctrl-B key can be used to select the previous item in the same way.
29433 <UL>   
29434 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29435 </UL><P>
29436 &lt;End of help on this topic&gt;
29437 </BODY>
29438 </HTML>
29439 ====== h_config_enable_view_web_host =====
29440 <HTML>
29441 <HEAD>
29442 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29443 </HEAD>
29444 <BODY>
29445 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29447 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29448 When this feature is set (the default) Alpine will select possible web hostnames
29449 from the displayed text and display them in boldface for selection.  
29450 This can be useful when you receive messages referencing World Wide Web 
29451 sites without the use of complete URLs; for example, specifying only 
29452 &quot;www.patches.freeiz.com/alpine/&quot; (which will <B>not</B> become a 
29453 selectable 
29454 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29455 rather than explicitly
29456 &quot;http://www.patches.freeiz.com/alpine/&quot;.  
29458 The first available hostname is displayed in inverse.  This is the
29459 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29460 the selected hostname via an external application as defined
29461 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29462 variable.
29464 Use the arrow keys (unless you have set the feature 
29465 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29466 to change which of the hostnames displayed in
29467 boldface is the current selection.
29469 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29470 key can be used to select the next web hostname in the message independent
29471 of which portion of the viewed message is currently displayed. The
29472 Ctrl-B key can be used to select the previous web hostnames in the same way.
29474 <UL>   
29475 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29476 </UL><P>
29477 &lt;End of help on this topic&gt;
29478 </BODY>
29479 </HTML>
29480 ====== h_config_enable_view_addresses =====
29481 <HTML>
29482 <HEAD>
29483 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29484 </HEAD>
29485 <BODY>
29486 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29488 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29489 Setting this feature causes Alpine to select possible email addresses
29490 from the displayed text and display them in boldface for selection.  
29493 The first available email address is displayed in inverse.  This is the
29494 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29495 the message composition screen with the To: field filled in with the
29496 selected address.
29498 Use the arrow keys (unless you have set the feature 
29499 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29500 to change which of the hostnames displayed in
29501 boldface is the current selection.
29503 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29504 key can be used to select the next web hostname in the message independent
29505 of which portion of the viewed message is currently displayed. The
29506 Ctrl-B key can be used to select the previous web hostnames in the same way.
29508 <UL>   
29509 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29510 </UL><P>
29511 &lt;End of help on this topic&gt;
29512 </BODY>
29513 </HTML>
29514 ====== h_config_enable_view_arrows =====
29515 <HTML>
29516 <HEAD>
29517 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29518 </HEAD>
29519 <BODY>
29520 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29522 This feature modifies Up and Down arrow key behavior in Alpine's
29523 MESSAGE TEXT screen when selectable Attachments, URL's, or
29524 web-hostnames are presented. Alpine's usual behavior is to move to
29525 the next or previous selectable item if currently displayed or
29526 simply to adjust the screen view by one line.
29530 Setting this feature causes the UP and Down arrow key to behave as
29531 if no selectable items were present in the message.
29535 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29536 item) functionality is unchanged.
29539 &lt;End of help on this topic&gt;
29540 </BODY>
29541 <HTML>
29542 ====== h_config_quell_charset_warning =====
29543 <HTML>
29544 <HEAD>
29545 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29546 </HEAD>
29547 <BODY>
29548 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29550 By default, if the message you are viewing contains characters that are
29551 not representable in your
29552 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29553 then Alpine will
29554 add a warning to the start of the displayed text.
29555 If this option is set, then that editorial message will be suppressed.
29557 Setting this feature also suppresses the comment about the character set
29558 in header lines.
29559 For example, when viewing a message you might see
29561 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29563 in the From header if your Character-Set is something other than ISO-8859-2.
29564 If you set this feature, the comment about the character set will
29565 no longer be there.
29567 &lt;End of help on this topic&gt;
29568 </BODY>
29569 </HTML>
29570 ====== h_config_quell_host_after_url =====
29571 <HTML>
29572 <HEAD>
29573 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29574 </HEAD>
29575 <BODY>
29576 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29578 By default, links in HTML text are displayed with the host the link
29579 references appended, within square brackets, to the link text.  Alpine
29580 does this to help indicate where a link will take you, particularly when
29581 the link text might suggest a different destination.
29584 Setting this feature will prevent the server name from being appended
29585 to the displayed text.
29588 &lt;End of help on this topic&gt;
29589 </BODY>
29590 </HTML>
29591 ====== h_config_prefer_plain_text =====
29592 <HTML>
29593 <HEAD>
29594 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29595 </HEAD>
29596 <BODY>
29597 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29599 A message being viewed may contain alternate versions of the same content.
29600 Those alternate versions are supposed to be ordered by the sending software such that the
29601 first alternative is the least preferred and the last alternative is the
29602 most preferred. Alpine will normally display the most-preferred version that
29603 it knows how to display. This is most often encountered where the two
29604 alternate versions are a plain text version and an HTML version, with the
29605 HTML version listed last as the most preferred.
29607 If this option is set, then any plain text version will be preferred to
29608 all other versions.
29610 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29611 which will temporarily change the sense of this option.
29612 If this option is set you will first see the plain text version of a
29613 message.
29614 If you then type the &quot;A&quot; command, you will see the most preferred version,
29615 most likely HTML, instead.
29616 Typing the &quot;A&quot; command a second time will switch it back.
29617 Alternatively, if the present option is not set you will originally see
29618 the most preferred version of the message and typing &quot;A&quot; will switch to
29619 the plain text version.
29621 &lt;End of help on this topic&gt;
29622 </BODY>
29623 </HTML>
29624 ====== h_config_pass_control =====
29625 <HTML>
29626 <HEAD>
29627 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29628 </HEAD>
29629 <BODY>
29630 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29632 It is probably not useful to set this option.
29633 This is a legacy option left behind &quot;just in case&quot;.
29634 Multi-byte characters that have an octet that has the same
29635 value as a control character are permitted through whether or not
29636 this option is turned on.
29638 This feature controls how certain characters contained in messages are
29639 displayed.
29640 If set, all characters in a message will be sent to the
29641 screen. Normally, control characters are displayed as shown below to
29642 avoid a garbled screen and to 
29643 avoid inadvertently changing terminal setup parameters.
29644 Control characters are usually displayed as two character sequences like
29645 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
29646 for Control-C,
29647 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
29648 for ESCAPE,
29649 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
29650 for DELETE, and
29651 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
29652 for the character with value 133 (0x85).
29653 (The DEL character is displayed as ^?, regular control characters are displayed
29654 as the character ^ followed by the character obtained by adding the
29655 five low-order bits of the character to 0x40, and the C1
29656 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
29657 character obtained by adding the
29658 five low-order bits of the character to 0x40.)
29659 Sometimes, in cases where changing a single control character into a
29660 two-character sequence would confuse Alpine's display routines,
29661 a question mark is substituted for the control character.
29663 If you wish to filter out regular control characters but pass the
29664 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29665 you may leave this feature unset and set the feature <A HREF="h_config_pass_c1_control"><!--#echo var="FEAT_pass-c1-control-characters-as-is"--></A> instead.
29667 &lt;End of help on this topic&gt;
29668 </BODY>
29669 </HTML>
29670 ====== h_config_pass_c1_control =====
29671 <HTML>
29672 <HEAD>
29673 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
29674 </HEAD>
29675 <BODY>
29676 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
29678 It is probably not useful to set this option.
29679 This is a legacy option left behind &quot;just in case&quot;.
29680 Multi-byte characters that have an octet that has the same
29681 value as a control character are permitted through whether or not
29682 this option is turned on.
29684 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29685 is set, then this feature has no effect.
29686 However, if you wish to filter out regular control characters but pass the
29687 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29688 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29689 unset and set this feature.
29691 &lt;End of help on this topic&gt;
29692 </BODY>
29693 </HTML>
29694 ====== h_config_fcc_on_bounce =====
29695 <HTML>
29696 <HEAD>
29697 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
29698 </HEAD>
29699 <BODY>
29700 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
29702 This feature controls an aspect of Alpine's behavior when bouncing a
29703 message. If set, normal FCC ("File Carbon Copy") processing will be
29704 done, just as if you had composed a message to the address you are
29705 bouncing to.  If not set, no FCC of the message will be saved. 
29707 &lt;End of help on this topic&gt;
29708 </BODY>
29709 </HTML>
29710 ====== h_config_show_cursor =====
29711 <HTML>
29712 <HEAD>
29713 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
29714 </HEAD>
29715 <BODY>
29716 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
29718 This feature controls an aspect of Alpine's displays.  If set, the system
29719 cursor will move to convenient locations in the displays.  For example,
29720 to the beginning of the status field of the highlighted index line, or
29721 to the highlighted word after a successful WhereIs command.  It is intended
29722 to draw your attention to an "interesting" spot on the screen.
29724 &lt;End of help on this topic&gt;
29725 </BODY>
29726 </HTML>
29727 ====== h_config_sort_fcc_alpha =====
29728 <HTML>
29729 <HEAD>
29730 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
29731 </HEAD>
29732 <BODY>
29733 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
29735 This feature controls an aspect of Alpine's FOLDER LIST screen.
29736 If set, the default Fcc folder will be sorted alphabetically with the other
29737 folders instead of appearing right after the INBOX.
29739 &lt;End of help on this topic&gt;
29740 </BODY>
29741 </HTML>
29742 ====== h_config_sort_save_alpha =====
29743 <HTML>
29744 <HEAD>
29745 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
29746 </HEAD>
29747 <BODY>
29748 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
29750 This feature controls an aspect of Alpine's FOLDER LIST screen.
29751 If set, the default save folder will be sorted alphabetically with the other
29752 folders instead of appearing right after the INBOX (and default FCC folder).
29754 &lt;End of help on this topic&gt;
29755 </BODY>
29756 </HTML>
29757 ====== h_config_single_list =====
29758 <HTML>
29759 <HEAD>
29760 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
29761 </HEAD>
29762 <BODY>
29763 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
29765 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29766 the folders will be listed one per line instead of several per line
29767 in the FOLDER LIST display.
29769 &lt;End of help on this topic&gt;
29770 </BODY>
29771 </HTML>
29772 ====== h_config_vertical_list =====
29773 <HTML>
29774 <HEAD>
29775 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
29776 </HEAD>
29777 <BODY>
29778 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
29780 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29781 the folders will be listed alphabetically down the columns rather
29782 than across the columns as is the default.
29784 &lt;End of help on this topic&gt;
29785 </BODY>
29786 </HTML>
29787 ====== h_config_verbose_post =====
29788 <HTML>
29789 <HEAD>
29790 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
29791 </HEAD>
29792 <BODY>
29793 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
29794 This feature controls an aspect of Alpine's message sending.  When enabled,
29795 Alpine will send a VERB (i.e., VERBose) command early in the posting process
29796 intended to cause the SMTP server to provide a more detailed account of
29797 the transaction.  This feature is typically only useful to system
29798 administrators and other support personel as an aid in troublshooting
29799 problems.
29801 Note, this feature relies on a specific capability of the system's mail
29802 transport agent or configured 
29803 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
29804 It is possible that this
29805 feature will cause problems for some tranport agents, and may result in
29806 sending failure.  In addition, as the verbose output comes from the mail
29807 transport agent, it is likely to vary from one system to another. 
29808 <P><UL>
29809 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29810 </UL><P>
29811 &lt;End of help on this topic&gt;
29812 </BODY>
29813 </HTML>
29814 ====== h_config_auto_reply_to =====
29815 <HTML>
29816 <HEAD>
29817 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
29818 </HEAD>
29819 <BODY>
29820 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
29822 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
29823 will not prompt when a message being replied to contains a "Reply-To:"
29824 header value, but will simply use its value (as opposed to using the
29825 "From:" field's value).
29829 Note: Using the "Reply-To:" address is usually the preferred behavior,
29830 however, some mailing list managers choose to place the list's address in
29831 the "Reply-To:" field of any message sent out to the list.  In such
29832 cases, this feature makes it all too easy for personal replies to be
29833 inadvertently sent to the entire mail list, so be careful! 
29835 &lt;End of help on this topic&gt;
29836 </BODY>
29837 </HTML>
29838 ====== h_config_del_skips_del =====
29839 <HTML>
29840 <HEAD>
29841 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
29842 </HEAD>
29843 <BODY>
29844 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
29846 This feature controls an aspect of Alpine's Delete command.  If set, this
29847 feature will cause the Delete command to advance past following messages that
29848 are marked deleted.  In other words, pressing "D" will both mark the
29849 current message deleted and advance to the next message that is not marked
29850 deleted.
29851 This feature is set by default.
29853 &lt;End of help on this topic&gt;
29854 </BODY></HTML>
29855 ====== h_config_expunge_manually =====
29856 <HTML>
29857 <HEAD>
29858 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
29859 </HEAD>
29860 <BODY>
29861 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
29863 Normally, when you close a folder that contains deleted messages you are
29864 asked if you want to expunge those messages from the folder permanently.
29865 If this feature is set, you won't be asked and the deleted messages will
29866 remain in the folder.
29867 If you choose to set this feature you will have to expunge the
29868 messages manually using the eXpunge command, which you can use while
29869 in the MESSAGE INDEX screen.
29870 If you do not expunge deleted messages the size of your
29871 folder will continue to increase until you are out of disk space.
29873 <UL>   
29874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29875 </UL><P>
29876 &lt;End of help on this topic&gt;
29877 </BODY>
29878 </HTML>
29879 ====== h_config_auto_expunge =====
29880 <HTML>
29881 <HEAD>
29882 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
29883 </HEAD>
29884 <BODY>
29885 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
29887 This features controls an aspect of Alpine's eXpunge command.  If set, you
29888 will <B>not</B> be prompted to confirm your intent before the expunge takes 
29889 place.
29890 Actually, this is only true for the INBOX folder and for folders in the
29891 Incoming Folders collection. See the feature
29892 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
29894 <UL>   
29895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29896 </UL><P>
29897 &lt;End of help on this topic&gt;
29898 </BODY>
29899 </HTML>
29900 ====== h_config_full_auto_expunge =====
29901 <HTML>
29902 <HEAD>
29903 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
29904 </HEAD>
29905 <BODY>
29906 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
29908 This features controls an aspect of Alpine's eXpunge command.  If set, you
29909 will <B>not</B> be prompted to confirm your intent before the expunge 
29910 takes place.  This feature sets this behavior for all folders, unlike the
29911 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
29912 feature that works only for incoming folders.
29914 <UL>   
29915 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29916 </UL><P>
29917 &lt;End of help on this topic&gt;
29918 </BODY>
29919 </HTML>
29920 ====== h_config_auto_read_msgs =====
29921 <HTML>
29922 <HEAD>
29923 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
29924 </HEAD>
29925 <BODY>
29926 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
29927 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
29928 and the 
29929 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
29930 option is also set, then Alpine will
29931 automatically transfer all read messages to the designated folder and mark
29932 them as deleted in the INBOX.  Messages in the INBOX marked with an 
29933 &quot;N&quot; (meaning New, or unseen) are not affected.
29935 <UL>   
29936 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29937 </UL><P>
29938 &lt;End of help on this topic&gt;
29939 </BODY>
29940 </HTML>
29941 ====== h_config_auto_fcc_only =====
29942 <HTML>
29943 <HEAD>
29944 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
29945 </HEAD>
29946 <BODY>
29947 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
29948 This features controls an aspect of Alpine's composer.
29949 The only time this feature will be used is if you attempt to send mail
29950 that has no recipients but does have an Fcc.
29951 Normally, Alpine will ask if you really mean to copy the message only to
29952 the Fcc.
29953 That is, it asks if you really meant to have no recipients.
29954 If this feature is set, you
29955 will <B>not</B> be prompted to confirm your intent to make only a copy
29956 of a message with no recipients.
29958 This feature is closely related to
29959 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
29960 The difference between this feature and that feature is that this feature
29961 considers a Bcc to be a recipient while that feature will ask for confirmation
29962 even if there is a Bcc when there is no To, Cc, or Newsgroup.
29963 The default values also differ. This feature defaults to asking the question
29964 and you have to turn it off.
29965 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
29966 unless you turn it on.
29969 <UL>   
29970 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29971 </UL><P>
29972 &lt;End of help on this topic&gt;
29973 </BODY>
29974 </HTML>
29975 ====== h_config_mark_fcc_seen =====
29976 <HTML>
29977 <HEAD>
29978 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
29979 </HEAD>
29980 <BODY>
29981 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
29983 This features controls the way Fccs (File carbon copies) are
29984 made of the messages you send.
29987 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
29988 copy will be marked as Unseen.
29989 When you look at the folder it was saved in the message will appear to
29990 be a New message until you read it.
29991 When this feature is enabled, the message will be marked as having
29992 been Seen.
29995 <UL>   
29996 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29997 </UL><P>
29998 &lt;End of help on this topic&gt;
29999 </BODY>
30000 </HTML>
30001 ====== h_config_no_fcc_attach =====
30002 <HTML>
30003 <HEAD>
30004 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30005 </HEAD>
30006 <BODY>
30007 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30009 This features controls the way Fcc's (File carbon copies) are
30010 made of the messages you send.
30013 Normally, Alpine saves an exact copy of your message as it was sent.
30014 When this feature is enabled, the &quot;body&quot; of the message
30015 you send (the text you type in the composer) is preserved in the 
30016 copy as before, however all attachments are replaced with text
30017 explaining what had been sent rather than the attachments themselves.
30020 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30021 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30022 allows you to interactively set whether or not attachments are saved
30023 to the Fcc'd copy.
30026 <UL>   
30027 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30028 </UL><P>
30029 &lt;End of help on this topic&gt;
30030 </BODY>
30031 </HTML>
30032 ====== h_config_read_in_newsrc_order =====
30033 <HTML>
30034 <HEAD>
30035 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30036 </HEAD>
30037 <BODY>
30038 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30040 This feature controls the order in which newsgroups will be presented.  If
30041 set, they will be presented in the same order as they occur in your 
30042 <!--chtml if pinemode="os_windows"-->
30043 &quot;NEWSRC&quot;
30044 <!--chtml else-->
30045 &quot;.newsrc&quot;
30046 <!--chtml endif-->
30047 file (the default location of which can be changed with the 
30048 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30050 If not set, the newsgroups will be presented in alphabetical order.
30052 <UL>   
30053 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30054 </UL><P>
30055 &lt;End of help on this topic&gt;
30056 </BODY>
30057 </HTML>
30058 ====== h_config_quell_tz_comment =====
30059 <HTML>
30060 <HEAD>
30061 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30062 </HEAD>
30063 <BODY>
30064 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30066 Normally, when Alpine generates a Date header for outgoing mail,
30067 it will try to include the symbolic timezone at the end of the
30068 header inside parentheses.
30069 The symbolic timezone is often three characters long, but on
30070 some operating systems, it may be longer.
30071 Apparently there are some SMTP servers in the world that will reject an
30072 incoming message if it has a Date header longer than about 80 characters.
30073 If this feature is set, the symbolic timezone normally generated by
30074 Alpine will not be included.
30075 You probably don't need to worry about this feature unless you run into
30076 the problem described above.
30079 &lt;End of help on this topic&gt;
30080 </BODY>
30081 </HTML>
30082 ====== h_config_post_wo_validation =====
30083 <HTML>
30084 <HEAD>
30085 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30086 </HEAD>
30087 <BODY>
30088 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30090 This feature controls whether the NNTP server is queried as newsgroups
30091 are entered for posting.  Validation over slow links (e.g. dialup using
30092 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30094 &lt;End of help on this topic&gt;
30095 </BODY>
30096 </HTML>
30097 ====== h_config_send_wo_confirm =====
30098 <HTML>
30099 <HEAD>
30100 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30101 </HEAD>
30102 <BODY>
30103 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30105 By default, when you send or post a message you will be asked to confirm
30106 with a question that looks something like:
30109 <CENTER><SAMP>Send message?</SAMP></CENTER>
30112 If this feature is set, you
30113 will <B>not</B> be prompted to confirm your intent to send
30114 and your message will be sent.
30116 If this feature is set it disables some possibilities and renders some
30117 other features meaningless.
30118 You will not be able to use
30119 <A HREF="h_config_sending_filter">Sending Filters</A>,
30120 Verbose sending mode,
30121 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30122 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30123 or ^V to turn off the generation of flowed text for this message.
30124 These options are normally available as suboptions in the Send prompt, but
30125 with no Send prompt the options are gone.
30128 A somewhat related feature is
30129 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30130 which may be used to eliminate the extra confirmation
30131 question when posting to a newsgroup.
30133 <UL>   
30134 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30135 </UL><P>
30136 &lt;End of help on this topic&gt;
30137 </BODY>
30138 </HTML>
30139 ====== h_config_quell_filtering_done_message =====
30140 <HTML>
30141 <HEAD>
30142 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30143 </HEAD>
30144 <BODY>
30145 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30147 If you use Filter Rules that move messages or set status of messages
30148 you sometimes see a message from Alpine that looks like
30151 <CENTER><SAMP>filtering done</SAMP></CENTER>
30154 If this feature is set, this message will be suppressed.
30155 If the feature
30156 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30157 is set then this message will be suppressed regardless.
30160 <UL>   
30161 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30162 </UL><P>
30163 &lt;End of help on this topic&gt;
30164 </BODY>
30165 </HTML>
30166 ====== h_config_quell_filtering_messages =====
30167 <HTML>
30168 <HEAD>
30169 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30170 </HEAD>
30171 <BODY>
30172 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30174 If you use Filter Rules that move messages or set status of messages
30175 you sometimes see messages from Alpine that look like
30178 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30184 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30190 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30193 If this feature is set, these messages will be suppressed.
30194 The feature
30195 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30196 is related.
30199 <UL>   
30200 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30201 </UL><P>
30202 &lt;End of help on this topic&gt;
30203 </BODY>
30204 </HTML>
30205 ====== h_config_quell_post_prompt =====
30206 <HTML>
30207 <HEAD>
30208 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30209 </HEAD>
30210 <BODY>
30211 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30213 By default, when you post a message to a newsgroup you are asked to confirm
30214 that you want to post with the question
30217 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30220 If this feature is set, you
30221 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30222 and your message will be posted.
30225 <UL>   
30226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30227 </UL><P>
30228 &lt;End of help on this topic&gt;
30229 </BODY>
30230 </HTML>
30231 ====== h_config_check_mail_onquit =====
30232 <HTML>
30233 <HEAD>
30234 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30235 </HEAD>
30236 <BODY>
30237 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30239 If this feature is set, Alpine will check for new mail after you give the
30240 Quit command.
30241 If new mail has arrived since the previous check, you will be notified
30242 and given the choice of quitting or not quitting.
30244 <UL>   
30245 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30246 </UL><P>
30247 &lt;End of help on this topic&gt;
30248 </BODY>
30249 </HTML>
30250 ====== h_config_inbox_no_confirm =====
30251 <HTML>
30252 <HEAD>
30253 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30254 </HEAD>
30255 <BODY>
30256 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30258 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30259 command and there are no more folders or newsgroups to visit, you are asked
30260 if you want to return to the INBOX.
30261 If this feature is set you will not be asked.
30262 It will be assumed that you do want to return to the INBOX.
30264 <UL>   
30265 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30266 </UL><P>
30267 &lt;End of help on this topic&gt;
30268 </BODY>
30269 </HTML>
30270 ====== h_config_dates_to_local =====
30271 <HTML>
30272 <HEAD>
30273 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30274 </HEAD>
30275 <BODY>
30276 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30278 Normally, the message dates that you see in the
30279 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30280 For example, if a message was sent to you from a few timezones to the east
30281 it might appear that it was sent from the future;
30282 or if it was sent from somewhere to the west it might appear
30283 as if it is from yesterday even though it was sent only a few minutes ago.
30284 If this feature is set an attempt will be made to convert the dates
30285 to your local timezone to be displayed.
30287 Note that this does not affect the results of Select by Date or of
30288 anything else other than these displayed dates.
30289 When viewing the message you may look at the original unconverted value of the Date
30290 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30292 <UL>   
30293 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30294 </UL><P>
30295 &lt;End of help on this topic&gt;
30296 </BODY>
30297 </HTML>
30298 ====== h_config_tab_no_prompt =====
30299 <HTML>
30300 <HEAD>
30301 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30302 </HEAD>
30303 <BODY>
30304 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30306 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30307 command and there is a problem checking a folder, you are asked
30308 whether you want to continue with the search in the following folder or not.
30309 This question gives you a chance to stop the NextNew processing.
30310 (The checking problem might be caused by the fact that the folder does not
30311 exist, or by an authentication problem, or by a server problem
30312 of some sort.)
30315 If this feature is set you will not be asked.
30316 It will be assumed that you do want to continue.
30318 <UL>   
30319 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30320 </UL><P>
30321 &lt;End of help on this topic&gt;
30322 </BODY>
30323 </HTML>
30324 ====== h_config_input_history =====
30325 <HTML>
30326 <HEAD>
30327 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30328 </HEAD>
30329 <BODY>
30330 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30332 Many of the prompts that ask for input in the status line near the
30333 bottom of the screen will respond to Up Arrow and Down Arrow
30334 with the history of previous entries.
30335 For example, in the MESSAGE INDEX screen when you use the WhereIs
30336 command the text you entered will be remembered and can be recalled
30337 by using the Up Arrow key.
30338 Another example, when saving a message the folders saved to will
30339 be remembered and can be recalled using the arrow keys.
30341 In the Save prompt, some users prefer that the Up and Down arrow keys
30342 be used for the Previous Collection and Next Collection commands
30343 instead of for a history of previous saves.
30344 If this option is set the Up and Down arrow keys will become synonyms for the
30345 Previous Collection and Next Collection (^P and ^N) commands in the
30346 prompt for the name of a folder to Save to or in the prompt for the
30347 name of a folder to GoTo.
30348 When this feature is not set (the default), ^P and ^N will change the
30349 collection and the arrow keys will show the history.
30351 <UL>   
30352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30353 </UL><P>
30354 &lt;End of help on this topic&gt;
30355 </BODY>
30356 </HTML>
30357 ====== h_config_confirm_role =====
30358 <HTML>
30359 <HEAD>
30360 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30361 </HEAD>
30362 <BODY>
30363 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30365 If you have roles, when you Reply to or Forward a message, or Compose
30366 a new message, Alpine
30367 will search through your roles for one that matches.
30368 Normally, if no matches are found you will be placed into the composer
30369 with no opportunity to select a role.
30370 If this feature is set, then you will be asked to confirm that you don't
30371 want a role.
30372 This will give you the opportunity to select a role (with the ^T command).
30373 If you confirm no role with a Return, you will be placed in
30374 the composer with no role.
30375 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30376 These behave the same as if you pressed the Return.
30377 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30378 match what you might type if there was a role match.)
30380 If you are using the alternate form of the Compose command called
30381 &quot;Role&quot;, then all of your roles will be available to you,
30382 independent of the value of this feauture and of the values set for all of
30383 Reply Use, Forward Use, and Compose Use.
30385 <UL>   
30386 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30387 </UL><P>
30388 &lt;End of help on this topic&gt;
30389 </BODY>
30390 </HTML>
30391 ====== h_config_news_cross_deletes =====
30392 <HTML>
30393 <HEAD>
30394 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30395 </HEAD>
30396 <BODY>
30397 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30399 This feature controls what Alpine does when you delete a message in a
30400 newsgroup that appears in more than one newsgroup.  Such a message
30401 is sometimes termed a &quot;crossposting&quot; in that it was posted
30402 across several newsgroups.
30405 Alpine's default behavior when you delete such a message is to remove
30406 only the copy in the current newsgroup from view when you use the
30407 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30410 Enabling this feature causes Alpine to remove every occurrence of the
30411 message from all newsgroups it appears in and to which you are
30412 subscribed.
30415 NOTE: As currently implemented, enabling this feature may increase the
30416 time it takes the Expunge command and newsgroup closing to complete.
30419 <UL>   
30420 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30421 </UL><P>
30422 &lt;End of help on this topic&gt;
30423 </BODY>
30424 </HTML>
30425 ====== h_config_news_catchup =====
30426 <HTML>
30427 <HEAD>
30428 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30429 </HEAD>
30430 <BODY>
30431 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30433 This feature controls what Alpine does as it closes a newsgroup.
30434 When set, Alpine will offer to delete all messages from the newsgroup
30435 as you are quitting Alpine or opening a new folder.
30438 This feature is useful if you typically read all the interesting messages
30439 in a newsgroup each time you open it.  This feature saves you from
30440 having to delete each message in a newsgroup as you read it or from
30441 selecting all the messages and doing an
30442 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30443 move on to the next folder or newsgroup.
30446 <UL>   
30447 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30448 </UL><P>
30449 &lt;End of help on this topic&gt;
30450 </BODY>
30451 </HTML>
30452 ====== h_config_next_thrd_wo_confirm =====
30453 <HTML>
30454 <HEAD>
30455 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30456 </HEAD>
30457 <BODY>
30458 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30460 This feature controls an aspect of Alpine's Next and Prev commands in
30461 the case where you are using one of the
30462 &quot;separate-index-screen&quot; styles for the configuration option
30463 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30464 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30465 When you are Viewing a particular thread you have a
30466 MESSAGE INDEX of only the messages in that thread.
30467 If you press the Next command with the last message in the thread highlighted
30468 you will normally be asked if you want to &quot;View next thread?&quot;,
30469 assuming there is a next thread to view.
30470 If this feature is set it will be assumed that you always want to view the
30471 next thread and you won't be asked to confirm that.
30472 Similarly, if the first message of the thread is highlighted and you
30473 press the Prev command, this feature will prevent the question
30474 &quot;View previous thread&quot;.
30476 This feature only has an effect in the MESSAGE INDEX screen.
30477 If you then view a particular message from that screen and press the
30478 Next command, you will be sent to the next thread without being asked,
30479 independent of the setting of this feature.
30481 The feature
30482 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30484 &lt;End of help on this topic&gt;
30485 </BODY>
30486 </HTML>
30487 ====== h_config_kw_braces =====
30488 <HTML>
30489 <HEAD>
30490 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30491 </HEAD>
30492 <BODY>
30493 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30495 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30496 TEXT screens.
30497 If you have modified the
30498 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30499 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30500 are used to display keywords or their initials along with the Subject; then
30501 this option may be used to modify the resulting display slightly.
30502 By default, the keywords or initials displayed for these tokens will be
30503 surrounded with curly braces ({ and }) and a trailing space.
30504 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30505 a message, the &quot;SUBJKEY&quot; token will normally look like
30507 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30509 and the SUBJKEYINIT token would look like
30511 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30513 The default character before the keywords is the left brace ({) and the
30514 default after the keywords is the right brace followed by a space (} ).
30516 This option allows you to change that.
30517 You should set it to two values separated by a space.
30518 The values may be quoted if they include space characters.
30519 So, for example, the default value could be specified explicitly by setting this
30520 option to
30522 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30524 The first part wouldn't need to be quoted (but it doesn't hurt).
30525 The second part does need the quotes because it includes a space character.
30526 If you wanted to change the braces to brackets you could use
30528 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30530 Inside the quotes you can use backslash quote to mean quote, so
30532 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30534 would produce
30536 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30538 It is also possible to color keywords in the index using the
30539 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30541 It is not possible to change the fact that a space character is used to
30542 separate the keywords if more than one keyword is set for a message.
30543 It is also not possible to change the fact that there are no separators
30544 between the keyword initials if more than one keyword is set.
30546 &lt;End of help on this topic&gt;
30547 </BODY>
30548 </HTML>
30549 ====== h_config_opening_sep =====
30550 <HTML>
30551 <HEAD>
30552 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30553 </HEAD>
30554 <BODY>
30555 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30557 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30558 With some setups the text of the subject is followed
30559 by the opening text of the message if there is any room available in the index line.
30560 If you have configured your
30561 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30562 to include one of the Subject tokens that causes this behavior
30563 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30564 to modify what is displayed slightly.
30565 By default, the Subject is separated from the opening text of the message by
30566 the three characters space dash space;
30568 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30570 Use this option to set it to something different.
30571 The value must be quoted if it includes any space characters.
30572 For example, the default value could be specified explicitly by setting this
30573 option to
30575 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30577 &lt;End of help on this topic&gt;
30578 </BODY>
30579 </HTML>
30580 ====== h_config_select_wo_confirm =====
30581 <HTML>
30582 <HEAD>
30583 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30584 </HEAD>
30585 <BODY>
30586 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30588 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30589 These commands all take text input to specify the name of the folder or
30590 file to be used, but allow you to press ^T for a list of possible names.
30591 If set, the selected name will be used immediately, without further
30592 opportunity to confirm or edit the name.
30594 Some related help topics are
30595 <UL>
30596 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30597 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30598 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30599 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30600 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30601 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30602 </UL>
30604 &lt;End of help on this topic&gt;
30605 </BODY>
30606 </HTML>
30607 ====== h_config_save_part_wo_confirm =====
30608 <HTML>
30609 <HEAD>
30610 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30611 </HEAD>
30612 <BODY>
30613 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30615 This feature controls an aspect of Alpine's Save command.
30616 By default, when you Save a message that has some deleted parts, you will
30617 be asked to confirm that you want to Save with a prompt that looks like:
30619 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30621 If this feature is set, you will not be asked.
30623 &lt;End of help on this topic&gt;
30624 </BODY>
30625 </HTML>
30626 ====== h_config_use_resentto =====
30627 <HTML>
30628 <HEAD>
30629 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30630 </HEAD>
30631 <BODY>
30632 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30634 This feature is turned off by default because turning it on causes problems
30635 with some deficient IMAP servers.
30636 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30637 <A HREF="h_rule_patterns">Pattern</A>
30638 contains a To header pattern and this feature is turned on,
30639 then a check is made in the message to see
30640 if a Resent-To header is present, and that is used instead of the To header.
30641 If this feature is not turned on, then the regular To header will always
30642 be used.
30645 &lt;End of help on this topic&gt;
30646 </BODY>
30647 </HTML>
30648 ====== h_config_use_reg_start_for_stayopen =====
30649 <HTML>
30650 <HEAD>
30651 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
30652 </HEAD>
30653 <BODY>
30654 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
30656 This feature affects which message is selected as the current message
30657 when you enter a
30658 <A HREF="h_config_permlocked">Stay Open</A> folder.
30660 Normally, the starting position for an incoming folder (which most Stay Open
30661 folders will likely be) is controlled by the
30662 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
30663 However, if a folder is a Stay Open folder, when you re-enter the folder
30664 after the first time the current message will be the same as it was when
30665 you left the folder.
30666 An exception is made if you use the TAB command to get to the folder.
30667 In that case, the message number will be incremented by one from what it
30668 was when you left the folder.
30670 The above special behavior is thought to be useful.
30671 However, it is special and different from what you might at first expect.
30672 If this feature is set, then Stay Open folders will not be treated specially
30673 as far as the startup rule is concerned.
30676 &lt;End of help on this topic&gt;
30677 </BODY>
30678 </HTML>
30679 ====== h_config_use_current_dir =====
30680 <HTML>
30681 <HEAD>
30682 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
30683 </HEAD>
30684 <BODY>
30685 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
30687 This feature controls an aspect of several commands. 
30688 If set, your &quot;current working directory&quot; 
30689 <!--chtml if pinemode="running"-->
30690 (which, at least for your current Alpine &quot;session,&quot; 
30691 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
30692 <!--chtml endif-->
30693 will be used instead of your home directory 
30694 <!--chtml if pinemode="running"-->
30695 (which, in the present configuration of your system, is
30696  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
30697 <!--chtml endif-->
30698 for all of the following operations:<UL>
30699     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
30700     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
30701     <LI> <!--chtml if pinemode="function_key"-->F4
30702          <!--chtml else-->Ctrl-R
30703          <!--chtml endif--> file inclusion in the COMPOSER
30704     <LI> <!--chtml if pinemode="function_key"-->F5
30705          <!--chtml else-->Ctrl-J
30706          <!--chtml endif--> file attachment in the COMPOSER
30707 </UL>
30708 <!--chtml if pinemode="os_windows"-->
30710 If you are starting PC-Alpine from a desktop icon or the Start menu, 
30711 you can set the &quot;current drive&quot; 
30712 by specifying it in the &quot;Start in:&quot; 
30713 box found in the Shortcut tab of the Properties.  
30714 <!--chtml endif-->
30716 <UL>   
30717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30718 </UL>
30721 &lt;End of help on this topic&gt;
30722 </BODY>
30723 </HTML>
30724 ====== h_config_save_wont_delete =====
30725 <HTML>
30726 <HEAD>
30727 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
30728 </HEAD>
30729 <BODY>
30730 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
30732 This feature controls one aspect of the Save command.  If set, Save will
30733 not mark the message &quot;deleted&quot; (its default behavior) after
30734 it has been copied to the designated folder.
30737 &lt;End of help on this topic&gt;
30738 </BODY>
30739 </HTML>
30740 ====== h_config_use_boring_spinner =====
30741 <HTML>
30742 <HEAD>
30743 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
30744 </HEAD>
30745 <BODY>
30746 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
30748 When Alpine is delayed for some reason it usually shows that
30749 something is happening with a small animated display in the status
30750 message line near the bottom of the screen.
30751 Setting this feature will cause that animation to be the same
30752 each time instead of having Alpine choose a random animation.
30753 You may turn the animation off altogether by setting the
30754 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
30755 option to zero.
30758 &lt;End of help on this topic&gt;
30759 </BODY>
30760 </HTML>
30761 ====== h_config_unsel_wont_advance =====
30762 <HTML>
30763 <HEAD>
30764 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
30765 </HEAD>
30766 <BODY>
30767 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
30769 This feature controls one aspect of the Unselect Current message command.
30770 Normally, when the Unselect current message command (:) is typed when the
30771 current message is selected, the message will be unselected and the next
30772 message will become the current message.
30773 If this feature is set, the cursor will not advance to the next message.
30774 Instead, the current message will remain the current message after
30775 unselecting.
30778 &lt;End of help on this topic&gt;
30779 </BODY>
30780 </HTML>
30781 ====== h_config_prune_uses_iso =====
30782 <HTML>
30783 <HEAD>
30784 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
30785 </HEAD>
30786 <BODY>
30787 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
30789 By default, Alpine asks monthly whether or not you would like to rename
30790 some folders to a new name containing the date.
30791 It also asks whether or not you would like to delete some old folders.
30792 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
30793 explanation.
30796 By default, the name used when renaming a folder looks like
30798 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
30800 For example, the first time you run Alpine in May of 2004,
30801 the folder &quot;sent-mail&quot; might be renamed to
30803 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
30805 If this feature is set, the name used will be of the form
30807 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
30809 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
30810 month (01, 02, ..., 12).
30811 For the April, 2004 example above, it would instead be
30813 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
30815 because April is the 4th month of the year.
30816 A reason you might want to set this feature is so that the folders
30817 will sort in chronological order.
30820 &lt;End of help on this topic&gt;
30821 </BODY>
30822 </HTML>
30823 ====== h_config_save_advances =====
30824 <HTML>
30825 <HEAD>
30826 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
30827 </HEAD>
30828 <BODY>
30829 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
30831 This feature controls one aspect of the Save command.  If set, Save will
30832 (in addition to copying the current message to the designated folder) also
30833 advance to the next message.
30836 &lt;End of help on this topic&gt;
30837 </BODY>
30838 </HTML>
30839 ====== h_config_force_arrow =====
30840 <HTML>
30841 <HEAD>
30842 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
30843 </HEAD>
30844 <BODY>
30845 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
30847 This feature affects Alpine's MESSAGE INDEX display routine.
30848 If set, the normal inverse-video cursor will be
30849 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
30850 second column of the index display.
30852 This is the same index cursor you get if you turn on
30853 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
30854 line coloring will still be present if this feature is turned on and
30855 <!--#echo var="FEAT_assume-slow-link"--> is off.
30857 An alternative version of the Arrow cursor is available by including the
30858 <A HREF="h_config_index_arrow_color">ARROW</A>
30859 token in the
30860 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
30862 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
30863 but that is not implemented.
30866 &lt;End of help on this topic&gt;
30867 </BODY>
30868 </HTML>
30869 ====== h_config_force_low_speed =====
30870 <HTML>
30871 <HEAD>
30872 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
30873 </HEAD>
30874 <BODY>
30875 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
30877 UNIX Alpine only.
30879 This feature affects Alpine's display routines.  If set, the normal
30880 inverse-video cursor (used to highlight the current item in a list) will be
30881 replaced by an &quot;arrow&quot; cursor and other
30882 screen update optimizations for
30883 low-speed links (e.g. 2400 bps dialup connections) will be activated.
30884 One of the optimizations is that colored index lines (set up with Indexcolor
30885 Rules) will not be colored.
30886 If you are just turning this feature on because you like using
30887 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
30888 coloring by turning this feature off and the
30889 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
30892 &lt;End of help on this topic&gt;
30893 </BODY>
30894 </HTML>
30895 ====== h_config_show_delay_cue =====
30896 <HTML>
30897 <HEAD>
30898 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
30899 </HEAD>
30900 <BODY>
30901 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
30903 If set, this feature will cause an asterisk to appear in the upper
30904 left-hand corner of the screen whenever Alpine checks for new mail.
30905 Two asterisks whenever Alpine saves (checkpoints) the state of the current
30906 mailbox to disk.
30908 <!--chtml if pinemode="os_windows"-->
30910 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
30911 it is trying to open a network connection (e.g, to open your INBOX
30912 on an IMAP
30913 server) or read from the network connection.  A greater-than symbol,
30914 will be displayed when PC-Alpine is trying to write to the network
30915 connection (e.g, sending a command to your IMAP server).
30916 <!--chtml endif-->
30919 &lt;End of help on this topic&gt;
30920 </BODY>
30921 </HTML>
30922 ====== h_config_color_style =====
30923 <HTML>
30924 <HEAD>
30925 <TITLE>OPTION: Color Style</TITLE>
30926 </HEAD>
30927 <BODY>
30928 <H1>OPTION: Color Style</H1>
30930 UNIX Alpine only.
30932 If the terminal or terminal emulator you are using is capable of displaying
30933 colors, this option controls whether or not color will be used in Alpine.
30934 If you turn color on and things are set up correctly,
30935 you should see color appear on the screen immmediately.
30936 Modern terminal emulators are usually capable of displaying colors.
30938 The available options include:
30941 <DL>
30942 <DT>no-color</DT>
30943 <DD>Don't use color.
30944 </DD>
30946 <DT>use-termdef</DT>
30947 <DD>In order to decide if your terminal is capable of color, Alpine looks in
30948 the terminal capabilities database, TERMINFO or TERMCAP, depending on
30949 how Alpine was compiled.
30950 This is a good option to choose if you switch between a color and a non-color
30951 terminal with the same Alpine configuration.
30952 Alpine will know to use color on the color terminal because it is described
30953 in the termcap entry, and Alpine will know to use black and white on the
30954 non-color terminal.
30955 The Alpine Technical Notes
30956 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
30957 have more information on configuring a TERMCAP or TERMINFO
30958 entry for color Alpine.
30959 This is usually something a system administrator does.
30960 </DD>
30962 <DT>force-ansi-8color</DT>
30963 <DD>This is probably the setting that most people should use.
30964 Because setting up a termcap entry is confusing and because the
30965 terminal capabilities database is often not correctly configured for color,
30966 this choice and the next may be easier for you to use.
30967 If your terminal emulator responds to ANSI color escape sequences, which
30968 many do, this option will cause Alpine to believe your terminal will respond
30969 to the escape sequences that produce eight different foreground and background
30970 colors.
30971 The escape sequences used to set the foreground colors are
30973   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
30975 where the color_number is an ASCII digit between 0 and 7.
30976 The numbers 0 through 7 should correspond to the colors black, red, green,
30977 yellow, blue, magenta, cyan, and white.
30978 Some terminal emulators use a pre-ANSI scheme that swaps
30979 the colors blue and red and the colors yellow and cyan.
30980 This will cause the default colors to be different, but other than that
30981 things should work fine.
30982 There is also a 9th color available, the last one shown, which is the default
30983 color from the terminal emulator.
30984 When used as a background color some people refer to this color as
30985 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
30986 shown in the color swatch of the SETUP COLOR screen.
30987 The foreground transparent color is shown as
30988 the color of the &quot;TRAN&quot; text.
30989 (The transparent color will not work correctly in a PC-Alpine configuration.)
30990 The escape sequences used to set the background colors are the same
30991 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
30992 The escape sequences for foreground and background default colors (transparent)
30993 are 39m and 49m.
30995 Note: With the Tera Term terminal emulator this setting works well.
30996 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
30997 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
30998 menu, in the &quot;Window&quot; submenu.
30999 </DD>
31001 <DT>force-ansi-16color</DT>
31002 <DD>Many terminal emulators know about the same eight colors above
31003 plus eight more.
31004 This option attempts to use all 16 colors.
31005 The same escape sequences as for the eight-color terminal are used
31006 for the first eight colors.
31007 The escape sequences used to set foreground colors 8-15 are the same as
31008 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31009 The background color sequences for colors 8-15 are the same as for 0-7
31010 except the &quot;4&quot; is replaced with &quot;10&quot;.
31011 You can tell if the 16 colors are working by turning on this option
31012 and then going into one of the color configuration screens, for example,
31013 the configuration screen for Normal Color.
31014 If you see 16 different colors to select from (plus a 17th for
31015 the transparent color), it's working.
31016 </DD>
31018 <DT>force-xterm-256color</DT>
31019 <DD>Some versions of xterm (and some other terminal emulators)
31020 have support for 256 colors.
31021 The escape sequences used to set the foreground colors are
31023   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31025 where the color_number is an ASCII digit between 0 and 255.
31026 Background colors are the same with the 38 replaced with a 48.
31027 The numbers 0 through 15 are probably similar to the 16 color version
31028 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31029 The terminal default (transparent) color is the 257th color at the bottom.
31030 Some terminal emulators will misinterpret these escape sequences causing
31031 the terminal to blink or overstrike characters or to do something else
31032 undesirable.
31034 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31035 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31036 this 256-color setting.
31038 </DD>
31039 </DL>
31042 The normal default is &quot;no-color&quot;.
31045 Once you've turned on color you may set the
31046 colors of many objects on the screen individually.
31047 For example, you may add colors to the status letters on the MESSAGE
31048 INDEX page.
31049 Most categories of color that Alpine supports are configurable here.
31050 For example, &quot;Normal Color&quot;
31051 is the color used to display most of the text in Alpine, and
31052 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31053 current message in the MESSAGE INDEX.
31055 Lines in the MESSAGE INDEX may also be colored.
31056 Use Setup Rules to get to the Indexcolor configuration screen.
31059 <UL>   
31060 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31061 </UL><P>
31062 &lt;End of help on this topic&gt;
31063 </BODY>
31064 </HTML>
31065 ====== h_config_disable_index_locale_dates =====
31066 <HTML>
31067 <HEAD>
31068 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31069 </HEAD>
31070 <BODY>
31071 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31073 This feature affects the display of dates in the MESSAGE INDEX.
31074 Normally an attempt is made to localize the dates
31075 used in the MESSAGE INDEX display to your locale.
31076 This is controlled with the
31077 LC_TIME locale setting on a UNIX system.
31078 On Windows the Regional Options control panel may be used to set the date format.
31079 At the programming level, Alpine is using the strftime routine
31080 to print the parts of a date.
31082 If this feature is set, dates are displayed in English and
31083 with the conventions of the United States.
31086 <UL>   
31087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31088 </UL><P>
31089 &lt;End of help on this topic&gt;
31090 </BODY>
31091 </HTML>
31092 ====== h_config_auto_open_unread =====
31093 <HTML>
31094 <HEAD>
31095 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31096 </HEAD>
31097 <BODY>
31098 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31100 This feature controls the behavior of the TAB key when traversing folders
31101 in the optional 
31102 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31103 collection or in optional <!--#echo var="VAR_news-collections"-->.
31105 When the TAB
31106 (<A HREF="h_common_nextnew">NextNew</A>)
31107 key is pressed, and there
31108 are no more unseen messages in the current (incoming message or news)
31109 folder, Alpine will search the list of folders in the current collection for
31110 one containing New or Recent (new since the last time the folder was
31111 opened) messages.
31112 This behavior may be modified slightly with the
31113 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31114 feature that causes Alpine to look for Unseen messages instead of Recent
31115 messages.
31116 Normally, when such a folder is found, Alpine will ask
31117 whether you wish to open the folder.  If this feature is set, Alpine will
31118 automatically open the folder without prompting.
31120 This feature also affects some other similar situations.
31121 If you have a
31122 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31123 that is equal to one of the &quot;separate-&quot; values, and you are
31124 viewing a thread; then when you type the NextNew command and are at the
31125 end of the current thread you will automatically go to the next thread
31126 if this feature is set.
31127 By default, you would be asked if you want to view the next thread.
31128 You will also be asked at times whether or not you want to view the next
31129 thread after you delete the last message in the thread.
31130 Setting this feature will also cause that question to be skipped.
31133 <UL>   
31134 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31135 </UL><P>
31136 &lt;End of help on this topic&gt;
31137 </BODY>
31138 </HTML>
31139 ====== h_config_auto_include_reply =====
31140 <HTML>
31141 <HEAD>
31142 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31143 </HEAD>
31144 <BODY>
31145 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31147 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31148 will ask whether you wish to include the original message in your reply.
31149 If this feature is set and the feature
31150 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31151 is <EM>not</EM> set, then the original message will be included in the reply
31152 automatically, without prompting.
31154 &lt;End of help on this topic&gt;
31155 </BODY>
31156 </HTML>
31157 ====== h_config_select_in_bold =====
31158 <HTML>
31159 <HEAD>
31160 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31161 </HEAD>
31162 <BODY>
31163 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31165 This feature controls an aspect of Alpine's 
31166 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31167 commands; in
31168 particular, the Select and WhereIs commands. Select and WhereIs (with the
31169 ^X subcommand) will search the current folder for messages meeting a
31170 specified criteria, and &quot;tag&quot; the resulting messages with an 
31171 &quot;X&quot; in the
31172 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31173 is set, instead of using the &quot;X&quot; to denote a selected message, 
31174 Alpine will
31175 attempt to display those index lines in boldface. Whether this is
31176 preferable to the &quot;X&quot; will depend on personal taste and the type of
31177 terminal being used.
31179 <UL>   
31180 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31181 </UL><P>
31182 &lt;End of help on this topic&gt;
31183 </BODY>
31184 </HTML>
31185 ====== h_config_alt_auth =====
31186 <HTML>
31187 <HEAD>
31188 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31189 </HEAD>
31190 <BODY>
31191 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31193 This feature affects how Alpine connects to IMAP servers.
31194 It's utility has largely been overtaken by events,
31195 but it may still be useful in some circumstances.
31196 If you only connect to modern IMAP servers that support
31197 &quot;TLS&quot; you can ignore this feature.
31200 Details:
31203 By default, Alpine will attempt to connect to an IMAP server on the
31204 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31205 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31206 then a secure (encrypted) session will be negotiated.
31209 With this feature enabled, before connecting on the normal IMAP port, Alpine
31210 will first attempt to connect to an alternate IMAP service port (993) used
31211 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31212 (SSL) method.
31213 If the SSL attempt fails, Alpine will then try the default
31214 behavior described in the previous paragraph.
31217 TLS negotiation on the normal port is preferred, and supersedes the use of
31218 SSL on port 993, but older servers may not provide TLS support.
31219 This feature may be convenient when accessing IMAP servers that do not support
31220 TLS, but do support SSL connections on port 993.
31221 However, it is important to understand that with this feature enabled,
31222 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31223 but it will proceed to make an insecure connection if that is the only
31224 option offered by the server, or if the Alpine in question has been built
31225 without encryption capability.
31228 Note that this feature specifies a per-user (or system-wide) default
31229 behavior, but host/folder specification flags may be used to control the
31230 behavior of any specific connection.
31231 This feature interacts with some of
31232 the possible host/folder path specification flags as follows:
31235 The <SAMP>/tls</SAMP> host flag, for example,
31238 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31240 will over-ride this feature for the specified host by bypassing the
31241 SSL connection attempt.
31242 Moreover, with <SAMP>/tls</SAMP> specified,
31243 the connection attempt will fail if the
31244 service on port 143 does not offer TLS support.
31247 The <SAMP>/ssl</SAMP> host flag, for example,
31250 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31252 will insist on an SSL connection for the specified host,
31253 and will fail if the SSL service on port 993 is not available.
31254 Alpine will not subsequently retry a connection
31255 on port 143 if <SAMP>/ssl</SAMP> is specified.
31258 <UL>   
31259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31260 </UL><P>
31261 &lt;End of help on this topic&gt;
31262 </BODY>
31263 </HTML>
31264 ====== h_config_file_dir ======
31265 <HTML>
31266 <HEAD>
31267 <TITLE>OPTION: File Directory</TITLE>
31268 </HEAD>
31269 <BODY>
31270 <H1>OPTION: File Directory</H1>
31272 PC-Alpine only.
31274 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31275 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31276 Message Index's &quot;E&nbsp;Export&quot; command.
31279 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31280 component, Alpine assumes the file exists in the user's home directory.
31281 Under Windows operating systems, this definition isn't always clear.  This 
31282 feature allows you to explictly set where Alpine should look for files
31283 without a leading path.
31286 NOTE: this feature's value is ignored if either 
31287 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31288 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31291 <UL>   
31292 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31293 </UL><P>
31294 &lt;End of help on this topic&gt;
31295 </BODY>
31296 </HTML>
31297 ====== h_config_quote_all_froms =====
31298 <HTML>
31299 <HEAD>
31300 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31301 </HEAD>
31302 <BODY>
31303 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31305 This feature controls an aspect of the Save command (and also the way
31306 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31307 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31308 when they are saved to another folder, including lines syntactically
31309 distinguishable from the type of message separator line commonly used on
31310 Unix systems.
31313 The default behavior is that a &quot;>&quot; will be prepended only to lines
31314 beginning with &quot;From &quot; that might otherwise be confused with a message
31315 separator line on Unix systems.  If pine is the only mail program you use,
31316 this default is reasonable.  If another program you use has trouble
31317 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31318 enable this feature.  This feature only applies to the common Unix mailbox
31319 format that uses message separator lines beginning with &quot;From &quot;.  If
31320 Alpine has been configured to use a different mailbox format (possibly
31321 incompatible with other mail programs), then this issue does not arise,
31322 and the feature is irrelevant.
31325 &lt;End of help on this topic&gt;
31326 </BODY>
31327 </HTML>
31328 ====== h_config_normal_color =====
31329 <HTML>
31330 <HEAD>
31331 <TITLE>OPTION: Normal Color</TITLE>
31332 </HEAD>
31333 <BODY>
31334 <H1>OPTION: Normal Color</H1>
31336 Sets the color Alpine normally uses.
31337 The foreground color is the color of the actual character and the
31338 background color is the color of the area behind the character.
31339 By default this color is black characters on a white background.
31341 <A HREF="h_color_setup">Descriptions of the available commands</A>
31343 Look <A HREF="h_edit_nav_cmds">here</A>
31344 to see the available Editing and Navigation commands.
31346 &lt;End of help on this topic&gt;
31347 </BODY>
31348 </HTML>
31349 ====== h_config_reverse_color =====
31350 <HTML>
31351 <HEAD>
31352 <TITLE>OPTION: Reverse Color</TITLE>
31353 </HEAD>
31354 <BODY>
31355 <H1>OPTION: Reverse Color</H1>
31357 Sets the color Alpine uses for reverse video characters.
31358 The foreground color is the color of the actual character and the
31359 background color is the color of the area behind the character.
31361 <A HREF="h_color_setup">Descriptions of the available commands</A>
31363 Look <A HREF="h_edit_nav_cmds">here</A>
31364 to see the available Editing and Navigation commands.
31366 &lt;End of help on this topic&gt;
31367 </BODY>
31368 </HTML>
31369 ====== h_config_title_color =====
31370 <HTML>
31371 <HEAD>
31372 <TITLE>OPTION: Title Color</TITLE>
31373 </HEAD>
31374 <BODY>
31375 <H1>OPTION: Title Color</H1>
31377 Sets the color Alpine uses for the titlebar (the top line on the screen).
31378 The foreground color is the color of the actual character and the
31379 background color is the color of the area behind the character.
31380 By default, the Title Color is black characters on a yellow background.
31382 The actual titlebar color may be different from the Title Color if
31383 the option
31384 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31385 is set to some value other than the default.
31386 It may also be different if the current folder is closed and the
31387 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31388 color is set to something different from the Title Color.
31390 <A HREF="h_color_setup">Descriptions of the available commands</A>
31392 Look <A HREF="h_edit_nav_cmds">here</A>
31393 to see the available Editing and Navigation commands.
31395 &lt;End of help on this topic&gt;
31396 </BODY>
31397 </HTML>
31398 ====== h_config_titleclosed_color =====
31399 <HTML>
31400 <HEAD>
31401 <TITLE>OPTION: Title Closed Color</TITLE>
31402 </HEAD>
31403 <BODY>
31404 <H1>OPTION: Title Closed Color</H1>
31406 Sets the color Alpine uses for the titlebar (the top line on the screen)
31407 when the current folder is closed.
31408 The foreground color is the color of the actual character and the
31409 background color is the color of the area behind the character.
31410 By default, the Title Color Closed Color is white characters on a red background.
31412 By setting this color to something noticeable you will be alerted to the
31413 fact that the current folder is closed, perhaps unexpectedly.
31415 &lt;End of help on this topic&gt;
31416 </BODY>
31417 </HTML>
31418 ====== h_config_status_color =====
31419 <HTML>
31420 <HEAD>
31421 <TITLE>OPTION: Status Color</TITLE>
31422 </HEAD>
31423 <BODY>
31424 <H1>OPTION: Status Color</H1>
31426 Sets the color Alpine uses for status messages written to the message
31427 line near the bottom of the screen.
31428 The foreground color is the color of the actual character and the
31429 background color is the color of the area behind the character.
31430 By default, the Status Color is the same as the Reverse Color.
31432 <A HREF="h_color_setup">Descriptions of the available commands</A>
31434 Look <A HREF="h_edit_nav_cmds">here</A>
31435 to see the available Editing and Navigation commands.
31437 &lt;End of help on this topic&gt;
31438 </BODY>
31439 </HTML>
31440 ====== h_config_index_opening_color =====
31441 <HTML>
31442 <HEAD>
31443 <TITLE>OPTION: Index Opening Color</TITLE>
31444 </HEAD>
31445 <BODY>
31446 <H1>OPTION: Index Opening Color</H1>
31448 With some setups the text of the subject is followed
31449 by the opening text of the message if there is any room available in the index line.
31450 If you have configured your
31451 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31452 to include one of the Subject tokens that causes this behavior
31453 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31454 this opening text with this option.
31455 This coloring takes place for all but the current index line, and the Opening
31456 Color appears to be in front of any color from an Index Color Rule.
31458 By default the Index Opening Color is gray characters on a white background.
31461 <A HREF="h_color_setup">Descriptions of the available commands</A>
31463 Look <A HREF="h_edit_nav_cmds">here</A>
31464 to see the available Editing and Navigation commands.
31466 &lt;End of help on this topic&gt;
31467 </BODY>
31468 </HTML>
31469 ====== h_config_index_pri_color =====
31470 <HTML>
31471 <HEAD>
31472 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31473 </HEAD>
31474 <BODY>
31475 <H1>OPTION: Index Priority Symbol Colors</H1>
31477 The X-Priority header is a non-standard header that is used in a
31478 somewhat standard way by many mail programs.
31479 Alpine expects the value of this header to be a digit with a value
31480 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31481 Alpine can be made to display an indication of this priority in
31482 messages by use of one of the tokens
31483 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31484 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31485 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31488 You may set the color used to draw these tokens by use of the colors
31489 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31490 This coloring takes place for all but the current index line, and the Priority
31491 Color appears to be in front of any color from an Index Color Rule.
31492 If the priority has a value of 1 or 2 the High Priority color will be
31493 used,
31494 and if the value is 4 or 5 the Low Priority color will be used.
31496 If you don't set these colors the index line will be colored in the same color as
31497 the bulk of the index line.
31500 <A HREF="h_color_setup">Descriptions of the available commands</A>
31502 Look <A HREF="h_edit_nav_cmds">here</A>
31503 to see the available Editing and Navigation commands.
31505 &lt;End of help on this topic&gt;
31506 </BODY>
31507 </HTML>
31508 ====== h_config_index_subject_color =====
31509 <HTML>
31510 <HEAD>
31511 <TITLE>OPTION: Index Subject Color</TITLE>
31512 </HEAD>
31513 <BODY>
31514 <H1>OPTION: Index Subject Color</H1>
31516 You may set the color used to draw the Subject part of the index line.
31517 This coloring takes place for all but the current index line, and the Subject
31518 Color appears to be in front of any color from an Index Color Rule.
31520 If you don't set this color it will be colored in the same color as
31521 the bulk of the index line.
31524 <A HREF="h_color_setup">Descriptions of the available commands</A>
31526 Look <A HREF="h_edit_nav_cmds">here</A>
31527 to see the available Editing and Navigation commands.
31529 &lt;End of help on this topic&gt;
31530 </BODY>
31531 </HTML>
31532 ====== h_config_index_from_color =====
31533 <HTML>
31534 <HEAD>
31535 <TITLE>OPTION: Index From Color</TITLE>
31536 </HEAD>
31537 <BODY>
31538 <H1>OPTION: Index From Color</H1>
31540 You may set the color used to draw the From part of the index line.
31541 This coloring takes place for all but the current index line, and the From
31542 Color appears to be in front of any color from an Index Color Rule.
31544 If you don't set this color it will be colored in the same color as
31545 the bulk of the index line.
31548 <A HREF="h_color_setup">Descriptions of the available commands</A>
31550 Look <A HREF="h_edit_nav_cmds">here</A>
31551 to see the available Editing and Navigation commands.
31553 &lt;End of help on this topic&gt;
31554 </BODY>
31555 </HTML>
31556 ====== h_config_index_arrow_color =====
31557 <HTML>
31558 <HEAD>
31559 <TITLE>OPTION: Index Arrow Color</TITLE>
31560 </HEAD>
31561 <BODY>
31562 <H1>OPTION: Index Arrow Color</H1>
31564 If you have configured your
31565 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31566 to include the &quot;ARROW&quot; token, you may set the color of
31567 the arrow displayed with this option.
31568 If you don't set the color it will be colored in the same color as
31569 the bulk of the index line.
31572 <A HREF="h_color_setup">Descriptions of the available commands</A>
31574 Look <A HREF="h_edit_nav_cmds">here</A>
31575 to see the available Editing and Navigation commands.
31577 &lt;End of help on this topic&gt;
31578 </BODY>
31579 </HTML>
31580 ====== h_config_index_color =====
31581 <HTML>
31582 <HEAD>
31583 <TITLE>OPTION: Index Colors</TITLE>
31584 </HEAD>
31585 <BODY>
31586 <H1>OPTION: Index Colors</H1>
31588 You may add color to the single character symbols that give the status
31589 of each message in the MESSAGE INDEX.
31590 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31591 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31592 screen depending on whether the message is addressed to you, and whether
31593 the message is marked Important, is Deleted, is Answered, or is New.
31594 The color for each of those characters may be specified by setting the
31595 &quot;Index-to-me&quot; Symbol Color,
31596 the &quot;Index-important&quot; Symbol Color,
31597 the &quot;Index-deleted&quot; Symbol Color,
31598 the &quot;Index-answered&quot; Symbol Color,
31599 and the &quot;Index-new&quot; Symbol Color.
31600 There are also two other symbol colors called &quot;Index-recent&quot;
31601 and &quot;Index-unseen&quot;.
31602 These two colors will only be used if you have configured your
31603 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31604 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
31606 The default colors for these symbols are:
31607 <TABLE>
31608 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
31609 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
31610 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31611 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
31612 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
31613 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31614 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31615 </TABLE>
31617 Besides coloring the message status symbols, you may also color the
31618 entire index line.
31619 This is done by using the
31620 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
31621 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
31622 When the entire line is colored that color will be &quot;behind&quot; the
31623 status symbol colors talked about in the paragraph above.
31625 You may also color
31626 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
31627 in the index using the
31628 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
31629 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
31630 the Subject using
31631 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
31632 the From field using
31633 <A HREF="h_config_index_from_color">Index From Color</A>;
31634 and the
31635 <A HREF="h_config_index_opening_color">Index Opening</A> text.
31637 <A HREF="h_color_setup">Descriptions of the available commands</A>
31639 Look <A HREF="h_edit_nav_cmds">here</A>
31640 to see the available Editing and Navigation commands.
31642 &lt;End of help on this topic&gt;
31643 </BODY>
31644 </HTML>
31645 ====== h_config_metamsg_color =====
31646 <HTML>
31647 <HEAD>
31648 <TITLE>OPTION: Meta-Message Color</TITLE>
31649 </HEAD>
31650 <BODY>
31651 <H1>OPTION: Meta-Message Color</H1>
31653 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
31654 that aren't part of the message itself.
31655 For example, an attachment that isn't shown might produce a meta
31656 message something like:
31658 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
31660 If you set the
31661 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
31662 option you might see
31664 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
31666 Warnings about suspicious looking URLs in HTML will also be colored
31667 with this color.
31669 The foreground color is the color of the actual character and the
31670 background color is the color of the area behind the character.
31671 By default, the Meta-Message Color is black characters on a yellow background.
31673 <A HREF="h_color_setup">Descriptions of the available commands</A>
31675 Look <A HREF="h_edit_nav_cmds">here</A>
31676 to see the available Editing and Navigation commands.
31678 &lt;End of help on this topic&gt;
31679 </BODY>
31680 </HTML>
31681 ====== h_config_keylabel_color =====
31682 <HTML>
31683 <HEAD>
31684 <TITLE>OPTION: KeyLabel Color</TITLE>
31685 </HEAD>
31686 <BODY>
31687 <H1>OPTION: KeyLabel Color</H1>
31689 Sets the color Alpine uses for the labels of the keys in the two-line
31690 menu at the bottom of the screen.
31691 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31692 This option sets the color used when displaying &quot;PrevMsg&quot;.
31693 The foreground color is the color of the actual character and the
31694 background color is the color of the area behind the character.
31695 By default, the KeyLabel Color is the same as the Normal Color.
31697 WARNING: Some terminal emulators have the property that the screen will scroll
31698 down one line whenever a character is written to the character cell in the
31699 lower right corner of the screen.
31700 Alpine can usually avoid writing a character in that corner of the screen.
31701 However, if you have defined a KeyLabel Color then Alpine does have to write
31702 a character in that cell in order to color the cell correctly.
31703 If you find that your display sometimes scrolls up a line this could be
31704 the problem.
31705 The most obvious symptom is probably that the titlebar at the top of the
31706 screen scrolls off the screen.
31707 Try setting KeyLabel Color to Default to see if that fixes the problem.
31709 <A HREF="h_color_setup">Descriptions of the available commands</A>
31711 Look <A HREF="h_edit_nav_cmds">here</A>
31712 to see the available Editing and Navigation commands.
31714 &lt;End of help on this topic&gt;
31715 </BODY>
31716 </HTML>
31717 ====== h_config_keyname_color =====
31718 <HTML>
31719 <HEAD>
31720 <TITLE>OPTION: KeyName Color</TITLE>
31721 </HEAD>
31722 <BODY>
31723 <H1>OPTION: KeyName Color</H1>
31725 Sets the color Alpine uses for the names of the keys in the two-line
31726 menu at the bottom of the screen.
31727 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31728 This option sets the color used when displaying the &quot;P&quot;.
31729 The foreground color is the color of the actual character and the
31730 background color is the color of the area behind the character.
31731 By default, the KeyName Color is the same as the Reverse Color.
31733 <A HREF="h_color_setup">Descriptions of the available commands</A>
31735 Look <A HREF="h_edit_nav_cmds">here</A>
31736 to see the available Editing and Navigation commands.
31738 &lt;End of help on this topic&gt;
31739 </BODY>
31740 </HTML>
31741 ====== h_config_slctbl_color =====
31742 <HTML>
31743 <HEAD>
31744 <TITLE>OPTION: Selectable Item Color</TITLE>
31745 </HEAD>
31746 <BODY>
31747 <H1>OPTION: Selectable Item Color</H1>
31749 Sets the color Alpine uses for selectable items, such as URLs.
31750 The foreground color is the color of the actual character and the
31751 background color is the color of the area behind the character.
31752 By default, the Selectable Item Color is the same as the Normal Color,
31753 except that it is bold.
31755 <A HREF="h_color_setup">Descriptions of the available commands</A>
31757 Look <A HREF="h_edit_nav_cmds">here</A>
31758 to see the available Editing and Navigation commands.
31760 &lt;End of help on this topic&gt;
31761 </BODY>
31762 </HTML>
31763 ====== h_config_quote_color =====
31764 <HTML>
31765 <HEAD>
31766 <TITLE>OPTION: Quote Colors</TITLE>
31767 </HEAD>
31768 <BODY>
31769 <H1>OPTION: Quote Colors</H1>
31771 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
31772 screen.
31773 If a line begins with a &gt; character (or space followed by &gt;)
31774 it is considered a quote.
31775 That line will be given the Quote1 Color (first level quote).
31776 If there is a second level of quoting then the Quote2 Color will be used.
31777 Alpine considers there to be a second level of quoting if that first &gt; is
31778 followed by another &gt; (or space followed by &gt;).
31779 If there are characters other than whitespace and &gt; signs, then it isn't
31780 considered another level of quoting.
31781 Similarly, if there is a third level of quoting the Quote3 Color will be
31782 used.
31783 If there are more levels after that the Quote Colors are re-used.
31784 If you define all three colors then it would repeat like Color1, Color2, Color3,
31785 Color1, Color2, Color3, ...
31786 If you only define the first two it would be
31787 Color1, Color2, Color1, Color2, ...
31788 If you define only the Quote1 Color, then the entire quote would be that
31789 color regardless of the quoting levels.
31790 By default, the Quote1 Color is black characters on a greenish-blue background;
31791 the Quote2 Color is black characters on a dull yellow background; and
31792 the Quote3 Color is black characters on a green background.
31794 <A HREF="h_color_setup">Descriptions of the available commands</A>
31796 Look <A HREF="h_edit_nav_cmds">here</A>
31797 to see the available Editing and Navigation commands.
31799 &lt;End of help on this topic&gt;
31800 </BODY>
31801 </HTML>
31802 ====== h_config_folder_color =====
31803 <HTML>
31804 <HEAD>
31805 <TITLE>OPTION: Folder Color</TITLE>
31806 </HEAD>
31807 <BODY>
31808 <H1>OPTION: Folder Color</H1>
31810 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
31811 screen. By default, the Folder Color is the normal text color.
31814 If you set a color for this feature, other than the normal color
31815 (the default), or a color for
31816 <A HREF="h_config_directory_color">Directory Color</A>, then directories
31817 will be colored according to the color specified in the
31818 <A HREF="h_config_directory_color">Directory Color</A> option. In this
31819 case, the color will be the only indication that the colored name
31820 refers to a directory. The normal behavior is that Alpine
31821 indicates that a name refers to a directory by appending a
31822 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31823 the folder.
31826 If a folder is a directory, then the folder name will be painted
31827 according to the color defined by this variable, and a separator
31828 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
31829 to the name. That
31830 indicator will be painted according to the color defined in the
31831 <A HREF="h_config_directory_color">Directory Color</A> option.
31834 &lt;End of help on this topic&gt;
31835 </BODY>
31836 </HTML>
31837 ====== h_config_directory_color =====
31838 <HTML>
31839 <HEAD>
31840 <TITLE>OPTION: Directory Color</TITLE>
31841 </HEAD>
31842 <BODY>
31843 <H1>OPTION: Directory Color</H1>
31845 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
31846 screen. By default, the Folder Color is the normal text color.
31848 If you set a color for this feature, other than the normal color
31849 (the default), or a color for
31850 <A HREF="h_config_folder_color">Folder Color</A>, then folders
31851 will be colored according to the color specified in the
31852 <A HREF="h_config_folder_color">Folder Color</A> option. In this
31853 case, the color will be the only indication that the colored name
31854 refers to a directory. The normal behavior is that Alpine
31855 indicates that a name refers to a directory by appending a
31856 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31857 the folder.
31859 If a folder is a directory, then the folder name will be painted
31860 according to the color defined by the option
31861 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
31862 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
31863 after the name. That
31864 indicator will be painted according to the color defined in this
31865 option.
31867 &lt;End of help on this topic&gt;
31868 </BODY>
31869 </HTML>
31870 ====== h_config_folder_list_color =====
31871 <HTML>
31872 <HEAD>
31873 <TITLE>OPTION: Folder-List Color</TITLE>
31874 </HEAD>
31875 <BODY>
31876 <H1>OPTION: Folder-List Color</H1>
31878 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
31879 screen. By default, the Folder-List Color is the normal text color.
31881 This text refers to the informative text that Alpine displays so you
31882 can recognize each collection. The color of the content of each collection
31883 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
31884 and <A HREF="h_config_directory_color">Directory Color</A>.
31886 Unlike the options
31887 <A HREF="h_config_folder_color">Folder Color</A>
31888 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
31889 this option does not affect the way that Alpine reports folders,
31890 directories and folders that are directories.
31892 &lt;End of help on this topic&gt;
31893 </BODY>
31894 </HTML>
31895 ====== h_config_incunseen_color =====
31896 <HTML>
31897 <HEAD>
31898 <TITLE>OPTION: Incoming Unseen Color</TITLE>
31899 </HEAD>
31900 <BODY>
31901 <H1>OPTION: Incoming Unseen Color</H1>
31903 If the option
31904 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
31905 is turned on it is possible to highlight the folders that contain
31906 unseen messages by coloring them with this color.
31907 By default, this is the same as the Normal Color and no highlighting is done.
31909 Usually the &quot;current&quot; folder (the folder the cursor is on)
31910 is highlighted using reverse video.
31911 If the current folder is colored because it contains unseen messages then
31912 the color used to show that it is also the current folder is controlled
31913 by the
31914 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
31915 feature at the top of the SETUP COLOR screen.
31917 <A HREF="h_color_setup">Descriptions of the available commands</A>
31919 Look <A HREF="h_edit_nav_cmds">here</A>
31920 to see the available Editing and Navigation commands.
31922 &lt;End of help on this topic&gt;
31923 </BODY>
31924 </HTML>
31925 ====== h_config_signature_color =====
31926 <HTML>
31927 <HEAD>
31928 <TITLE>OPTION: Signature Color</TITLE>
31929 </HEAD>
31930 <BODY>
31931 <H1>OPTION: Signature Color</H1>
31933 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
31934 screen. According to USENET conventions, the signature is defined as the
31935 paragraph following the &quot;sigdashes&quot;, that is, the special line
31936 consisting of the three characters
31937 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
31938 empty line right after the sigdashes to be considered as part of the
31939 signature.
31940 By default, the Signature Color is blue characters on a white background.
31942 <A HREF="h_color_setup">Descriptions of the available commands</A>
31944 Look <A HREF="h_edit_nav_cmds">here</A>
31945 to see the available Editing and Navigation commands.
31947 &lt;End of help on this topic&gt;
31948 </BODY>
31949 </HTML>
31950 ====== h_config_prompt_color =====
31951 <HTML>
31952 <HEAD>
31953 <TITLE>OPTION: Prompt Color</TITLE>
31954 </HEAD>
31955 <BODY>
31956 <H1>OPTION: Prompt Color</H1>
31958 Sets the color Alpine uses for confirmation prompts and questions that
31959 appear in the status line near the bottom of the screen.
31960 The foreground color is the color of the actual character and the
31961 background color is the color of the area behind the character.
31962 By default, the Prompt Color is the same as the Reverse Color.
31964 <A HREF="h_color_setup">Descriptions of the available commands</A>
31966 Look <A HREF="h_edit_nav_cmds">here</A>
31967 to see the available Editing and Navigation commands.
31969 &lt;End of help on this topic&gt;
31970 </BODY>
31971 </HTML>
31972 ====== h_config_header_general_color =====
31973 <HTML>
31974 <HEAD>
31975 <TITLE>OPTION: Header General Color</TITLE>
31976 </HEAD>
31977 <BODY>
31978 <H1>OPTION: Header General Color</H1>
31980 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
31981 screen.
31982 The foreground color is the color of the actual character and the
31983 background color is the color of the area behind the character.
31984 By default, this is the same as the Normal Color.
31986 It is also possible to set the colors for specific header fields, for
31987 example the Subject, using
31988 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
31989 If both a Header General Color and a specific Viewer Header Color are set
31990 the specific color will override the general color, as you would expect.
31992 <A HREF="h_color_setup">Descriptions of the available commands</A>
31994 Look <A HREF="h_edit_nav_cmds">here</A>
31995 to see the available Editing and Navigation commands.
31997 &lt;End of help on this topic&gt;
31998 </BODY>
31999 </HTML>
32000 ====== h_config_incol =====
32001 <HTML>
32002 <HEAD>
32003 <TITLE>Index Line Color</TITLE>
32004 </HEAD>
32005 <BODY>
32006 <H1>Index Line Color</H1>
32008 This option is used to set the color of a line in the index when the
32009 message for that line matches the Pattern.
32010 This colors the whole index line, except possibly the status letters,
32011 which may be colored separately using the
32012 <A HREF="h_color_setup">Setup Kolor</A> screen.
32013 The foreground color is the color of the actual characters and the
32014 background color is the color of the area behind the characters.
32016 <A HREF="h_color_setup">Descriptions of the available commands</A>
32018 Look <A HREF="h_edit_nav_cmds">here</A>
32019 to see the available Editing and Navigation commands.
32021 &lt;End of help on this topic&gt;
32022 </BODY>
32023 </HTML>
32024 ====== h_config_usetransparent_color =====
32025 <HTML>
32026 <HEAD>
32027 <TITLE>OPTION: Use Transparent Color</TITLE>
32028 </HEAD>
32029 <BODY>
32030 <H1>OPTION: Use Transparent Color</H1>
32032 This is a special color supported by some terminal emulators.
32033 It is intended to result in the default foreground or background color
32034 from the terminal emulator.
32035 This is the color the terminal was displaying characters in before you started Alpine.
32036 The reason it is called Transparent is because you could set the foreground color
32037 to some specific color, like Red, and then set the background color to the
32038 Transparent Color. If it works as expected, the background color from the terminal
32039 window in which Alpine is running will show through but with the Red characters
32040 in the foreground.
32042 <A HREF="h_color_setup">Descriptions of the available commands</A>
32044 Look <A HREF="h_edit_nav_cmds">here</A>
32045 to see the available Editing and Navigation commands.
32047 &lt;End of help on this topic&gt;
32048 </BODY>
32049 </HTML>
32050 ====== h_config_usenormal_color =====
32051 <HTML>
32052 <HEAD>
32053 <TITLE>OPTION: Use Normal Color</TITLE>
32054 </HEAD>
32055 <BODY>
32056 <H1>OPTION: Use Normal Color</H1>
32058 When you use this color value, the actual color used will be the same
32059 as the corresponding Normal Color.
32060 For example if your Normal Color is black on white and you set both
32061 the foreground and background colors here to use the Normal Color, you'll
32062 get black on white. If you later change the Normal Color to red on blue
32063 this color will also change to red on blue.
32065 <A HREF="h_color_setup">Descriptions of the available commands</A>
32067 Look <A HREF="h_edit_nav_cmds">here</A>
32068 to see the available Editing and Navigation commands.
32070 &lt;End of help on this topic&gt;
32071 </BODY>
32072 </HTML>
32073 ====== h_config_usenone_color =====
32074 <HTML>
32075 <HEAD>
32076 <TITLE>OPTION: Use None Color</TITLE>
32077 </HEAD>
32078 <BODY>
32079 <H1>OPTION: Use None Color</H1>
32081 This is a special color that simply means to leave the color alone.
32082 It is useful for Index symbols and for Keyword Colors used in the Subject
32083 field of an index line.
32084 The most likely use is to set an explicit foreground color and then set
32085 the background color to the None Color.
32086 That will cause the symbol or keyword to be drawn in the foreground color
32087 with a background equal to whatever color the rest of the index line is already
32088 drawn in.
32089 You will see no visible effect unless you have assigned Indexcolor Rules to
32090 color index lines or you have set an actual color for the Reverse Color.
32092 <A HREF="h_color_setup">Descriptions of the available commands</A>
32094 Look <A HREF="h_edit_nav_cmds">here</A>
32095 to see the available Editing and Navigation commands.
32097 &lt;End of help on this topic&gt;
32098 </BODY>
32099 </HTML>
32100 ====== h_config_dflt_color =====
32101 <HTML>
32102 <HEAD>
32103 <TITLE>OPTION: Default Color</TITLE>
32104 </HEAD>
32105 <BODY>
32106 <H1>OPTION: Default Color</H1>
32108 Setting default will cause the color to be the default color.
32109 Unsetting default is normally done by choosing a color, but in some cases
32110 you may want to declare the current default color to be your non-default
32111 choice.
32112 For example, the default Keyname Color is the same as the Reverse Color.
32113 Whenever the Reverse Color changes the Keyname Color will also change, unless
32114 you've changed it or unset the default box.
32116 <A HREF="h_color_setup">Descriptions of the available commands</A>
32118 Look <A HREF="h_edit_nav_cmds">here</A>
32119 to see the available Editing and Navigation commands.
32121 &lt;End of help on this topic&gt;
32122 </BODY>
32123 </HTML>
32124 ====== h_config_bold_slctbl =====
32125 <HTML>
32126 <HEAD>
32127 <TITLE>OPTION: Bold</TITLE>
32128 </HEAD>
32129 <BODY>
32130 <H1>OPTION: Bold</H1>
32132 The color for this particular section may have the Bold attribute turned
32133 on or off.
32134 Setting bold will cause the characters to be bold.
32136 <A HREF="h_color_setup">Descriptions of the available commands</A>
32138 Look <A HREF="h_edit_nav_cmds">here</A>
32139 to see the available Editing and Navigation commands.
32141 &lt;End of help on this topic&gt;
32142 </BODY>
32143 </HTML>
32144 ====== h_config_kw_color =====
32145 <HTML>
32146 <HEAD>
32147 <TITLE>OPTION: Keyword Colors</TITLE>
32148 </HEAD>
32149 <BODY>
32150 <H1>OPTION: Keyword Colors</H1>
32152 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32153 Keywords are displayed as part of the Subject by default.
32154 They are also displayed as part of the Subject if the tokens
32155 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32156 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32157 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32158 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32160 For example, you might have set up a Keyword
32161 &quot;Work&quot; using the
32162 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32163 You could cause that Keyword to show up as a special color
32164 by setting up the Keyword Color using this option, and then including it
32165 in the MESSAGE INDEX screen using one of the tokens listed above in the
32166 <!--#echo var="VAR_index-format"-->.
32168 <A HREF="h_color_setup">Descriptions of the available commands</A>
32170 Look <A HREF="h_edit_nav_cmds">here</A>
32171 to see the available Editing and Navigation commands.
32173 &lt;End of help on this topic&gt;
32174 </BODY>
32175 </HTML>
32176 ====== h_config_customhdr_color =====
32177 <HTML>
32178 <HEAD>
32179 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32180 </HEAD>
32181 <BODY>
32182 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32184 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32185 For example, you may set the color of the Subject header or the From header.
32186 The foreground color is the color of the actual character and the
32187 background color is the color of the area behind the character.
32189 In addition to setting the colors for particular headers (like the Subject)
32190 you may also set a color to be used for all headers unless overridden by a
32191 more specific Viewer Header Color.
32192 To do this use the
32193 <A HREF="h_config_header_general_color">Header General Color</A>.
32195 For Header Colors,
32196 there is an additional line on the
32197 screen labeled &quot;Pattern to match&quot;.
32198 If you leave that blank, then the whole field for that header will
32199 be colored.
32200 However, if you give a pattern to match, the coloring will only take place
32201 if there is a match for that pattern in the value of the field.
32202 For example, if you are working on a color for the Subject header and
32203 you fill in a pattern of &quot;important&quot;, then only Subjects that
32204 contain the word &quot;important&quot; will be colored.
32206 If the pattern you enter is a comma-separated list of patterns, then coloring
32207 happens if any of those patterns matches.
32209 <A HREF="h_color_setup">Descriptions of the available commands</A>
32211 Look <A HREF="h_edit_nav_cmds">here</A>
32212 to see the available Editing and Navigation commands.
32214 &lt;End of help on this topic&gt;
32215 </BODY>
32216 </HTML>
32217 ====== h_config_indextoken_color =====
32218 <HTML>
32219 <HEAD>
32220 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32221 </HEAD>
32222 <BODY>
32223 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32225 This option allows you to set up the color in which any token, not specified by the
32226 previous options, will be colored in the MESSAGE INDEX screen. 
32228 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32229 a token that can be used in the index format. 
32230 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32232 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32233 enter a new one. Once you have entered a valid token, a line will be added to the
32234 configuration screen that you can use to set up the colors in which that token will
32235 be painted. This is done in the same way that you configure colors for other
32236 variables.
32238 <A HREF="h_color_setup">Descriptions of the available commands</A>
32240 Look <A HREF="h_edit_nav_cmds">here</A>
32241 to see the available Editing and Navigation commands.
32243 &lt;End of help on this topic&gt;
32244 </BODY>
32245 </HTML>
32246 ====== h_config_customhdr_pattern =====
32247 <HTML>
32248 <HEAD>
32249 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32250 </HEAD>
32251 <BODY>
32252 <H1>OPTION: Viewer Header Color Pattern</H1>
32254 If you leave this blank, then the whole field for the header will
32255 be colored.
32256 If you give a pattern to match, the coloring will only take place
32257 if there is a match for that pattern in the value of the field.
32258 For example, if you are working on a color for the Subject header and
32259 you fill in a pattern of &quot;important&quot;, then only Subjects that
32260 contain the word &quot;important&quot; will be colored.
32262 For address headers (like From and To) and for the Newsgroups header,
32263 a pattern match will cause only the matched addresses or newsgroups to be
32264 colored.
32265 If there is no pattern to match, then all of the addresses or newsgroups
32266 in the relevant header will be colored.
32268 The matching pattern may be a comma-separated list of patterns to match
32269 instead of a single pattern.
32270 For example, you could use the pattern &quot;important,urgent&quot; which would
32271 cause a match if either the word &quot;important&quot; or the word
32272 &quot;urgent&quot; appeared in the value of the header.
32273 You could list several comma-separated email addresses in the Header
32274 From Color pattern so that those addresses will be colored when any of
32275 them appear in the From header.
32277 To add a new matching pattern or change the existing pattern use the 
32278 <!--chtml if pinemode="function_key"-->
32279 &quot;F4&quot;
32280 <!--chtml else-->
32281 &quot;C&quot;
32282 <!--chtml endif-->
32283 &quot;Change&quot; command that is available when the &quot;Pattern to
32284 match&quot; line is highlighted.
32286 <!--chtml if pinemode="function_key"-->
32287 &quot;F10&quot;
32288 <!--chtml else-->
32289 &quot;D&quot;
32290 <!--chtml endif-->
32291 &quot;Delete&quot; command may be used to quickly remove all patterns
32292 for a particular header.
32294 &lt;End of help on this topic&gt;
32295 </BODY>
32296 </HTML>
32297 ====== h_color_setup =====
32298 <HTML>
32299 <HEAD>
32300 <TITLE>SETUP COLOR COMMANDS</TITLE>
32301 </HEAD>
32302 <BODY>
32303 <H1>SETUP COLOR COMMANDS</H1>
32304 <!--chtml if pinemode="function_key"-->
32305 <PRE>
32306 Available Commands -- Group 1
32307 -------------------------------
32308 F1  Display this help text
32309 F2  Show other available commands
32310 F3  Exit to MAIN MENU
32311 F4  Select the highlighted foreground or background color
32312 F5  Move to previous line
32313 F6  Move to next line
32314 F7  Previous page
32315 F8  Next page
32316 F9  Add a config section for a header field
32317 F10 Restore all default colors (for all sections)
32318 F11 Print color configuration screen
32319 F12 Whereis (search for word)
32321 Available Commands -- Group 2
32322 -------------------------------
32323 F1  Display this help text
32324 F2  Show other available commands
32325 F5  Delete config section for highlighted header field
32326 F6  Shuffle the order of Header Color sections
32327 </PRE>
32328 <!--chtml else-->
32329 <PRE>
32330 General commands
32331 -------------------------------------------------
32332  ?  Display this help text     E  Exit back to MAIN MENU
32333  P  Previous Line              N  Next Line
32334  -  Previous page             Spc (space bar) Next page
32335  W  WhereIs (search for word)  %  Print color configuration screen
32337 Color Setup Commands
32338 ------------------------------------------------
32339  *  Select the highlighted foreground or background color
32340  A  Add a config section for a header field
32341  D  Delete config section for highlighted header field
32342  R  Restore all default colors (for all sections)
32343  $  Shuffle the order of Header Color sections
32344 </PRE>
32345 <!--chtml endif-->
32347 <H2>Description of the Setup Color Screen</H2>
32349 From this screen you may turn on color and set the colors of
32350 various parts of the Alpine display.
32351 For help on turning on color move your cursor into the Color Style section
32352 at the top of the Setup Color screen and ask for help.
32355 There are several sections in the Setup Color Screen.
32356 At the top are some settings that handle the style of color used
32357 with your terminal emulator (UNIX only), and some settings that
32358 control how the current indexline and the titlebar are colored.
32359 After that comes a long section called GENERAL COLORS that allows
32360 you to set the color of many elements in the Alpine screens.
32361 For example, the color of the titlebar, status messages,
32362 selectable links, quotes and signatures in messages, and so on.
32363 After that is a section called INDEX COLORS that allows you to
32364 set the colors of various pieces of the displayed index lines in
32365 the MESSAGE INDEX screen.
32366 The next section is HEADER COLORS. This is for coloring headers of
32367 messages in the MESSAGE TEXT screen in just about any way you would like.
32368 Finally, the KEYWORD COLORS section allows you to highlight
32369 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32370 in the MESSAGE INDEX screen.
32373 To change a color, highlight the color you want to change (for example,
32374 the Status Color) by moving
32375 the cursor into it.
32376 You may want to read the help text for the color to see a brief desription
32377 of what you are coloring.
32378 Then press &quot;C&quot; for Change to set the color to something new.
32379 That will put you into a screen with two columns of colors, one for
32380 the foreground color and one for the background color.
32381 The foreground color is just the color you want the actual characters
32382 to be and the background color is the color of the rest of the rectangle
32383 behind the characters.
32384 Select the foreground and background colors desired by using the Next and
32385 Prev keys to highlight the color, and the * command to select it.
32387 To set a color to its default value, set the X in the Default line at
32388 the bottom of the list of colors.
32391 The HEADER COLORS section is a little bit different from the others.
32392 Besides coloring the specific fields that Alpine knows about, you may also
32393 color specific header fields when viewing a message in the MESSAGE TEXT
32394 screen.
32395 For example, you may color the Subject header a particular color.
32396 There are a few commands for use with headers.
32397 The &quot;AddHeader&quot; command adds a section to the color
32398 configuration screen that allows you to set the color for that header.
32399 You'll be asked for the name of the header field you want to color.
32400 If you wanted to color the Subject, you would answer
32401 with the word &quot;subject&quot;.
32402 Once you've added a header field, the color setting works just like the
32403 other color fields, except that there is an additional line on the
32404 configuration screen labeled &quot;Pattern to match&quot;.
32405 If you leave that blank, then the whole field for that header will always
32406 be colored.
32407 However, if you give a pattern to match, the coloring will only take place
32408 if there is a match for that pattern in the value of the field.
32409 For example, if you are working on a color for the Subject header and
32410 you fill in a pattern of &quot;important&quot;, then only Subjects that
32411 contain the word &quot;important&quot; will be colored.
32413 The &quot;DeleteHdr&quot; command removes a header section from the
32414 configuration altogether.
32415 The &quot;Shuffle&quot; command changes the order of header sections.
32416 This is only necessary if you use header sections with pattern fields.
32417 For example, if you have two Subject sections, one with one pattern and
32418 another with another pattern, and the subject for a particular message
32419 happens to match both, then the color from the first match is used.
32422 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32423 Each section will change to the default value used for that section when
32424 color is first enabled.
32425 When you restore all default colors the color settings for the Header Colors
32426 will be unset (since that's the default), but the header fields you've
32427 added will remain so that you may easily reset them.
32428 In order to get rid of them completely you'd have to use
32429 the &quot;DeleteHdr&quot; command.
32432 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32433 may be set with matching rules and that is configured separately from
32434 the rest of the color settings described here.
32435 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32436 instead of in the Setup/Kolor section.
32438 <P><UL>
32439 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32440 </UL><P>
32441 &lt;End of help on this topic&gt;
32442 </BODY>
32443 </HTML>
32444 ====== h_config_news_uses_recent ======
32445 <HTML>
32446 <HEAD>
32447 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32448 </HEAD>
32449 <BODY>
32450 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32452 This feature causes certain messages to be marked as "New" in the
32453 MESSAGE INDEX of newsgroups.
32454 This feature is set by default.
32458 When opening a newsgroup, Alpine will consult your "newsrc" file and
32459 determine the last message you have previously disposed of via the "D"
32460 key.  If this feature is set, any subsequent messages will be shown in the
32461 Index with an "N", and the first of these messages will be highlighted.
32462 Although this is only an approximation of true "New" or "Unseen"
32463 status, it provides a useful cue to distinguish more-or-less recent
32464 messages from those you have seen previously, but are not yet ready to
32465 mark deleted.
32469 Background: your "newsrc" file (used to store message status information
32470 for newsgroups) is only capable of storing a single flag, and Alpine uses
32471 this to record whether or not you are "done with" a message, as
32472 indicated by marking the message as "Deleted".  Unfortunately, this
32473 means that Alpine has no way to record exactly which messages you have
32474 previously seen, so it normally does not show the "N" status flag for
32475 any messages in a newsgroup. This feature enables a starting
32476 *approximation* of seen/unseen status that may be useful.
32478 &lt;End of help on this topic&gt;
32479 </BODY>
32480 </HTML>
32481 ====== h_config_expose_hidden_config =====
32482 <HTML>
32483 <HEAD>
32484 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32485 </HEAD>
32486 <BODY>
32487 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32489 If set, this causes configuration options and features that are normally
32490 hidden from view to be editable in the Setup/Config screen.
32493 The purpose of this feature is to allow you to change configuration
32494 features and variables that are normally hidden.
32495 This is particularly useful if you are using a remote configuration,
32496 where it is difficult to edit the contents manually, but it may also be used
32497 on a local pinerc configuration file.
32499 If set, several configuration variables and features that are normally
32500 hidden from view will show up in the Setup/Configuration screen.
32501 They will be at the bottom of the configuration screen.
32502 You can find them by searching for the words &quot;hidden configuration&quot;.
32505 Note that this is an advanced feature that should be used with care.
32506 The reason that this part of the configuration is normally hidden is because
32507 there is a significant potential for causing problems if you change these
32508 variables.
32509 If something breaks after a change try changing it back to see if that is
32510 what is causing the problem.
32511 There are also some variables that are normally hidden because they are
32512 manipulated through Alpine in other ways.
32513 For example, colors are normally set using the Setup/Kolors screen and
32514 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32515 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32516 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32517 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32518 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32519 internally by Alpine and not set directly by the user.
32521 <UL>   
32522 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32523 </UL><P>
32524 &lt;End of help on this topic&gt;
32525 </BODY>
32526 </HTML>
32527 ====== h_config_disable_signature_edit =====
32528 <HTML>
32529 <HEAD>
32530 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32531 </HEAD>
32532 <BODY>
32533 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32535 If set, this disables the editing of signature files from within
32536 the Setup/Config screen.
32538 <UL>   
32539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32540 </UL><P>
32541 &lt;End of help on this topic&gt;
32542 </BODY>
32543 </HTML>
32544 ====== h_config_disable_roles_templateedit =====
32545 <HTML>
32546 <HEAD>
32547 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32548 </HEAD>
32549 <BODY>
32550 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32552 If set, this disables the editing of template files within the
32553 Role setup screen.
32555 <UL>   
32556 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32557 </UL><P>
32558 &lt;End of help on this topic&gt;
32559 </BODY>
32560 </HTML>
32561 ====== h_config_disable_roles_sigedit =====
32562 <HTML>
32563 <HEAD>
32564 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32565 </HEAD>
32566 <BODY>
32567 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32569 If set, this disables the editing of signature files within the
32570 Role setup screen.
32572 <UL>   
32573 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32574 </UL><P>
32575 &lt;End of help on this topic&gt;
32576 </BODY>
32577 </HTML>
32578 ====== h_config_disable_roles_setup =====
32579 <HTML>
32580 <HEAD>
32581 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32582 </HEAD>
32583 <BODY>
32584 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32586 If set, this disables the Setup/Rules/Roles command.
32588 <UL>   
32589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32590 </UL><P>
32591 &lt;End of help on this topic&gt;
32592 </BODY>
32593 </HTML>
32594 ====== h_config_disable_pipes_in_templates =====
32595 <HTML>
32596 <HEAD>
32597 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
32598 </HEAD>
32599 <BODY>
32600 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
32602 By default, if a template file name is followed by a vertical bar (|) then
32603 that causes the file to be executed to produce the text for the template.
32604 If this feature is set, then this is not allowed.
32606 <UL>   
32607 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32608 </UL><P>
32609 &lt;End of help on this topic&gt;
32610 </BODY>
32611 </HTML>
32612 ====== h_config_disable_pipes_in_sigs =====
32613 <HTML>
32614 <HEAD>
32615 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
32616 </HEAD>
32617 <BODY>
32618 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
32620 By default, if a signature file name is followed by a vertical bar (|) then
32621 that causes the file to be executed to produce the text for the signature.
32622 If this feature is set, then this is not allowed.
32624 <UL>   
32625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32626 </UL><P>
32627 &lt;End of help on this topic&gt;
32628 </BODY>
32629 </HTML>
32630 ====== h_config_disable_password_cmd =====
32631 <HTML>
32632 <HEAD>
32633 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
32634 </HEAD>
32635 <BODY>
32636 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
32638 If set, then the Setup/Newpassword command is disabled.
32640 <UL>   
32641 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32642 </UL><P>
32643 &lt;End of help on this topic&gt;
32644 </BODY>
32645 </HTML>
32646 ====== h_config_disable_password_caching =====
32647 <HTML>
32648 <HEAD>
32649 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
32650 </HEAD>
32651 <BODY>
32652 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
32654 Normally, loginname/password combinations are cached in Alpine so that
32655 you do not have to enter the same password more than once in a session.
32656 A disadvantage to this approach is that the password must be stored in
32657 the memory image of the running Alpine in order that it can be re-used.
32658 In the event that Alpine crashes and produces a core dump, and that core
32659 dump is readable by others, the loginname and password could be read
32660 from the core dump.
32662 If this feature is set, then the passwords will not be cached and you
32663 will have to retype the password whenever Alpine needs it.
32664 Even with this feature set there is still some chance that the core
32665 file will contain a password, so care should be taken to make the
32666 core files unreadable.
32668 NOTE: If PASSFILE caching is enabled, this does not disable it.
32669 That is a separate and independent feature.
32670 <UL>   
32671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32672 </UL><P>
32673 &lt;End of help on this topic&gt;
32674 </BODY>
32675 </HTML>
32676 ====== h_config_disable_kb_lock =====
32677 <HTML>
32678 <HEAD>
32679 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
32680 </HEAD>
32681 <BODY>
32682 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
32684 If set, then the Keyboard Lock command is removed from the MAIN MENU.
32686 <UL>   
32687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32688 </UL><P>
32689 &lt;End of help on this topic&gt;
32690 </BODY>
32691 </HTML>
32692 ====== h_config_disable_config_cmd =====
32693 <HTML>
32694 <HEAD>
32695 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
32696 </HEAD>
32697 <BODY>
32698 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
32700 If set, then the Setup/Config screen is disabled.
32702 <UL>   
32703 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32704 </UL><P>
32705 &lt;End of help on this topic&gt;
32706 </BODY>
32707 </HTML>
32708 ====== h_config_allow_chg_from =====
32709 <HTML>
32710 <HEAD>
32711 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
32712 </HEAD>
32713 <BODY>
32714 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
32716 This feature affects Alpine's handling of the &quot;From:&quot; header field
32717 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
32718 option.
32720 If this feature is set then the From line can be changed just like
32721 all the other header fields that can be changed.
32722 This feature defaults to <EM>ON</EM>.
32724 Even with this feature turned ON (the default) you will not be able 
32725 to change the From header unless you add it to your list of
32726 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
32727 You may also want to change the
32728 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
32729 if you want the From header to always show up in the composer without
32730 having to type the Rich Headers command first.
32732 Note that many sites restrict the use of this feature in order to
32733 reduce the chance of falsified addresses and misdirected mail.
32734 If you want to change the value of what gets included in the From header
32735 in messages you send
32736 look <A HREF="h_config_change_your_from">here</A> for a description.
32738 <UL>   
32739 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32740 </UL><P>
32741 &lt;End of help on this topic&gt;
32742 </BODY>
32743 </HTML>
32744 ====== h_config_disable_collate =====
32745 <HTML>
32746 <HEAD>
32747 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
32748 </HEAD>
32749 <BODY>
32750 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
32752 This is a hard to understand feature that should only be used in rare cases.
32753 Normally, the C function call
32755 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
32757 is used by Alpine.
32758 If you want to try turning it off,
32759 setting this feature will turn it off.
32760 This part of the locale has to do with the sort order
32761 of characters in your locale.
32763 <UL>   
32764 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32765 </UL><P>
32766 &lt;End of help on this topic&gt;
32767 </BODY>
32768 </HTML>
32769 ====== h_config_quell_attach_extra_prompt =====
32770 <HTML>
32771 <HEAD>
32772 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
32773 </HEAD>
32774 <BODY>
32775 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
32777 By default, when you attempt to view an attachment externally
32778 from the &quot;Attachment View&quot; screen, you are asked if you
32779 really want to view the selected attachment.
32782 If this feature is set, you will <B>not</B> be prompted to confirm
32783 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
32784 prompt. This feature was added for those wanting to preserve that
32785 behavior (along with 
32786 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
32789 <UL>   
32790 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32791 </UL><P>
32792 &lt;End of help on this topic&gt;
32793 </BODY>
32794 </HTML>
32795 ====== h_config_quell_attach_ext_warn =====
32796 <HTML>
32797 <HEAD>
32798 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
32799 </HEAD>
32800 <BODY>
32801 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
32804 This feature suppresses the extra warning you can get when trying
32805 to view an attachment for which there is no mime-type match.  Turning
32806 on this feature will just run the program according to extension
32807 instead of first warning the user that it will run according to the
32808 file's extension.
32810 This feature can be used along side 
32811 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
32812 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
32814 <UL>   
32815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32816 </UL><P>
32817 &lt;End of help on this topic&gt;
32818 </BODY>
32819 </HTML>
32820 ====== h_config_mailcap_params =====
32821 <HTML>
32822 <HEAD>
32823 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
32824 </HEAD>
32825 <BODY>
32826 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
32828 If set, this will allow mailcap named parameter substitution to occur
32829 in mailcap entries.
32830 By default, this is turned off to prevent security problems that may occur
32831 with some incorrect mailcap configurations.
32832 For more information, see RFC1524 and look for "named parameters" in the
32833 text of the RFC.
32835 <UL>   
32836 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32837 </UL><P>
32838 &lt;End of help on this topic&gt;
32839 </BODY>
32840 </HTML>
32841 ====== h_config_disable_shared =====
32842 <HTML>
32843 <HEAD>
32844 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
32845 </HEAD>
32846 <BODY>
32847 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
32849 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
32850 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
32851 will be disabled.
32852 The reason this feature exists is because there are some implementations
32853 of system password lookup routines that are very slow when presented with
32854 a long loginname that does not exist.
32855 This feature could be set to prevent the delay at startup time when the
32856 names above are searched for in the password file.
32858 <UL>   
32859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32860 </UL><P>
32861 &lt;End of help on this topic&gt;
32862 </BODY>
32863 </HTML>
32864 ====== h_config_hide_nntp_path =====
32865 <HTML>
32866 <HEAD>
32867 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
32868 </HEAD>
32869 <BODY>
32870 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
32872 Normally the Path header that Alpine generates when posting to a newsgroup
32873 contains the name of the computer from which the message is being sent and
32874 the user name.
32875 Some believe that this information is used by spammers.
32876 If this feature is set, that information will be replaced with the text
32878 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
32880 instead.
32882 It should be noted that many servers being connected to will still reveal
32883 the information that this feature attempts to protect.
32885 <UL>   
32886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32887 </UL><P>
32888 &lt;End of help on this topic&gt;
32889 </BODY>
32890 </HTML>
32891 ====== h_config_no_bezerk_zone =====
32892 <HTML>
32893 <HEAD>
32894 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
32895 </HEAD>
32896 <BODY>
32897 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
32899 POSIX mandates a timezone in UNIX mailbox format folder delimiters
32900 (the line that begins with From <SPACE>).
32901 Some versions of Berkeley mail have trouble with this, and don't recognize
32902 the line as a message delimiter.
32903 If this feature is set, the timezone will be left off the delimiter line.
32905 <UL>   
32906 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32907 </UL><P>
32908 &lt;End of help on this topic&gt;
32909 </BODY>
32910 </HTML>
32911 ====== h_config_quell_domain_warn =====
32912 <HTML>
32913 <HEAD>
32914 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
32915 </HEAD>
32916 <BODY>
32917 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
32919 When your configuration is set up so that your domain name contains no dots,
32920 it is usually a configuration error.
32921 By default, Alpine will warn you about this when you start it up.
32922 You will see a warning message that looks like
32925 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
32928 If this feature is set, the warning is turned off.
32930 <UL>   
32931 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32932 </UL><P>
32933 &lt;End of help on this topic&gt;
32934 </BODY>
32935 </HTML>
32936 ====== h_config_quell_imap_env =====
32937 <HTML>
32938 <HEAD>
32939 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
32940 </HEAD>
32941 <BODY>
32942 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
32944 In the MESSAGE INDEX screen, if the open folder is being accessed
32945 using IMAP, Alpine normally tries to paint the index lines on the screen
32946 as soon as the information arrives from the IMAP server.
32947 This means that the index information makes it onto the screen more quickly
32948 than it otherwise would.
32949 This sometimes results in behavior that bothers some users.
32950 For example, when paging to a new page of the index, it may be possible for
32951 the lines to be painted on the screen in a random order, rather than from
32952 top to bottom.
32955 Setting this feature causes Alpine to wait for all of the information
32956 to be gathered before it paints the index screen.
32957 Once it collects all of the information, the screen will be painted quickly
32958 from top to bottom.
32960 <UL>   
32961 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32962 </UL><P>
32963 &lt;End of help on this topic&gt;
32964 </BODY>
32965 </HTML>
32966 ====== h_config_quell_news_env =====
32967 <HTML>
32968 <HEAD>
32969 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
32970 </HEAD>
32971 <BODY>
32972 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
32974 In the MESSAGE INDEX screen, if the open folder is being accessed
32975 using NNTP (News), Alpine normally tries to paint the index lines on the screen
32976 as soon as the information arrives from the NNTP server.
32977 This means that the index information makes it onto the screen more quickly
32978 than it otherwise would.
32979 This sometimes results in behavior that bothers some users.
32980 For example, when paging to a new page of the index, it may be possible for
32981 the lines to be painted on the screen in a random order, rather than from
32982 top to bottom.
32985 Setting this feature causes Alpine to wait for all of the information
32986 to be gathered before it paints the index screen.
32987 Once it collects all of the information, the screen will be painted quickly
32988 from top to bottom.
32990 <UL>   
32991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32992 </UL><P>
32993 &lt;End of help on this topic&gt;
32994 </BODY>
32995 </HTML>
32996 ====== h_config_quell_content_id =====
32997 <HTML>
32998 <HEAD>
32999 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33000 </HEAD>
33001 <BODY>
33002 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33004 This feature changes the behavior of Alpine when sending messages.
33005 It is intended to work around a bug in Microsoft's Outlook XP mail user
33006 agent.
33007 As of this writing, Microsoft has acknowledged the bug but
33008 has not added it to the Knowledge Base.
33009 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33010 This particular bug has bug fix number OfficeQFE:4781.
33011 The nature of the bug is that messages with attachments that
33012 contain a Content-ID header (which standard Alpine attachments do)
33013 do not show the attachment indicator (a paperclip) when viewed with
33014 Outlook XP.
33015 So the user has no indication that the message contains an attachment.
33018 If this feature is set then Alpine will remove most Content-ID headers
33019 before sending a message.
33020 If an attachment is of type MESSAGE, then the existing Content-ID headers
33021 inside the message will be left intact.
33022 This would only happen with Alpine if a message was forwarded as an attachment
33023 or if a message with a message attached was forwarded.
33024 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33025 the Content-ID headers of the alternative parts will not be removed.
33028 Because the Content-ID header is a standard part of MIME it is possible
33029 that setting this feature will break something.
33030 For example, if an attachment has a Content-ID header that is necessary
33031 for the correct functioning of that attachment, it is possible that Alpine
33032 may remove that header when the attachment is forwarded.
33033 However, it seems fairly safe at this time.
33036 <UL>   
33037 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33038 </UL><P>
33039 &lt;End of help on this topic&gt;
33040 </BODY>
33041 </HTML>
33042 ====== h_config_winpos_in_config =====
33043 <HTML>
33044 <HEAD>
33045 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33046 </HEAD>
33047 <BODY>
33048 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33050 PC-Alpine only.
33053 Normally, PC-Alpine will store its window size and position in the
33054 Windows Registry.
33055 This is convenient if you want to use the same remote
33056 configuration from more than one PC.
33057 If you use multiple configuration files to start PC-Alpine, you may want
33058 to store the window size and position in the configuration file instead
33059 of in the Registry.
33060 Setting this feature causes the value to be stored in 
33061 <A HREF="h_config_window_position">Window-Position</A>.
33064 <UL>   
33065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33066 </UL><P>
33067 &lt;End of help on this topic&gt;
33068 </BODY>
33069 </HTML>
33070 ====== h_config_quell_ssl_largeblocks =====
33071 <HTML>
33072 <HEAD>
33073 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33074 </HEAD>
33075 <BODY>
33076 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33078 PC-Alpine only.
33080 This feature changes the behavior of fetching messages
33081 and attachments so that the message data is fetched in chunks no larger
33082 than 12K bytes.
33083 This works around a bug in Microsoft's SSL/TLS support.
33084 Some versions of Microsoft SSL are not able to read full-sized (16K)
33085 SSL/TLS packets.
33086 Some servers will send such packets and this will
33087 cause PC-Alpine to crash with the error
33090 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33093 Microsoft is aware of the problem and has developed a hotfix for it, it is
33094 discussed in article 300562 in the Microsoft Knowledge Base.
33096 <UL>   
33097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33098 </UL><P>
33099 &lt;End of help on this topic&gt;
33100 </BODY>
33101 </HTML>
33102 ====== h_config_quell_partial =====
33103 <HTML>
33104 <HEAD>
33105 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33106 </HEAD>
33107 <BODY>
33108 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33110 Partial fetching is a feature of the IMAP protocol.
33111 By default, Alpine
33112 will use partial fetching when copying the contents of a message or attachment
33113 from the IMAP server to Alpine.
33114 This means that the fetch will be done in many
33115 small chunks instead of one big chunk. The main benefit of this approach is
33116 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33117 to stop the fetch early. In some cases partial fetching may cause a performance
33118 problem so that the fetching of data takes significantly longer when partial
33119 fetching is used. Turning on this feature will turn off partial fetching.
33121 <UL>   
33122 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33123 </UL><P>
33124 &lt;End of help on this topic&gt;
33125 </BODY>
33126 </HTML>
33127 ====== h_config_quell_personal_name_prompt =====
33128 <HTML>
33129 <HEAD>
33130 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33131 </HEAD>
33132 <BODY>
33133 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33135 PC-Alpine only.  This feature quells the prompting for a 
33136 <A HREF="h_config_pers_name">personal name</A>.  This
33137 prompt normally happens before composing a message, and only happens when
33138 there is no personal name already set.
33140 <UL>   
33141 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33142 </UL><P>
33143 &lt;End of help on this topic&gt;
33144 </BODY>
33145 </HTML>
33146 ====== h_config_quell_user_id_prompt =====
33147 <HTML>
33148 <HEAD>
33149 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33150 </HEAD>
33151 <BODY>
33152 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33154 PC-Alpine only.  This feature quells the prompting for a 
33155 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33156 if the information can be obtained from the login name used
33157 to open the INBOX.  Normally, this prompt happens before composing
33158 a message, and only happens when there is no user-id already set
33159 in the configuration.
33161 With this feature set, composing a message is only possible after
33162 establishing a connection to the INBOX.
33164 <UL>   
33165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33166 </UL><P>
33167 &lt;End of help on this topic&gt;
33168 </BODY>
33169 </HTML>
33170 ====== h_config_save_aggregates =====
33171 <HTML>
33172 <HEAD>
33173 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33174 </HEAD>
33175 <BODY>
33176 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33178 This feature will optimize an aggregate copy operation, if
33179 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33180 list of the messages to be copied.
33181 This feature is set by default.
33182 This may reduce network traffic and elapsed time for the Save.
33183 <EM>However, many IMAP servers (including the UW IMAP server) do
33184 not preserve the order of messages when this optimization is applied.</EM>
33185 If this feature is not set, 
33186 Alpine will copy each message individually and the order of the messages
33187 will be preserved.
33189 <UL>   
33190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33191 </UL><P>
33192 &lt;End of help on this topic&gt;
33193 </BODY>
33194 </HTML>
33195 ====== h_config_use_system_translation =====
33196 <HTML>
33197 <HEAD>
33198 <TITLE>FEATURE: Use System Translation</TITLE>
33199 </HEAD>
33200 <BODY>
33201 <H1>FEATURE: Use System Translation</H1>
33203 UNIX Alpine only.
33205 Alpine normally uses its own internal software to convert between the multi-byte
33206 representation of characters and the Unicode representation of those
33207 same characters.
33208 It converts from the multi-byte characters your keyboard produces to Unicode,
33209 and from Unicode to the multi-byte characters your display expects.
33210 Alpine also uses its own internal software to decide how much space on
33211 the screen a particular Unicode character will occupy.
33214 Setting this feature tells Alpine to use the system-supplied routines to
33215 perform these tasks instead.
33216 In particular there are three tasks and three system routines that will
33217 be used for these tasks.
33220 To convert from multi-byte to Unicode the routine
33223 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33226 is used.
33227 To convert from Unicode to multi-byte the routine
33230 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33233 is used.
33234 And to find the screen width a particular Unicode character will
33235 occupy the routine used is
33238 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33241 This feature has been only lightly tested.
33242 The internal routines should normally be used unless you run into
33243 a problem that you think may be solved by using the system routines.
33244 Note that your environment needs to be set up for these
33245 routines to work correctly.
33246 In particular, the LANG or LC_CTYPE variable in your environment will
33247 need to be set.
33250 <UL>   
33251 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33252 </UL><P>
33253 &lt;End of help on this topic&gt;
33254 </BODY>
33255 </HTML>
33256 ====== h_config_suspend_spawns =====
33257 <HTML>
33258 <HEAD>
33259 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33260 </HEAD>
33261 <BODY>
33262 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33264 This feature affects Alpine's behavior when process suspension is enabled
33265 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33266 temporarily interact with the operating system command &quot;shell&quot; 
33267 without
33268 quitting Alpine, and then subsequently resume the still-active Alpine session.
33271 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33272 is set and subsequently the Ctrl-Z key
33273 is pressed, Alpine will normally suspend itself and return temporary control
33274 to Alpine's parent shell process.  However, if this feature is set, Alpine
33275 will instead create an inferior subshell process.  This is useful when the
33276 parent process is not intended to be used interactively.  Examples include
33277 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33278 or via a menu system.<P>
33280 Note that one typically resumes a suspended Alpine by entering the Unix
33281 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33282 enter the &quot;exit&quot; command instead.
33284 <UL>   
33285 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33286 </UL><P>
33287 &lt;End of help on this topic&gt;
33288 </BODY>
33289 </HTML>
33290 ====== h_config_8bit_smtp =====
33291 <HTML>
33292 <HEAD>
33293 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33294 </HEAD>
33295 <BODY>
33296 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33298 This feature affects Alpine's behavior when sending mail.
33299 By default, this feature is set.
33300 Internet standards
33301 require that all electronic mail messages traversing the global Internet
33302 consist of 7bit ASCII characters unless a pair of cooperating mail 
33303 transfer agents explicitly agree to allow 8bit messages.  In general, 
33304 then, exchanging messages in non-ASCII characters requires MIME encoding.
33306 However, there are now Internet standards that allow for unencoded 8bit
33307 exchange of messages between cooperating systems.  When this feature is set
33308 Alpine will try to negotiate unencoded 8bit transmission during the
33309 sending process.  Should the negotiation fail, Alpine will fall back to its
33310 ordinary encoding rules. 
33312 Note, this feature relies on your system's mail transport agent or
33313 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33314 having the negotiation mechanism introduced in
33315 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33316 &quot;8BITMIME&quot;. 
33318 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33319 it is possible that this feature might cause problems for some servers. 
33320 <P><UL>
33321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33322 </UL>
33323 <P>&lt;End of help on this topic&gt;
33324 </BODY>
33325 </HTML>
33326 ====== h_config_8bit_nntp =====
33327 <HTML>
33328 <HEAD>
33329 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33330 </HEAD>
33331 <BODY>
33332 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33334 This feature affects Alpine's behavior when posting news.  
33338 The Internet standard for exchanging USENET news messages (RFC-1036)
33339 specifies that USENET messages should conform to Internet mail standards
33340 and contain only 7bit characters, but much of the news transport software
33341 in use today is capable of successfully sending messages containing 8bit
33342 characters.  Hence, many people believe that it is appropriate to send 8bit
33343 news messages without any MIME encoding.
33347 Moreover, there is no Internet standard for explicitly negotiating 8bit
33348 transfer, as there is for Internet email.  Therefore, Alpine provides the
33349 option of posting unencoded 8bit news messages, though not as the default.
33350 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33351 postings that contain 8bit characters. 
33355 Note, articles may cross a path or pass through news transport software
33356 that is unsafe or even hostile to 8bit characters.  At best this will only
33357 cause the posting to become garbled.  The safest way to transmit 8bit
33358 characters is to leave Alpine's MIME encoding turned on, but recipients
33359 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33360 messages.
33362 &lt;End of help on this topic&gt;
33363 </BODY>
33364 </HTML>
33365 ====== h_config_mark_for_cc =====
33366 <HTML>
33367 <HEAD>
33368 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33369 </HEAD>
33370 <BODY>
33371 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33373 This feature affects Alpine's MESSAGE INDEX display.
33374 By default, a '+' is displayed in the first column if the
33375 message is addressed directly to you.
33376 When this feature is set and the message is not addressed to you, then a
33377 '-' character is displayed if the message is instead Cc'd directly
33378 to you.
33381 <UL>   
33382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33383 </UL><P>
33384 &lt;End of help on this topic&gt;
33385 </BODY>
33386 </HTML>
33387 ====== h_config_tab_uses_unseen =====
33388 <HTML>
33389 <HEAD>
33390 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33391 </HEAD>
33392 <BODY>
33393 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33395 This feature affects Alpine's behavior when using the TAB
33396 <A HREF="h_common_nextnew">NextNew Command</A>
33397 to move from one folder to the next.
33398 Alpine's usual behavior is to search for folders
33399 with <EM>Recent</EM> messages in them.
33400 Recent messages are messages that have arrived since the last time the
33401 folder was opened.
33404 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33405 messages instead of Recent messages.
33406 Unseen messages remain Unseen until you view them (or flag then as Seen with
33407 the <A HREF="h_common_flag">Flag Command</A>).
33408 Setting this feature allows you to locate messages you have not read
33409 instead of only recently received messages.
33410 When this feature is set, the feature
33411 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33412 will have no effect, so the checking may be slower.
33415 Another reason why you might want to use this feature is that Alpine sometimes
33416 opens folders implicitly behind the scenes, and this clears the
33417 Recent status of all messages in the folder.
33418 One example where this happens is when Saving or filtering a
33419 message to another folder.
33420 If that message has some <A HREF="h_config_keywords">keywords</A>
33421 set, then because of some shortcomings
33422 in the IMAP specification, the best way to ensure that those keywords are
33423 still set in the saved copy of the message is to open the folder and
33424 set the keywords explicitly.
33425 Because this clears the Recent status of all messages in that folder the
33426 folder will not be found by the NextNew command unless this feature is set.
33429 &lt;End of help on this topic&gt;
33430 </BODY>
33431 </HTML>
33432 ====== h_config_tab_new_only =====
33433 <HTML>
33434 <HEAD>
33435 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33436 </HEAD>
33437 <BODY>
33438 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33440 This feature affects Alpine's behavior when using the TAB key to move from
33441 one message to the next.  Alpine's usual behavior is to select the next
33442 unread message or message flagged as "Important".
33446 Setting this feature causes Alpine to skip the messages flagged as important,
33447 and select unread messages exclusively.  Tab behavior when there are no
33448 new messages left to select remains unchanged.
33450 &lt;End of help on this topic&gt;
33451 </BODY>
33452 </HTML>
33453 ====== h_config_warn_if_subj_blank =====
33454 <HTML>
33455 <HEAD>
33456 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33457 </HEAD>
33458 <BODY>
33459 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33461 This feature affects Alpine's behavior when you send a message being
33462 composed.
33463 If this option is set, Alpine will check to see if the message about to be sent
33464 has a subject or not.
33465 If not, you will be asked if you want to send the message anyway.
33468 <UL>   
33469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33470 </UL><P>
33471 &lt;End of help on this topic&gt;
33472 </BODY>
33473 </HTML>
33474 ====== h_config_warn_if_fcc_blank =====
33475 <HTML>
33476 <HEAD>
33477 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33478 </HEAD>
33479 <BODY>
33480 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33482 This feature affects Alpine's behavior when you send a message being
33483 composed.
33484 If this option is set, Alpine will check to see if the message about to be sent
33485 has an Fcc or not.
33486 If not, you will be asked if you want to send the message anyway.
33489 <UL>   
33490 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33491 </UL><P>
33492 &lt;End of help on this topic&gt;
33493 </BODY>
33494 </HTML>
33495 ====== h_config_warn_if_no_to_or_cc =====
33496 <HTML>
33497 <HEAD>
33498 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33499 </HEAD>
33500 <BODY>
33501 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33503 This feature affects Alpine's behavior when you send a message being
33504 composed.
33505 If this option is set, Alpine will check to see if the message about to be sent
33506 has either a To address, a Cc address, or a Newsgroup.
33507 If none of these is set,
33508 you will be asked if you want to send the message anyway.
33511 This feature is closely related to
33512 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33513 Alpine will normally ask if you want to copy a message only to the Fcc.
33514 This feature also applies to cases where there is a Bcc but still no To, Cc,
33515 or Newsgroup.
33516 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33517 message with only an Fcc, then you won't be asked about sending with
33518 a blank To and Cc and Newsgroups header even if this feature is set.
33519 Similarly, if you have already been asked if you want to send to the Fcc
33520 only and you have answered Yes, then you won't be asked again about sending with
33521 blank To, Cc, and Newsgroups headers even if this feature is set.
33524 <UL>   
33525 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33526 </UL><P>
33527 &lt;End of help on this topic&gt;
33528 </BODY>
33529 </HTML>
33530 ====== h_config_quell_dead_letter =====
33531 <HTML>
33532 <HEAD>
33533 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33534 </HEAD>
33535 <BODY>
33536 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33538 This feature affects Alpine's behavior when you cancel a message being
33539 composed.  Alpine's usual behavior is to write the canceled message to
33540 a file named 
33541 <!--chtml if pinemode="os_windows"-->
33542 &quot;DEADLETR&quot;,
33543 <!--chtml else-->
33544 &quot;dead.letter&quot; in your home directory,
33545 <!--chtml endif-->
33546 overwriting any previous message. Under
33547 some conditions (some routine), this can introduce a noticeable delay.
33548 Setting this feature will cause Alpine NOT to write canceled compositions
33549 into the file.
33551 NOTE: Enabling this feature means NO record of canceled messages is
33552 maintained.
33554 This feature affects the newer option
33555 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33556 number of dead letter files to keep around.
33557 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33559 <UL>   
33560 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33561 </UL><P>
33562 &lt;End of help on this topic&gt;
33563 </BODY>
33564 </HTML>
33565 ====== h_config_quell_beeps =====
33566 <HTML>
33567 <HEAD>
33568 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33569 </HEAD>
33570 <BODY>
33571 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33573 This feature affects Alpine's behavior when it displays status message
33574 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
33575 will not affect the display of such messages, but will cause those that
33576 emit a beep to become silent.
33579 <UL>   
33580 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33581 </UL><P>
33582 &lt;End of help on this topic&gt;
33583 </BODY>
33584 </HTML>
33585 ====== h_config_suppress_user_agent =====
33586 <HTML>
33587 <HEAD>
33588 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
33589 </HEAD>
33590 <BODY>
33591 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
33593 If this feature is set then Alpine will not generate a
33594 <CODE>User-Agent</CODE> header in outgoing messages.
33596 <UL>   
33597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33598 </UL><P>
33599 &lt;End of help on this topic&gt;
33600 </BODY>
33601 </HTML>
33602 ====== h_config_quell_lock_failure_warnings =====
33603 <HTML>
33604 <HEAD>
33605 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
33606 </HEAD>
33607 <BODY>
33608 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
33610 This feature affects Alpine's behavior when it encounters a problem
33611 acquiring a mail folder lock.  Typically, a secondary file associated
33612 with the mail folder being opened is created as part of the locking
33613 process.  On some systems, such file creation has been administratively
33614 precluded by the system configuration.
33616 Alpine issues a warning when such failures occur, which can become bothersome
33617 if the system is configured to disallow such actions.  Setting this
33618 feature causes Alpine to remain silent when this part of lock creation fails.
33620 WARNING: systems that have been configured in a way that precludes locking
33621 introduce some risk of mail folder corruption when more than one program
33622 attempts to modify the mail folder.  This is most likely to occur to one's
33623 INBOX or other incoming message folder. 
33625 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
33627 <UL>   
33628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33629 </UL><P>
33630 &lt;End of help on this topic&gt;
33631 </BODY>
33632 </HTML>
33633 ====== h_config_enable_role_take ======
33634 <HTML>
33635 <HEAD>
33636 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
33637 </HEAD>
33638 <BODY>
33639 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
33641 Normally, the Take command takes addresses from a message and helps you
33642 put them into your Address Book.
33643 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
33644 you may find it useful
33645 to be able to Take information from a message's headers and put it into
33646 a new Rule.
33647 When this feature is set, you will be given an extra prompt that gives
33648 you the choice to Take into the Address Book or Take into a rule.
33649 <P><UL>
33650 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33651 </UL>
33653 &lt;End of help on this topic&gt;
33654 </BODY>
33655 </HTML>
33656 ====== h_config_enable_take_export ======
33657 <HTML>
33658 <HEAD>
33659 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
33660 </HEAD>
33661 <BODY>
33662 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
33664 Normally, the Take command takes addresses from a message and helps you
33665 put them into your Address Book.
33666 When this feature is set, you will be given an extra prompt that gives you
33667 the choice to Take addresses into a file instead of your Address
33668 Book.
33669 Only the user@domain_name part of the address is put in the file.
33670 <P><UL>
33671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33672 </UL>
33674 &lt;End of help on this topic&gt;
33675 </BODY>
33676 </HTML>
33677 ====== h_config_quell_folder_internal_msg ======
33678 <HTML>
33679 <HEAD>
33680 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
33681 </HEAD>
33682 <BODY>
33683 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
33685 This feature determines whether or not Alpine will create 
33686 &quot;pseudo messages&quot; in folders that are in standard Unix or 
33687 MMDF format. <P> 
33689 Alpine will normally create these pseudo messages when they are not already
33690 present in a standard Unix or MMDF folder.  Their purpose is to record
33691 certain mailbox state data needed for correct IMAP and POP server
33692 operation, and also for Alpine to be able to mark messages as Answered when
33693 the Reply has been postponed.<P>
33695 Sites that do not use IMAP/POP for remote mail access, and that need to
33696 support mail tools that are adversely affected by the presence of the
33697 pseudo-messages (e.g. some mail notification tools) may enable this
33698 feature to tell Alpine not to create them.  Note that Alpine's 
33699 &quot;Answered&quot; flag
33700 capability will be adversely affected if this is done.<P>
33702 Note too that, even if this feature is enabled, Alpine will not remove
33703 pseudo-messages when it encounters them (e.g. those created by UW's imapd
33704 or ipopd servers.) This feature has no effect on folders that are not in
33705 standard Unix or MMDF format, as pseudo-messages are not needed in the
33706 other formats to record mailbox state information.
33707 <P><UL>
33708 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33709 </UL>
33711 &lt;End of help on this topic&gt;
33712 </BODY>
33713 </HTML>
33714 ====== h_config_mulnews_as_typed ======
33715 <HTML>
33716 <HEAD>
33717 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
33718 </HEAD>
33719 <BODY>
33720 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
33722 This feature will be of little use to most users.
33723 It has no effect unless the feature
33724 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
33725 is set.
33727 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
33728 then the setting of this feature may have an effect on the names of the
33729 newsrc files used.
33730 Normally, the name of the news server will be canonicalized before it is
33731 used in the newsrc file name.
33732 For example, if you type the news server name
33735 <CENTER><SAMP>servername</SAMP></CENTER>
33738 it is likely that the canonical name will be something like
33741 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33744 Or it may be the case that
33747 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33750 is really an alias (a DNS CNAME) for
33753 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
33756 If this feature is not set, then the canonicalized names will be used.
33757 If this feature is set, then the name you typed in (or put in your
33758 configuration) will be used.
33760 <P><UL>
33761 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33762 </UL>
33764 &lt;End of help on this topic&gt;
33765 </BODY>
33766 </HTML>
33767 ====== h_config_quell_empty_dirs ======
33768 <HTML>
33769 <HEAD>
33770 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
33771 </HEAD>
33772 <BODY>
33773 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
33775 This feature causes Alpine to remove from the display any directories
33776 that do not contain at least one file or directory.  This can be useful
33777 to prevent overly cluttered folder lists when a collection is stored on
33778 a server that treats all names as both a folder and a directory.
33781 Note, enabling this feature can cause surprising behavior!  For example,
33782 you can still use Add to create a directory, but unless you immediately
33783 enter that directory and create a folder, that newly created directory
33784 may not be displayed next time you enter the folder list.
33787 The description above is not quite correct.
33788 Only directories which potentially may hold messages are hidden if empty.
33789 That is, a directory which is really just a directory and is not selectable
33790 as a folder will not be hidden.
33791 Such directories can occur on servers that treat most names as both a folder
33792 and a directory.
33793 These directories are typically created implicitly when a folder is created
33794 inside a directory that does not yet exist.
33797 <UL>   
33798 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33799 </UL><P>
33800 &lt;End of help on this topic&gt;
33801 </BODY>
33802 </HTML>
33803 ====== h_config_termcap_wins =====
33804 <HTML>
33805 <HEAD>
33806 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
33807 </HEAD>
33808 <BODY>
33809 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
33811 This feature may affect Alpine's low-level input routines.  Termcap (or
33812 terminfo, depending on how your copy of Alpine was compiled and linked)
33813 is the name of the database that describes terminal capabilities.  In
33814 particular, it describes the sequences of characters that various keys
33815 will emit.
33818 An example would be the Up Arrow key on the keyboard.  Up
33819 Arrow is not a distinct character on most Unix systems.  When you press
33820 the Up Arrow key a short sequence of characters are produced.  This
33821 sequence is supposed to be described in the termcap database by the
33822 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
33823 are using terminfo instead of termcap).
33826 By default, Alpine defines some terminal
33827 escape sequences that are commonly used.  For example, the sequence
33828 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
33829 &quot;ESC&nbsp;[&nbsp;A&quot;
33830 is also recognized as an Up Arrow key.  These are chosen because common
33831 terminals like VT100's or ANSI standard terminals produce these
33832 sequences when you press the Up Arrow key.
33835 If your system's termcap
33836 (terminfo) database assigns some other function to the sequence
33837 &quot;ESC&nbsp;O&nbsp;A&quot;
33838 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
33839 database assigns a sequence that doesn't begin with an escape
33840 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
33841 This usually works fine
33842 because most terminals emit the escape sequences that Alpine has defined
33843 by default.  We have also found that it is usually better to have these
33844 defaults take precedence over the definitions contained in the database
33845 because the defaults are more likely to be correct than the database.
33848 There are some terminals where this breaks down.  If you want Alpine to
33849 believe the definitions given in your termcap (terminfo) database in
33850 preference to the defaults the Alpine itself sets up, then you may turn
33851 this feature on.  Then, sequences of characters that are defined in
33852 both termcap (terminfo) and in Alpine's set of defaults will be
33853 interpreted the way that termcap (terminfo) says they should be
33854 interpreted.  Also, if your terminal capabilities database assigns a
33855 sequence that doesn't begin with escape, it will not be ignored.
33858 <UL>   
33859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33860 </UL><P>
33861 &lt;End of help on this topic&gt;
33862 </BODY>
33863 </HTML>
33864 ====== h_config_cruise_mode =====
33865 <HTML>
33866 <HEAD>
33867 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
33868 </HEAD>
33869 <BODY>
33870 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
33872 This feature affects Alpine's behavior when you hit the
33873 &quot;Space&nbsp;Bar&quot; at
33874 the end of a displayed message.  Typically, Alpine complains that the end
33875 of the text has already been reached.  Setting this feature causes such
33876 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
33877 taking you to the next &quot;interesting&quot; message,
33878 or scanning ahead to the 
33879 next incoming folder with &quot;interesting&quot; messages.
33882 <UL>   
33883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33884 </UL><P>
33885 &lt;End of help on this topic&gt;
33886 </BODY>
33887 </HTML>
33888 ====== h_config_cruise_mode_delete =====
33889 <HTML>
33890 <HEAD>
33891 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
33892 </HEAD>
33893 <BODY>
33894 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
33896 This feature modifies the behavior of Alpine's 
33897 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
33898 Setting this feature causes Alpine to implicitly delete read
33899 messages when it moves on to display the next &quot;interesting&quot; message.
33901 NOTE: Beware when enabling this feature AND the 
33902 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
33903 feature.
33905 <UL>   
33906 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33907 </UL><P>
33908 &lt;End of help on this topic&gt;
33909 </BODY>
33910 </HTML>
33911 ====== h_config_slash_coll_entire =====
33912 <HTML>
33913 <HEAD>
33914 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
33915 </HEAD>
33916 <BODY>
33917 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
33919 The slash (/) command is available from the MESSAGE INDEX screen when
33920 the folder is sorted by either Threads or OrderedSubject, and the
33921 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
33922 is set to something other than &quot;none&quot;.
33923 Normally, the slash command Collapses or Expands the subthread that
33924 starts at the currently highlighted message, if any.
33925 If this option is set, then the slash command Collapses or Expands the
33926 <EM>entire</EM> current thread instead of just the subthread.
33927 The current thread is simply the top-level thread that contains the
33928 current message.
33931 <UL>   
33932 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33933 </UL><P>
33934 &lt;End of help on this topic&gt;
33935 </BODY>
33936 </HTML>
33937 ====== h_config_color_thrd_import =====
33938 <HTML>
33939 <HEAD>
33940 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
33941 </HEAD>
33942 <BODY>
33943 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
33945 This option affects only the THREAD INDEX screen.
33946 Whether or not you ever see a THREAD INDEX screen depends on the setting
33947 of the configuration option
33948 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
33949 and on the sort order of the index.
33952 If a message within a thread is flagged as Important
33953 and this option is set, then
33954 the entire line in the THREAD INDEX will be colored the color of the
33955 Index-important Symbol, which can be set using the
33956 <A HREF="h_color_setup">Setup Kolor</A> screen.
33959 <UL>   
33960 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33961 </UL><P>
33962 &lt;End of help on this topic&gt;
33963 </BODY>
33964 </HTML>
33965 ====== h_config_allow_goto =====
33966 <HTML>
33967 <HEAD>        
33968 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
33969 </HEAD>
33970 <BODY>
33971 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
33973 This feature modifies the behavior of Alpine's file browser.  Setting this
33974 feature causes Alpine to offer the "G Goto" command in the file browser.
33975 That is the default.
33979 The Goto command allows you to explicitly type in the desired directory.
33981 &lt;End of help on this topic&gt;
33982 </BODY></HTML>
33983 ====== h_config_add_ldap =====
33984 <HTML>
33985 <HEAD>
33986 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
33987 </HEAD>
33988 <BODY>
33989 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
33991 If both the Directory option
33992 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
33993 and this feature are set,
33994 then when an implicit directory lookup is done from the
33995 composer you will automatically be prompted to add the result of the
33996 directory lookup to your address book.
33998 <UL>   
33999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34000 </UL><P>
34001 &lt;End of help on this topic&gt;
34002 </BODY>
34003 </HTML>
34004 ===== h_patterns_compat_behavior =====
34005 <HTML>
34006 <HEAD>
34007 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34008 </HEAD>
34009 <BODY>
34010 <H1>Rules Behavior Changes in Pine 4.50</H1>
34012 In Alpine, Rules that contain unrecognized elements
34013 are ignored.
34014 In most cases, the unrecognized elements will be something that was
34015 added as a new Rules feature in a later version of Alpine.
34016 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34017 ignore rules that contained unrecognized elements.
34018 For example, a new element of Rules that was added in Pine 4.50 is
34019 Age interval.
34020 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34021 all messages older than a week red.
34022 Now, if you run Pine 4.44 using that same configuration file, it will not
34023 recognize the Age interval and so will just ignore it.
34024 That means that all messages will match that rule so all messages will
34025 be colored red when using Pine version 4.44.
34028 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34029 However, since the behavior still exists in versions prior to Pine 4.50 and
34030 since Filtering is a potentially destructive operation, another measure
34031 was taken to attempt to avoid unintentional Filtering of messages.
34032 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34033 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34034 will be copied to a new Filters configuration variable
34035 with a different name (&quot;Patterns-Filters2&quot;).
34036 From then on, Alpine will continue to use the new
34037 variable.
34038 Of course, Pine version 4.44 or lower will continue to use the old
34039 variable.
34040 That means that if you are using Alpine
34041 and also using a version of Pine that is older than 4.50, they will not
34042 share the configuration information about Filters.
34043 If you make a change in one version you won't see it in the other version.
34046 Since Scoring can be used to trigger Filtering, the same thing has been
34047 done for Score rules.
34048 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34049 and the new name is (&quot;Patterns-Scores2&quot;).
34050 The same is not true of Role, Indexcolor, and Other rules that are
34051 thought to be less harmful when a mistake is made.
34054 &lt;End of help on this topic&gt;
34055 </BODY>
34056 </HTML>
34057 ======= h_config_filt_opts_sentdate =======
34058 <HTML>
34059 <HEAD>
34060 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34061 </HEAD>
34062 <BODY>
34063 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34065 By default, the Age interval of a Pattern uses a message's time of
34066 arrival to compute the age of the message.
34067 If this feature is set, the date in the message's Date header will
34068 be used instead.
34070 &lt;End of help on this topic&gt;
34071 </BODY>
34072 </HTML>
34073 ======= h_config_filt_opts_notdel =======
34074 <HTML>
34075 <HEAD>
34076 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34077 </HEAD>
34078 <BODY>
34079 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34081 If this option is set then a message will be moved into the
34082 specified folder only if it is not marked for deletion.
34083 This is useful if you have multiple Alpine sessions running
34084 simultaneously and you don't want messages to be filtered into a
34085 folder more than once.
34086 It is also useful if you want to filter
34087 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34088 This method is not foolproof.
34089 There may be cases where a message
34090 gets marked deleted and so it is never filtered into the folder.
34091 For example, if you deleted it in another Alpine session or another mail
34092 program that didn't use the filtering rule.
34094 This option has no effect if the Filter Action is not set to Move.
34096 &lt;End of help on this topic&gt;
34097 </BODY>
34098 </HTML>
34099 ======= h_config_filt_opts_nonterm =======
34100 <HTML>
34101 <HEAD>
34102 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34103 </HEAD>
34104 <BODY>
34105 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34107 If this option is set then this is a non-terminating rule.
34108 Usually, for each message, Alpine searches through the Filter Rules until
34109 a match is found and then it performs the action associated with that rule.
34110 Rules following the match are not considered.
34111 If this option is set then the search for matches will continue at the next
34112 rule.
34114 If a non-terminating rule matches then the actions associated with
34115 that rule, except for any implied deletion of the message, are performed
34116 before the match for the next rule is checked.
34117 For example, if the non-terminating rule sets the Important status, then that
34118 status will be set when the next rule is considered.
34119 However, if the non-terminating rule Moves the message, the message will
34120 actually be copied instead of copied and deleted so that it is still there
34121 for the next rule.
34122 A moved message is deleted after all the relevant rules have been checked.
34123 The name of the &quot;Move&quot; action is confusing in this case because
34124 a single message can be moved to more than one folder.
34125 It turns the Move into a Copy instead, but it is still followed by a deletion
34126 at the end.
34128 This option may be useful if you want to have a single message filtered to
34129 two different folders because it matches two different Patterns.
34130 For example, suppose you normally filter messages to a particular mailing
34131 list into one folder, and messages addressed directly to you into a second
34132 folder.
34133 If a message is sent to both you and the list (and you can tell that by
34134 looking at the headers of the message) this option may give you a convenient
34135 way to capture a copy to each folder.
34136 (It may also cause you to capture two copies to each folder,
34137 depending on whether your mail system delivers one or two copies of the
34138 message to you and on how the list works.)
34140 &lt;End of help on this topic&gt;
34141 </BODY>
34142 </HTML>
34143 ===== h_mainhelp_smime ======
34144 <HTML>
34145 <HEAD>
34146 <TITLE>S/MIME Overview</TITLE>
34147 </HEAD>
34148 <BODY>
34149 <H1>S/MIME Overview</H1>
34151 S/MIME is a standard for the public key encryption and signing of email.
34152 UNIX Alpine contains a basic implementation of S/MIME based on
34153 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34154 To check if this version of Alpine supports S/MIME look at
34155 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34156 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34158 Some limitations:
34159 <UL>
34160    <LI> There is no PC-Alpine implementation.
34161    <LI> There is no provision for checking for CRLs
34162         (Certificate Revocation Lists) in Alpine.
34163    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34164    <LI> There is no mechanism available for feeding either an entire incoming
34165         or an entire outgoing message to an external
34166         filter and using that external filter to do S/MIME or PGP processing.
34167    <LI> Because the implementation currently uses OpenSSL, there is only a very
34168         limited integration with the Mac OS Keychain (the storing and access of
34169         public certificates).
34170 </UL>
34172 The S/MIME configuration screen is reached by going to the Main Menu and typing
34173 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34176 <H2>S/MIME BASICS</H2>
34178 In order to digitally sign messages you send you must have a public/private key-pair.
34179 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34180 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34181 users or a company which provides certificates for its workers.
34182 These certificates are bound to an email address, so the identity being verified is the
34183 email address not a person's name.
34185 Mail is signed by using the sender's private key, which only the owner of the private key
34186 has access to.
34187 The signature is verified using the signer's public key, which anyone can
34188 have access to.
34189 With Alpine, the first time you receive a signed message the public key of the
34190 sender will be stored for future use.
34193 Mail is encrypted using the recipient's public key and decrypted by
34194 the recipient with their private key.
34197 You need a key of your own in order to sign outgoing messages and to have others
34198 encrypt messages sent to you.
34199 You do not need a key of your own to verify signed messages sent by others or to
34200 encrypt messages sent to others.
34202 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34204 By default UNIX Alpine stores the certificates it uses in a directory in your
34205 home directory.
34206 The directory name is
34208 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34210 Within that directory are three subdirectories.
34211 Each of the three subdirectories contains files with PEM-encoded contents,
34212 the default format for OpenSSL.
34213 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34214 The files within that directory have names that are email addresses with the
34215 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34216 An example filename is
34218 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34220 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34221 your private key.
34222 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34223 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34224 Authorities that you want to trust but that aren't contained in the set of system CAs.
34225 Those files may have arbitrary names as long as they end with the
34226 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34228 <H2>HOW TO SIGN AND ENCRYPT</H2>
34230 If you have a certificate you may sign outgoing messages.
34231 After typing the Ctrl-X command to send a message you will see the prompt
34233 <CENTER><SAMP>Send message?</SAMP></CENTER>
34235 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34236 Typing the &quot;G&quot; command will change the prompt to
34238 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34240 Typing the &quot;E&quot; command will change the prompt to
34242 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34244 You may even type both to get
34246 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34249 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34251 The reading of a signed message should not require any special action on
34252 your part.
34253 There should be an editorial addition at the start of the message which
34254 says either
34256 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34260 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34262 If an encrypted message is sent to you the encrypted text will not
34263 be shown.
34264 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34265 you are viewing the message) and supply your passphrase when asked.
34267 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34268 which gives you some information about the certificate used to sign or encrypt the message.
34270 <H2>MISCELLANEOUS</H2>
34272 You may have access to a private certificate in the PKCS12 format,
34273 which would sometimes be in a file with a &quot;.p12&quot; suffix.
34274 The UNIX shell command
34276 <CENTER><SAMP>openssl pkcs12 -in file.p12 -out file.pem</SAMP></CENTER>
34278 may work to convert that from the PKCS12 format to the PEM format.
34279 Then that file could be placed in the &quot;<SAMP>private</SAMP>&quot;
34280 directory with a filename of your email address followed by the
34281 suffix &quot;<SAMP>.key</SAMP>&quot;.
34284 &lt;End of help on this topic&gt;
34285 </BODY>
34286 </HTML>
34287 ====== h_config_smime_pubcertdir =====
34288 <HTML>
34289 <HEAD>
34290 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34291 </HEAD>
34292 <BODY>
34293 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34295 UNIX Alpine only.
34297 If the option
34298 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34299 is set then this option will have no effect.
34301 Normally, Public Certificates for use with S/MIME will be stored in the directory
34302 which is the value of this option.
34303 Those certificates will be stored in PEM format, one certificate per file.
34304 The name of the file for the certificate corresponding to
34306 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34308 should be
34310 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34312 For example, a file for user@example.com would be in the file
34314 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34316 in this directory.
34318 Use the Setup/SMIME screen to modify this variable.
34320 Typically, the public certificates that you have will come from S/MIME signed
34321 messages that are sent to you.
34322 Alpine will extract the public certificate from the signed message and store
34323 it in the certificates directory.
34324 These PEM format public certificates look something like:
34325 <PRE>
34326 -----BEGIN CERTIFICATE-----
34327 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34328 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34329 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34331 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34332 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34333 -----END CERTIFICATE-----
34334 </PRE>
34336 <UL>   
34337 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34338 </UL><P>
34340 <UL>   
34341 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34342 </UL><P>
34343 &lt;End of help on this topic&gt;
34344 </BODY>
34345 </HTML>
34346 ====== h_config_smime_pubcertcon =====
34347 <HTML>
34348 <HEAD>
34349 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34350 </HEAD>
34351 <BODY>
34352 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34354 UNIX Alpine only.
34356 If this option is set it will be used instead of
34357 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34359 This option gives you a way to store certificates remotely on an IMAP server
34360 instead of storing the certificates one per file locally.
34361 In order to do that you just give this option a remote folder name for a folder
34362 which does not yet exist.
34363 The name is similar to the name you might use for a remote configuration file.
34364 A remote folder name might look something like:
34366 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34369 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34370 about the syntax of folder names.
34372 Use the Setup/SMIME screen to modify this variable.
34374 <UL>   
34375 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34376 </UL><P>
34378 <UL>   
34379 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34380 </UL><P>
34381 &lt;End of help on this topic&gt;
34382 </BODY>
34383 </HTML>
34384 ====== h_config_smime_privkeydir =====
34385 <HTML>
34386 <HEAD>
34387 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34388 </HEAD>
34389 <BODY>
34390 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34392 UNIX Alpine only.
34394 In order to sign outgoing S/MIME messages you will need a
34395 personal digital ID certificate.
34396 You will usually get such a certificate from a certificate authority such as
34397 Thawte or CAcert.
34398 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34399 need the public certificate of the recipient instead.)
34400 If the option
34401 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34402 is set then this option will have no effect.
34404 Normally, Private Keys for use with S/MIME will be stored in the directory
34405 which is the value of this option.
34406 Those certificates will be stored in PEM format, one certificate per file.
34407 The name of the file for the certificate corresponding to your
34409 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34411 should be
34413 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34415 For example, if your address is user@example.com the name of the file would be
34417 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34419 in this directory.
34421 Use the Setup/SMIME screen to modify this variable.
34423 Typically, the private key that you have will come from a Certificate
34424 Authority.
34425 The private key should be stored in a PEM format file that
34426 looks something like:
34427 <PRE>
34428 -----BEGIN RSA PRIVATE KEY-----
34429 Proc-Type: 4,ENCRYPTED
34430 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34432 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34433 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34434 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34436 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34437 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34438 -----END RSA PRIVATE KEY-----
34439 </PRE>
34441 <UL>   
34442 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34443 </UL><P>
34445 <UL>   
34446 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34447 </UL><P>
34448 &lt;End of help on this topic&gt;
34449 </BODY>
34450 </HTML>
34451 ====== h_config_smime_privkeycon =====
34452 <HTML>
34453 <HEAD>
34454 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34455 </HEAD>
34456 <BODY>
34457 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34459 UNIX Alpine only.
34461 If this option is set it will be used instead of
34462 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34464 This option gives you a way to store keys remotely on an IMAP server
34465 instead of storing the keys one per file locally.
34466 In order to do that you just give this option a remote folder name for a folder
34467 which does not yet exist.
34468 The name is similar to the name you might use for a remote configuration file.
34469 A remote folder name might look something like:
34471 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34474 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34475 about the syntax of folder names.
34477 Use the Setup/SMIME screen to modify this variable.
34479 <UL>   
34480 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34481 </UL><P>
34483 <UL>   
34484 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34485 </UL><P>
34486 &lt;End of help on this topic&gt;
34487 </BODY>
34488 </HTML>
34489 ====== h_config_smime_cacertdir =====
34490 <HTML>
34491 <HEAD>
34492 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34493 </HEAD>
34494 <BODY>
34495 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34497 UNIX Alpine only.
34499 If the option
34500 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34501 is set then this option will have no effect.
34503 CACert is a shorthand name for certification authority certificate.
34504 Normally Alpine will use the CACerts that are located in the standard system
34505 location for CACerts.
34506 It may be the case that one of your correspondents has a Digital ID which has
34507 been signed by a certificate authority that is not in the regular set of system certificate
34508 authorities.
34509 You may supplement the system list by adding further certificates of your own.
34510 These should  be stored in the directory
34511 which is the value of this option.
34512 The certificates will be stored in PEM format, one certificate per file.
34513 The names of the files can be anything ending in &quot;.crt&quot;.
34515 Use the Setup/SMIME screen to modify this variable.
34517 These PEM format CA certificates look very similar to your public
34518 certificates for particular email addresses
34519 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34521 <UL>   
34522 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34523 </UL><P>
34525 <UL>   
34526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34527 </UL><P>
34528 &lt;End of help on this topic&gt;
34529 </BODY>
34530 </HTML>
34531 ====== h_config_smime_cacertcon =====
34532 <HTML>
34533 <HEAD>
34534 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34535 </HEAD>
34536 <BODY>
34537 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34539 UNIX Alpine only.
34541 If this option is set it will be used instead of
34542 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34544 This option gives you a way to store certificates remotely on an IMAP server
34545 instead of storing the certificates one per file locally.
34546 In order to do that you just give this option a remote folder name for a folder
34547 which does not yet exist.
34548 The name is similar to the name you might use for a remote configuration file.
34549 A remote folder name might look something like:
34551 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
34554 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34555 about the syntax of folder names.
34557 Use the Setup/SMIME screen to modify this variable.
34559 <UL>   
34560 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34561 </UL><P>
34563 <UL>   
34564 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34565 </UL><P>
34566 &lt;End of help on this topic&gt;
34567 </BODY>
34568 </HTML>
34569 ========== h_config_smime_sign_by_default ==========
34570 <HTML>
34571 <HEAD>
34572 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
34573 </HEAD>
34574 <BODY>
34575 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
34577 UNIX Alpine only.
34579 This feature only has an effect if your version of Alpine includes
34580 support for S/MIME.
34581 It affects Alpine's behavior when you send a message.
34582 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
34584 Only the default value is affected.
34585 In any case, you may still toggle the Signing option on or off before sending
34586 with the &quot;G Sign&quot; command (provided you have a personal digital ID
34587 certificate).
34589 <UL>   
34590 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34591 </UL><P>
34594 <UL>   
34595 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34596 </UL><P>
34597 &lt;End of help on this topic&gt;
34598 </BODY>
34599 </HTML>
34600 ========== h_config_smime_pubcerts_in_keychain ==========
34601 <HTML>
34602 <HEAD>
34603 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
34604 </HEAD>
34605 <BODY>
34606 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
34608 UNIX Alpine only.
34610 If this feature is set the Mac OS X default keychain will be used as the place
34611 to store public certificates instead of a
34612 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34613 or a
34614 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34616 <UL>   
34617 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34618 </UL><P>
34620 <UL>   
34621 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34622 </UL><P>
34623 &lt;End of help on this topic&gt;
34624 </BODY>
34625 </HTML>
34626 ========== h_config_smime_dont_do_smime ==========
34627 <HTML>
34628 <HEAD>
34629 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
34630 </HEAD>
34631 <BODY>
34632 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
34634 UNIX Alpine only.
34636 Setting this feature turns off all of Alpine's S/MIME support.
34637 You might want to set this if you are having trouble due to the S/MIME support.
34639 <UL>   
34640 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34641 </UL><P>
34644 <UL>   
34645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34646 </UL><P>
34647 &lt;End of help on this topic&gt;
34648 </BODY>
34649 </HTML>
34650 ========== h_config_smime_encrypt_by_default ==========
34651 <HTML>
34652 <HEAD>
34653 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
34654 </HEAD>
34655 <BODY>
34656 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
34658 UNIX Alpine only.
34660 This feature only has an effect if your version of Alpine includes
34661 support for S/MIME.
34662 It affects Alpine's behavior when you send a message.
34663 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
34665 Only the default value is affected.
34666 In any case, you may still toggle the Encrypt option on or off before sending
34667 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
34668 for the recipient).
34670 <UL>   
34671 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34672 </UL><P>
34675 <UL>   
34676 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34677 </UL><P>
34678 &lt;End of help on this topic&gt;
34679 </BODY>
34680 </HTML>
34681 ========== h_config_smime_remember_passphrase ==========
34682 <HTML>
34683 <HEAD>
34684 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
34685 </HEAD>
34686 <BODY>
34687 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
34689 UNIX Alpine only.
34691 This feature only has an effect if your version of Alpine includes
34692 support for S/MIME.
34693 If this option is set, you will only have to enter your passphrase for your private key
34694 once during an Alpine session.
34696 <UL>   
34697 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34698 </UL><P>
34701 <UL>   
34702 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34703 </UL><P>
34704 &lt;End of help on this topic&gt;
34705 </BODY>
34706 </HTML>
34707 ====== h_config_smime_transfer_pub_to_con =====
34708 <HTML>
34709 <HEAD>
34710 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
34711 </HEAD>
34712 <BODY>
34713 <H1>S/MIME: Transfer Public Certs to Container</H1>
34715 UNIX Alpine only.
34717 The Transfer command will copy the public certificates in your configured
34718 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34719 to the container in your configured
34720 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34721 This might be useful if you decide to switch from using a cert directory to a cert
34722 container.
34724 Warning: Any previous contents in the container will be lost.
34726 <UL>   
34727 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34728 </UL><P>
34730 <UL>   
34731 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34732 </UL><P>
34733 &lt;End of help on this topic&gt;
34734 </BODY>
34735 </HTML>
34736 ====== h_config_smime_transfer_pub_to_dir =====
34737 <HTML>
34738 <HEAD>
34739 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
34740 </HEAD>
34741 <BODY>
34742 <H1>S/MIME: Transfer Public Certs to Directory</H1>
34744 UNIX Alpine only.
34746 The Transfer command will copy the public certificates in your configured
34747 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34748 to the directory in your configured
34749 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34750 This might be useful if you decide to switch from using a cert container to a cert
34751 directory.
34753 <UL>   
34754 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34755 </UL><P>
34757 <UL>   
34758 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34759 </UL><P>
34760 &lt;End of help on this topic&gt;
34761 </BODY>
34762 </HTML>
34763 ====== h_config_smime_transfer_priv_to_con =====
34764 <HTML>
34765 <HEAD>
34766 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
34767 </HEAD>
34768 <BODY>
34769 <H1>S/MIME: Transfer Private Keys to Container</H1>
34771 UNIX Alpine only.
34773 The Transfer command will copy the private keys in your configured
34774 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34775 to the container in your configured
34776 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34777 This might be useful if you decide to switch from using a key directory to a key
34778 container.
34780 Warning: Any previous contents in the container will be lost.
34782 <UL>   
34783 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34784 </UL><P>
34786 <UL>   
34787 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34788 </UL><P>
34789 &lt;End of help on this topic&gt;
34790 </BODY>
34791 </HTML>
34792 ====== h_config_smime_transfer_priv_to_dir =====
34793 <HTML>
34794 <HEAD>
34795 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
34796 </HEAD>
34797 <BODY>
34798 <H1>S/MIME: Transfer Private Keys to Directory</H1>
34800 UNIX Alpine only.
34802 The Transfer command will copy the private keys in your configured
34803 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34804 to the directory in your configured
34805 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34806 This might be useful if you decide to switch from using a key container to a key
34807 directory.
34809 <UL>   
34810 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34811 </UL><P>
34813 <UL>   
34814 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34815 </UL><P>
34816 &lt;End of help on this topic&gt;
34817 </BODY>
34818 </HTML>
34819 ====== h_config_smime_transfer_cacert_to_con =====
34820 <HTML>
34821 <HEAD>
34822 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
34823 </HEAD>
34824 <BODY>
34825 <H1>S/MIME: Transfer CA Certs to Container</H1>
34827 UNIX Alpine only.
34829 The Transfer command will copy the CA certificates in your configured
34830 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
34831 to the container in your configured
34832 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
34833 This might be useful if you decide to switch from using a CA cert directory to a CA cert
34834 container.
34836 Warning: Any previous contents in the container will be lost.
34838 <UL>   
34839 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34840 </UL><P>
34842 <UL>   
34843 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34844 </UL><P>
34845 &lt;End of help on this topic&gt;
34846 </BODY>
34847 </HTML>
34848 ====== h_config_smime_transfer_cacert_to_dir =====
34849 <HTML>
34850 <HEAD>
34851 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
34852 </HEAD>
34853 <BODY>
34854 <H1>S/MIME: Transfer CA Certs to Directory</H1>
34856 UNIX Alpine only.
34858 The Transfer command will copy the CA certificates in your configured
34859 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
34860 to the directory in your configured
34861 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34862 This might be useful if you decide to switch from using a CA cert container to a CA cert
34863 directory.
34865 <UL>   
34866 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34867 </UL><P>
34869 <UL>   
34870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34871 </UL><P>
34872 &lt;End of help on this topic&gt;
34873 </BODY>
34874 </HTML>
34875 ====== h_config_smime_transfer_pubcon_to_key =====
34876 <HTML>
34877 <HEAD>
34878 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
34879 </HEAD>
34880 <BODY>
34881 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
34883 Mac OS X Alpine only.
34885 The Transfer command will copy the public certificates in your configured
34886 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34887 to your default Mac OS X Keychain.
34888 This might be useful if you decide to switch from using a cert container to using
34889 the Keychain to store your public certs, which you may do by using the
34890 feature
34891 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
34893 <UL>   
34894 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34895 </UL><P>
34897 <UL>   
34898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34899 </UL><P>
34900 &lt;End of help on this topic&gt;
34901 </BODY>
34902 </HTML>
34903 ====== h_config_smime_transfer_pubkey_to_con =====
34904 <HTML>
34905 <HEAD>
34906 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
34907 </HEAD>
34908 <BODY>
34909 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
34911 UNIX Alpine only.
34913 The Transfer command will copy the public certificates in your configured
34914 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34915 to your default Mac OS X Keychain.
34916 This might be useful if you decide to switch from using a cert container to using
34917 the Keychain to store your public certs.
34919 <UL>   
34920 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34921 </UL><P>
34923 <UL>   
34924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34925 </UL><P>
34926 &lt;End of help on this topic&gt;
34927 </BODY>
34928 </HTML>
34929 ====== h_config_smime_public_certificates =====
34930 <HTML>
34931 <HEAD>
34932 <TITLE>S/MIME: Manage Public Certificates</TITLE>
34933 </HEAD>
34934 <BODY>
34935 <H1>S/MIME: Manage Public Certificates</H1>
34937 UNIX Alpine only.
34939 This menu item allows you to manage your public certificates, this
34940 may include your own public certificate, but it normally includes
34941 certificates of people you correspond with. These certificates are
34942 saved by Alpine automatically when they are found in signed messages
34943 that you receive. This interface allows you to manage them, by
34944 giving you the option to delete them, or trust them (in the case
34945 of self-signed certificates).
34948 Please note that Alpine will not validate a message that was sent to you
34949 using a self-signed certificate, unless you decide to trust that certificate.
34950 Internally, a certificate is trusted by copying it to the
34951 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
34952 collection. If you decide that you want to stop trusting a self-signed
34953 certificate, you must delete such certificate from such collection.
34955 The <B>I</B> Import command available in this screen allows you to 
34956 import a command to this collection.
34958 <UL>   
34959 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34960 </UL><P>
34962 <UL>   
34963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34964 </UL><P>
34965 &lt;End of help on this topic&gt;
34966 </BODY>
34967 </HTML>
34968 ====== h_config_smime_private_keys =====
34969 <HTML>
34970 <HEAD>
34971 <TITLE>S/MIME: Manage Private Keys</TITLE>
34972 </HEAD>
34973 <BODY>
34974 <H1>S/MIME: Manage Private Keys</H1>
34976 UNIX Alpine only.
34978 This option allows you to manage your private key. Normally a person has only
34979 one key, in the same way that a person only has one valid passport, or ID card,
34980 at any given time. This option allows you to manage private keys. You can
34981 delete them or import them. Additionally, you can view information
34982 about your public certificate, such as the issuer and the dates of validity
34983 of such certificate, among others.
34986 If you have more than one e-mail address for which you want to use the 
34987 same private key, you must add all those addresses to the private key at 
34988 the moment that the key is generated. When you receive a signed message using 
34989 a key generated for several e-mail addresses, Alpine will save a 
34990 certificate for each e-mail address included in such certificate.
34992 The <B>I</B> Import command available in this screen allows you to 
34993 import a command to this collection.
34995 <UL>   
34996 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34997 </UL><P>
34999 <UL>   
35000 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35001 </UL><P>
35002 &lt;End of help on this topic&gt;
35003 </BODY>
35004 </HTML>
35005 ====== h_config_smime_certificate_authorities =====
35006 <HTML>
35007 <HEAD>
35008 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35009 </HEAD>
35010 <BODY>
35011 <H1>S/MIME: Manage Certificate Authorities</H1>
35013 UNIX Alpine only.
35015 This collection contains certificates that are needed to validate the 
35016 certificate of another person, and therefore contains certificates that 
35017 you trust. Typically a certificate is signed by another entity, called a 
35018 certificate authority. This option allows you to manage which certificates 
35019 you trust, allowing you to import them and to delete them or view information
35020 about each certificate, such as the issuer and the dates of validity
35021 of such certificate.
35023 The <B>I</B> Import command available in this screen allows you to 
35024 import a command to this collection.
35026 <UL>   
35027 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35028 </UL><P>
35030 <UL>   
35031 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35032 </UL><P>
35033 &lt;End of help on this topic&gt;
35034 </BODY>
35035 </HTML>
35036 ====== h_certificate_information =====
35037 <HTML>
35038 <HEAD>
35039 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35040 </HEAD>
35041 <BODY>
35042 <H1>S/MIME: Certificate Information Screen</H1>
35044 UNIX Alpine only.
35046 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35047 such as its owner, e-mail address, issuer, and interval of validity, 
35048 among others.
35050 In the case of public certificates, this screen shows you if there was a
35051 failure when attempting to validate such message. If the certificate is
35052 self-signed, then the <B>T</B> Trust command will be available, which
35053 you can use to trust such certificate and make Alpine not fail validating 
35054 signatures signed with such certificate.
35056 You can also mark a certificate deleted, with the <B>D</B> command, or 
35057 remove the deleted mark with the <B>U</B> undelete command.
35059 In the case of your private key, Alpine shows you the information
35060 from your public key. Additionally, Alpine allows you to see public
35061 and private information about your key, with the <B>B</B> and
35062 <B>R</B> commands respectively.
35063 <UL>   
35064 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35065 </UL><P>
35067 <UL>   
35068 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35069 </UL><P>
35070 &lt;End of help on this topic&gt;
35071 </BODY>
35072 </HTML>
35073 ====== h_config_smime_manage_public_menu =====
35074 <HTML>
35075 <HEAD>
35076 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35077 </HEAD>
35078 <BODY>
35079 <H1>S/MIME: Commands that Manage Public Certificates</H1>
35081 UNIX Alpine only.
35083 This screen allows you to manage your public certificates. Available commands and
35084 a short description of what they do follows.
35085 <UL>
35086 <LI> <B>I</B> Imports a public certificate to this collection.
35087 <LI> <B>V</B> View information about a certificate such as the name of the person the
35088 certificate was issued to, its dates of validity, and validity status.
35089 <LI> <B>D</B> Marks a certificate deleted.
35090 <LI> <B>U</B> Removes the deletion mark on a certificate.
35091 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35092 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
35093 trust a certificate by copying it to the collection of trusted certificates.
35094 </UL>
35096 All commands provide feedback to let you know about their success or failure.
35098 <UL>   
35099 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35100 </UL><P>
35102 <UL>   
35103 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35104 </UL><P>
35105 &lt;End of help on this topic&gt;
35106 </BODY>
35107 </HTML>
35108 ====== h_config_smime_manage_private_menu =====
35109 <HTML>
35110 <HEAD>
35111 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
35112 </HEAD>
35113 <BODY>
35114 <H1>S/MIME: Commands that Manage Private Keys</H1>
35116 UNIX Alpine only.
35118 This screen allows you to manage your private key. Available commands and
35119 a short description of what they do follows.
35120 <UL>
35121 <LI> <B>I</B> Imports a new public key to this collection.
35122 <LI> <B>V</B> View information about the public certificate corresponding to this
35123 key.
35124 <LI> <B>D</B> Marks a key to be deleted.
35125 <LI> <B>U</B> Removes the deletion mark on a key.
35126 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
35127 Note that expunging a private key does not remove the public key, which must
35128 be removed separately.
35129 </UL>
35131 All commands provide feedback to let you know about their success or failure.
35133 <UL>   
35134 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35135 </UL><P>
35137 <UL>   
35138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35139 </UL><P>
35140 &lt;End of help on this topic&gt;
35141 </BODY>
35142 </HTML>
35143 ====== h_config_smime_manage_cacerts_menu =====
35144 <HTML>
35145 <HEAD>
35146 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
35147 </HEAD>
35148 <BODY>
35149 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
35151 UNIX Alpine only.
35153 This screen allows you to manage your collection of certificates that you
35154 trust. Available commands and a short description of what they do follows.
35155 <UL>
35156 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
35157 done by reading the certificate and validating it. Once a certificate
35158 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
35159 to the certificate, if necessary.
35160 <LI> <B>V</B> View information about this certificate, such as its issuer 
35161 and validity dates.
35162 <LI> <B>D</B> Marks a certificate to be deleted.
35163 <LI> <B>U</B> Removes the deletion mark on a certificate.
35164 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35165 </UL>
35167 All commands provide feedback to let you know about their success or failure.
35169 <UL>
35170 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35171 </UL><P>
35173 <UL>   
35174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35175 </UL><P>
35176 &lt;End of help on this topic&gt;
35177 </BODY>
35178 </HTML>
35179 ====== h_config_lame_list_mode =====
35180 <HTML>
35181 <HEAD>
35182 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
35183 </HEAD>
35184 <BODY>
35185 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
35187 This feature modifies the method Alpine uses to ask your IMAP
35188 server for folder names to display in the FOLDER LIST screen.
35189 It is intended to compensate for a small set of IMAP servers that
35190 are programmed to ignore a part of the request, and thus respond
35191 to Alpine's query with nonsensical results.
35194 If you find that Alpine is erroneously displaying blank folder lists,
35195 try enabling this feature.
35198 NOTE: Enabling this feature has consequences for the Goto and Save
35199 commands.  Many servers allow access to folders outside the area
35200 reserved for your personal folders via some reserved character,
35201 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
35202 allows, at the Goto and Save prompts, quick access to folders
35203 outside your personal folder collection without requiring a specific
35204 collection definition.  This behavior will generally not be available
35205 when this feature is enabled.
35208 <UL>   
35209 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35210 </UL><P>
35211 &lt;End of help on this topic&gt;
35212 </BODY>
35213 </HTML>
35214 ====== h_config_enable_mulnewsrcs =====
35215 <HTML>
35216 <HEAD>
35217 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
35218 </HEAD>
35219 <BODY>
35220 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
35222 This feature makes it so Alpine can use multiple newsrcs based on
35223 the news server being connected to, which allows for separate lists
35224 of subscribed-to newsgroups. When this feature is not set, there is only
35225 one list of newsgroups.
35227 Under this feature, the name of a newsrc is based on the news server.
35228 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
35229 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
35230 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
35231 Setting this feature for the first time will allow for the option of using
35232 your old newsrc the next time you read news.
35234 If this feature is set, then the feature
35235 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
35236 also may affect the name of the newsrc file that is used.
35238 <UL>   
35239 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35240 </UL><P>
35241 &lt;End of help on this topic&gt;
35242 </BODY>
35243 </HTML>
35244 ======= h_ab_export_vcard =======
35245 <HTML>
35246 <HEAD>
35247 <TITLE>Address Book Export Format</TITLE>
35248 </HEAD>
35249 <BODY>
35250 <H1>Address Book Export Format</H1>
35252 You are exporting address book data from Alpine to a file outside of Alpine.
35253 You are being asked to choose the format of the export.
35254 Here are the choices:
35256 <DL>
35257 <DT><EM>A</EM>ddress List</DT>
35258 <DD>
35259 The addresses from the address book entries you are saving
35260 from will be saved one address per line.
35261 Address book lists (those with more than one address) will have
35262 all of their addresses saved separately.
35263 </DD>
35265 <DT><EM>V</EM>Card</DT>
35266 <DD>
35267 The entries will be saved in
35268 <A HREF="h_whatis_vcard">vCard</A> format.
35269 </DD>
35271 <DT><EM>T</EM>ab Separated</DT>
35272 <DD>
35273 The entries will be saved in tab-separated columns.
35274 There will be just 4 columns of data that correspond to Alpine's
35275 Nickname field, Full Name field, Address field, and Comment field.
35276 It might prove useful to Select only the Simple, non-List address book
35277 entries before Saving.
35278 </DD>
35280 <DT><EM>^C</EM> Cancel</DT>
35281 <DD>
35282 Cancel out of the Save.
35283 </DD>
35285 </DL>
35289 &lt;End of help on this topic&gt;
35290 </BODY>
35291 </HTML>
35292 ====== h_config_predict_nntp_server =====
35293 <HTML>
35294 <HEAD>
35295 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
35296 </HEAD>
35297 <BODY>
35298 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
35300 This feature allows Alpine to assume that the open NNTP server at the
35301 time of composition is the NNTP server to which the message should be
35302 posted.  This is especially recommended when there are multiple News
35303 collections.  If this feature is not set, Alpine will try to post to the first server in
35304 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
35305 this feature also negates the need to add News collection servers to
35306 the <!--#echo var="VAR_nntp-server"--> variable.
35308 This feature can be especially handy when used in conjunction with
35309 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
35311 <UL>   
35312 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35313 </UL><P>
35314 &lt;End of help on this topic&gt;
35315 </BODY>
35316 </HTML>
35317 ====== h_config_nntp_search_uses_overview =====
35318 <HTML>
35319 <HEAD>
35320 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
35321 </HEAD>
35322 <BODY>
35323 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
35325 This feature should probably be turned on unless it causes trouble.
35326 The results of the NNTP overview command (XOVER) may be used to help
35327 with some searches in news groups.
35328 It should result in quicker response time.
35329 Turning this feature on apparently causes search results which are
35330 different from what you would get with the feature turned off on some
35331 servers.
35333 <UL>   
35334 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35335 </UL><P>
35336 &lt;End of help on this topic&gt;
35337 </BODY>
35338 </HTML>
35339 ====== h_config_thread_sorts_by_arrival =====
35340 <HTML>
35341 <HEAD>
35342 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
35343 </HEAD>
35344 <BODY>
35345 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
35347 This feature affects how a threading sort arranges threads.  The default way
35348 to arrange threads is by the date of the earliest message in the thread.
35349 This feature arranges threads by the last message to arrive in a thread.
35351 This feature causes old threads that get recent messages to sort to the bottom,
35352 where previously a message arrival to a thread would not rearrange the order of
35353 that thread.
35355 <UL>   
35356 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35357 </UL><P>
35358 &lt;End of help on this topic&gt;
35359 </BODY>
35360 </HTML>
35361 ====== h_config_textplain_int =====
35362 <HTML>
35363 <HEAD>
35364 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
35365 </HEAD>
35366 <BODY>
35367 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
35369 This feature modifies the method Alpine uses to display Text/Plain
35370 MIME attachments from the Attachment Index screen.  Normally, the
35371 &quot;View&quot; command searches for any externally defined (usually
35372 via the
35373 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
35374 and displays the selected text within that viewer.
35377 Enabling this feature causes Alpine to ignore any external viewer
35378 settings and always display text with Alpine's internal viewer.
35381 <UL>   
35382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35383 </UL><P>
35384 &lt;End of help on this topic&gt;
35385 </BODY>
35386 </HTML>
35387 ====== h_config_wp_columns =====
35388 <HTML>
35389 <HEAD>
35390 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
35391 </HEAD>
35392 <BODY>
35393 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
35395 Web Alpine only.
35397 This configuration setting specifies the number of horizontal characters
35398 used to format various WebAlpine pages.  Smaller values will tend to reduce
35399 the amount of horizontal scrolling required to view pages within narrow
35400 browsers, such as those found on PDAs, and larger values will tend to 
35401 spread more information across the page.
35404 The Message List page uses the width to determine how many characters
35405 to assign each field.  Note, a smaller value may result in a disproportionate
35406 amount of blank space between fields on each line.  Similarly, a large
35407 value may result in cramped fields or horizontal scrolling.
35410 The Message View page uses this value to determine when to wrap lines
35411 in displayed message text.  Note, a smaller value may result in jagged
35412 right margins or confusing quoting.  A larger value may cause lines of text to
35413 run beyond the browser's right edge, requiring horizontal scrolling.
35416 <UL>   
35417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35418 </UL><P>
35419 &lt;End of help on this topic&gt;
35420 </BODY>
35421 </HTML>
35422 ====== h_config_wp_state =====
35423 <HTML>
35424 <HEAD>
35425 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
35426 </HEAD>
35427 <BODY>
35428 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
35430 Web Alpine only.
35432 Various aspects of cross-session state.
35435 <UL>   
35436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35437 </UL><P>
35438 &lt;End of help on this topic&gt;
35439 </BODY>
35440 </HTML>
35441 ====== h_config_wp_aggstate =====
35442 <HTML>
35443 <HEAD>
35444 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
35445 </HEAD>
35446 <BODY>
35447 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
35449 Web Alpine only.
35451 Aggregate operations tab state.
35454 <UL>   
35455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35456 </UL><P>
35457 &lt;End of help on this topic&gt;
35458 </BODY>
35459 </HTML>
35460 ====== h_config_wp_indexlines =====
35461 <HTML>
35462 <HEAD>
35463 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
35464 </HEAD>
35465 <BODY>
35466 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
35468 Web Alpine only.
35470 Number of index lines in table.
35473 <UL>   
35474 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35475 </UL><P>
35476 &lt;End of help on this topic&gt;
35477 </BODY>
35478 </HTML>
35479 ====== h_config_wp_indexheight =====
35480 <HTML>
35481 <HEAD>
35482 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
35483 </HEAD>
35484 <BODY>
35485 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
35487 Web Alpine only.
35489 Index table row height.
35492 <UL>   
35493 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35494 </UL><P>
35495 &lt;End of help on this topic&gt;
35496 </BODY>
35497 </HTML>
35498 ====== h_config_rss_news =====
35499 <HTML>
35500 <HEAD>
35501 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
35502 </HEAD>
35503 <BODY>
35504 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
35506 Web Alpine only.
35508 RSS News feed.
35511 <UL>   
35512 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35513 </UL><P>
35514 &lt;End of help on this topic&gt;
35515 </BODY>
35516 </HTML>
35517 ====== h_config_rss_weather =====
35518 <HTML>
35519 <HEAD>
35520 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
35521 </HEAD>
35522 <BODY>
35523 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
35525 Web Alpine only.
35527 RSS Weather feed.
35530 <UL>   
35531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35532 </UL><P>
35533 &lt;End of help on this topic&gt;
35534 </BODY>
35535 </HTML>
35536 ====== h_config_send_confirms_only_expanded =====
35537 <HTML>
35538 <HEAD>
35539 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
35540 </HEAD>
35541 <BODY>
35542 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
35544 This Web Alpine option specifies whether or not a Send confirmations
35545 happens when a composed message is readied for sending or not.  The
35546 default behavior is to not confirm that the nicknames were expanded to
35547 the intended addresses.
35550 <UL>   
35551 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35552 </UL><P>
35553 &lt;End of help on this topic&gt;
35554 </BODY>
35555 </HTML>
35556 ====== h_config_enable_jump_command =====
35557 <HTML>
35558 <HEAD>
35559 <TITLE>FEATURE: enable-jump-command</TITLE>
35560 </HEAD>
35561 <BODY>
35562 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
35564 This Web Alpine option specifies whether or not a Jump command is
35565 offered in the Message List and Message View pages.  The command is
35566 implemented as an input field in the left column of the List and View
35567 screens. 
35570 When enabled and a number is entered in the input field while the
35571 Message List is displayed, the Message List is reframed with the
35572 specified message.  While viewing a message, the message associated
35573 with the specified message number is displayed.
35576 <UL>   
35577 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35578 </UL><P>
35579 &lt;End of help on this topic&gt;
35580 </BODY>
35581 </HTML>
35582 ====== h_config_enable_newmail_sound =====
35583 <HTML>
35584 <HEAD>
35585 <TITLE>FEATURE: enable-newmail-sound</TITLE>
35586 </HEAD>
35587 <BODY>
35588 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
35590 This Web Alpine option specifies whether or not a sound file is sent
35591 to the web browser along with the newmail notification message.
35595 <UL>   
35596 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35597 </UL><P>
35598 &lt;End of help on this topic&gt;
35599 </BODY>
35600 </HTML>
35601 ====== h_config_render_html_internally =====
35602 <HTML>
35603 <HEAD>
35604 <TITLE>FEATURE: render-html-internally</TITLE>
35605 </HEAD>
35606 <BODY>
35607 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
35609 By default, Web Alpine will pass cleansed HTML text you receive in messages 
35610 to the browser for display (rendering).  This feature causes Web Alpine to convert 
35611 the HTML text into plain text in the same way Unix and PC-Alpine do.
35615 <UL>   
35616 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35617 </UL><P>
35618 &lt;End of help on this topic&gt;
35619 </BODY>
35620 </HTML>
35621 ====== h_config_role_undo =====
35622 Yes, remember changes and exit back to list of roles; No, discard changes
35623 made in this screen; ^C, cancel exit and stay in this config screen.
35624 ====== h_exit_editor =====
35625 S, save changes and exit from the editor; D, do not save changes but
35626 do exit from the editor; or ^C, cancel exit and stay in the editor.
35627 ====== h_config_undo =====
35628 Yes, save changes and exit; No, exit without saving any changes made since
35629 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
35630 ====== h_os_index_whereis =====
35631 Enter ^V or ^Y to go immediately to the last or first message in the index.
35632 Or, enter the match string followed by RETURN.
35633 ====== h_os_index_whereis_agg =====
35634 Enter ^V or ^Y to go immediately to the last or first message in the index,
35635 Or, enter the match string followed by RETURN (or ^X to select all matches).
35636 =========== h_oe_add_full ==================
35637 Type the full name of the person being added and press the RETURN key.
35638 Press ^C to cancel addition.
35639 =========== h_oe_add_nick ==================
35640 Type a short nickname and press RETURN.  A nickname is a short easy-to-
35641 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
35642 ========== h_oe_add_addr ================
35643 Type the e-mail address and press RETURN.
35644 Press ^C to cancel addition.
35645 ========== h_oe_crlst_full ==============
35646 Type a long name or description for the list that you are creating and
35647 press RETURN.  Press ^C to cancel creation of list.
35648 =========== h_oe_crlst_nick =============
35649 Type a nickname (short, easy-to-remember name or single word) for the list
35650 you are creating and press RETURN.  Press ^C to cancel.
35651 ========== h_oe_crlst_addr ==============
35652 Type an e-mail address, or a nickname already in the address book that you
35653 want to be part of this list and press RETURN.
35654 ========== h_oe_adlst_addr =============
35655 Type an e-mail address or a nickname already in the address book that you
35656 want to add to this list and press RETURN.
35657 ========== h_oe_editab_nick ============
35658 Change the nickname using the arrow keys and delete key.  Press RETURN
35659 when done.  Press ^C to cancel editing and leave the nickname as it was.
35660 ========== h_oe_editab_full ============
35661 Change the full name using the arrow keys and delete key.  Press RETURN
35662 when done.  Press ^C to cancel editing and leave the full name as it was.
35663 ========== h_oe_editab_addr ============
35664 Change the address using the arrow keys and delete key.  Press RETURN
35665 when done.  Press ^C to cancel editing and leave the address as it was.
35666 ========== h_oe_editab_fcc ============
35667 Change the fcc using the arrow keys and delete key.  Press RETURN when
35668 done.  Press ^C to cancel editing and leave the fcc as it was.
35669 ========== h_oe_editab_comment ============
35670 Change the comment field using the arrow keys and delete key.  Press RETURN
35671 when done.  Press ^C to cancel editing and leave the comment as it was.
35672 ====== h_ab_forward =====
35673 Yes, expand nicknames and qualify local names with your current domain name;
35674 No, leave nicknames and local names as is;  ^C, cancel.
35675 ========== h_ab_export ==========
35676 Type the name of a file to write the addresses into and
35677 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
35678 ========== h_ab_edit_a_field ==========
35679 Edit any of the fields of the currently selected entry by typing one of the
35680 letters at the bottom of the screen.  Press ^C to cancel edit.
35681 ====== h_ab_del_data_revert =====
35682 Press B to completely delete addrbook and revert to default, C to delete config
35683 and revert while leaving data, or D to only delete data (make it empty).
35684 ====== h_ab_del_data_modify =====
35685 Press B to completely delete addrbook, C to delete configuration while leaving
35686 data, or D to delete data (make it empty) but leave config. ^C to cancel.
35687 ====== h_ab_del_config_modify =====
35688 Yes, remove this address book from my configuration.
35689 No, make no changes now.
35690 ====== h_ab_del_config_revert =====
35691 Yes, remove this address book from my config and revert to default.
35692 No, make no changes now.
35693 ====== h_ab_del_default =====
35694 Yes, remove this default address book from my configuration.
35695 No, make no changes now.
35696 ====== h_ab_really_delete =====
35697 Yes, delete the actual contents of the address book, not just the 
35698 configuration.  No, don't delete the data after all, cancel and start over.
35699 ====== h_ab_del_ignore =====
35700 Press I to ignore all the default address books for this category.  Press R to
35701 remove this one address book and add the others to your personal list.
35702 ====== h_ab_del_dir_ignore =====
35703 Press I to ignore all the default directory servers for this category.
35704 Press R to remove this one server and add the others to your personal list.
35705 ====== h_ab_copy_dups =====
35706 Yes, overwrite the existing entry.
35707 No, skip duplicates but save the rest. Press ^C to cancel.
35708 ====== h_confirm_cancel =====
35709 Type C to Confirm that you want to abandon the message you are composing.
35710 Type N or ^C to cancel out of the cancel and keep composing.
35711 ====== h_ab_text_or_vcard =====
35712 Text, start composer with displayed text already included.
35713 VCard, start composer with address book entry attached as a vCard. ^C cancels.
35714 ====== h_ab_backup_or_ldap =====
35715 Backup, copy email address from entry and allow editing of it.
35716 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
35717 ====== h_ldap_text_or_vcard =====
35718 Text: export displayed text for selected entry. Address: export only the
35719 email address. VCard: export entry in vCard format. ^C cancels.
35720 ====== h_ab_save_exp =====
35721 Save, save entry or entries to an address book.
35722 Export, save to file outside of pine. ^C cancels save.
35723 ====== h_ab_add =====
35724 A, add a brand new entry to this address book.
35725 E, edit the entry that is currently highlighted. ^C to cancel.
35726 ====== h_ab_shuf =====
35727 U, swap order of highlighted address book and the one above it.
35728 D, swap order of highlighted address book and the one below it. ^C to cancel.
35729 ====== h_ab_shuf_up =====
35730 U, swap order of highlighted address book and the one above it.
35731 Press ^C to cancel.
35732 ====== h_ab_shuf_down =====
35733 D, swap order of highlighted address book and the one below it.
35734 Press ^C to cancel.
35735 ====== h_folder_prop =====
35736 Count is # of messages in the folder, Unseen means messages that have not
35737 been read, New means messages that were Recently added to the folder.
35738 ====== h_role_shuf =====
35739 U, swap order of highlighted rule and the one above it.
35740 D, swap order of highlighted rule and the one below it. ^C to cancel.
35741 ====== h_role_shuf_up =====
35742 U, swap order of highlighted rule and the one above it.
35743 Press ^C to cancel.
35744 ====== h_role_shuf_down =====
35745 D, swap order of highlighted rule and the one below it.
35746 Press ^C to cancel.
35747 ====== h_incoming_shuf =====
35748 B, swap order of highlighted directory and the one before it.
35749 F, swap order of highlighted directory and the one after it. ^C to cancel.
35750 ====== h_incoming_shuf_up =====
35751 B, swap order of highlighted directory and the one before it.
35752 Press ^C to cancel.
35753 ====== h_incoming_shuf_down =====
35754 F, swap order of highlighted directory and the one after it.
35755 Press ^C to cancel.
35756 ====== h_dir_shuf =====
35757 U, swap order of highlighted directory and the one above it.
35758 D, swap order of highlighted directory and the one below it. ^C to cancel.
35759 ====== h_dir_shuf_up =====
35760 U, swap order of highlighted directory and the one above it.
35761 Press ^C to cancel.
35762 ====== h_dir_shuf_down =====
35763 D, swap order of highlighted directory and the one below it.
35764 Press ^C to cancel.
35765 ====== h_hdrcolor_shuf =====
35766 U, swap order of highlighted Header Color and the one above it.
35767 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
35768 ====== h_hdrcolor_shuf_up =====
35769 U, swap order of highlighted Header Color and the one above it.
35770 Press ^C to cancel.
35771 ====== h_hdrcolor_shuf_down =====
35772 D, swap order of highlighted Header Color and the one below it.
35773 Press ^C to cancel.
35774 ========== h_oe_editab_al ============
35775 Change the address using the arrow keys and delete key.  Press RETURN
35776 when done.  Press ^C to cancel editing and leave the address as it was.
35777 ========== h_dir_comp_search ===============
35778 Type a string to look for just like you would in the composer. Your configured
35779 rules for the servers with the implicit flag set will be used.
35780 ========== h_oe_searchab ===============
35781 Type the word or name you want to search for and press RETURN.  If you press
35782 RETURN without entering anything the word in [] will be searched for.
35783 ========== h_oe_chooseabook ==========
35784 Choose the address book you want to save the new entry in.
35785 Use ^N or ^P to change address books.  ^C to cancel.
35786 ========== h_oe_takeaddr ==========
35787 Edit the e-mail address using the arrow and delete keys.  Press RETURN
35788 when done.  Press ^C to cancel adding this entry to the address book.
35789 ========== h_oe_take_replace ==========
35790 Press R to replace the old entry with this new data.  You will still have
35791 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
35792 ========== h_oe_take_replace_or_add ==========
35793 Press R to replace the old entry.  Press A to add the selected addresses to
35794 the old existing list.  N to enter another nickname. ^C to cancel now.
35795 ========== h_oe_takename ==========
35796 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
35797 when done.  Press ^C to cancel adding this entry to the address book.
35798 ========== h_oe_takenick ==========
35799 Type a nickname (short easy-to-remember name, initials or single word) for this
35800 entry in the address book and press RETURN.  Press ^C to cancel addition.
35801 ========== h_oe_jump ==========
35802 Type the message number you want to jump to and press RETURN.  The word "end"
35803 represents the last message. Press ^C to cancel jumping to another message.
35804 ========== h_oe_jump_thd ==========
35805 Type the thread number you want to jump to and press RETURN.  The word "end"
35806 represents the last thread. Press ^C to cancel jumping to another thread.
35807 ========== h_oe_debuglevel ==========
35808 Higher number shows more debugging details.
35809 Press ^C if you want to cancel the change.
35810 ========== h_oe_broach ==========
35811 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
35812 to go to the previous/next collections in the list.  Press ^C to cancel goto.
35813 ========== h_oe_foldsearch ==========
35814 Type the text you want to search for in foldernames and press RETURN.  If you
35815 press RETURN without entering anything, any text in [] will be searched for.
35816 ========== h_oe_foldrename ==========
35817 Change the old name of the folder to the new name using the arrow and
35818 delete keys and press RETURN.  Press ^C to cancel rename.
35819 ========== h_oe_login ==========
35820 Enter your login name for the host you are opening the mailbox on.  Just press
35821 RETURN to use your login from this host as is, or edit it with delete key.
35822 ========== h_oe_passwd ==========
35823 Type your password for the host and login shown as part of the prompt.
35824 Press ^C to cancel opening folder.
35825 ========== h_oe_choosep ==========
35826 Enter the number associated with the printer you want to select.  Press ^C to
35827 cancel the printer selection.  The current selection is highlighted.
35828 ========== h_oe_customp ==========
35829 Type the name of the Unix print command and press RETURN.  Press ^C to
35830 cancel the printer selection.
35831 ========== h_oe_searchview ==========
35832 Type the word or name you want to search for and press RETURN.  If you press
35833 RETURN without entering anything the word in [] will be searched for.
35834 ========== h_oe_keylock ==========
35835 The keyboard is in use and locked by another user.  Only that user can
35836 unlock this keyboard by typing the password.
35837 ========== h_wt_expire ==========
35838 At the beginning of each month Alpine offers to rename your current sent-mail
35839 folder to one named for the month so you have a sent-mail folder for each month
35840 ========== h_wt_delete_old ==========
35841 It is the beginning of the month, and we need to conserve disk
35842 space.  Please delete any sent-mail that you do not need.
35843 ========== h_select_sort ==========
35844 Select the order for sorting the index by typing the capitalized letter.
35845 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
35846 ========== h_no_F_arg ============
35847 Enter name of file to be opened.
35849 ========== h_sticky_personal_name ==========
35850 Type in your name as you want it to appear on outgoing email.  This entry
35851 will be saved into your Alpine configuration file.
35852 ========== h_sticky_inbox ============
35853 INBOX syntax is usually {complete.machine.name}INBOX
35854 This entry will be saved in your Alpine configuration file.
35855 ========== h_sticky_smtp ============
35856 The name of the computer on your campus that relays your outgoing email
35857 to the Internet.  This entry will be saved in your Alpine configuration file.
35858 ========== h_sticky_user_id ==========
35859 The username or login-id part of your email address.  This entry will be
35860 saved in your Alpine configuration file.
35861 ========== h_sticky_domain ==========
35862 The domain part of your email address, NOT the name of your PC.  This
35863 entry will be saved in your Alpine configuration file.
35864 ========== h_bounce =========
35865 Enter the address or nickname of the intended recipient.  Alpine will resend
35866 the message, which will retain the original author's From: address.
35867 ========== h_incoming_add_folder_nickname =========
35868 Enter an (optional) nickname that will be used in lieu of the actual
35869 host and folder names in the FOLDER LIST display.
35870 ========== h_anon_forward ==========
35871 Enter the address of your intended recipient, or ^C to cancel.
35872 Example: jsmith@somewhere.edu
35873 ========== h_news_subscribe ==========
35874 Enter the name of the newsgroup to which you wish to subscribe,
35875 or ^C to cancel.  Example: comp.mail.pine
35876 ========== h_pipe_msg ==========
35877 Enter the name of the Unix command to which you wish to send this
35878 message, or ^C to cancel.
35879 ========== h_pipe_attach ==========
35880 Enter the name of the Unix command to which you wish to send this
35881 attachment, or ^C to cancel.
35882 ========== h_select_by_num ==========
35883 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
35884 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
35885 ========== h_select_by_thrdnum ==========
35886 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
35887 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
35888 ========== h_select_txt_from ==========
35889 Messages with From: headers containing the entered string will be selected.
35890 ^C to cancel. ^G again to see original options.
35891 ========== h_select_txt_not_from ==========
35892 Messages without From: headers containing the entered string will be selected.
35893 ^C to cancel. ^G again to see original options.
35894 ========== h_select_txt_to ==========
35895 Messages with To: headers containing the entered string will be selected.
35896 ^C to cancel. ^G again to see original options.
35897 ========== h_select_txt_not_to ==========
35898 Messages without To: headers containing the entered string will be selected.
35899 ^C to cancel. ^G again to see original options.
35900 ========== h_select_txt_cc ==========
35901 Messages with Cc: headers containing the entered string will be selected.
35902 ^C to cancel. ^G again to see original options.
35903 ========== h_select_txt_not_cc ==========
35904 Messages without Cc: headers containing the entered string will be selected.
35905 ^C to cancel. ^G again to see original options.
35906 ========== h_select_txt_subj ==========
35907 Messages with Subject: headers containing the entered string will be selected.
35908 ^C to cancel.  ^X enters Subject: line of current message.
35909 ========== h_select_txt_not_subj ==========
35910 Messages without Subject headers containing the entered string will be selected.
35911 ^C to cancel.  ^X enters Subject: line of current message.
35912 ========== h_select_txt_all ==========
35913 All messages containing the entered string will be selected.  Headers and body,
35914 but not encoded attachments, will be compared.  Enter ^C to cancel.
35915 ========== h_select_txt_not_all ==========
35916 All messages that don't contain the entered string will be selected.  Headers
35917 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
35918 ========== h_select_txt_body ==========
35919 All messages containing the entered string will be selected. Body text, but
35920 not headers or encoded attachments, will be compared. ^C to cancel.
35921 ========== h_select_txt_not_body ==========
35922 All messages that don't contain the entered string will be selected. Body
35923 text, but not headers or encoded attachments, will be compared. ^C to cancel.
35924 ========== h_select_txt_recip ==========
35925 Messages with Cc: or To: headers containing the entered string will be selected.
35926 ^C to cancel. ^G again to see original options.
35927 ========== h_select_txt_not_recip ==========
35928 Messages without Cc: or To: headers containing the string will be selected.
35929 ^C to cancel. ^G again to see original options.
35930 ========== h_select_txt_partic ==========
35931 Messages with Cc, To, or From headers containing the string will be selected.
35932 ^C to cancel. ^G again to see original options.
35933 ========== h_select_txt_not_partic ==========
35934 Messages without Cc, To, or From headers containing the string will be selected.
35935 ^C to cancel. ^G again to see original options.
35936 ========== h_select_date ==========
35937 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
35938 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
35939 ========== h_attach_index_whereis ==========
35940 Enter some text that appears in the Attachment Index entry for the desired
35941 attachment.  The first attachment containing that text will be highlighted.
35942 ========== h_kb_lock ==========
35943 Keystrokes entered here (up to a RETURN) comprise a password that must
35944 be entered again later in order to unlock the keyboard.
35945 ========== h_compose_default ==========
35946 N, compose a new message. R, set a role.
35947 ^C to cancel.
35948 ========== h_untranslatable ==========
35949 Send using UTF-8 character set; Send but replace untranslatable characters
35950 with question marks; return to the composer; or cancel message altogether.
35951 ========== h_compose_intrptd ==========
35952 N, compose a new msg. I, continue interrupted msg. R, set a role.
35953 ^C to cancel.
35954 ========== h_compose_postponed ==========
35955 N, compose a new message. P, continue postponed msg. R, set a role.
35956 ^C to cancel.
35957 ========== h_compose_intrptd_postponed ==========
35958 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
35959 R, set a role. ^C to cancel.
35960 ========== h_compose_form ==========
35961 N, compose a new message. F, use form letter. R, set a role.
35962 ^C to cancel.
35963 ========== h_compose_intrptd_form ==========
35964 N, compose a new msg. I, continue interrupted msg. F, use form letter.
35965 R, set a role. ^C to cancel.
35966 ========== h_compose_postponed_form ==========
35967 N, compose a new message. P, continue postponed msg. F, use form letter.
35968 R, set a role. ^C to cancel.
35969 ========== h_compose_intrptd_postponed_form ==========
35970 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
35971 F, use form letter. R, set a role. ^C to cancel.
35972 ========== h_config_context_del_except ==========
35973 If you delete the last exceptional collection you can only add it back by
35974 manually editing the exceptions config file.
35975 ========== h_config_whereis ==========
35976 To move quickly to a particular line, enter a search string or
35977 ^C to cancel.
35978 ========== h_config_edit_scorei ==========
35979 Enter interval in the form (min,max). -INF and INF may be used to represent
35980 -infinity and infinity. ^C to cancel change. RETURN to accept change.
35981 ========== h_config_add ==========
35982 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
35983 pressing RETURN sets the Empty Value (this turns off any global default).
35984 ========== h_config_add_custom_color ==========
35985 Enter a header fieldname. For example, "subject" or "from".
35987 ========== h_config_add_pat_hdr ==========
35988 Enter a header fieldname. For example, "reply-to" or "organization" or
35989 any fieldname you want that isn't included already.
35990 ========== h_config_print_opt_choice ==========
35991 You may edit either the initialization string (characters printed before
35992 printing starts) or the trailer string.  Choose one or ^C to cancel.
35993 ========== h_config_print_init ==========
35994 Enter a C-style string for this.  You may use common backslash escapes like
35995 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
35996 ========== h_config_change ==========
35997 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
35998 delete current (highlighted) character, etc.  Enter ^C to cancel change.
35999 ========== h_config_replace_add ==========
36000 Replace ignores the current default, Add places the current default in your
36001 editing buffer as if you had typed it in.
36002 ========== h_config_insert_after ==========
36003 Enter a nickname for this print command.  (InsertBefore puts the new item
36004 before the current line, InsertAfter puts it after the current line.)
36005 ========== h_config_print_cmd ==========
36006 Enter command to be executed for the printer.  Use normal editing keys
36007 to modify, ^C to cancel, carriage return to accept current value.
36008 ========== h_config_role_del ==========
36009 Answering Yes will remove this rule completely from your rules list.
36010 ========== h_config_role_addfile ==========
36011 Type the name of a file to add to your configuration. You don't need to
36012 use a file, you may add rules directly (with Add) without using a file.
36013 ========== h_config_role_delfile ==========
36014 Answering Yes will remove this rule file completely from your rules list.
36015 The rules data file itself will not be removed.
36016 ========== h_config_print_del ==========
36017 Answering Yes will remove this printer completely from your printer list.
36018 ========== h_config_print_name_cmd ==========
36019 You may edit the Nickname of this printer, the Command to be executed when
36020 printing, or change the Options associated with this printer.
36021 ========== h_send_check_fcc ==========
36022 Yes, send message without an Fcc.
36023 No, return to composer.
36024 ========== h_send_check_subj ==========
36025 Yes, send message without a Subject.
36026 No, return to composer.
36027 ========== h_send_check_to_cc ==========
36028 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36029 No, return to composer.
36030 ========== h_send_fcc_only ==========
36031 Yes, copy message to Fcc only and send to NO recipients.
36032 No, return to composer.
36033 ========== h_send_prompt ==========
36034 Yes, send the message.
36035 No or ^C, return to composer.
36036 ========== h_send_prompt_flowed ==========
36037 Yes, send the message.  No or ^C, return to composer.
36038 What's Flowed? See Do Not Send Flowed Text in config screen.
36039 ========== h_send_prompt_dsn ==========
36040 Yes, send the message.  No or ^C, return to composer.
36041 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36042 ========== h_send_prompt_dsn_flowed ==========
36043 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
36044 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
36045 ========== h_role_confirm ==========
36046 Yes, use displayed role. No, compose without a role.
36047 ^C, cancel the message. ^T, select a role from your other eligible roles.
36048 ========== h_norole_confirm ==========
36049 Return, compose without a role.
36050 ^C, cancel the message. ^T, select a role from your eligible roles.
36051 ========== h_custom_print ==========
36052 Enter a Unix command that accepts its data on standard input.
36053 Alpine will display any information the command sends to standard output.
36054 ========== h_convert_abooks_and_sigs ==========
36055 You will be given the opportunity to convert address books and signature files
36056 to remote configurations.
36057 ========== h_convert_abooks ==========
36058 You will be given the opportunity to convert address books to remote
36059 configurations.
36060 ========== h_flag_keyword ==========
36061 Enter the name of the keyword you want to add for this folder.
36062 No spaces, parentheses, braces, percents or asterisks are allowed.
36063 ========== h_select_keyword ==========
36064 Enter the keyword you want to match, or use ^T to select a keyword from a list
36065 of possible keywords for this folder. Use ! to look for non-matches instead.
36066 ========== h_type_keyword ==========
36067 Enter the keyword you want to add. You may add a nickname in the next step.
36068 No spaces, parentheses, braces, percents or asterisks are allowed.
36069 ========== h_type_keyword_nickname ==========
36070 Enter an optional nickname for the keyword you want to add.
36071 Type Carriage return to use the keyword name instead of a nickname.
36072 ========== h_convert_sigs ==========
36073 You will be given the opportunity to convert signature files to remote
36074 configurations.
36075 ========== h_convert_abook ==========
36076 Yes is fairly safe. You will be ADDing a remote address book that is a copy
36077 of the current address book. The current abook won't be removed automatically.
36078 ========== h_convert_sig ==========
36079 Answering Yes copies the contents of the signature file into your Alpine
36080 configuration file. After that, the contents of the file will not be used.
36081 ========== h_save_addman ==========
36082 Enter the simple name of the folder you want to add. Carriage return to
36083 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
36084 ========== h_reopen_folder ==========
36085 Yes reopens the folder, as if you were starting over. This uncovers new mail.
36086 No leaves the folder index as it was without discovering new mail.
36087 ========== h_convert_pinerc_server ==========
36088 This is the name of the host (computer) where the remote Alpine configuration
36089 will be stored. This should be an IMAP server that you have permission to use.
36090 ========== h_convert_pinerc_folder ==========
36091 Enter the correct remote folder name. This folder is special and should
36092 contain only configuration data. It shouldn't contain other mail messages.
36093 ========== h_role_compose ==========
36094 Compose a New message, Reply to current message, Forward current message, or
36095 Bounce message. Then you will be asked to choose one of your Roles to be used.
36096 ========== h_save_size_changed ==========
36097 The reported size of a message is not the same as the actual size. Answer Yes
36098 to continue and hope for the best or No to Cancel the entire Save.
36099 ========== h_select_by_larger_size ==========
36100 Enter a number or ^C to cancel. All messages greater than this many characters
36101 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36102 ========== h_select_by_smaller_size ==========
36103 Enter a number or ^C to cancel. All messages less than this many characters
36104 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36105 ========== h_preserve_field ==========
36106 Use 'p' to toggle between preserving or not preserving the original To:
36107 and Cc: fields of the message. Enter ^C to cancel message.