* New version 2.20.11
[alpine.git] / pith / pine.hlp
blob789cefadac7e034f85a664fe62af67587a543abe
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-2016 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 116 2015-12-14 19:09:59
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-2016 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 2009 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:
181 <UL>
182   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
183        user to choose the dictionary used to spell, in case the user 
184        communicates in more than one language. Examples of values for the 
185        variable are "en_US" or "de_DE", etc. Only the first 10 
186        dictionaries are offered.
188   <LI> Added support for RFC 2971 - IMAP ID extension.
190   <LI> Ignore message from smtp server after a successful authentication
191        challenge.
193   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
194        SSLCERTSDIR is not found.
196   <LI> When Alpine sends an attachment, it will set the boundary attribute
197        in lower case, as some SMTP servers, such as those of libero.it 
198        reject messages if the boundary attribute is in uppercase.
200   <LI> SMIME: The ctrl-E command that gives information on the certificate
201        is only available for messages that have a signed or encrypted 
202        part.
204   <LI> SMIME: If a message contains a RFC822 atachment that is
205        signed/decrypted add the ability to view its SMIME information.
207   <LI> SMIME: Certificate information in the S/MIME screen is available 
208        for certificates stored in a container.
210   <LI> SMIME: Offer the common name of the person, instead of the name of
211        file containing the certificate, as the name to be displayed in the 
212        certificate management screen for certificate authorities. 
213        Suggested by Matthias Rieber.
215   <LI> SMIME: Management of several alternate name (SAN) certificates is 
216        improved. When importing a SAN certificate, also import a certificate
217        for the filename, besides for the e-mail addresses in the
218        certificate. Suggested by Matthias Rieber.
220   <LI> SMIME: add full year when displaying information about a certificate
221        in the certificate management screen. Suggested by Matthias Rieber.
223   <LI> SMIME: sort certificates by some type of alphabetical order in the
224        displayed name.
226   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
227        certificates included in signatures, when the option "Validate 
228        Using Certificate Store Only" is enabled. If the user does not wish 
229        to save it, validation will fail.
231   <LI> HTML: Add support for decoding entities in hexadecimal notation.
232        Suggested by Tulip&aacute;nt Gergely.
234   <LI> If the charset of a message can not be determined, use the value set
235        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
237   <LI> Resizing setup screen will redraw screen.
239   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
240        in the width ambiguous zone, it will use other means to determine
241        the width, such as call wcwidth.
243   <LI> Pico: Code reorganization in the search command to make it easier to
244        add subcommands of the search command.
246   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
247        subcommand of the search command to bring this choice into view.
249   <LI> Pico: Add the ability to search for strings in the beginning or end
250        of a line. Use the Ctrl-^ subcommand of the search command to bring 
251        this choice into view.
253   <LI> For a multipart/alternative message, the Take Address command will 
254        work on the part that is being read.
256   <LI> When sending a message, allow for 512 characters of consecutive 
257        non-white space before folding the subject line.
259   <LI> Make sure titlebar (the line at the top of the screen) always 
260        contains the name of the folder/newsgroup that is open, if this 
261        fits in the title.
263   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
264        will also scramble the name, version and operative system in the message-id header. 
265        Based on a contribution by Dennis Davis, which is itself based on a contribution by 
266        Mark Hills.
268   <LI> Change in logic in imap_set_password function to make Alpine ask if
269        a user wants to save a password before reading the password file.
271   <LI> Add the Control-R subcommand to the save command for attachments. 
272        This subcommand toggles if the saving will be done in binary mode 
273        for text attachments. When a user saves an attachment using binary
274        mode it will be saved as it was sent, otherwise the attachment will
275        be transformed to UTF-8 for further transformation through internal
276        and user defined filters for saving.
278   <LI> Add command line argument -smimedir, which allows to specify
279        the default path for a directory that contains the public, private, 
280        and ca directories. This is useful in case a user has a backup of 
281        old certificates that cannot be installed in the ~/.alpine-smime 
282        dir.
284   <LI> Reimplementation of the code that allows the .pinerc file to be a
285        symbolic link by Kyle George from tcpsoft.com to use realpath.
287   <LI> When saving an attachment, the "^T" command leads to a screen where the
288        "A" command can be used to add a file. A directory can be added by
289        pressing "^X" after the "A" command. Added after a suggestion by
290        Stefan Goessling.
292   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
293        scroll through the history of directories used to save attachments, 
294        while preserving the given name of the file. Suggested by Peter 
295        Koellner.
297   <LI> SMIME: Turn off automatic signing and encrypting of a message when
298        bouncing. Suggested after a discussion with Matthias Rieber.
299 </UL>
303 Bugs that have been addressed include:
304 <UL>
305   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
306        Alpine will use the function ASN1_TIME_print to determine the date 
307        of validity. Reported by Ben Stienstra.
309   <LI> SMIME: Crash when atempting to unlock the password file and an
310        incorrect password is entered.
312   <LI> SMIME: Crash when checking the signature of a message that contains
313        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
314        Krellner.
316   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
318   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
319        remote containers. Reported by Matthias Rieber.
321   <LI> SMIME: certificates included in messages were not being transferred
322        to a remote container.
324   <LI> SMIME: Crash if public certificates are located in an inaccessible
325        remote server and the private key is not available.
327   <LI> SMIME: Alpine does not remove remporary files created when adding a 
328        CA certificate to a container. Reported by Holger Trapp.
330   <LI> SMIME: When reading a local certificate, Alpine converts the name 
331        of the certificate to lowercase, which may make Alpine not be able 
332        to read such certificate. Reported by Dennis Davis.
334   <LI> Pico: Searching for a string that is too long causes Pico to crash
335        in the next search.
337   <LI> Fix vulnerability in regex library. This only affects those who use
338        this library, such as the windows version of Alpine. See 
339        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
340        for more details.
342   <LI> Alpine would not set include and lib paths for OpenSSL if this was
343        installed in /usr/local/ssl.
345   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
346        contents when saving its configuration.
348   <LI> The _INIT_ token does not skip over non-alpha numeric characters in
349        the name. Reported by Andreas Fehr.
351   <LI> Mismatch in size of UCS and CELL caused a corruption in the
352        content of a pointer, which made the speller in PC-Alpine get the 
353        content of a word incorrectly.
355   <LI> Skip testing openssl compatibility version when cross-compilation
356        is detected. Fix contributed by Antti Sepp&auml;l&auml;
358   <LI> Alpine fails to remove temporary files used during a display or sending
359        filter. Fix contributed by Phil Brooke.
361   <LI> When the index is in zoomed state, adding new messages to the 
362        selection would not show those messages if those messages are on 
363        top of the current message in the top of the screen. Reported by
364        Ulf-Dietrich Braumann. In addition, when the user scrolls through
365        the index, this scroll smoothly, without jumping pages. Reported
366        by Holger Trapp.
368   <LI> Crash when reviewing history of saving attachments.
370   <LI> Crash in Pico when forwarding messages that contain a direction mark
371        at the end of a line. Reported by James Mingo.
373   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
374 </UL>
378 Version 2.20 addresses bugs found in previous releases and has several 
379 additions as well.
382 Additions include:
385 <UL>
386   <LI> Upgrade UW-IMAP to Panda IMAP from 
387        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
388   <LI> S/MIME: Add screen to manage certificates.
389   <LI> S/MIME: Signatures are validated using the user's certificates instead
390        of the ones included in the message. Behavior can be disabled by
391        disabling the option <A href="h_config_smime_use_cert_store">
392         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
393        by default.
394   <LI> S/MIME: sign messages using intermediate certificates when needed 
395        and possible.
396   <LI> S/MIME: validation of certificates for servers that modify signed 
397        content.
398   <LI> S/MIME: signed and encrypted messages will be signed first and 
399        encrypted second, so that they can be decoded by other clients.
400   <LI> S/MIME: add the sender certificate to the list of certificates in
401        encrypted messages to make it possible for the sender to decrypt
402        the message they sent.
403   <LI> S/MIME: When transferring certificates to a local container, create 
404        container with default names PublicContainer, PrivateContainer and 
405        CAContainer, as appropriate for these files, unless the user has 
406        provided some other names.
407   <LI> S/MIME: Forwarding a message will include the signed part as part
408        of the text and not as a multipart message, just as the reply
409        command does.
410   <LI> HTML: Style tag in body of html message causes Alpine to not write
411        its content until a new &lt;/style&gt;
412   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
413        the same inline tag; the same is valid for the &lt;HR&gt; tag.
414   <LI> Add support to selective expunge through a subcommand of the 
415        select-apply commands. Read more in the <A 
416        HREF="h_index_cmd_expunge">help</A> for the expunge command.
417   <LI> Pico: New subcommand of the search command, allows to reverse the
418        direction of search.
419   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
420        the key and certificate used to encrypt the password file are saved 
421        in the ~/.alpine-smime/.pwd directory, or in the directory specified
422        by the -pwdcertdir command line option. 
423        <A HREF="h_password_file_support">Learn more</A>.
424   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
425        server to use different ways to connect using ssl, for 
426        example {server.com/tls1} will attempt to connect to 
427        server.com at the ssl imap port (port 993) and establish a 
428        connection using TLSv1. These flags can be used in 
429        conjunction with the /ssl flag, the ssl flag is redundant. 
430        Conversely, however, the /ssl flag does not imply any of 
431        these flags; the /ssl flag means SSLv3 or, if not available, 
432        SSLv2 in the SSL port.
433   <LI> Alpine does not attempt to automatically reopen a collection 
434        that was not opened due to cancellation by the user. 
435        Instead, the user must try to open it explicitly.
436   <LI> Alpine searches for a certificate that matches an email address in
437        all addresses in a certificate (instead of just the first 
438        one) but when it tries to unlock the certificate, it asks 
439        for the password for the first email address in that 
440        certificate.
441   <LI> Style tag in body of html message causes Alpine to not write its content
442        until a new &lt;/style&gt;
443   <LI> Experimental: Write the content-type of a message in 
444        lowercase, as some non-compliant servers do not understand 
445        uppercase content-type, such as those of GMX.de.
446   <LI> Experimental: Do not send the RSET command before attempting
447        to send a message, as this causes a delay in some evily managed
448        servers.
449   <LI> Opening a folder updates recent count in maildrops (this 
450        already works for other types of folders)
451   <LI> Automatically redraw screen after opening an attachment 
452        instead of simply clearing it.
453   <LI> Pico: Justification works without need of a predefined quote 
454        string. This allows justification of blocks of text that are 
455        indented with spaces.
456   <LI> Decode the name of attachment names, so they can be written as part   
457        of the description of the part. 
458   <LI> Check bounds and tie strings off to improve security. Contributed 
459        by James Jerkins.
460   <LI> Replace tabs by spaces in From and Subject fields to control for
461        size in screen of these fields. Change only in index screen display.
462   <LI> Aggregate operations allows bouncing a list of messages using a role.
463        Suggested by Ulf-Dietrich Braumann.
464   <LI> Disable saving new passwords to the password file. Implemented
465        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
466   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
467      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
468      Charles M. Register.
469 </UL>
473 Bugs that have been addressed include:
474 <UL>
475   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
476        in personal names. Reported by Lev Gorenstein.
477   <LI> When writing the .pinerc file, lines were truncated if they were longer
478        than 10,000 characters. This could cause data corruption, so now lines
479        are allowed to be of any length.
480   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
481        remove attachments before they were open by a mailcap viewer. It 
482        requires that the user has an equivalent to a command such as "ps 
483        auxww" to list the list of processes, and check if there is any 
484        program using the attachment. The default is "/bin/ps auxww", but 
485        it can be changed at compile time with the option --with-ps-cmd. 
486        See the help of the variable 
487        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
488        for more information.
489   <LI> S/MIME: signed messages that contained an attachment would not validate.
490   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
491        validate. Thanks to Andreas Schamanek for testing, debugging and 
492        advising during the process of fixing this problem.
493   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
494        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
495        and Stefan Mueller.
496   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
497        home directory.
498   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
499        SMIME making it not possible to sign or encrypt messages.
500   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
501        information that is not part of the body, and hence making the body
502        of the message seem wrong.
503   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
504        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
505        enabled, the message contains 8bit characters and the smtp server 
506        supports 8bit sending.
507   <LI> When replying to several messages, subject will be decoded first,
508        and then stripped from re/fwd before they are compared to determine
509        the subject of the replied message.
510   <LI> Crash when tcp connection to NNTP server was lost after connection
511        had been established, but lost immediately afterwards.
512   <LI> Crash with message &quot;lock when already locked&quot;, when painting
513        an index was based on scores that needed information from a remote
514        addressbook in the same server as the folder opened. Reported by
515        Peter Koellner.
516   <LI> Crash in message/rfc822 attachments encoded in base64.
517   <LI> Postponed messages whose content-type is text/html, text/enriched and
518        text/richtext are sent with that content-type, even though, after
519        resuming composition, Alpine had changed its type to text/plain.
520   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
521        character set, which might lead to a crash or a corruption in the 
522        screen. Work was done to contain the bug. A more complete fix will 
523        be done in a future release. Reported by Professor Robert Funnell.
524   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
525   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
526   <LI> Save command did not warn of existence of a message with a deleted 
527        attachment in an aggregate save, unless cursor was positioned on a message 
528        with a deleted attachment. Reported by Florian Herzig.
529   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
530        in an IMAP server.
531   <LI> DATE tokens were not internally transformed to UTF-8, which made their
532        values not appear complete in the screen. Reported by Werner Scheinast.
533   <LI> Fixes to configure script so that it will not require PAM for every system.
534   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
535        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
536        during the build. Fix by Ulf-Dietrich Braumann.
537   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
538        needs to use tcl_getstringresult() instead. Reported by 
539        Ulf-Dietrich Braumann.
540   <LI> Quoted string in URL Viewers configuration variable were not 
541        unquoted before passing to viewer.
542   <LI> Fix in configure script to detect location of tcl library; add
543        /usr/local in FreeBSD and fix a bug in configure script that used 
544        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
545        by Werner Scheinast.
546   <LI> Move SSL configurations from UW-IMAP to configure script, and
547        update OpenSSL configuration for Mac OS X.
548   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
549   <LI> When the download of an attachment is interrumpted, Alpine stills
550      caches what was downloaded, making the download incomplete for 
551      subsequent calls of Alpine attempting to open the attachment. In the 
552      future, Alpine will not cache any downloaded part of the attachment 
553      when it is interrupted.
554 </UL>
559 Version 2.11 addresses bugs found in previous releases and has a few 
560 additions as well.
563 Additions include:
566 <UL>
567    <LI> Alpine requires version 1.0.0c of Openssl to build.
568    <LI> Increase encryption of S/MIME encrypted messages.
569    <LI> Pico: Improvements in justification of paragraphs: lines that begin
570 with a quote string, followed by a space were considered individual paragraphs,
571 now they are considered part of a paragraph. Based on earlier joint work
572 with Jeff Franklin.
573    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
574    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
575 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
576    <LI> Added recognition of ws and wss URIs.
577    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
578  <A HREF="h_config_directory_color">directory names</A>,
579  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
580    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
581 used in the display of the INDEX SCREEN.
582    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
583 that adds the ability to preserve To: and Cc: fields when replying to a 
584 message, as specified by original sender.
585    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
586  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
587    <LI> Quota command includes subcommands for printing, forwarding, etc.
588 </UL>
591 Bugs that have been addressed include:
593 <UL>
594   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
595   <LI> Crash when resizing the screen in a configuration screen.
596   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
597   <LI> Do not use a shell to open a browser.
598   <LI> Configure script did not test for crypto or pam libraries.
599   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
600   <LI> Change Cygwin directory separator to &quot;/&quot;.
601   <LI> Alpine could set List- headers, contrary to RFC 2369.
602 </UL>
605 Version 2.10 addresses bugs found in previous releases and has a few 
606 additions as well.
609 Additions include:
612 <UL>
613    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
614    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
615    <LI> Foreign characters are decoded correctly in IMAP folder names.
616    <LI> Question about breaking connection to slow servers includes their name.
617    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
618    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
619    <LI> Cygwin: Alpine builds without need of patch.
620    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
621    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
622    <LI> Add support for strong encryption of password file when S/MIME is built in.
623 </UL>
626 Bugs that have been addressed include:
629 <UL>
630    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
631    <LI> Double allocation of memory in Pico.
632    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
633    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
634    <LI> Not recognition of environment variables in some options.
635    <LI> Not display of login prompt during initial keystrokes.
636    <LI> justification of long urls breaks them.
637    <LI> Incorrect New Mail message when envelope is not available.
638    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
639    <LI> Crash when resizing the screen after display of LDAP search.
640    <LI> Crash when redrawing screen while opening a remote folder collection.
641    <LI> Infinite loop in scrolltool function during notification of new mail.
642    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
643    <LI> No display of signed and encrypted S/MIME messages.
644    <LI> Alpine will not build with OpenSSL.
645    <LI> Crash for double locking in calls to c-client.
646    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
647    <LI> Ignore the references header when threading messages
648    <LI> No update of colors in index screen after update to addressbook.
649 </UL>
652 Version 2.01 addresses bugs found in previous releases and has a few 
653 additions as well.
656 Additions include:
659 <UL>
660    <LI> Fixed non-ASCII web alpine handling
661    <LI> Added web alpine help.
662    <LI> Allow web alpine inbox on second IMAP server.
663    <LI> Allow web alpine config reset after bad inbox-path gets set.
664    <LI> Added web alpine ability to create group contact from contact list members.
665    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
666    <LI> Tidied up web alpine script layout.
667    <LI> Fixed web alpine status message ordering
668    <LI> Added web alpine Fcc setting via Contacts in Compose
669    <LI> Fixed web alpine autodraft attachment issues
670    <LI> Fixed web alpine problems with recent count maintenance
671    <LI> Fixed web alpine newmail arrival display in message list
672    <LI> Added web alpine confirmation to folder create for Move/Copy
673    <LI> Added web alpine user-domain support
674    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
675 </UL>
678 Bugs that have been addressed include:
681 <UL>
682    <LI> In web alpine fixed delete all selected within a search result to reorient
683         correctly to whole-mailbox message list.
684    <LI> Fixed web alpine delete in view page to be sensitive to sort
685    <LI> Fixed web alpine open of folder within directory from folder manager page.
686    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
687    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
688    <LI> Fixed web alpine adding contacts from message list and view
689    <LI> Fixed web alpine create of non-existent fcc
690    <LI> Remove mistakenly left debugger statement in web alpine javascript.
691    <LI> Some UNIX alpine build problems fixed
692    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
693         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
694         by locale charmap call on some Solaris 8 systems.
695    <LI> MacOS Keychain logins were not working correctly with generic host names, like
696         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
697         new password requests when not needed
698    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
699         last folder in the list
700    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
701         looked for along with the email address
702    <LI> Changes to configure to get spellcheck options with work with arguments.
703    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
704         returned by gethostname (iPhone can do this)
705    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
706         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
707    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
708         Jake Scott of marganstanley.com.
709    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
710         is not used in alpine.
711    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
712         Apparently this causes RIM Blackberry BIS service problems. This is not
713         used in alpine.
714    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
715    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
716         Fix from Ludwig Nussel of SUSE and from Crispin.
717    <LI> Include whole filename in export filename history
718    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
719 </UL>
722 Version 2.00
723 addressed bugs found in previous releases and had a few additions as well.
725 Additions included:
728 <UL>
729    <LI> Redesigned Web Alpine interface
730    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
731         in UNIX versions of Alpine
732    <LI> Attempt to include the attachment filename as part of the name of the
733         temporary file used when viewing an attachment with an external program.
734         Add some randomness to that filename to make it hard to predict the filename.
735         Add a filename extension, usually derived from the type/subtype, to the
736         temporary filename. This was previously done only on Windows and MacOS X.
737    <LI> Enhance address completion in the composer (TAB command) so that it looks
738         through nicknames, fullnames, and addresses from the address book; addresses
739         from the message being viewed, if any; and the results from
740         <A HREF="h_direct_config">LDAP Directory Server</A>
741         lookups for all of the defined directory servers that have the
742         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
743         feature set.
744    <LI> Make the default character set setting more liberal in what it will accept
745         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
746    <LI> Remove the Alpine revision number from the titlebar in released versions
747         while leaving it there in snapshot versions
748    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
749         display of asterisks when you type a password for Alpine
750    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
751    <LI> When the
752         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
753         feature is turned on convert not only the dates in the index screen but also
754         the dates in the MESSAGE VIEW
755 </UL>
758 Bugs addressed in the 2.00 release included:
761 <UL>
762    <LI> Crash when using tab-completion for selecting a Save filename
763    <LI> Make Web Alpine help text images relative for more portability
764    <LI> Fixed attach save of html parts in Web Alpine
765    <LI> Viewing, printing, exporting, replying, and bouncing of message
766         digests was broken. Replying and bouncing should not have been
767         allowed at all for digests. It would be nice to have a more standard
768         index-like view of a message digest but that has not been addressed
769         with this minor bug fix.
770    <LI> Adjust wrapping of HTML messages so that the margins specified by
771         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
772         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
773         are observed correctly
774    <LI> Interrupt of WhereIs command in index was broken
775    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
776         option did not work correctly interpreting unknown characters in message headers
777    <LI> Long address lines could cause blank continuation lines
778    <LI> Save to a local default INBOX failed if the primary collection was also local,
779         which it is by default. The save went to  ~/mail/inbox instead.
780    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
781         inbox, not the inbox in the primary collection
782    <LI> Address book entries with lots of addresses would be truncated when
783         entered in the composer with a screen size wider than 270 or so charcters
784    <LI> Some fields in the index screen were truncated when the screen width was
785         wider than 256 characters
786    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
787         folder, and there is a more than 10 minute pause between typing the TAB
788         and typing the Yes
789 </UL>
792 Version 1.10(962)
793 addressed bugs found in previous releases and had a few additions as well.
795 Additions included:
798 <UL>
799    <LI> Add the possibility of setting a default role
800         (see <A HREF="h_role_select">Roles Screen</A>)
801         which may be convenient if your work flow involves acting in one
802         role for a while then switching to another role and staying in the
803         new role for another period of time
804    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
805         is encountered, ask the user if he or she wants to continue with the
806         risky Save anyway instead of aborting. This may be helpful if your
807         IMAP server is broken in this way but be aware that it is possible there
808         was a real error instead of just a broken server implementation.
809    <LI> Some configure adjustments for Kerberos detection and
810         for SCO OpenServer 5 support
811    <LI> Hide INBOX in a collection if it also appears as an
812         <A HREF="h_config_enable_incoming">Incoming Folder</A>
813    <LI> Show asterisks for feedback when the user is typing a password
814    <LI> Performance improvement for threading of large folders
815    <LI> Previously, the search used to find
816         Pattern matches containing To patterns searched for both To
817         and Resent-To headers. The relatively complicated search this
818         produces causes problems when using some deficient IMAP servers.
819         Now the default is to look only for To headers and ignore the
820         presence of Resent-To. The previous behavior may be restored
821         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
822    <LI> Add an
823         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
824         to help with reading malformed unlabeled messages
825    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
826    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
827    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
828 </UL>
831 Bugs addressed in the 1.10(962) release included:
834 <UL>
835    <LI> Crash when encountering certain errors from an SMTP server
836    <LI> Crash in composer caused by overflow in replace_pat()
837    <LI> Hang when authenticating to an SMTP server that fails with a
838         &quot;connection disconnected&quot; error
839    <LI> Bug in handling of trailing tab character in flowed text
840    <LI> Security enhancement for mailcap parameter substitution
841    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
842         did not work if the message being replied to was not flowed text
843         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
844         was not turned on
845    <LI> Don't allow printer to be changed through hidden config screen
846         if system administrator didn't want it to be allowed
847    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
848         should know that it won't work, causing error messages to appear
849    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
850         of double-quote double-quote didn't work right
851    <LI> Quoting wasn't being done to protect special characters from the
852         MacOS X shell when
853         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
854         was not defined
855    <LI> On MacOS X message attachments should be shown internally instead of
856         being shown using the Mail application
857    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
858         sometimes set the outgoing charset to X-UNKNOWN, making the result
859         unreadable
860    <LI> When the sending of a message failed lines with leading spaces had one
861         additional space inserted in each of those lines when the user
862         was returned to the composer
863    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
864         that contained non-ascii characters because it was truncating the
865         line being searched so that it was shorter than what was visible on
866         the screen
867    <LI> When composing, an attachment with a long name that causes wrapping in
868         just the wrong place would generate an error and cause the send
869         of the attachment to fail
870    <LI> After calling the file browser to attach a file in the composer, a resize
871         of the window when back in the composer would redraw the last screen that
872         had been shown in the browser instead of the current composer screen
873    <LI> Possible crash in index screen when encountering unparseable addresses
874         or when using one of the PRIORITY tokens or the HEADER token in the
875         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
876    <LI> Problems with Header Color editing if the configuration option
877         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
878         was inadvertently changed to the Empty Value in the hidden config screen
879    <LI> When resuming the final postponed message from an Exchange server the user
880         could get a certificate validation failure because alpine was trying
881         to validate the canonical name of the folder instead of the name the
882         user used
883    <LI> Windows line endings in a mimetypes file on a Unix system cause a
884         failure to find a match
885    <LI> Make matching of extension names case independent in mimetypes files
886    <LI> Windows dialog boxes for entering text were not working correctly
887    <LI> Replying to or Forwarding multipart/alternative messages which had a
888         single text/html part did not work well
889    <LI> Printing the print confirmation page caused a crash
890    <LI> A To line with a long, quoted personal name could display incorrectly
891         if it was close to the same width as the screen
892    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
893         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
894         are turned on hide (0/0) when the folder is empty
895    <LI> Folder completion while Saving didn't work if the collection being
896         saved to was the local home directory
897 </UL>
900 Version 1.00
901 was an evolutionary release based on
902 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
903 developed at the University of Washington.
904 It is upwards-compatible for existing Pine users.
907 Changes included:
909 <UL>
910    <LI> Ground-up reorganization of source code around addition
911         of "pith/" core routine library.
912    <LI> Fundamental improvement in Alpine's internal text handling, which
913         is now based exclusively on Unicode. This allows displaying incoming
914         messages and producing outgoing messages in many different languages.
915    <LI> Ground-up reorganization of build and install procedures
916         based on GNU Build System's autotools. NOTE, the included IMAP library
917         build is not based on autotools, so some features will not work. However,
918         it should get built automatically during the Alpine build process.
919    <LI> Web-based version included built on TCL designed to run under
920         a suitable CGI-supporting web server such as Apache.
921 </UL>
925 Details on changes in previous (prerelease) versions of Alpine
926 may be found at the following URL:
928 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP></CENTER>
931 <HR WIDTH="75%"><P>
933 <H2>Getting Help</H2>
934 <DL>
935 <DT>Online Help</DT>
936 <DD>
937 Every Alpine screen and command has associated help text
938 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
939 </DD>
941 <DT>Web Help</DT>
942 <DD>
943 The most current source of information about Alpine,
944 including new version availability, is the web page at
946 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
947 </DD>
948 </DL>
950 Frequently Asked Questions (and answers) may be found at the following
951 URL:
953 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
956 <HR WIDTH="75%"><P>
958 <H2>Additional Information</H2>
960 General Alpine configuration information can be found
961 <A HREF="h_news_config">here</A>.
963 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
964 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
965 access is provided by the IMAP Toolkit Environment (c-client library)
966 version <!--#echo var="C_CLIENT_VERSION"-->.
967 <P> 
968 Alpine was developed until 2009 by the Office of Computing 
969 &amp; Communications at the University of Washington in Seattle.  
970 Since then, the effort of developing Alpine has been continued by
971 a community of volunteers who make good software even better!
974 Alpine Copyright 2013-2016 Eduardo Chappa, 
975 <BR> Copyright 2006-2008 University of Washington.
978 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
979 or instead you can find the Apache License, version 2.0 at the web URL:
982 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
985 &lt;End of Release Notes&gt;
986 </BODY>
987 </HTML>
988 ====== h_password_file_support ======
989 <HTML>
990 <HEAD>
991 <TITLE>Encryption for Password File Support Explained</TITLE>
992 </HEAD>
993 <BODY>
994 <H1>Encryption for Password File Support Explained</H1>
996 Index<BR>
997 <OL>
998 <LI><A HREF="#content">Explanation</A>
999 <LI><A HREF="#example">Example</A>
1000 </OL>
1002 <P><A NAME="content">Unix Alpine Only.</A>
1004 <P> If your version of Alpine has been built with password file support
1005 then you can use a special file to save your passwords, and avoid typing
1006 them every time you open a connection to a remote server.
1008 <P> If your version of Alpine was built with SMIME support, and you have a
1009 public certificate/private key pair, then Alpine will use such pair to
1010 encrypt your password file. If you have more than one key/certificate
1011 pair, Alpine will pick the first pair that it finds that works. You can also
1012 select a pair, and the way to do this is explained below.
1014 <P> Once a pair has been chosen, it will be copied to the directory 
1015 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1016 that directory. The first time this process is done, this directory will 
1017 be created, a key/certificate pair will be copied to it, and this pair 
1018 will be used in the future to encrypt and decrypt your password file. You 
1019 can create this directory and copy any key/certificate pair there. You
1020 can add a self-signed certificate there, if you like, and you can let
1021 this certificate expire. This will not affect the encryption and decryption
1022 of the password file.
1024 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1025 your key/certificate pair, you can specify a different one with the 
1026 -pwdcertdir command line option in Alpine. If the directory specified by 
1027 this option is not found or there is no valid key/certificate pair there, 
1028 Alpine will fail to encrypt and decrypt your password file. In other words,
1029 Alpine will not initialize this directory for you.
1031 <P> Alpine does not care about the names of the key and certificates in 
1032 this directory, but the private key must have &quot;.key&quot; extension 
1033 and your public certificate must have the &quot;.crt&quot; extension. The
1034 name of the private key will be used in the prompt when you are asked
1035 to unlock your key to decrypt your password.
1037 <P><A NAME="example">An example follows</A>
1039 <P>Assume you have a private key called peter@address.com.key in your, 
1040 ~/.alpine-smime/private directory, and a public certificate called 
1041 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1042 are your only key/certificate pair.
1044 <P> When Alpine starts for the first time, without command line options, 
1045 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1046 it will create it. Then it will go through your keys and certificates and 
1047 find a pair that it can use, and copy the files peter@address.com.key,
1048 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1049 you can do the same by copying these files by yourself. This can be done
1050 with the sequence of commands
1052 <PRE>
1053 mkdir ~/.alpine-smime/.pwd
1054 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1055 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1056 </PRE>
1058 <P> When Alpine starts, you will be asked the password to unlock your
1059 private key with the prompt.
1061 <PRE>
1062 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1063 </PRE>
1065 <P> If you prefer to use different names for your private and public keys 
1066 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1067 preserve the extension of the files. For example, you can use the names 
1068 private_key.key and public_cert.crt instead. In this case, the prompt you 
1069 will see when you are asked to unlock your private key will read
1071 <PRE>
1072 Enter password of key &lt;private_key&gt; to unlock password file:
1073 </PRE>
1075 <P>Observe that you do not need to use an existing key/certificate pair, 
1076 and that you can create a new private key/public certificate pair to 
1077 encrypt and decrypt your password. However, once one is used, Alpine does 
1078 not provide a mechanism to switch the encryption and decryption files to 
1079 another key/certificate pair. This will be implemented in a future 
1080 release of Alpine.
1083 &lt;End of help&gt;
1084 </BODY>
1085 </HTML>
1086 ====== h_tls_failure_details ======
1087 <HTML>
1088 <HEAD>
1089 <TITLE>Certificate Validation Details</TITLE>
1090 </HEAD>
1091 <BODY>
1092 <H1>Certificate Validation Details</H1>
1094 This screen gives details as to why the certificate validation failed: the
1095 name of the desired server system; the reason for failure; and the name on
1096 the certificate.  This is primarily of interest to experts.
1099 &lt;End of help&gt;
1100 </BODY>
1101 </HTML>
1102 ====== h_tls_failure ======
1103 <HTML>
1104 <HEAD>
1105 <TITLE>TLS or SSL Failure</TITLE>
1106 </HEAD>
1107 <BODY>
1108 <H1>TLS or SSL Failure</H1>
1110 An attempt was made to establish a secure, encrypted connection to the
1111 server system using either Transport Layer Security (TLS) or the older
1112 Secure Sockets Layer (SSL).  This attempt failed.
1115 You should contact your server system management for more assistance.
1116 The problem is probably at the server system and not in Alpine or your local
1117 system.  The text in this screen may be helpful for the server system
1118 management in debugging the problem,
1121 &lt;End of help&gt;
1122 </BODY>
1123 </HTML>
1124 ====== h_tls_validation_failure ======
1125 <HTML>
1126 <HEAD>
1127 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1128 </HEAD>
1129 <BODY>
1130 <H1>TLS and SSL Certificate Validation Failures</H1>
1132 An attempt was made to establish a secure, encrypted connection to the
1133 server system using either Transport Layer Security (TLS) or the older
1134 Secure Sockets Layer (SSL).
1137 An important part of this procedure is server certificate validation.  A
1138 server certificate is an &quot;electronic identification card&quot; for the server
1139 system that is signed by a well-known certificate authority (CA).  Alpine
1140 compares the server system identity in the server certificate with the
1141 name of the server system to which it is trying to connect.  Alpine also
1142 verifies that the CA signature is authentic.
1145 Some common failure conditions are:
1148 <UL>
1149   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1150 signed its own certificate.  This does not necessarily indicate anything
1151 bad; the server operators may simply have elected to not purchase a
1152 signed certificate from a certificate authority.
1154   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1155 the signature on the server system is from an unknown certificate authority.
1156 It can also mean that no certificate authority certificates have been
1157 installed on the local UNIX system.
1159   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1160 the same as either of the above two conditions in UNIX Alpine.  Note that
1161 Windows systems typically have a full set of certificate authority
1162 certificates installed, so it is more likely to be a self-signed
1163 certificate than an unknown certificate authority.
1165   <LI> Server name does not match certificate.  This means that the server
1166 presented a proper signed certificate for a name other than the desired
1167 name.
1168 </UL>
1171 Any of these conditions can indicate that you are being attacked and have
1172 been directed to an imposter server that will record your password and
1173 your private mail messages.  It can also mean something innocuous.
1176 If you are certain that the problem is innocuous, you can append the
1177 option
1180 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1183 to the server system name where it appears in your configuration (e.g. the
1184 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1185 a folder-collection, or a news or SMTP server).  This will
1186 disable certificate validation.  On the other hand, if you are attacked,
1187 you will get no warning if you do this.
1190 &lt;End of Cert Validation Failures help&gt;
1191 </BODY>
1192 </HTML>
1193 ====== h_release_tlscerts ======
1194 <HTML>
1195 <HEAD>
1196 <TITLE>TLS and SSL usage note</TITLE>
1197 </HEAD>
1198 <BODY>
1199 <H1>TLS and SSL usage note</H1>
1202 When using Alpine from Unix or Windows 2000,
1203 server certificates must be signed by a trusted certificate authority.
1204 You may relax this requirement (at the cost of some security) by using
1206 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1207 modifier in the mailbox name.
1210 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1213 The fully-qualified host name of the server should be used
1214 so that it matches the host name in the server certificate.
1216 Here is an example of a host specification that directs Alpine to use
1217 the SSL port (993) and an encrypted data stream.
1219 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1221 &lt;End of TLS usage help&gt;
1222 </BODY>
1223 </HTML>
1224 ====== h_news_config ======
1225 <HTML>
1226 <HEAD>
1227 <TITLE>Alpine Configuration</TITLE>
1228 </HEAD>
1229 <BODY>
1230 <H1>Alpine Configuration</H1>
1232 <H2>Using Environment Variables</H2>
1234 The values of Alpine configuration options may include environment variables
1235 that are replaced by the value of the variable at the time Alpine is run
1236 (and also at the time the config option is changed).
1237 The syntax to use environment variables is a subset of the common Unix
1238 shell dollar-syntax.
1239 For example, if
1241 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1243 appears in the value of an Alpine configuration option it is looked up in the
1244 environent (using getenv(&quot;VAR&quot;)) and its
1245 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1246 To include a literal dollar sign you may precede the dollar sign with another
1247 dollar sign.
1248 In other words, if the text
1250 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1252 is the value of a configuration option, it will be expanded to
1254 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1256 and no environment lookup will be done.
1257 For Unix Alpine it will also work to use a backslash character to
1258 escape the special meaning of the dollar sign, but $$ is preferable since
1259 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1260 to be in a shared configuration file.
1263 This all sounds more complicated than it actually is.
1264 An example may make it clearer.
1265 Unfortunately, the way in which environment variables are set is OS-dependent 
1266 and command shell-dependent.
1267 In some Unix command shells you may use
1269 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1270    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1272 Now, if you use Alpine's Setup/Config screen to set
1274 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1276 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1277 so that this would be equivalent to
1279 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1281 Note, environment variable substitution happens after configuration
1282 options that are lists are split into the separate elements of the list,
1283 so a single environment variable can't contain a list of values.
1286 The environment variable doesn't have to be the only thing
1287 after the equal sign.
1288 However, if the name of the variable is not at the end of the line or
1289 followed by a space (so that you can tell where the variable name ends),
1290 it must be enclosed in curly braces like
1292 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1294 It is always ok to use the braces even if you don't need to.
1296 It is also possible to set a default value for an environment variable.
1297 This default value will be used if the environment variable is not
1298 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1299 The syntax used to set a default value is
1301 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1303 If the config file contains
1305 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1307 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1308 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1309 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1310 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1311 the default value.
1312 (Note that the variable is called &quot;personal-name&quot; in the config
1313 file but is displayed in the config screen as
1314 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1315 In general, the value that goes into a config file is never exactly the
1316 same as the value you see on the screen.)
1319 An example where an environment variable might be useful is the
1320 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1321 Suppose most users used the server
1323 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1325 but that there were some exceptions who used
1327 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1329 In this case, the system manager might include the following line in
1330 the systemwide default Alpine configuration file
1332 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1334 For the exceptional users adding
1336 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1338 to their environment should work.
1340 Another example might be the case where a user has to use a different
1341 SMTP server from work and from home.
1342 The setup might be something as simple as
1344 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1346 or perhaps a default value could be given.
1347 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1348 a list of SMTP servers.
1351 <H2>Configuration precedence</H2>
1353 There are several levels of Alpine configuration.  Configuration values at
1354 a given level override corresponding values at lower levels.  In order of
1355 increasing precedence:
1357 <UL>
1358  <LI> built-in defaults
1359  <LI> system-wide
1360 <!--chtml if pinemode="os_windows"-->
1361       config file from command line or provided
1362       by "PINECONF" environment variable
1363 <!--chtml else-->
1364       pine.conf file
1365 <!--chtml endif-->
1366  <LI> personal configuration file
1367  <LI> personal exceptions configuration file
1368  <LI> command-line options
1369  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1370  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1371 </UL>
1373 The values in both the personal configuration file and the
1374 <A HREF="h_config_exceptions">exceptions</A>
1375 configuration file may be set using the Setup command.
1376 Setup/Config is the command to change most of the personal configuration
1377 options.
1378 The other Setup subcommands are also used to change the configuration,
1379 for example, Setup/AddressBook, Setup/Rules, and so on.
1380 Changing the personal exceptions configuration is very similar.
1381 To change a value in the Config screen you would use the command
1382 Setup/eXceptions/Config.
1383 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1385 There are a couple exceptions to the rule that configuration values are replaced
1386 by the value of the same option in a higher-precedence file.
1387 The Feature-List variable has values that are additive, but can be
1388 negated by prepending &quot;no-&quot; in front of an individual feature name.
1389 So for features, each individual feature's value is replaced by the value
1390 of the same feature in a higher-precedence file.
1391 Note that this is done automatically for you when you change these values via
1392 the Setup/Config command.
1393 The other exception to the <EM>replace</EM> semantics happens when you
1394 use <A HREF="h_config_inheritance">configuration inheritance</A>
1395 for option lists.
1398 <H2>File name defaults</H2>
1400 Notes:<P>
1402 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1403 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1404 <BR> # = default file name is overridable in pinerc.
1405 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1406 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1407 <BR> + between the mailcap paths implies that the two files are combined.
1408 <BR> ; between other default paths implies that the first one found is used.
1409 </P>
1410 Alpine looks for most support files in the same directory it finds its
1411 personal configuration file (pinerc).  The -p command-line flag may be
1412 used to specify a particular path name for the pinerc file.  If a
1413 pinerc file does not exist, it will be created (if directory permissions
1414 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1415 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1416 file does not exist in either one, it will create one in the first of those
1417 two directories that is writable.  In detail:
1418 <PRE>
1420 PC-Alpine:
1422  executable     &lt;DOS search path&gt;&#92;pine.exe
1423  help index     &lt;exe dir&gt;&#92;pine.ndx
1424  help text      &lt;exe dir&gt;&#92;pine.hlp
1426  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1427  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1428  global cfg     $PINECONF
1430  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1431  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1432  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1433  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1434  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1435  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1436  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1437  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1438  postponed#     $HOME&#92;mail&#92;postpond.mtx
1439  interrupted    $HOME&#92;mail&#92;intruptd
1441 Unix Alpine:
1443  executable     &lt;Unix search path&gt;/pine
1444  persnl cfg     ~/.pinerc
1445  except cfg     ~/.pinercex
1446  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1447  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1448  local help     <!--#echo var="PINE_INFO_PATH"-->
1450  interrupted    ~/.pine-interrupted-mail
1451  debug          ~/.pine-debugN
1452  crash          ~/.pine-crash
1453  newsrc#        ~/.newsrc
1454  signature#     &lt;pinerc dir&gt;/.signature
1455  addressbook#   &lt;pinerc dir&gt;/.addressbook
1456  postponed#     ~/mail/postponed-msgs
1457  sentmail#      ~/mail/sent-mail
1458  mailcap#       ~/.mailcap + /etc/mailcap
1459                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1460  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1462  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1463  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1464  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1465  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1466  password       /etc/passwd
1468 Unix Alpine and PC-Alpine:
1470  .ab*           remote addressbook support files
1471  a[1-9]*        temporary (while Alpine is running) addressbook files
1473 </PRE>
1476 <H2>Mailcap files</H2>
1478 Alpine honors the mailcap configuration system for specifying external
1479 programs for handling attachments.  The mailcap file maps MIME attachment
1480 types to the external programs loaded on your system that can display
1481 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1482 distribution.  It includes comments that explain the syntax you need to
1483 use for mailcap.  With the mailcap file, any program (mail readers,
1484 newsreaders, WWW clients) can use the same configuration for handling
1485 MIME-encoded data.
1488 <H2>MIME-Types files</H2>
1490 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1491 what Content-Type to use for labeling an attached file, based on
1492 the file extension.  That is, this file provides a mapping between
1493 filename extensions and MIME content-types.
1496 <H2>Environment variables</H2>
1498 PC-Alpine uses the following environment variables:
1499 <DL>
1500 <DT>PINERC</DT>
1501 <DD>Optional path to pinerc file.</DD>
1502 <DT>PINERCEX</DT>
1503 <DD>Optional path to personal exceptions configuration file.</DD>
1504 <DT>PINECONF</DT>
1505 <DD>Optional path to global pine config file.</DD>
1506 <DT>HOME</DT>
1507 <DT>TMPDIR, TMP, or TEMP</DT>
1508 <DT>COMSPEC</DT>
1509 <DT>MAILCAPS</DT>
1510 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1511 <DT>USER_DICTIONARY</DT>
1512 <DD>Used to specify the file to contain the user's spell check
1513 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1514 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1515 </DL>
1517 Unix Alpine uses the following environment variables:
1518 <DL>
1519 <DT>TERM</DT>
1520 <DD>Tells Alpine what kind of terminal is being used.</DD>
1521 <DT>DISPLAY</DT>
1522 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1523 <DT>SHELL</DT>
1524 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1525 <DT>TMPDIR, TMP, or TEMP</DT>
1526 <DT>MAILCAPS</DT>
1527 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1528 </DL>
1529 <!--chtml if pinemode="os_windows"-->
1531 <H2>Common PC-Alpine Configuration Problems</H2>
1533 <H3>Configuration settings aren't being saved</H3>
1535 <P>This problem can happen if you run pine from one directory and
1536 then decide to move your pine directory to another location.  PC-Alpine
1537 stores certain variables, including the configuration location, in the
1538 Windows Registry (which you shouldn't ever need to manually edit).  There
1539 are a couple of ways to go about removing or resetting the values in the
1540 registry.
1543 1) Run PC-Alpine's registry value deletion command.  This can be done by
1544 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1545 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1546 value to the above command.
1549 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1550 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1551 option, you can tell PC-Alpine the location of your pinerc.  An example of
1552 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;.
1553 Again, you can use the DOS prompt or the shortcut method explained in (1).
1556 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1557 set registry values to the current setting, and is therefore useful with
1558 the &quot;-p&nbsp;PINERC&quot; option.
1560 <!--chtml endif-->
1562 &lt;End of Configuration Notes&gt;
1563 </BODY>
1564 </HTML>
1565 ====== h_news_legal ======
1566 <html>
1567 <head>
1568 <TITLE>Alpine Legal Notices</TITLE>
1569 </head>
1570 <body>
1572 <H1>Alpine Legal Notices</H1>
1574 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1578 &lt;End of Alpine Legal Notices&gt;
1579 </BODY>
1580 </HTML>
1581 ===== h_info_on_mbox =====
1582 <HTML>
1583 <HEAD>
1584 <TITLE>Information on mbox driver</TITLE>
1585 </HEAD>
1586 <BODY>
1587 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1589 Beginning with Pine 4.00 (Pine came before Alpine)
1590 a new INBOX access method is
1591 available as part of the standard configuration.  It is called the
1592 &quot;mbox&quot; driver and it works like this:<P>
1595 <BLOCKQUOTE>
1596 If the file &quot;mbox&quot; exists in the user's home directory, and
1597 is in Unix mailbox format, then when INBOX is opened this file will be
1598 selected as INBOX instead of the mail spool file.  Messages will be
1599 automatically transferred from the mail spool file into the mbox
1600 file.
1601 </BLOCKQUOTE>
1604 The advantage of this method is that, after new mail has been copied
1605 from the system mail spool, all subsequent access is confined to the
1606 user's home directory, which is desirable on some systems.  However, a
1607 possible disadvantage is that mail tools other than those from the
1608 University of Washington will not know to look for mail in the user's
1609 mbox file.  For example, POP or IMAP servers other than those from the
1610 University of Washington, and many &quot;new mail notification&quot;
1611 programs may not work as expected with this driver enabled.<P>
1613 To disable this behavior, either remove/rename the &quot;mbox&quot;
1614 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1615 option in Setup/Config
1616 and add &quot;mbox&quot; to it:
1618 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1620 &lt;End of help on this topic&gt;
1621 </BODY>
1622 </HTML>
1623 ===== h_info_on_locking =====
1624 <HTML>
1625 <HEAD>
1626 <TITLE>FAQs on Alpine Locking</TITLE>
1627 </HEAD>
1628 <BODY>
1629 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1631 There is an extensive section on locking in the Alpine technical notes;
1632 this information is intended to provide answers to some common questions:<P>
1633 <OL>
1634 <LI> Why did locking change in Pine 4.00?<BR>
1635 The actual locking mechanisms did not change in 4.00.
1636 What changed is that when one particular locking mechanism used by Alpine 
1637 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1638 failure would occur, but no warning was issued.<P>
1640 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1641 Yes.  It means that Alpine was unable to create a lockfile in the
1642 spool directory, generally because of overly restrictive protections on the
1643 spool directory.  The correct permissions on the spool directory for
1644 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1645 with the sticky-bit set, so only owners of a file can delete them.<P>
1647 <LI> Why does Alpine require that the mail spool directory have 1777
1648    protections?<BR>
1649 Alpine was designed to run without special privileges.  This means that in
1650 order to create a lockfile in the spool directory, it is necessary to have
1651 the spool directory permissions be world-writable.<P>
1653 <LI> Can't you create the lockfile somewhere else?<BR>
1654 No.  The lockfile in question must be in the mail spool directory, because
1655 that's where the mail delivery program expects to find it, and the purpose
1656 of the file is to coordinate access between the mail client (Alpine) and the
1657 mail delivery program.<P>
1659 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1660 No.  Remember that the individual mail files in the spool directory are
1661 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1662 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1663 -- means that only the owner of the file (or root) can delete files in the 
1664 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1665 anyone could
1666 create a random file in the spool directory.  If the spool directory is
1667 under quota control along with home directories, there is little incentive
1668 for anyone to do this, and even without quotas a periodic scan for
1669 non-mail files usually takes care of the problem.  <P>
1671 <LI> Why not run Alpine as setgid mail?<BR>
1672 Alpine was never designed to run with privileges, and to do so introduces a
1673 significant security vulnerability.  For example, if a user suspends Alpine,
1674 the resulting shell will have group privileges.  This is one example of
1675 why we strongly recommend against running Alpine as a privileged program.
1676 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1677 users
1678 could not test Alpine versions or other mailers that had not been installed
1679 by the system administrators.<P>
1682 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1683 There are, but they all have different sets of tradeoffs, and not all will
1684 work on all systems.  Some examples:<UL>
1685  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1686    spool is local.   Doesn't work reliably if NFS is used.
1687    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1688    use the same calls.
1689  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1690    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1691 mail tools that always look in the spool directory for the mail.
1692 </UL><P>
1694 <LI> Are these spool directory lock files the only kinds of locks used by
1695    Alpine?<BR>
1696 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1697 mailbox format folders, these are used to coordinate access between
1698 multiple Alpine sessions.  <P>
1700 <LI> What about the 
1701 <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>
1702 This is for people who are content to live dangerously, or who have
1703 specific knowledge that the spool directory lockfiles are superfluous on
1704 their system (because both Alpine and the mail delivery program are using 
1705 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1707 <LI> Where can I find more details on how Alpine locking works?<BR>
1708 See the Alpine Technical Notes.<P>
1710 </OL>
1712 &lt;End of help on this topic&gt;
1713 </BODY>
1714 </HTML>
1715 ===== h_finding_help ====
1716 <HTML>
1717 <HEAD>
1718 <TITLE>Finding more information and requesting help</TITLE>
1719 </HEAD>
1720 <BODY>
1721 <H1>Places to Look for More Answers</H1>
1722 If you have questions about or problems with Alpine that you cannot resolve 
1723 after consulting the program's internal, context-sensitive help screens, here 
1724 are additional information resources that you may find helpful:
1726 <UL>
1727   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1729   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1731   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1732 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1733   since the last version, which may be useful for you to be aware of, 
1734 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1735 a change in the way an aspect of Alpine works.  There, you will also find notes 
1736 on Alpine configuration.<P>
1738   <LI> The main site for Alpine contains information on configuring and solving problems
1739        with Alpine, it can be found at
1741 <CENTER><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></CENTER>  
1743   <LI> The Alpine Information Center (maintained by the University of
1744            Washington) World Wide Web site contains, among other things
1745            <UL>
1746            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1747            <LI>an overview of the basics for beginning Alpine users
1748            <LI>Technical Notes for systems administrators
1749            <LI>archives (including a searchable index) of the alpine-info 
1750 mailing list, on which matters of interest to systems/email administrators,
1751 developers, trainers, user support personnel, and others involved with Alpine 
1752 messaging on a &quot;technical&quot; level are discussed.
1753 </UL>
1754         The Alpine Information Center can be accessed with a WWW browser at:<P>
1755             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1756 </UL>
1757 <P><HR WIDTH="75%">
1758 <H1>Requesting help</H1>
1759 If the internal help, the Release Notes, the Alpine Information Center, and your 
1760 local online and print resources do not help you resolve a problem, please
1761 start by contacting your local computer support staff and asking for help.
1763 This is especially true if:
1764 <ul>
1765   <li>You suddenly have trouble sending or receiving mail.
1766   <li>You receive a "disk quota exceeded" message.
1767   <li>You have forgotten your password.
1768   <li>You think your account may have been compromised.
1769   <li>You need help viewing an attachment.
1770   <li>You need to know how to configure your:
1771       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1772       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1773       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1774       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1775   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1776   <li>You want to block email from a particular person.
1777   <li>You're going on vacation and need to autorespond to incoming mail.
1778   <li>You want to automatically file or filter incoming messages.
1779 </ul>
1781 In all of these cases,
1782 you should contact <B>your</B> support staff, because <B>only they</B> 
1783 will be able to assist you effectively. Your support staff may be, depending on who 
1784 provides you with the email account you use Alpine with, for example:<UL>
1785 <LI> the computing help desk of (a department of) your university, school, 
1786 employer, ... ; or
1787 <LI> the customer service center of your Internet Service Provider; or
1788 <LI> the friendly volunteer helpers of your Freenet; or
1789 <LI> the person who setup your computer and internet connection.
1790 </UL>
1792 Due to the large number of Alpine installations worldwide, and because we
1793 receive no funding for it, the University of Washington <B>cannot provide 
1794 individual support services outside the University of Washington</B>.
1796 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1797 newsgroup can be a valuable source of information and assistance for Alpine 
1798 user issues.
1800 For systems/email administrators, developers, trainers, user support
1801 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1802 level, the mailing list alpine-info is available; for information on
1803 subscribing and posting to it, see
1805 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1808 Regardless of whom you are asking for help with Alpine, remember 
1809 to provide as much detail as you can about the
1810 nature of any problem you are encountering, such as
1811 <UL>
1812 <LI>when it first occurred;
1813 <LI>what, if anything, happened that might have brought it about;
1814 <LI>whether it still persists;
1815 <LI>whether it is reproducible, and if so, how;
1816 <LI>what, if anything, you already tried to solve it.
1817 </UL> 
1818 It may also be helpful if you specify what version of Alpine you are using 
1819 <!--chtml if pinemode="running"-->
1820 -- this is <!--#echo var="ALPINE_VERSION"--> --
1821 <!--chtml endif-->
1822 and on what system, and when the copy of Alpine you are using was created
1823 <!--chtml if pinemode="running"-->
1824 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1825 <!--chtml endif-->
1827 <!--chtml if pinemode="running"-->
1828 <P>   
1829 When the Alpine program you are currently using was installed, a support
1830 contact email address may have been set up; in that case, you can simply select
1831 this link now to send a message to it:<BR>
1832 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1833 <!--chtml endif-->
1834 <!--chtml if [ -r PINE_INFO_PATH ]-->
1835 <HR WIDTH="75%">Local Support Contacts:<P>
1836 <!--#include file="PINE_INFO_PATH"-->
1837 <HR WIDTH="75%">
1838 <!--chtml endif-->
1839 <P> 
1840 &lt;End of help on this topic&gt;
1841 </BODY>
1842 </HTML>
1843 ===== new_user_greeting ======
1844 <HTML>
1845 <HEAD>
1846 <TITLE>NEW USER GREETING</TITLE>
1847 </HEAD>
1848 <BODY>
1849 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1850 <BR>
1851 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1852 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1853 select Setup/Config to see many of the options available to you. Also note
1854 that all screens have context-sensitive help text available.<P>
1855 <!--chtml if pinemode="phone_home"-->
1856 SPECIAL REQUEST:
1857 This software was originally created and maintained as a public
1858 service by the University of Washington until 2009; updates are made 
1859 available as a public service of the Alpine community. It is always 
1860 helpful to have an idea of how many users are using Alpine. Are you 
1861 willing to be counted as an Alpine user? Pressing 
1862 <A HREF="X-Alpine-Phone-Home:">Return</A>
1863 will send an anonymous (meaning, your real email address will not be revealed) 
1864 message to the Alpine developers for purposes of tallying.
1866 <!--To Exit this screen and continue your Alpine session press "E".-->
1867 <!--chtml else-->
1868 To Exit this screen and continue your Alpine session press "Return".
1869 <!--chtml endif-->
1870 </BODY>
1871 </HTML>
1872 ===== new_alpine_user_greeting ======
1873 <HTML>
1874 <HEAD>
1875 <TITLE>NEW ALPINE USER GREETING</TITLE>
1876 </HEAD>
1877 <BODY>
1878 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1879 <BR>
1880 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1881 Your Alpine configuration file indicates that you may have used Pine before
1882 but not Alpine.
1883 If you are familiar with the way Pine works, you should be comfortable
1884 using Alpine.
1885 Your Pine configuration file is automatically used for Alpine.
1886 The Release Notes may be viewed by pressing 
1887 &quot;R&quot; now or while in the MAIN MENU.
1889 <!--chtml if pinemode="phone_home"-->
1890 SPECIAL REQUEST:
1891 This software was originally created and maintained as a public
1892 service by the University of Washington until 2009; updates are made 
1893 available as a public service of the Alpine community. It is always 
1894 helpful to have an idea of how many users are using Alpine. Are you 
1895 willing to be counted as an Alpine user? Pressing 
1896 <A HREF="X-Alpine-Phone-Home:">Return</A>
1897 will send an anonymous (meaning, your real email address will not be revealed) 
1898 message to the Alpine developers for purposes of tallying.
1900 <!--To Exit this screen and continue your Alpine session press "E".-->
1901 <!--chtml else-->
1902 To Exit this screen and continue your Alpine session press "Return".
1903 <!--chtml endif-->
1904 </BODY>
1905 </HTML>
1906 ===== new_version_greeting ======
1907 <HTML>
1908 <HEAD>
1909 <TITLE>NEW VERSION GREETING</TITLE>
1910 </HEAD>
1911 <BODY>
1912 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1913 <BR>
1914 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1915 Your Alpine configuration file indicates that you may not have used 
1916 this version of Alpine before.  This version's significant changes are
1917 documented in the Release Notes, which may be viewed by pressing 
1918 &quot;R&quot; now or while in the MAIN MENU.
1920 <!--chtml if pinemode="phone_home"-->
1921 SPECIAL REQUEST:
1922 This software was originally created and maintained as a public
1923 service by the University of Washington until 2009; updates are made 
1924 available as a public service of the Alpine community. It is always 
1925 helpful to have an idea of how many users are using Alpine. Are you 
1926 willing to be counted as an Alpine user? Pressing 
1927 <A HREF="X-Alpine-Phone-Home:">Return</A>
1928 will send an anonymous (meaning, your real email address will not be revealed) 
1929 message to the Alpine developers for purposes of tallying.
1931 <!--To Exit this screen and continue your Alpine session press "E".-->
1932 <!--chtml else-->
1933 To Exit this screen and continue your Alpine session press "Return".
1934 <!--chtml endif-->
1935 </BODY>
1936 </HTML>
1938 ===== main_menu_tx ======
1939 <HTML>
1940 <HEAD>
1941 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1942 </HEAD>
1943 <BODY>
1944 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1945 <DIV ALIGN=CENTER>
1946 Version <!--#echo var="ALPINE_VERSION"-->
1947 <!--chtml if pinemode="running"-->
1948 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1949 <!--chtml endif-->
1950 </DIV>
1951 <CENTER>Copyright 2013-2016 Eduardo Chappa,
1952 <BR>Copyright 2006-2008 University of Washington.
1953 </CENTER>
1956 When you are viewing a help screen, there may be links to
1957 other topics highlighted (in Reverse video) in the text.
1958 Here is an example.
1959 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1960 highlighted.
1961 If you type carriage return (or V for View Link, see the commands at the
1962 bottom of the screen) you will be taken to a new help screen to view the
1963 Introduction.
1964 The commands at the bottom of the screen should then include
1965 &quot;P Prev Help&quot;.
1966 If you type &quot;P&quot; you will end up back here.
1967 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1968 to the place you were in Alpine when you entered Help.
1969 In this case, you would go back to the MAIN MENU.
1970 There are also other links that are highlighted in bold (or the color used
1971 by your terminal to display bold).
1972 The items after the Introduction in the TABLE OF CONTENTS are all examples
1973 of such links.
1974 In order to view those links, you first have to make the link you want
1975 to view the current link.
1976 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
1977 (see bottom of screen) can do that for you.
1980 <H2>TABLE OF CONTENTS</H2>
1981 <OL>
1982   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
1983   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
1984 <!--chtml if [ -r PINE_INFO_PATH ]-->
1985   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
1986 <!--chtml endif-->
1987   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
1988   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
1989   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
1990   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
1991   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
1992   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
1993   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
1994   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
1995   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
1996   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
1997   <LI> <A HREF="h_mainhelp_folders">Folders</A>
1998   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
1999   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2000   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2001   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2002   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2003   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2004   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2005   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2006   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2007   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2008   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2009   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2010   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2011   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2012 </OL>
2015 &lt;End of help on this topic&gt;
2016 </BODY>
2017 </HTML>
2018 ===== h_mainhelp_intro ======
2019 <HTML>
2020 <HEAD>
2021 <TITLE>Introduction</TITLE>
2022 </HEAD>
2023 <BODY>
2024 <H1>Introduction</H1>
2026 Alpine is an &quot;Alternatively Licensed Program for Internet
2027 News and Email&quot; produced until 2009 by the University of Washington.
2028 It is intended to be an easy-to-use program for
2029 sending, receiving, and filing Internet electronic mail messages and
2030 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2031 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2032 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2033 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2034 Directory Access Protocol).<p>
2036 Although originally designed for inexperienced email users, Alpine has
2037 evolved to support many advanced features.  There are an ever-growing
2038 number of configuration and personal-preference options, though which of
2039 them are available to you is determined by your local system managers. 
2041 <H2>WHAT ALPINE DOES...</H2>
2043 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2044 allows you to
2045 compose and read messages using Internet mail standards.  (Whether you
2046 can correspond with others on the Internet depends on whether or not your
2047 computer is connected to the Internet.)  Alpine also allows reading and
2048 posting messages on the Internet &quot;net news&quot; system, provided
2049 that your site operates a suitable news server.
2051 <H2>WHAT ALPINE DOES NOT DO...</H2>
2053 A &quot;mail user agent&quot; such as Alpine is just one part of a
2054 messaging system. Here are some things that are <B>not</B> done by Alpine,
2055 but require other programs:<P>
2056 <UL>
2057  <LI> Actual relaying of email... which is done by &quot;message transfer 
2058 agents&quot;.
2059  <LI> Vacation messages... automatically responding to incoming messages
2060  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2061 email.
2062  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2063  <LI> List processing... resending one message to a list of recipients.
2064 </UL>
2067 &lt;End of help on this topic&gt;
2068 </BODY>
2069 </HTML>
2071 ===== h_mainhelp_pinehelp ======
2072 <HTML>
2073 <HEAD>
2074 <TITLE>Alpine Help</TITLE>
2075 </HEAD>
2076 <BODY>
2077 <H1>Alpine Help</H1>
2079 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2080 use will have its own help text, explaining the choices available for that
2081 screen. This general help section, on the other hand, attempts to give an 
2082 overall picture of what Alpine is capable of doing, as well as pointers to 
2083 additional help sections about specific topics.<p>
2085 Much of the help text contains links to further help topics, similar to
2086 how the World Wide Web works.
2087 You may choose a link to view using the &quot;NextLink&quot; and
2088 &quot;PrevLink&quot; commands to change the link that is highlighted.
2089 The &quot;View Link&quot; command will then show you the highlighted link.
2090 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2091 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2092 will return you to the location in Alpine before you asked for help.
2093 For example, if you are reading this text in Alpine you may return to the
2094 help table of contents with the &quot;Prev Help&quot; command or you may view the
2095 Release notes link in the next paragraph and then return here with
2096 &quot;Prev Help&quot;.
2099 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2100 on the current Alpine version are also available from the MAIN MENU: Press
2101 <!--chtml if pinemode="function_key"-->
2102 &quot;F9&quot;
2103 <!--chtml else-->
2104 &quot;R&quot;
2105 <!--chtml endif-->
2106 to browse the release notes.  These include changes since the last release,
2107 configuration information, the history of the Alpine
2108 project, credits, and legal notices.
2110 Alpine releases are available via the world wide web at
2112 <CENTER><SAMP><A 
2113 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
2114 ></CENTER>
2117 If you would like to print <EM>all</EM> of Alpine's internal help text
2118 (not recommended) for a little light bedtime reading, then press
2119 <!--chtml if pinemode="function_key"-->
2120 &quot;F12&quot;
2121 <!--chtml else-->
2122 &quot;Z&quot;
2123 <!--chtml endif-->
2124 now.  (This assumes that the
2125 copy of Alpine you are using has been properly configured for printing
2126 at your site.)
2128 &lt;End of help on this topic&gt;
2129 </BODY>
2130 </HTML>
2131 ===== h_mainhelp_localsupport ======
2132 <HTML>
2133 <HEAD>
2134 <TITLE>Local Support Contacts</TITLE>
2135 </HEAD>
2136 <BODY>
2137 <H1>Local Support Contacts</H1>
2139 <!--chtml if [ -r PINE_INFO_PATH ]-->
2140 <!--#include file="PINE_INFO_PATH"-->
2141 <!--chtml else-->
2142 No Local Support Contacts configured.
2143 <!--chtml endif-->
2146 &lt;End of help on this topic&gt;
2147 </BODY>
2148 </HTML>
2150 ===== h_mainhelp_cmds ======
2151 <HTML>
2152 <HEAD>
2153 <TITLE>Giving Commands in Alpine</TITLE>
2154 </HEAD>
2155 <BODY>
2156 <H1>Giving Commands in Alpine</H1>
2158 Unless configured otherwise
2159 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2160 the bottom two lines of the screen are always used to list the
2161 commands you can give.  You press the keys that are highlighted to give
2162 the command.  The commands for getting help and going back to the main
2163 menu are always present (except when viewing help as you are now).
2164 <!--chtml if pinemode="function_key"-->
2165 <!--chtml else-->
2167 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2168 you see at the bottom of any screen. In some cases there are 3 or
2169 even 4 different
2170 sets of keys that can be seen by using the O key. <EM>All commands are 
2171 active</EM>, even if they are not currently showing at the bottom of your 
2172 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2173 remind yourself of the proper key to press to perform an operation.
2175 <H2>Control Key Commands</H2>
2176 When composing mail, and in a few other places, in Alpine you
2177 have to use Control keys. This means pressing the Control key (usually labeled 
2178 &quot;Ctrl&quot;) and the
2179 letter indicated at the same time.  Usually, this is shown with a
2180 &quot;^&quot; in front of the letter.  On some systems, certain control
2181 characters are intercepted before they get to Alpine.  As a work-around,
2182 you can press the ESCAPE key twice followed by the desired key.  For
2183 example, if Ctrl-O (^O) does not work on your system, try typing
2184 &quot;ESC ESC O&quot;.
2185 <!--chtml endif-->
2186 <H2>Paging Up and Down</H2>
2187 The &quot;+&quot; and &quot;-&quot; keys are used for
2188 moving to the next or previous page.  The space bar is a synonym for
2189 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2190 up as you do in the message composer.  On screens with a WhereIs (search)
2191 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2192 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2193 of the message or list.
2195 <H2>Return Key</H2>
2196 The return key is usually a synonym for a frequently used
2197 command.  When viewing a message, there is currently not a default
2198 command, so RETURN does nothing; when in the index, it is synonymous with
2199 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2200 enclosed in square brackets [] is the same as the return key.
2202 <H2>Control Keys Not Used By Alpine</H2>
2203 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2204 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2205 at prompts for file/folder names, control keys must be used for editing and 
2206 navigation functions.
2209 Alpine has used nearly all the control keys available.  There are, however,
2210 certain control keys that are reserved by other programs or for technical
2211 reasons.  Alpine does not use any of these keys:
2212 <DL>
2213  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2214  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2215  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2216 </DL>
2218 Note: Ctrl-S and Ctrl-Q can be subject to 
2219 <A HREF="h_special_xon_xoff">special handling</A>.
2221 In addition, while the ESC key alone is not used for command input,
2222 Alpine will recognize two consecutive ESC key presses followed by a letter 
2223 key as a substitute for control key input.  For example, the control key
2224 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2225 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2226 This is useful if the communication program you are using
2227 (e.g. Telnet) has its own, conflicting, idea of what certain control
2228 characters mean.
2231 <H2>Repainting the Screen</H2>
2232 Sometimes what is displayed on the screen will be
2233 incorrect due to noise on the phone line or other causes and you will want
2234 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2235 command to do this.  It never hurts to do it when in doubt.
2238 &lt;End of help on this topic&gt;
2239 </BODY>
2240 </HTML>
2241 ===== h_mainhelp_status ======
2242 <HTML>
2243 <HEAD>
2244 <TITLE>Titlebar Line</TITLE>
2245 </HEAD>
2246 <BODY>
2247 <H1>Titlebar Line</H1>
2249 The top line of the screen is Alpine's titlebar line.  It will always display
2250 the current version of Alpine and will also convey information about the
2251 status of the program.  This is where you look to find out what
2252 collection, folder and message number is active and where you are in Alpine.
2255 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2256 (typically your INBOX) is &quot;locked&quot; by another mail session --
2257 most likely a more recent session of Alpine has taken the INBOX lock.
2260 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2261 access a
2262 folder on a remote mail server, and for some reason, communication with
2263 the mail server has either been lost, or never successfully established.
2264 This can be a result of trying to open a non-existent folder, or one
2265 stored on an invalid or non-operational server, or it can mean that Alpine
2266 has been suspended for more that 30 minutes while accessing a remote mail
2267 server.
2270 &lt;End of help on this topic&gt;
2271 </BODY>
2272 </HTML>
2273 ===== h_mainhelp_mainmenu ======
2274 <HTML>
2275 <HEAD>
2276 <TITLE>Main Menu</TITLE>
2277 </HEAD>
2278 <BODY>
2279 <H1>Main Menu</H1>
2281 The Main Menu lists Alpine's main options.
2282 The key or keys you must type to enter your
2283 choice are to the left of each option or command name.
2284 You can type either uppercase or lowercase letters,
2285 and you should not press &lt;Return&gt; after typing the
2286 letter (unless you are specifically asking for the default,
2287 highlighted command).
2290 From the Main Menu you can choose to read online help, write (compose) and 
2291 send a message, look at an index of your mail messages, open or maintain
2292 your mail folders, update your address book, configure Alpine, and quit Alpine.
2293 There are additional options listed at
2294 the bottom of the screen as well.
2297 The Help command usually returns context-sensitive help information.
2298 However, in the Main Menu you get the most general help, which includes
2299 a Table of Contents.
2300 The last entry in the Table of Contents is an Index of help topics,
2301 so this is a good place to go if you are having trouble finding how
2302 to do something.
2304 <H2>Main Menu Commands</H2>
2305 The Alpine main menu lists the most common Alpine functions. A <a
2306 href="h_main_menu_commands">full list of these
2307 commands</a> and what they do is available.
2309 &lt;End of help on this topic&gt;
2310 </BODY>
2311 </HTML>
2312 ===== h_mainhelp_abooks ======
2313 <HTML>
2314 <HEAD>
2315 <TITLE>Address Books</TITLE>
2316 </HEAD>
2317 <BODY>
2318 <H1>Address Books</H1>
2321 As you use email, you can build a list of your regular email correspondents 
2322 in your Alpine
2323 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2324 screen. Your
2325 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2326 You can use the address book to store email addresses for individuals or
2327 groups, to create easily
2328 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2329 address when you are composing a message.
2331 There are two ways to add addresses to your address book: you can add them 
2332 manually or take them from messages (by pressing T to access the Take command). 
2333 With either method, you specify nicknames for your correspondents. A single 
2334 address book entry (or nickname) can point to just one email address, or, it can
2335 point to more than one. When it points to more than one, it is called a 
2336 distribution list. Each distribution list has a nickname, a full name, and a 
2337 list of addresses. These
2338 addresses may be actual addresses, other nicknames in your address book, or 
2339 other
2340 distribution lists.
2343 Additional information is available in Alpine's online help:
2344 <ul>
2345   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2346 </ul>
2348 &lt;End of help on this topic&gt;
2349 </BODY>
2350 </HTML>
2351 ===== h_mainhelp_ldap ======
2352 <HTML>
2353 <HEAD>
2354 <TITLE>LDAP</TITLE>
2355 </HEAD>
2356 <BODY>
2357 <H1>LDAP</H1>
2359 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2360 an organization's shared
2361 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2362 large address
2363 books, rather like the White Pages provided by the phone company. As an Alpine 
2364 user, it is not
2365 necessary to know much about how this works, only how to use it and how to 
2366 configure
2369 More information on configuring LDAP is available in Alpine's online help:
2370 <ul>
2371   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2372 </ul>
2374 Additional help on using LDAP in Alpine is also available:
2375 <ul>
2376   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2377 </ul>
2379 &lt;End of help on this topic&gt;
2380 </BODY>
2381 </HTML>
2382 ===== h_mainhelp_index ======
2383 <HTML>
2384 <HEAD>
2385 <TITLE>Index of Messages</TITLE>
2386 </HEAD>
2387 <BODY>
2388 <H1>Index of Messages</H1>
2390 In Alpine's message index, the selected message is highlighted. The first 
2391 column on the left is blank, shows a &quot;+&quot; if the message was
2392 sent directly to you (i.e., it is not a
2393 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2395 The second column may be blank, or it may contain:
2396 <ul>
2397   <li>"N" if the message is new (unread), </li>
2398   <li>"A" if you have answered the message (using the Reply command), </li>
2399   <li>"D" if you have marked the message for deletion.</li>
2400 </ul>
2403 Note: If you answer a message as well as mark it deleted (in either order), 
2404 you will only see the &quot;D&quot;.
2407 The rest of the columns in the message line show you the message
2408 number, date sent, sender, size, and subject. For details, press ? (Help).  
2409 The behavior and appearance of the Index screen is highly configurable.
2410 In the Setup/Config screen search (with the WhereIs command) for options
2411 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2412 many of the configuration possibilities.
2413 In particular, the
2414 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2415 option may be used to configure the look of the standard MESSAGE INDEX lines
2416 in many different ways.
2417 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2418 read the help text there for more information.
2420 Most of the commands you need to handle your messages are visible at the
2421 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2422 commands that are available.
2423 You do not need to see these &quot;other commands&quot;
2424 on the screen to use them. That is, you never need to press O as a prefix
2425 for any other command.
2428 Additional information is available in Alpine's online help:
2429 <ul>
2430   <li><a href="h_mail_index">Message Index Commands</a></li>
2431 </ul>
2433 &lt;End of help on this topic&gt;
2434 </BODY>
2435 </HTML>
2436 ===== h_mainhelp_reading ======
2437 <HTML>
2438 <HEAD>
2439 <TITLE>Reading Messages</TITLE>
2440 </HEAD>
2441 <BODY>
2442 <H1>Reading Messages</H1>
2444 The message text screen shows you the text of the message along with
2445 its header. If a message has attachments, those will be listed (but not
2446 displayed) also.  The titlebar line displays information about the currently
2447 open message, folder and collection.  You see the name of the collection
2448 (if there is one) in angle brackets, then the name of the folder, then the
2449 message number and finally the position within the current message (in
2450 percent). If the message is marked for deletion
2451 &quot;DEL&quot; will appear in the
2452 upper right as well.
2455 As with every Alpine screen, the bottom two lines show you the commands 
2456 available.
2458 <P>Additional information is available in Alpine's online help:
2459 <ul>
2460   <li><a href="h_mail_view">Message Text Screen</a></li>
2461   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2462   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2463 </ul>
2465 &lt;End of help on this topic&gt;
2466 </BODY>
2467 </HTML>
2468 ===== h_mainhelp_composing ======
2469 <HTML>
2470 <HEAD>
2471 <TITLE>Composing Messages</TITLE>
2472 </HEAD>
2473 <BODY>
2474 <H1>Composing Messages</H1>
2476 To write a message, press C (Compose). You see the Compose Message
2477 screen, which is divided into two parts: the header area and the message
2478 text area. The header area is where information on the recipient (the To:
2479 field) and the subject line go, while the message text area contains the
2480 actual text of the email message. Different commands are available to you
2481 when your cursor is in different areas on this screen. To see additional
2482 help on commands in either the message text or header area, type
2483 <Control>G (Get help).
2486 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2487 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2489 <P>The following information from Alpine's online help may prove useful:
2490 <ul>
2491   <li><a href="h_composer_to">Message Header Commands</a></li>
2492   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2493   <li><a href="h_composer">Composer Commands</a></li>
2494   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2495   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2496   <li><a href="h_compose_send">Send Command</a></li>
2497   <li><a href="h_compose_spell">Spell Check Command</a></li>
2498 </ul>
2500 &lt;End of help on this topic&gt;
2501 </BODY>
2502 </HTML>
2503 ===== h_mainhelp_collections ======
2504 <HTML>
2505 <HEAD>
2506 <TITLE>Collection Lists</TITLE>
2507 </HEAD>
2508 <BODY>
2509 <H1>Collection Lists</H1>
2511 Collection lists are Alpine's way of organizing groups of folders. Each
2512 "collection" can reside on a different server, for example, and contain a
2513 different group of mail folders.
2516 For more information on this, see:
2517 <ul>
2518   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2519 </ul>
2521 Additional information relating to collection lists is also available in 
2522 Alpine's online
2523 help:
2524 <ul>
2525   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2526   <li><a href="h_collection_screen">Collection List Screen</a></li>
2527 </ul>
2529 &lt;End of help on this topic&gt;
2530 </BODY>
2531 </HTML>
2532 ===== h_mainhelp_folders ======
2533 <HTML>
2534 <HEAD>
2535 <TITLE>Folders</TITLE>
2536 </HEAD>
2537 <BODY>
2538 <H1>Folders</H1>
2540 Messages can quickly accumulate in your INBOX folder. If you use email
2541 often, you soon could have hundreds. You need to delete messages you do
2542 not want, and you can use folders to organize messages you wish to save. A
2543 folder is a collection of one or more messages that are stored (just like
2544 the messages in your INBOX) so you can access and manage them.
2547 You can organize your email messages into different folders by topic,
2548 correspondent, date, or any other category that is meaningful to you. You
2549 can create your own folders, and Alpine automatically provides three:
2550 <ul>
2551   <li>The INBOX folder: messages sent to you are listed in this folder.
2552       When you first start Alpine and go to the Message Index screen, you are
2553 looking at the list of messages in your INBOX folder. Every incoming
2554 message remains in your INBOX until you delete it or save it in another
2555 folder. </li>
2556   <li>The sent-mail folder: copies of messages you send are stored in this 
2557 folder. This is
2558 convenient if you cannot remember whether you actually sent a message and want 
2559 to check, or
2560 if you want to send a message again.</li>
2561   <li>The saved-messages folder: copies of messages you save are stored in this 
2562 folder
2563 unless you choose to save them to other folders you create yourself.</li>
2564 </ul>
2567 More information about folders is available in Alpine's online help:
2568 <ul>
2569   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2570   <li><a href="h_folder_maint">Help for Folder List</a></li>
2571   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2572   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2573 Explained</a></li>
2574   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2575 </ul>
2577 &lt;End of help on this topic&gt;
2578 </BODY>
2579 </HTML>
2580 ===== h_mainhelp_color ======
2581 <HTML>
2582 <HEAD>
2583 <TITLE>Color</TITLE>
2584 </HEAD>
2585 <BODY>
2586 <H1>Color</H1>
2588 If the terminal emulator you are using is capable of displaying color or if
2589 you are using PC-Alpine, then it is possible to set up Alpine so that various
2590 parts of the display will be shown in colors you configure. This is done
2591 using the Setup Color screen, available from the MAIN MENU by selecting
2592 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2593 stands for Config in this context).
2596 For example, you may color things like the titlebar, the current item,
2597 the keymenu, and the status messages.
2598 You may also color lines in the index, and headers and quoted text in the
2599 MESSAGE TEXT screen.
2600 You use the Color Setup screen for configuring most of this, but you must
2601 use the IndexColor setup for coloring whole index lines.
2602 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2605 The following entries in Alpine's online help provide additional information 
2606 about how to use color:
2607 <UL>
2608   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2609   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2610   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2611   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2612 </UL>
2614 &lt;End of help on this topic&gt;
2615 </BODY>
2616 </HTML>
2617 ===== h_mainhelp_mouse ======
2618 <HTML>
2619 <HEAD>
2620 <TITLE>Using a Mouse</TITLE>
2621 </HEAD>
2622 <BODY>
2623 <H1>Using a Mouse</H1>
2625 If you are using PC-Alpine mouse support is turned on automatically.
2626 If you are using UNIX Alpine within an X terminal window or within
2627 a terminal emulator that supports an xterm-style mouse, then you may
2628 turn on support for the mouse with the feature
2629 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2630 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2632 PC-Alpine offers considerable mouse support.  You can view what is
2633 &quot;clickable&quot; by dragging your mouse over any screen; when the
2634 arrow cursor changes into a hand, you found something. Mouse-click
2635 possibilities include navigating between screens and folders and
2636 double-clicking on hyperlinks to open your Web browser.
2637 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2638 screen.  Examples of right-click options include &quot;copy&quot; after
2639 selecting text to copy and &quot;View in New Window&quot; when you click
2640 on a particular message in the Message Index. The menu choices available
2641 to you will vary based upon what screen is open, where on the screen your
2642 cursor is located, and even what action you have already taken.
2643 Within a folder, you may set the &quot;Important&quot; flag on any
2644 message.
2646 X terminal mouse support is more limited but still quite powerful.
2647 As with PC-Alpine, clicking on any of the commands in the keymenu at
2648 the bottom of the screen will execute that command as if you typed it.
2649 Double-clicking on a link, for example the link to the
2650 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2651 will take you to that link.
2652 Double-clicking on an index line will view the message, and so on.
2654 &lt;End of help on this topic&gt;
2655 </BODY>
2656 </HTML>
2657 ===== h_mainhelp_keywords ======
2658 <HTML>
2659 <HEAD>
2660 <TITLE>Keywords</TITLE>
2661 </HEAD>
2662 <BODY>
2663 <H1>Keywords</H1>
2665 Within a folder, you may set the &quot;Important&quot; flag on any
2666 message.
2667 This doesn't have any system-defined meaning and is only called
2668 the Important flag because many users use it to signify that a message
2669 is important to them in some way.
2671 You may also define your own set of keywords.
2672 You might know these as user defined flags or as labels.
2673 These are similar to the Important flag but you choose the names for yourself.
2675 Alpine will only display keywords that
2676 have been added by you in the Flag Details screen or
2677 that have been configured by you using the Setup/Config option
2678 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2679 Keywords set by other means (for example, by another email client) will not
2680 show up in Alpine unless you configure Alpine to know about them.
2681 They will show up in the Flag Details screen, but will not show up, for example,
2682 in the index line.
2685 The following entries in Alpine's online help provide additional information 
2686 about how to use keywords:
2687 <ul>
2688   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2689   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2690 </ul>
2692 &lt;End of help on this topic&gt;
2693 </BODY>
2694 </HTML>
2695 ===== h_mainhelp_roles ======
2696 <HTML>
2697 <HEAD>
2698 <TITLE>Roles</TITLE>
2699 </HEAD>
2700 <BODY>
2701 <H1>Roles</H1>
2703 You may play different roles depending on who you are replying to. For
2704 example, if you are replying to a message addressed to help-desk you may
2705 be acting as a Help Desk Worker. That role may require that you use a
2706 different return address and/or a different signature.
2709 To configure roles, go to the MAIN MENU and use the Setup command
2710 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2711 The following entries in Alpine's online help provide additional information 
2712 about how to
2713 use roles:
2714 <ul>
2715   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2716   <li><a href="h_role_select">Roles Screen</a></li>
2717 </ul>
2719 &lt;End of help on this topic&gt;
2720 </BODY>
2721 </HTML>
2722 ===== h_mainhelp_filtering ======
2723 <HTML>
2724 <HEAD>
2725 <TITLE>Filtering</TITLE>
2726 </HEAD>
2727 <BODY>
2728 <H1>Filtering</H1>
2730 The software that actually delivers mail (the stuff that happens
2731 before Alpine is involved) for you is in a better position to do mail filtering
2732 than Alpine itself.
2733 If possible, you may want to look into using that sort of mail filtering to
2734 deliver mail to different folders, delete it, or forward it.
2735 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2738 Filtering is a way to automatically move certain messages from one folder
2739 to another or to automatically delete messages.
2740 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2741 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2742 Alpine doesn't have the ability to forward mail to another address or
2743 to deliver vacation messages.
2746 To configure filtering, go to the MAIN MENU and use the Setup command
2747 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2748 The following entries in Alpine's online help provide additional information 
2749 about how to use filtering:
2750 <UL>
2751   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2752 </UL>
2754 &lt;End of help on this topic&gt;
2755 </BODY>
2756 </HTML>
2757 ===== h_mainhelp_patterns ======
2758 <HTML>
2759 <HEAD>
2760 <TITLE>Patterns</TITLE>
2761 </HEAD>
2762 <BODY>
2763 <H1>Patterns</H1>
2765 Patterns are used with Roles, Filtering, Index Coloring,
2766 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2767 The following entries in Alpine's online help provide information 
2768 about using Patterns:
2769 <UL>
2770   <LI> <A HREF="h_rule_patterns">Patterns</A>
2771 </UL>
2773 &lt;End of help on this topic&gt;
2774 </BODY>
2775 </HTML>
2776 ===== h_mainhelp_cmdlineopts ======
2777 <HTML>
2778 <HEAD>
2779 <TITLE>Command Line Options</TITLE>
2780 </HEAD>
2781 <BODY>
2782 <H1>Command Line Options</H1>
2784 Alpine accepts a number of command line arguments, allowing you, for
2785 example, to start Alpine and immediately access a particular folder.
2786 Many of these arguments overlap with options in the Alpine configuration file.
2787 If there is a difference, then an option set on the command line takes
2788 precedence.
2789 Alpine expects command line arguments (other than addresses) to be
2790 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2791 A <a href="h_command_line_options">full list</a> of command line
2792 possibilities is available.
2794 &lt;End of help on this topic&gt;
2795 </BODY>
2796 </HTML>
2797 ===== h_mainhelp_config ======
2798 <HTML>
2799 <HEAD>
2800 <TITLE>Alpine Configuration</TITLE>
2801 </HEAD>
2802 <BODY>
2803 <H1>Alpine Configuration</H1>
2805 Unless it has been administratively disabled, the Setup command on the
2806 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2807 The possible subcommands are for general Configuration settings,
2808 Printer settings, Changing your Password, Signature setup,
2809 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2810 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2811 and Color configuration.
2812 In particular, the &quot;Config&quot; subcommand has many features you may
2813 set or unset and many other configuration variables that may be set to change
2814 the way Alpine works.
2815 Every one of the hundreds of options available in that configuration settings
2816 screen has help text associated with it.
2817 You may read that text by moving the cursor to highlight the option and then
2818 typing the Help command.
2820 These settings are stored in your personal
2821 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2822 <A HREF="h_config_remote_config">remotely</A>),
2823 but on shared systems these settings
2824 may be over-ridden by a system-wide control file (due to local site
2825 security or support policies).  A global pine configuration file can also
2826 be used to set default values for all Alpine users on a particular system.
2827 Power users may be interested in splitting their personal configuration
2828 data into two pieces, a generic piece and
2829 <A HREF="h_config_exceptions">exceptions</A> which apply to
2830 a particular platform.
2831 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2832 General Alpine configuration information can be found
2833 <A HREF="h_news_config">here</A>.
2835 &lt;End of help on this topic&gt;
2836 </BODY>
2837 </HTML>
2838 ===== h_mainhelp_aggops ======
2839 <HTML>
2840 <HEAD>
2841 <TITLE>Aggregate Operations</TITLE>
2842 </HEAD>
2843 <BODY>
2844 <H1>Aggregate Operations</H1>
2846 When you are in the MESSAGE INDEX, the available commands
2847 (for example, Delete, Undelete, Save, Reply, and so on)
2848 normally act on a single message.
2849 So, for example, if you press the Delete command, the currently highlighted
2850 message is marked Deleted.
2851 These commands that normally act on a single message may be applied to
2852 several messages at once instead.
2854 By default this feature is turned on, but it could be administratively turned
2855 off to reduce complexity.
2856 The feature
2857 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2858 in the Setup/Config screen is used to turn it off or on.
2859 When this feature is turned on, the four commands &quot;Select&quot;,
2860 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2861 are available.
2862 The two selection commands allow you to mark a set of
2863 messages as being &quot;selected&quot;.
2864 The &quot;ZoomMode&quot; command will toggle between
2865 displaying only the selected messages and displaying all the messages.
2866 The &quot;Apply&quot; command allows you to
2867 apply one of the regular MESSAGE INDEX commands to all of the selected
2868 messages instead of to only the highlighted message.
2870 An example aggregate operation would be to catch up when reading
2871 a news group.
2872 That is, get rid of all the messages in the news group so that you can
2873 start fresh.
2874 The easiest way to do this in Alpine is to use aggregate operations.
2875 You want to Delete all of the messages in the group.
2876 You could start at the top and type &quot;D&quot; once for every message.
2877 A much faster method is to first Select all of the messages in the group,
2878 and then Delete all of them.
2879 This would take four keystrokes:
2881 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2882 <BR>
2883 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2885 Another use of Select is to use it for searching for a particular message
2886 or set of messages in a large folder.
2887 You may know that the message was From a certain user.
2888 You could select all messages from that user to start, and use Zoom to
2889 look at only those messages.
2890 If there were still too many messages to look at you could Narrow the
2891 set of messages further by selecting from all of those messages only
2892 the ones that were after a certain date, or contained a particular phrase
2893 in the Subject, or were too a particular address, and so on.
2894 That may be the end of what you are doing, or you may want to use Apply to
2895 Save or Forward or Print all of the selected messages.
2897 Some related help topics are
2898 <UL>
2899 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2900 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2901 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2902 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2903 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2904 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2905 </UL>
2907 &lt;End of help on this topic&gt;
2908 </BODY>
2909 </HTML>
2910 ===== h_mainhelp_readingnews ======
2911 <HTML>
2912 <HEAD>
2913 <TITLE>Reading News</TITLE>
2914 </HEAD>
2915 <BODY>
2916 <H1>Reading News</H1>
2918 <H2>Background</H2>
2919 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2920 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2921 Usenet newsgroups allow groups of people with common interests to discuss 
2922 particular topics. You might find newsgroups related to your career, or you 
2923 might wish to check out the online discussion among the fans of your favorite 
2924 television show. 
2926 <H2>Configuring Alpine for Reading News</H2>
2927 Alpine often arrives
2928 pre-configured by your system administrator to automatically access the
2929 newsgroups offered by your organization, Internet Service Provider, or
2930 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2931 need additional details on <a href="h_configuring_news">how to
2932 configure Alpine to read news</a>.
2934 <H2>Accessing Newsgroups</H2>
2935 The first step in reading news is to access the newsgroups collections
2936 screen from Alpine. If everything is configured properly, you should be able
2937 to do this by first typing L (folder List), then selecting the folder
2938 collection listed as "News." The actual name of this collection may differ
2939 from system to system.
2941 <H2>Subscribing to Newsgroups</H2>
2943 Once you have accessed the news collection, you need to subscribe to a
2944 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2945 will keep a record of the newsgroups in which you are interested and which
2946 articles in those newsgroups have been read.
2948 <H2>Using Newsgroups</H2> 
2949 Alpine uses the similar commands to read news as to read mail. For example,
2950 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2951 and the R command Replies to a news posting. Basically, Alpine allows you to
2952 read news as if it were mail, so you don't need to change the way you
2953 interact with Alpine.
2955 There is also additional Alpine help available on 
2956 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2958 &lt;End of help on this topic&gt;
2959 </BODY>
2960 </HTML>
2961 ===== h_mainhelp_securing ======
2962 <HTML>
2963 <HEAD>
2964 <TITLE>Securing your Alpine Session</TITLE>
2965 </HEAD>
2966 <BODY>
2967 <H1>Securing your Alpine Session</H1>
2969 By default, Alpine will attempt to connect to an IMAP server on the normal
2970 IMAP service port (143).
2971 If the Alpine you are using has been built to
2972 support &quot;Transport Layer Security&quot; (TLS)
2973 and &quot;Secure Sockets Layer&quot; (SSL) 
2974 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
2975 and the server offers the STARTTLS capability, then a secure (encrypted)
2976 session will be established.
2978 When you are connected to a remote folder the titlebar will contain a plus sign
2979 in the far right column if the connection is encrypted using TLS or SSL.
2980 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
2981 if the connection is encrypted.
2983 <H2>More Information on Alpine with SSL and TLS</H2>
2984 <UL>
2985 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
2986 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
2987 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
2988 <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>
2989 </UL>
2990 <H2>Here are some other security-related features and options</H2>
2992 <UL>
2993 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
2994 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
2995 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
2996 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
2997 </UL>
2999 &lt;End of help on this topic&gt;
3000 </BODY>
3001 </HTML>
3002 ===== h_mainhelp_problems ======
3003 <HTML>
3004 <HEAD>
3005 <TITLE>Reporting Problems</TITLE>
3006 </HEAD>
3007 <BODY>
3008 <H1>Reporting Problems</H1>
3010 We ask that you first read the relevant help screens and then seek
3011 assistance from your own local support staff.  Once you are sure that your
3012 difficulty is not a local configuration problem, you might look at the
3013 help section explaining where to look for
3014 <A HREF="h_finding_help">more information</A> and where to 
3015 get assistance.
3018 <ADDRESS>
3019    Eduardo Chappa &lt;chappa@gmx.com&gt;
3020 </ADDRESS>
3023 &lt;End of help on this topic&gt;
3024 </BODY>
3025 </HTML>
3026 ===== h_main_menu_commands ======
3027 <HTML>
3028 <HEAD>
3029 <TITLE>MAIN MENU COMMANDS</TITLE>
3030 </HEAD>
3031 <BODY>
3032 <H1>MAIN MENU COMMANDS</H1>
3034 <!--chtml if pinemode="function_key"-->
3035 &nbsp;Available&nbsp;Commands&nbsp;--
3036 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3037 &nbsp;------------------------------
3038 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3039 ----------<BR>
3040 &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>
3041 &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>
3042 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3043 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3044 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3045 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3046 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3047 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3048 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3049 &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;
3050 &nbsp;F7&nbsp;&nbsp;<A 
3051 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3052 &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;
3053 &nbsp;F8&nbsp;&nbsp;<A 
3054 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3055 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3056 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 
3057 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3058 &nbsp;F10&nbsp;<A 
3059 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 
3060 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3061 &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;
3062 &nbsp;F11&nbsp;<A 
3063 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3064 <!--chtml else-->
3065 &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>
3066 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
3067 &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>
3068 &nbsp;C&nbsp;&nbsp;<A 
3069 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>
3070 &nbsp;I&nbsp;&nbsp;<A 
3071 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>
3072 &nbsp;L&nbsp;&nbsp;<A 
3073 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>
3074 &nbsp;A&nbsp;&nbsp;<A 
3075 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3076 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3077 &nbsp;S&nbsp;&nbsp;<A 
3078 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 
3079 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3080 &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>
3081 &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 
3082 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3083 <!--chtml endif-->
3086 NOTE:
3087 <OL>
3088  <LI>For help on a particular command, highlight the bold text associated
3089 with it above and hit Return.
3090  <LI> The availability of certain commands (e.g. some of the options under
3091 SETUP) is determined by Alpine configuration files and system capabilities.
3092 At some sites, certain commands may not be available due to security or
3093 support concerns.
3094 </OL>
3096 &lt;End of help on this topic&gt;
3097 </BODY>
3098 </HTML>
3100 ===== h_command_line_options ======
3101 <HTML>
3102 <HEAD>
3103 <TITLE>COMMAND LINE OPTIONS</TITLE>
3104 </HEAD>
3105 <BODY>
3106 <H1>COMMAND LINE OPTIONS</H1>
3107 Possible starting arguments for Alpine:
3109 <DL COMPACT>
3111 <DT> <EM>[addresses]</EM>
3113 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3114 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3115 <EM>Alpine</EM> will startup in
3116 the composer with a message started to the addresses specified.
3117 Once the message is sent, the <EM>Alpine</EM> session closes.
3118 Standard input redirection is allowed.
3119 Separate multiple addresses with a space between them.
3120 Addresses are placed in the &quot;To&quot; field only.
3123 <DT> &lt; <EM>file</EM>
3125 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3126 into the body of the message.
3127 Once the message is sent, the <EM>Alpine</EM> session closes. 
3130 <DT> -attach <EM>file</EM>
3132 <DD> Go directly into composer with given file attached.
3135 <DT> -attachlist <EM>file-list</EM>
3137 <DD> Go directly into composer with given files attached.
3138 This must be the last option on the command line.
3141 <DT> -attach_and_delete <EM>file</EM>
3143 <DD> Go directly into composer with given file attached, delete when finished.
3146 <DT> -aux <EM>local_directory</EM>
3148 <DD> <EM>PC-Alpine</EM> only.
3149 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3150 files, like debug files, address books, and signature files.  The pinerc may 
3151 be local or remote.
3154 <DT> -bail
3156 <DD> If the personal configuration file doesn't already exist, exit.
3157 This might be useful if the configuration file is accessed using some
3158 remote filesystem protocol. If the remote mount is missing this will cause
3159 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3162 <DT> -c <EM>n</EM>
3164 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3165 This is used when there are multiple folder collections (contexts) and you 
3166 want to open a folder not in the primary collection.
3169 <DT> -conf
3171 <DD> Configuration: Prints a sample system configuration file to the
3172 screen or standard output. To generate an initial system configuration 
3173 file, execute
3175 <PRE><CODE>
3176                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3177 </CODE></PRE>
3180 To generate a system configuration file using settings from an old
3181 system configuration file, execute
3183 <PRE><CODE>
3184                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3185 </CODE></PRE>
3187 A system configuration file is not required.
3190 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3192 <DD> Copy an address book file to a remote address book folder.
3193 If the remote folder doesn't exist, it will be created.
3194 If it exists but the first message in the folder isn't a remote address
3195 book header message, the copy will be aborted.
3196 This flag will not usually be used by a user.
3197 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3198 and copy entries from the local address book by using aggregate Save in
3199 the address book screen.
3202 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3204 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3205 If the remote folder doesn't exist, it will be created.
3206 If it exists but the first message in the folder isn't a remote pinerc
3207 header message, the copy will be aborted.
3208 This flag may be useful to users who already have a local pinerc file and
3209 would like to convert it to a remote pinerc folder and use that instead.
3210 This gives a way to bootstrap that conversion without having to manually
3211 reset all of the variables in the remote pinerc folder.
3214 <DT> -d <EM>debug-level</EM>
3216 <DD> Debug Level:  Sets the level of debugging information written by
3217 <EM>Alpine</EM>.
3218 <EM>debug-level</EM> can be set to any integer 0-9.
3219 A debug level of 0 turns off debugging for the session.
3220 (Actually there are some levels higher than 9, but you probably don't
3221 want to see them.)
3224 <DT> -d <EM>keywords</EM>
3226 <DD> You may use a more detailed version of the debugging flag to set
3227 the debug level in separate parts of <EM>Alpine</EM>.
3228 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3229 verbose=0..9.
3230 <EM>Flush</EM> causes debugging information to be flushed immediately to
3231 the debug file as it is written.
3232 <EM>Verbose</EM> is the general debugging verbosity level.
3233 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3234 is useful when you are trying to figure out what is responsible for delays.
3235 <EM>Numfiles</EM> sets the number of debug files saved.
3236 <EM>Imap</EM> sets the debug level for the debugging statements related
3237 to the conversation with the IMAP server, and more generally, for the
3238 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3239 <EM>Tcp</EM> turns on some TCP/IP debugging.
3242 <DT> -f <EM>folder</EM>
3244 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3245 of the standard INBOX.
3248 <DT> -F <EM>file</EM>
3250 <DD> Open named text file for viewing and forwarding.
3253 <DT> -h
3255 <DD> Help:  Prints the list of available command-line arguments to the
3256 screen.
3259 <DT> -i
3261 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3262 screen instead of the MAIN MENU.
3265 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3268 <DT> -I <EM>a,b,c,...</EM>
3270 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3271 sequence of commands upon startup.
3272 This allows users to get <EM>Alpine</EM> to start in any
3273 of its menus/screens.
3274 You cannot include any input to the composer in the initial keystrokes.
3275 The key &lt;Return&gt; is represented by a ``CR'' in
3276 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3277 Control keys are two character sequences beginning with ``^'', such as
3278 ``^I''.
3279 A tab character is ``TAB''.
3280 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3281 ``DOWN'', ``LEFT'', and ``RIGHT''.
3282 A restriction is that you can't mix function keys and character keys in this
3283 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3284 A user can always use only <EM>character</EM> keys in the startup list even
3285 if he or she is using <EM>function</EM> keys normally, or vice versa.
3286 If an element in this list is a string of characters surrounded by double
3287 quotes (&quot;) then it will be expanded into the individual characters in
3288 the string, excluding the double quotes.
3291 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3294 <DT> -install
3296 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3297 some basic information to help with getting properly set up.
3300 <DT> -k
3302 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3303 the input of commands to be function-keys.
3304 Otherwise, commands are linked to the regular character keys.
3307 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3308 <EM>Feature-List</EM>.
3311 <DT> -n <EM>n</EM>
3313 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3314 FOLDER INDEX screen with the current message being the specified
3315 message number.
3318 <DT> -nosplash
3320 <DD> <EM>PC-Alpine</EM> only.
3321 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3322 This may be helpful for certain troubleshooting or terminal server scenarios.
3325 <DT> -o <EM>folder</EM>
3327 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3330 <DT> -p <EM>pinerc</EM>
3332 <DD> Uses the named file as the personal configuration file instead of
3333 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3334 Alpinerc may be either a local file or a remote configuration folder.
3337 <DT> -P <EM>pinerc</EM>
3339 <DD> Uses the named file as the system wide configuration file instead of
3340 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3341 Alpinerc may be either a local file or a remote configuration folder.
3344 <DT> -passfile <EM>passfile</EM>
3346 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3347 This should be a fully-qualified filename.
3350 <DT> -pinerc <EM>file</EM>
3352 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3353 settings of variables that the user has made.
3354 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3357 <DT> -r
3359 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3360 <EM>Alpine</EM> in restricted mode can only send email to itself.
3361 Save and export are limited.
3364 <DT> -registry <EM>cmd</EM>
3366 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3367 <EM>Alpine</EM>'s registry entries.
3368 Possible values for <EM>cmd</EM> are set, clear, and dump.
3369 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3370 entries according to its current settings.
3371 <EM>Clear</EM> will clear the registry values.
3372 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3373 <EM>Dump</EM> will display the values of current registry settings.
3374 Note that the dump command is currently disabled.
3375 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3376 the registry only if there currently aren't any values set.
3379 <DT> -sort <EM>key</EM>
3381 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3382 FOLDER INDEX screen.
3383 <EM>Key</EM> can have the following values: 
3384 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3385 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3386 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3387 The default value is &quot;arrival&quot;.
3388 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3391 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3394 <DT> -uninstall
3396 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3397 in Windows settings.  The registry settings are removed and
3398 the password cache is cleared.
3401 <DT> -url <EM>url</EM>
3403 <DD> Open the given URL.
3406 <DT> -v
3408 <DD> Version:  Print version information to the screen.
3411 <DT> -x <EM>exceptions_config</EM>
3413 <DD> Configuration settings in the exceptions configuration override your normal
3414 default settings.
3415 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3418 <DT> -z
3420 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3421 will suspend the <EM>Alpine</EM> session.
3424 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3425 <EM>Feature-List</EM>.
3428 <DT> -<EM>option</EM>=<EM>value</EM>
3430 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3431 For example, <EM>-signature-file=sig1</EM> or
3432 <EM>-Feature-List=signature-at-bottom</EM>.
3433 Note:  Feature-List values are
3434 additive and features may be preceded with no- to turn them off.
3435 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3436 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3437 <EM>-Feature-List=signature-at-bottom</EM>.
3440 </DL>
3442 &lt;End of help on this topic&gt;
3443 </BODY>
3444 </HTML>
3445 ===== h_configuring_news ======
3446 <HTML>
3447 <HEAD>
3448 <TITLE>CONFIGURING NEWS</TITLE>
3449 </HEAD>
3450 <BODY>
3451 <H1>CONFIGURING NEWS</H1>
3452 Alpine can access news folders in any one of three different ways:
3453 <DL>
3454 <DT>REMOTE NNTP</DT>
3455 <DD>Using the Network News Transport Protocol (NNTP) to
3456 access news on a remote news server.  In this case the newsrc file is
3457 stored on the machine where Alpine is running.
3460 To specify a remote news-collection accessed via NNTP use the
3461 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3462 Server: value to the NNTP server's hostname appended with the
3463 communication method &quot;/service=NNTP&quot;, and set the Path:
3464 value to the &quot;#news.&quot; namespace (without the quotes).  See
3465 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3466 help text for a more complete explanation of access method, and the
3467 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3468 text for a more complete explanation of &quot;namespace&quot;.
3470 Instead of specifying a news-collection, you may simply set the
3471 <A HREF="h_config_nntp_server">NNTP Server</A>
3472 option, which will cause Alpine to create a default news-collection for you.
3473 Another NNTP option that may be of interest is
3474 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3476 <DT>REMOTE IMAP</DT>
3477 <DD>Using the Internet Message Access Protocol (IMAP) to
3478 access news on a remote news server.  In this case, your newsrc file is
3479 stored on the news server, in your home directory, so you must have an
3480 account on the news server, but you would be running Alpine on a different
3481 machine.  The news server must be running an IMAPd server process. 
3484 To specify a remote news-collection accessed via IMAP use the
3485 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3486 Server: value to the IMAP server's hostname, and set the Path: value
3487 to the &quot;#news.&quot; namespace (without the quotes).  See the
3488 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3489 text for a more complete explanation of &quot;namespace&quot;.
3491 </DD>
3493 <DT>LOCAL</DT>
3494 <DD>Using local file access to the news database.  In this
3495 case, your newsrc file is stored on the news server, in your home
3496 directory, so you must have an account on the news server, and you would
3497 be running Alpine on the same machine.
3500 To specify a local news-collection use the SETUP/collectionList
3501 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3502 set the Path: value to the &quot;#news.&quot; namespace (without the
3503 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3504 field's help text for a more complete explanation of &quot;namespace&quot;.
3506 </DD>
3507 </DL>
3511 NOTE: Should no news-collection be defined as above, Alpine will
3512 automatically create one using the Setup/Config screen's
3513 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3514 will be created as a &quot;Remote NNTP&quot; as described above.
3518 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3519 possible.  If you don't have an account on the news server, or if the news
3520 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3521 sure, ask your service provider, university, or company for help.)  In
3522 this case, your Unix .newsrc file can be transferred to your PC.  A good
3523 place to put it would be in the same directory as your PINERC file, under
3524 the name NEWSRC, but you can 
3525 <A HREF="h_config_newsrc_path">specify a different location</A>
3526 via Alpine's Setup/Config screen.
3529 Other configuration features related to news are
3530 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3531 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3532 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3533 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3534 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3535 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3536 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3537 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3540 &lt;End of help on this topic&gt;
3541 </BODY>
3542 </HTML>
3543 ===== h_reading_news ======
3544 <HTML>
3545 <HEAD>
3546 <TITLE>READING NEWS</TITLE>
3547 </HEAD>
3548 <BODY>
3549 <H1>READING NEWS</H1>
3551 Alpine uses almost the same commands for manipulating news folders as for
3552 mail folders.  This means, for example, that when you are done with a
3553 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3554 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3555 most newsreaders, wherein a message is implicitly dismissed after you have
3556 looked at it once. We strongly believe that Alpine should offer as much
3557 consistency as possible between mail and news, so the mail paradigm --
3558 wherein a message does not magically disappear without explicit action by
3559 the user -- is used for news as well. <P>
3561 If you answer a message in a news folder, the index view will show the
3562 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3563 keep track of what news as been read has no way of storing this flag, so
3564 it will not be preserved across sessions.  The Deleted flag is the only
3565 one that is preserved when you leave and then return to a newsgroup.  As an
3566 additional note on replies, when you Reply to a newsgroup message and say
3567 you want to reply to all recipients, Alpine will ask if you want to post the
3568 message to all the newsgroups listed in the original message. <P>
3570 If you would like Alpine to mark more-or-less recent news messages as
3571 &quot;New&quot;, then set the
3572 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3573 feature (which is set by default).  This will cause messages after the last one you have marked as
3574 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3575 &quot;N&quot; status often makes it easier to distinguish later news
3576 articles from those you've previously seen, but not yet disposed of via
3577 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3578 record of which messages you have not seen.
3581 A frequent operation in news-reading is &quot;catching up&quot; -- that
3582 is, getting rid of all the messages in the newsgroup so that you can
3583 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3584 Select command.  You would enter the following four keystrokes:
3585 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3586 dismiss) command to all of them.
3589 There are also additional details on 
3590 <A HREF="h_configuring_news">configuring news</a>.
3593 &lt;End of help on this topic&gt;
3594 </BODY>
3595 </HTML>
3596 ====== h_help_index ======
3597 <HTML>
3598 <HEAD>
3599 <TITLE>Help Index</TITLE>
3600 </HEAD>
3601 <BODY>
3602 <H1>Help Index</H1>
3603 <ul>
3604 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3605 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3606 <li><a href="h_main_addrbook">Address Book Command</a>
3607 <li><a href="h_abook_view">Address Book View Explained</a>
3608 <li><a href="h_compose_addrcomplete">Address Completion</a>
3609 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3610 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3611 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3612 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3613 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3614 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3615 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3616 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3617 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3618 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3619 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3620 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3621 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3622 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3623 <li><a href="h_news_legal">Alpine Legal Notices</a>
3624 <li><a href="h_compose_alted">Alt Editor Command</a>
3625 <li><a href="h_index_cmd_apply">Apply Command</a>
3626 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3627 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3628 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3629 <li><a href="h_composer_browse">BROWSER</a>
3630 <li><a href="h_common_bounce">Bounce Command</a>
3631 <li><a href="h_compose_cancel">Cancel Command</a>
3632 <li><a href="h_config_change_your_from">Changing your From Address</a>
3633 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3634 <li><a href="h_mainhelp_color">Color</a>
3635 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3636 <li><a href="h_composer">COMPOSER COMMANDS</a>
3637 <li><a href="h_mainhelp_composing">Composing Messages</a>
3638 <li><a href="h_mainhelp_collections">Collection Lists</a>
3639 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3640 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3641 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3642 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3643 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3644 <li><a href="h_common_compose">Compose Command</a>
3645 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3646 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3647 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3648 <li><a href="h_mainhelp_config">Configuration</a>
3649 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3650 <li><a href="h_config_dflt_color">Default Color</a>
3651 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3652 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3653 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3654 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3655 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3656 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3657 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3658 <li><a href="h_ge_export">Export File Selection</a>
3659 <li><a href="h_ge_allparts">Export Message File Selection</a>
3660 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3661 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3662 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3663 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3664 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3665 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3666 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3667 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3668 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3669 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3670 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3671 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3672 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3673 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3674 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3675 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3676 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3677 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3678 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3679 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3680 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3681 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3682 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3683 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3684 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3685 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3686 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3687 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3688 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3689 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3690 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3691 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3692 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3693 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3694 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3695 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3696 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3697 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3698 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3699 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3700 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3701 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3702 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3703 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3704 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3705 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3706 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3707 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3708 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3709 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3710 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3711 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3712 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3713 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3714 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3715 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3716 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3717 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3718 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3719 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3720 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3721 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3722 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3723 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3724 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3725 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3726 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3727 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3728 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3729 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3730 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3731 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3732 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3733 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3734 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3735 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3736 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3737 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3738 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3739 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3740 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3741 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3742 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3743 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3744 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3745 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3746 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3747 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3748 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3749 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3750 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3751 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3752 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3753 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3754 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3755 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3756 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3757 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3758 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3759 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3760 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3761 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3762 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3763 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3764 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3765 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3766 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3767 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3768 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3769 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3770 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3771 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3772 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3773 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3774 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3775 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3776 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3777 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3778 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3779 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3780 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3781 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3782 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3783 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3784 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3785 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3786 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3787 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3788 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3789 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3790 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3791 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3792 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3793 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3794 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3795 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3796 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3797 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3798 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3799 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3800 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3801 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3802 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3803 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3804 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3805 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3806 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3807 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3808 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3809 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3810 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3811 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3812 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3813 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3814 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3815 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3816 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3817 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3818 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3819 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3820 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3821 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3822 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3823 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3824 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3825 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3826 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3827 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3828 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3829 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3830 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3831 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3832 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3833 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3834 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3835 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3836 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3837 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3838 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3839 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3840 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3841 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3842 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3843 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3844 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3845 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3846 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3847 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3848 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3849 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3850 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3851 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3852 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3853 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3854 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3855 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3856 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3857 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3858 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3859 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3860 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3861 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3862 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3863 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3864 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3865 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3866 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3867 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3868 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3869 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3870 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3871 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3872 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3873 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3874 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3875 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3876 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3877 <li><a href="h_mainhelp_filtering">Filtering</a>
3878 <li><a href="h_finding_help">Finding more information and requesting help</a>
3879 <li><a href="h_common_flag">Flag Command</a>
3880 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3881 <li><a href="h_mainhelp_folders">Folders</a>
3882 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3883 <li><a href="h_common_folders">Folder List Command</a>
3884 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3885 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3886 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3887 <li><a href="h_config_change_your_from">From Address, Changing</a>
3888 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3889 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3890 <li><a href="h_common_goto">Goto Command</a>
3891 <li><a href="h_common_hdrmode">HdrMode Command</a>
3892 <li><a href="h_mainhelp_pinehelp">Help</a>
3893 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3894 <li><a href="h_folder_maint">Help for Folder List</a>
3895 <li><a href="h_valid_folder_names">IMAP</a>
3896 <li><a href="h_ge_import">Import File Selection</a>
3897 <li><a href="h_mainhelp_index">Index of Messages</a>
3898 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3899 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3900 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3901 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3902 <li><a href="h_mainhelp_intro">Introduction</a>
3903 <li><a href="h_main_journal">Journal Command</a>
3904 <li><a href="h_common_jump">Jump Command</a>
3905 <li><a href="h_compose_justify">Justify Command</a>
3906 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3907 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3908 <li><a href="h_mainhelp_ldap">LDAP</a>
3909 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3910 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3911 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3912 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3913 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3914 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3915 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3916 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3917 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3918 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3919 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3920 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3921 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3922 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3923 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3924 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3925 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3926 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3927 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3928 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3929 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3930 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3931 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3932 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3933 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3934 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3935 <li><a href="h_common_index">Message Index Command</a>
3936 <li><a href="h_mainhelp_mouse">Mouse</a>
3937 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3938 <li><a href="new_user_greeting">NEW USER GREETING</a>
3939 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3940 <li><a href="h_mainhelp_readingnews">News Reading</a>
3941 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3942 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3943 <li><a href="h_common_nextnew">NextNew Command</a>
3944 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3945 <li><a href="h_mainhelp_readingnews">NNTP</a>
3946 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3947 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3948 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3949 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3950 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3951 <li><a href="h_config_color_style">OPTION: Color Style</a>
3952 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3953 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3954 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3955 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3956 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3957 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3958 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3959 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3960 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3961 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3962 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3963 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3964 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3965 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3966 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3967 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3968 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3969 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3970 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3971 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
3972 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
3973 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
3974 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
3975 <li><a href="h_config_font_name">OPTION: Font Name</a>
3976 <li><a href="h_config_font_size">OPTION: Font Size</a>
3977 <li><a href="h_config_font_style">OPTION: Font Style</a>
3978 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
3979 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
3980 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
3981 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
3982 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
3983 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
3984 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
3985 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
3986 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
3987 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
3988 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
3989 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
3990 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3991 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
3992 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
3993 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
3994 <li><a href="h_config_index_color">OPTION: Index Colors</a>
3995 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
3996 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
3997 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
3998 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
3999 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4000 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4001 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4002 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4003 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4004 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4005 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4006 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4007 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4008 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4009 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4010 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4011 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4012 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4013 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4014 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4015 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4016 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4017 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4018 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4019 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4020 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4021 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4022 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4023 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4024 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4025 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4026 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4027 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4028 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4029 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4030 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4031 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4032 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4033 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4034 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4035 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4036 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4037 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4038 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4039 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4040 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4041 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4042 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4043 <li><a href="h_config_printer">OPTION: Printer</a>
4044 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4045 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4046 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4047 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4048 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4049 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
4050 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
4051 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
4052 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
4053 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
4054 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4055 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4056 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4057 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4058 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4059 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
4060 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
4061 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
4062 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
4063 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
4064 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
4065 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
4066 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
4067 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
4068 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4069 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4070 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
4071 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4072 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4073 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4074 <li><a href="h_config_status_color">OPTION: Status Color</a>
4075 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4076 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4077 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4078 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4079 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4080 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4081 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4082 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4083 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4084 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4085 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4086 <li><a href="h_config_title_color">OPTION: Title Color</a>
4087 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4088 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4089 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4090 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4091 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4092 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4093 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4094 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4095 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4096 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4097 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4098 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4099 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4100 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4101 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4102 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4103 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4104 <li><a href="h_mainhelp_patterns">Patterns</a>
4105 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4106 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4107 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4108 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4109 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4110 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4111 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4112 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4113 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4114 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4115 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4116 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4117 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4118 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4119 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4120 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4121 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4122 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4123 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4124 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4125 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4126 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4127 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4128 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4129 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4130 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4131 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4132 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4133 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4134 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4135 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4136 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4137 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4138 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4139 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4140 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4141 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4142 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4143 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4144 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4145 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4146 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4147 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4148 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4149 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4150 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4151 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4152 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4153 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4154 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4155 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4156 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4157 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4158 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4159 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4160 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4161 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4162 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4163 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4164 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4165 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4166 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4167 <li><a href="h_common_pipe">Pipe Command</a>
4168 <li><a href="h_valid_folder_names">POP</a>
4169 <li><a href="h_common_postpone">Postpone Command</a>
4170 <li><a href="h_common_print">Print Command</a>
4171 <li><a href="h_mainhelp_readingnews">Reading News</a>
4172 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4173 <li><a href="h_mainhelp_roles">Roles</a>
4174 <li><a href="h_role_select">ROLES SCREEN</a>
4175 <li><a href="h_compose_readfile">Read File Command</a>
4176 <li><a href="h_mainhelp_reading">Reading Messages</a>
4177 <li><a href="h_main_release_notes">Release Notes Command</a>
4178 <li><a href="h_common_reply">Reply and Forward Commands</a>
4179 <li><a href="h_compose_richhdr">Rich Header Command</a>
4180 <li><a href="h_common_role">Role Command</a>
4181 <li><a href="h_mainhelp_smime">S/MIME</a>
4182 <li><a href="h_index_cmd_select">Searching for Messages</a>
4183 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4184 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4185 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4186 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4187 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4188 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4189 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4190 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4191 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4192 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4193 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4194 <li><a href="h_common_save">Save and Export Commands</a>
4195 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4196 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4197 <li><a href="h_compose_send">Send Command</a>
4198 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4199 <li><a href="h_main_setup">Setup Command</a>
4200 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4201 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4202 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4203 <li><a href="h_mainhelp_smime">S/MIME</a>
4204 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4205 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4206 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4207 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4208 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4209 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4210 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4211 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4212 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4213 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4214 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4215 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4216 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4217 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4218 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4219 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4220 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4221 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4222 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4223 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4224 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4225 <li><a href="h_index_cmd_sort">Sort Command</a>
4226 <li><a href="h_compose_spell">Spell Check Command</a>
4227 <li><a href="h_common_suspend">Suspend Command</a>
4228 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4229 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4230 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4231 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4232 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4233 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4234 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4235 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4236 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4237 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4238 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4239 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4240 <li><a href="h_common_take">TakeAddr Command</a>
4241 <li><a href="h_mainhelp_status">Titlebar Line</a>
4242 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4243 <li><a href="h_config_usenone_color">Use None Color</a>
4244 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4245 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4246 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4247 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4248 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4249 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4250 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4251 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4252 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4253 </UL>
4256 &lt;End of Help Index&gt;
4257 </BODY>
4258 </HTML>
4261 ============== h_config_remote_config =============
4262 <HTML>
4263 <HEAD>
4264 <TITLE>Remote Configuration</TITLE>
4265 </HEAD>
4266 <BODY>
4267 <H1>Remote Configuration</H1>
4269 You may use the command line argument &quot;-p pinerc&quot; to tell
4270 Alpine to use a non-default configuration file.
4271 There are two types of storage for configuration information.
4272 <EM>Local</EM> configuration files are used by default.
4273 These are just regular files on the UNIX system or on the PC.
4274 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4275 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4276 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4277 The advantage of using a remote configuration is that the same information
4278 may be accessed from multiple platforms.
4279 For example, if you use one computer at work and another at home, the same
4280 configuration could be used from both places.
4281 A configuration change from one place would be seen in both places.
4282 To use a remote configuration you simply give a
4283 <A HREF="h_valid_folder_names">remote folder name</A>
4284 as the argument to the &quot;-p&quot; command line option.
4285 The command line might look something like:
4287 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4289 If there are special characters in the command shell you use, you may need to
4290 quote the last argument (to protect the curly braces from the shell).
4291 The command might look like:
4293 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4295 You should choose a folder name for a folder that does not yet exist.
4296 It will be created containing an empty configuration.
4297 Do not use a folder that you wish to store regular mail messages in.
4299 The Setup/RemoteConfigSetup command will help you convert from a local
4300 configuration to a remote configuration.
4301 It will create a remote configuration for you and copy your current local
4302 configuration to it.
4303 It will also help you convert local address books into remote address books
4304 and local signature files into literal signatures contained in the
4305 remote configuration file.
4307 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4308 may copy a local pinerc file to a remote configuration folder by hand
4309 by using the command line option &quot;-copy_pinerc&quot;.
4311 Another command line option, which is somewhat related to remote
4312 configuration, is the option &quot;-x exceptions_config&quot;.
4313 The configuration settings in the exceptions configuration override
4314 your default settings.
4315 It may be useful to store the default configuration (the -p argument) remotely
4316 and to have the exceptions configuration stored in a local file.
4317 You might put generic configuration information in the remote configuration
4318 and platform-specific configuration on each platform in the exceptions
4319 configuration.
4320 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4321 can be either remote folders or local files.
4323 There is another command line argument that works only with PC-Alpine and
4324 which may prove useful when using a remote configuration.
4325 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4326 to store your local auxiliary files.
4327 This only has an effect if your configuration file is remote.
4328 Some examples of auxiliary files are debug files, address book files, and
4329 signature files.
4331 &lt;End of help on this topic&gt;
4332 </BODY>
4333 </HTML>
4334 ============== h_config_exceptions =============
4335 <HTML>
4336 <HEAD>
4337 <TITLE>Generic and Exceptional Configuration</TITLE>
4338 </HEAD>
4339 <BODY>
4340 <H1>Generic and Exceptional Configuration</H1>
4342 If you use Alpine from more than one platform it may be convenient
4343 to split your configuration information into two pieces, a generic piece
4344 and exceptions that apply to a particular platform.
4345 For example, suppose you use Alpine from home and from work.
4346 Most of your configuration settings are probably the
4347 same in both locations, so those settings belong in the generic settings
4348 configuration.
4349 However, you may use a different SMTP server and INBOX
4350 from home than you do from work.
4352 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4354 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4355 options could be
4356 part of your exceptional configuration so that they could be different in the
4357 two places.
4359 The command line option &quot;-x exceptions_config&quot;
4360 may be used to split your configuration into generic and exceptional pieces.
4361 &quot;Exceptions_config&quot; may be either local or remote.
4362 The regular Alpine configuration file will contain the generic data, and
4363 &quot;exceptions_config&quot; will contain the exceptional data.
4365 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4366 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4367 in the same local directory that the regular config file is located in (usually
4368 the Unix home directory).
4369 If the regular config file is remote (because the command line option
4370 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4371 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4372 If the file does not already exist then no exceptions will be used.
4373 You can force exceptions to be used by using the &quot;-x&quot; option or
4374 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4376 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4377 PC-Alpine will use the value of the
4378 environment variable <CODE>$PINERCEX</CODE>.
4379 If that is not set, PC-Alpine will look for
4380 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4381 in the same local directory that the regular config file is located in.
4382 If the regular config file is remote (because the command line option
4383 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4384 local directory specified by the &quot;-aux local_directory&quot; command
4385 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4386 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4388 When you have an exception configuration there is a new command
4389 in the Alpine Setup screen, Setup/eXceptions.
4390 It toggles between exceptions and the regular configuration.
4391 This is the usual way to make changes in your exceptional configuration data.
4392 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4393 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4394 for Config or &quot;K&quot; for Kolor.
4396 For most people, splitting the configuration information into two pieces is
4397 going to be most useful if the generic information is accessed
4398 <A HREF="h_config_remote_config">remotely</A>).
4399 That data will be the same no matter where you access it from and if you
4400 change it that change will show up everywhere.
4401 The exceptional data will most commonly be in a local file, so that the
4402 contents may easily be different on each computing platform used.
4404 If you already have a local configuration file with settings you like
4405 you may find that the command Setup/RemoteConfigSetup is useful
4406 in helping you convert to a remote configuration.
4407 The command line flag &quot;-copy_pinerc&quot;
4408 may also be useful.
4410 &lt;End of help on this topic&gt;
4411 </BODY>
4412 </HTML>
4413 ============== h_config_inheritance =============
4414 <HTML>
4415 <HEAD>
4416 <TITLE>Configuration Inheritance</TITLE>
4417 </HEAD>
4418 <BODY>
4419 <H1>Configuration Inheritance</H1>
4421 Configuration inheritance is a power user feature.
4422 It is confusing and not completely supported by the configuration
4423 user interface.
4424 We start with an explanation of how configuration works in hopes of making
4425 it easier to describe how inheritance works.
4427 Alpine uses a hierarchy of configuration values from different locations.
4428 There are five ways in which each configuration option (configuration
4429 variable) can be set.
4430 In increasing order of precedence they are:
4432 <OL>
4433 <LI> the system-wide configuration file.
4435 <LI> the personal configuration file
4437 <LI> the personal exceptions file
4439 <LI> a command line argument
4441 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4442 </OL>
4444 The fixed configuration file is normally
4445 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4447 The system-wide configuration file is normally
4448 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4449 set for PC-Alpine.
4450 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4451 is used for the system-wide configuration.
4452 This location can be set or changed on the command line with the -P flag.
4453 The system-wide configuration file can be either a local file or a
4454 remote configuration folder.
4456 For Unix Alpine, the personal configuration file is normally the file
4457 <CODE>.pinerc</CODE> in the user's home directory.
4458 This can be changed with the -p command line flag.
4459 For PC-Alpine, the personal configuration file is in
4460 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4461 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4462 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4463 This can be changed with the -p command line flag.
4464 If -p is used, the configuration data may be in a local file or a remote config
4465 folder.
4467 For Unix Alpine, the personal exceptions configuration file is named
4468 <CODE>.pinercex</CODE> and is in the same directory as the personal
4469 configuration file, if that configuration file is not remote, and is in
4470 the home directory if the personal configuration file is remote.
4471 If the file exists, then exceptions are turned on.
4472 If it doesn't, then you are not using exceptions.
4473 Alternatively, you may change the location of the exceptions configuration
4474 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4475 Like the personal configuration data, exceptions_config may be
4476 either local or remote.
4478 For PC-Alpine, the personal exceptions configuration file is named
4479 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4480 configuration file unless the personal configuration file is remote.
4481 In that case, it is in the local directory specfied by the
4482 &quot;-aux local_directory&quot; command line argument.
4483 (In the case that the personal configuration is remote and there is no
4484 &quot;-aux&quot; command line argument, Alpine searches for
4485 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4486 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4487 If the file exists, then exceptions are turned on.
4488 If it doesn't, then you are not using exceptions.
4489 You may change the location of the exceptions configuration
4490 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4491 or with the
4492 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4493 option).
4495 To reiterate, the value of a configuration option is taken from the
4496 last location in the list above in which it is set.
4497 Or, thinking about it slightly differently, a default value for an option
4498 is established in the system-wide configuration file (or internally by Alpine
4499 if there is no value in the system-wide file).
4500 That default remains in effect until and unless it is overridden by a value in a
4501 location further down the list, in which case a new &quot;default&quot;
4502 value is established.
4503 As we continue down the list of locations we either retain the
4504 value at each step or establish a new value.
4505 The value that is still set after going through the whole list of
4506 configuration locations is the one that is used.
4508 So, for example, if an option is set in the system-wide configuration
4509 file and in the personal configuration file, but is not set in the
4510 exceptions, on the command line, or in the fixed file; then the value
4511 from the personal configuration file is the one that is used.
4512 Or, if it is set in the system-wide config, in the personal config, not
4513 in the exceptions, but is set on the command line; then the value
4514 on the command line is used.
4516 Finally we get to inheritance.
4517 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4518 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4519 the inheritance mechanism makes it possible to <EM>combine</EM>
4520 the values from different locations instead of <EM>replacing</EM> the value.
4521 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4522 for which you may already set whatever you want at
4523 any configuration location (by using the &quot;no-&quot; prefix if
4524 necessary).
4526 To use inheritance, set the first item in a configuration list to the
4527 token &quot;INHERIT&quot;, without the quotes.
4528 If the first item is &quot;INHERIT&quot;,
4529 then instead of replacing the default value established so far, the rest of
4530 the list is appended to the default value established so far and that is
4531 the new value.
4533 Here is an example which may make it clearer. Suppose we have:
4535 <PRE>
4536  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4537  Personal config    :   smtp-server = INHERIT, mysmtp.home
4538  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4539  Command line       :   smtp-server = &lt;No Value Set&gt;
4540  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4541 </PRE>
4544 This would result in an effective smtp-server option of
4546 <PRE>
4547  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4548 </PRE>
4550 The &quot;INHERIT&quot; token can be used in any of the configuration files
4551 and the effect cascades.
4552 For example, if we change the above example to:
4554 <PRE>
4555  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4556  Personal config    :   smtp-server = INHERIT, mysmtp.home
4557  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4558  Command line       :   smtp-server = &lt;No Value Set&gt;
4559  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4560 </PRE>
4563 This would result in:
4565 <PRE>
4566  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4567 </PRE>
4569 Unset variables are skipped over (the default value is carried forward) so
4570 that, for example:
4572 <PRE>
4573  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4574  Personal config    :   smtp-server = &lt;No Value Set&gt;
4575  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4576  Command line       :   smtp-server = &lt;No Value Set&gt;
4577  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4578 </PRE>
4581 produces:
4583 <PRE>
4584  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4585 </PRE>
4588 If any later configuration location has a value set (for a particular list
4589 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4590 then that value replaces whatever value has been defined up to that point.
4591 In other words, that cancels out any previous inheritance.
4593 <PRE>
4594  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4595  Personal config    :   smtp-server = INHERIT, mysmtp.org
4596  Exceptions config  :   smtp-server = yoursmtp.org
4597  Command line       :   smtp-server = &lt;No Value Set&gt;
4598  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4599 </PRE>
4602 results in:
4604 <PRE>
4605  smtp-server = yoursmtp.org
4606 </PRE>
4609 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4610 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4611 difficult to insert the value &quot;INHERIT&quot; into the list of values
4612 for the option using the normal Setup tools.
4613 In other words, the color setting screen (for example) does not
4614 provide a way to input the text &quot;INHERIT&quot; as the first
4615 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4616 The way to do this is to either edit the pinerc file directly and manually
4617 insert it, or turn
4618 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4619 feature and insert it using the Setup/Config screen.
4621 &lt;End of help on this topic&gt;
4622 </BODY>
4623 </HTML>
4624 ============== h_special_xon_xoff =============
4625 <HTML>
4626 <HEAD>
4627 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4628 </HEAD>
4629 <BODY>
4630 <H1>XOFF/XON Handling within Alpine</H1>
4632 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4633 and XON) as normal characters, even though Alpine does not use them.
4634 However, the printer, modem, or communication software you are using may
4635 be configured for &quot;software flow control,&quot; which means that
4636 XON/XOFF must be treated as special characters by the operating system.
4637 If you see messages such as &quot;^S not defined for this screen&quot;,
4638 then your system is probably using software flow control. In this case
4639 you will need to set the
4640 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4641 feature.
4643 If you <EM>do</EM> set this
4644 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4645 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4646 and see if that puts things right.  Printing via the
4647 &quot;attached-to-ansi&quot; or 
4648 &quot;attached-to-wyse&quot;
4649 option will automatically enable software
4650 flow-control handling for the duration of the printing.
4652 &lt;End of help on this topic&gt;
4653 </BODY>
4654 </HTML>
4655 ============= h_special_help_nav =============
4656 <HTML>
4657 <HEAD>
4658 <TITLE>Help Text Navigation Explained</TITLE>
4659 </HEAD>
4660 <BODY>
4661 <H1>Help Text Navigation Explained</H1>
4663 Alpine contains extensive context-sensitive help text.   At any point, 
4664 pressing the &quot;?&quot; key will bring up a page of help text
4665 explaining the options available to you.  You can leave the help
4666 text screen and return to normal Alpine operation by pressing
4668 <!--chtml if pinemode="function_key"-->
4669 F3 function
4670 <!--chtml else-->
4671 &quot;E&quot;
4672 <!--chtml endif-->
4673 key to Exit Help at any time.
4676 Within the help screen you might find a word or phrase displayed in 
4677 inverse text and others displayed in bold typeface.  Such words and
4678 phrases are used to tell you Alpine has more information available on
4679 the topic they describe.
4680 The inverted text is the &quot;selected&quot; topic.  
4681 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4682 displayed in bold type
4683 is &quot;selected&quot;.
4684 Hit the Return key to display the information Alpine has available on that
4685 topic.  While viewing such additional information, the 
4686 <!--chtml if pinemode="function_key"-->
4687 F3 function
4688 <!--chtml else-->
4689 &quot;P&quot;
4690 <!--chtml endif-->
4691 key will return you to the previous help screen, and the
4692 <!--chtml if pinemode="function_key"-->
4693 F2 function
4694 <!--chtml else-->
4695 &quot;E&quot;
4696 <!--chtml endif-->
4697 key will Exit the Help system altogether.
4700 The "N" command will tell you the internal name of the help text you are 
4701 reading each time, so that you can send this name in the text of a message 
4702 and create a direct link to that internal help using the x-pine-help URL 
4703 scheme. For example, the direct link to this item is 
4704 x-pine-help:h_special_help_nav. If you add this text to a message, then
4705 a person using Pine to read such message would have a direct link to this
4706 help text.
4709 When you are finished reading this help text, you can press the
4710 <!--chtml if pinemode="function_key"-->
4711 F3 function
4712 <!--chtml else-->
4713 &quot;P&quot;
4714 <!--chtml endif-->
4715 key to return to the previously displayed help text.
4718 &lt;End of help on this topic&gt;
4719 </BODY>
4720 </HTML>
4721 ============= h_special_list_commands =============
4722 <HTML>
4723 <HEAD>
4724 <TITLE>Email List Commands Explained</TITLE>
4725 </HEAD>
4726 <BODY>
4727 <H1>Email List Commands Explained</H1>
4729 Electonic mail lists provide a way for like-minded users to join in
4730 discussions on topics of interest.  The email list itself is 
4731 represented by a
4732 single address that participants send messages to when they have
4733 something of interest to share with other members of the list.  The
4734 receiving computer then, either automatically or after review by the
4735 list's owner (or moderator), sends a copy of that message to each
4736 member of the list.
4739 Usually, subscribing and unsubscribing is done by sending requests in
4740 an email message to a special address setup to handle managing list
4741 membership.  Often this is the name of the list followed by
4742 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4743 the address used to send messages to the list.
4746 Unfortunately, email list participation commands are more a matter
4747 of convention than standard, and thus may vary from list to list.
4748 Increasingly, list management software is adding information to
4749 the copy of the postings as they're copied to the list members that
4750 explains how to do the various list management functions.
4753 Alpine will recognize this information and offer the management commands
4754 they represent in a simple display. One or more of the following
4755 operations will be made available:
4757 <DL>
4758 <DT>Help</DT>
4759 <DD>
4760 A method to get help on subscribing, unsubscribing, 
4761 an explanation of what the list is about, or special instructions
4762 for participation.  This may be in the form of a reply in response
4763 to an email message, or instructions on how to connect to a Web site.
4764 </DD>
4766 <DT>Unsubscribe</DT>
4767 <DD>
4768 A method to get your email addressed removed from the list of
4769 recipients of the email list.
4770 </DD>
4772 <DT>Subscribe</DT>
4773 <DD>
4774 A method to get your email address added to the list of recipients
4775 of the email list.  It may be in the form of a message sent to 
4776 a special address or you may be connected to a web site.
4777 <DD>
4778 </DD>
4780 <DT>Post</DT>
4781 <DD>
4782 A method used to post to the email list.  However, it might also 
4783 indicate that no posting is allowed directly to the list.
4784 </DD>
4786 <DT>Owner</DT>
4787 <DD>
4788 A method to contact the list owner for special questions you might
4789 have regarding the list.
4790 </DD>
4792 <DT>Archive</DT>
4793 <DD>
4794 A method to view an archive of previous messages posted to the list.
4795 This may be in the form of a mail folder on a remote computer, an
4796 IMAP mailbox or even a Web site.
4797 </DD>
4798 </DL>
4801 &lt;End of help on this topic&gt;
4802 </BODY>
4803 </HTML>
4804 ============= h_quota_command =============
4805 <HTML>
4806 <HEAD>
4807 <TITLE>Quota Screen Explained</TITLE>
4808 </HEAD>
4809 <BODY>
4810 <H1>Quota Screen Explained</H1>
4812 <P> This screen summarizes the quota report for this mailbox in the
4813 IMAP server. For each resource that you have a quota, this reports summarizes
4814 its use and limit.
4816 <P> Your IMAP server administrator may have set a quota based either on 
4817 the total size of your mailbox (STORAGE), or the number of messages in 
4818 your mailbox (MESSAGES), or some other criteria. This will be reported
4819 to you indicating the type of quota, its total use and its limit.
4821 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4822 1024 bytes. Each of the characters that you see in this help text is one 
4823 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4824 by Alpine are normally less than 4 kibibytes in size (which includes 
4825 headers and text). Other email programs may send messages with bigger 
4826 sizes when they send messages, since they send plain text and an 
4827 alternative part in HTML.
4829 <P> A convenient way to save space for the STORAGE type of quota is by 
4830 deleting attachments. This is done on each individual message by pressing 
4831 the &quot;V&quot; command while reading the message text, then moving the cursor 
4832 to the position of the attachment that is to be deleted, then pressing
4833 &quot;D&quot; to delete such attachment, going back to reading the 
4834 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4835 save the message in the same folder you are reading from. The saved 
4836 message will not have the attachment that was marked deleted. Now you
4837 can delete and expunge the message with the unwanted attachment.
4840 &lt;End of help on this topic&gt;
4841 </BODY>
4842 </HTML>
4843 ============= h_mail_thread_index =============
4844 <HTML>
4845 <HEAD>
4846 <TITLE>THREAD INDEX COMMANDS</TITLE>
4847 </HEAD>
4848 <BODY>                 
4849 <H1>THREAD INDEX COMMANDS</H1>
4850 <!--chtml if pinemode="function_key"-->
4851 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>
4852 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4853 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>
4854 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>
4855 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>
4856 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>
4857 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>
4858 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>
4859 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>
4860 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>
4861 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>
4862 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>
4863 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>
4864 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>
4865 <BR>
4866 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4867 -----------------------------<BR>
4868 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>
4869 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>
4870 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>
4871 <BR>
4872 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4873 -----------------------------<BR>
4874 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
4875 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4876 <BR>
4877 <!--chtml else-->
4878 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>
4879 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4880 &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>
4881 &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>
4882 &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>
4883 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>
4884 &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>
4885 &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>
4886 &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>
4887 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>
4888 &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>
4889 <BR>
4890 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4891 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4892 &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>
4893 &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>
4894 &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>
4895 &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>
4896 &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>
4897 &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>
4898 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4899 <!--chtml endif-->
4902 NOTE:
4903 <OL>
4904  <LI>For help on a particular command, highlight the bold text associated
4905 with it above and hit Return.
4906  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4907 </OL>
4909 <H2>Description of the THREAD INDEX Screen</H2>
4911 The THREAD INDEX displays summary information from each
4912 thread (conversation) in the current folder.
4913 This is useful if you want to quickly
4914 scan new threads, or find a particular thread without having to go
4915 through the text of each message, or to quickly get rid of junk
4916 threads, etc.
4917 The current thread is always highlighted.
4918 Each line of the THREAD INDEX contains the following columns: <P>
4919 <DL>
4920  <DT>STATUS:</DT>
4921  <DD> The markings on the left side of the thread tell you about its
4922 status.  You may see one or more of the following codes on any given
4923 thread:
4924 <UL>
4925   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4926   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4927   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4928   <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.
4929   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4930         message in the thread was sent to you as a cc:. This symbol will only show up if
4931         the feature
4932         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4933   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4934         &quot;select&quot; command.  (Some systems may optionally allow selected
4935         messages to be denoted by the index line being displayed in bold
4936         type instead.)
4937   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4938       to mark at least one message in this thread as &quot;important&quot;.
4939 </UL></DD><P>
4941  <DT>THREAD NUMBER:</DT>
4942  <DD>Threads in a folder are numbered, from one through the number
4943 of threads in the folder, to help you know where you are in the folder.
4944 </DD><P>
4946  <DT>DATE STARTED:</DT>
4947  <DD>The date the thread was started. This is actually from the Date header
4948 of the first message in the thread. It doesn't take different time zones
4949 into account.</DD><P>
4951  <DT>WHO STARTED THE THREAD:</DT>
4952  <DD>This is usually the name of the sender of the first message in the thread, taken from
4953 the From header of the message.
4954 If there is no personal name given in that
4955 address, then the email address is used instead.
4956 If the message is from you (or from one of your
4957 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4958 then the recipient's name is shown here instead, with the characters
4959 &quot;To: &quot; inserted before the name.
4960 (The idea of this is that if you started the thread you would rather see who
4961 the mail was sent to instead of that the mail was from you.)
4962 In Newsgroups, if you are
4963 the sender and there are no email recipients, the newsgroup name will be
4964 listed after the &quot;To: &quot;.
4965 </DD><P>
4967  <DT>SIZE:</DT>
4968  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4970  <DT>SUBJECT:</DT>
4971  <DD>As much of the thread's subject line as will fit on the screen.
4972 This is the subject of the first message in the thread.</DD>
4973 </DL>
4975 <P><UL>
4976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4977 </UL>
4979 &lt;End of help on this topic&gt;
4980 </BODY>
4981 </HTML>
4982 ============= h_mail_index =============
4983 <HTML>
4984 <HEAD>
4985 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
4986 </HEAD>
4987 <BODY>                 
4988 <H1>MESSAGE INDEX COMMANDS</H1>
4989 <!--chtml if pinemode="function_key"-->
4990 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>
4991 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4992 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>
4993 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>
4994 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>
4995 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>
4996 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>
4997 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>
4998 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>
4999 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>
5000 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>
5001 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>
5002 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>
5003 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>
5004 <BR>
5005 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5006 -----------------------------<BR>
5007 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>
5008 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>
5009 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>
5010 <BR>
5011 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5012 -----------------------------<BR>
5013 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
5014 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>
5015 <BR>
5016 <!--chtml else-->
5017 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>
5018 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5019 &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>
5020 &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>
5021 &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>
5022 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>
5023 &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>
5024 &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>
5025 &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>
5026 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>
5027 &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>
5028 Miscellaneous&nbsp;Operations<BR>
5029 ------------------------<BR>
5030 &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>
5031 &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>
5032 &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>
5033 &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>
5034 &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>
5035 &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>
5036 &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>
5037 &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>
5038 <!--chtml endif-->
5041 NOTE:
5042 <OL>
5043  <LI>For help on a particular command, highlight the bold text associated
5044 with it above and hit Return.
5045  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5046 </OL>
5048 <H2>Description of the MESSAGE INDEX Screen</H2>
5050 The MESSAGE INDEX displays summary information from each
5051 message in the current folder.
5052 This is useful if you want to quickly
5053 scan new messages, or find a particular message without having to go
5054 through the text of each message, or to quickly get rid of junk
5055 messages, etc.
5057 The current message is always highlighted
5058 and many commands operate on the current message.
5059 For example, the Delete command will delete the current message.
5060 If the folder is sorted by either Threads or OrderedSubject, then, depending
5061 on some of your configuration settings, a single line in the index may
5062 refer to an entire thread or to a subthread.
5063 If that is the case, then the commands that normally operate on the current
5064 message will operate on the thread or subthread instead.
5065 For example, the Delete command will delete the whole collapsed thread
5066 instead of just a single message.
5068 Each line of the MESSAGE INDEX contains the following columns (by default -- 
5069 you can change this with the 
5070 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5071 in the SETUP CONFIGURATION screen): <P>
5072 <DL>
5073  <DT>STATUS:</DT>
5074  <DD> The markings on the left side of the message tell you about its
5075 status.  You may see one or more of the following codes on any given
5076 message:
5077 <UL>
5078   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5079          yet eXpunged the folder.
5080   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5081   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5082          to be answered.
5083   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5084          forward a message.
5085   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5086         directly to your account, your copy is not part of a cc: or a
5087         mailing list.
5088   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5089         message was sent to you as a cc:. This symbol will only show up if
5090         the feature
5091         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5092   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5093         &quot;select&quot; command.  (Some systems may optionally allow selected
5094         messages to be denoted by the index line being displayed in bold
5095         type.)
5096   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5097       to mark this message as &quot;important&quot;.
5098 </UL></DD><P>
5100  <DT>MESSAGE NUMBER:</DT>
5101  <DD>Messages in a folder are numbered, from one through the number
5102 of messages in the folder, to help you know where you are in the folder.
5103 These numbers are always in increasing order, even if you sort the folder
5104 in a different way.</DD><P>
5106  <DT>DATE SENT:</DT>
5107  <DD>The date the message was sent.  By default, messages are
5108 ordered by arrival time, not by date sent.  Most of the time, arrival time
5109 and date sent (effectively departure time) are similar.  Sometimes,
5110 however, the index will appear to be out of order because a message took a
5111 long time in delivery or because the sender is in a different time
5112 zone than you are. This date is just the date from the Date header
5113 field in the message.</DD><P>
5115  <DT>WHO SENT THE MESSAGE:</DT>
5116  <DD>This is usually the name of the sender of the message, taken from
5117 the From header of the message.
5118 If there is no personal name given in that
5119 address, then the email address is used instead.
5120 If the message is from you (or from one of your
5121 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5122 then the recipient's name is shown here instead, with the characters
5123 &quot;To: &quot; inserted before the name.
5124 (The idea of this is that if you sent the mail you would rather see who
5125 the mail was sent to instead of that the mail was from you.
5126 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5127 above.
5128 In particular, use the FROM token or the FROMORTONOTNEWS token
5129 in place of the FROMORTO token.)
5130 In Newsgroups, if you are
5131 the sender and there are no email recipients, the newsgroup name will be
5132 listed after the &quot;To: &quot;. </DD><P>
5134  <DT>SIZE:</DT>
5135  <DD>The number in parentheses is the number of characters in the message.
5136 It may have a suffix of K, M, or G which means the number should be
5137 multiplied by one thousand, one million, or one billion to get the
5138 size of the message.</DD><P>
5140  <DT>SUBJECT:</DT>
5141  <DD>As much of the message's subject line as will fit on the screen.</DD>
5142 </DL>
5144 <P><UL>
5145 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5146 </UL>
5148 &lt;End of help on this topic&gt;
5149 </BODY>
5150 </HTML>
5151 ============= h_mail_view ========================
5152 <HTML>
5153 <HEAD>
5154 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5155 </HEAD>
5156 <BODY>
5157 <H1>MESSAGE TEXT SCREEN</H1>
5158 <!--chtml if pinemode="function_key"-->
5159 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>
5160 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5161 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>
5162 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>
5163 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>
5164 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>
5165 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>
5166 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>
5167 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>
5168 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>
5169 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>
5170 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>
5171 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>
5172 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>
5173 <BR>
5174 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5175 ------------------------------<BR>
5176 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5177 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5178 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5179 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5180 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5181 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5182 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5183 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5184 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5185 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5186 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5187 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5188 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5189 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5190 <!--chtml else-->
5191 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5192 ---------------------------------<BR>
5193 <BR>
5194 &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>
5195 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>
5196 &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>
5197 &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>
5198 &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>
5199 &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>
5200 &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>
5201 &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>
5202 &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>
5203 <BR>
5204 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5205 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5206 &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>
5207 &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>
5208 &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>
5209 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>
5210 <BR>
5211 General&nbsp;Alpine&nbsp;Commands<BR>
5212 ---------------------<BR>
5213 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5214 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5215 &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>
5216 &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>
5217 &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>
5218 <!--chtml endif-->
5221 NOTE:
5222 <OL>
5223  <LI>For help on a particular command, highlight the bold text associated
5224 with it above and hit Return.
5225  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5226 </OL>
5228 <H2>Description of the MESSAGE TEXT Screen</H2>
5230 The top line of the view message screen displays status
5231 information about the currently open collection and folder and about the
5232 current message.  It shows the name of the collection in angle brackets
5233 and then the name of the folder.  The line also displays the number
5234 of messages in the folder, the number of the current message and the
5235 percentage of the current message that has been displayed on the screen.
5236 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5237 right corner.
5238 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5239 in the corner.
5242 NOTE: to rapidly move to the end of a message, hit the
5243 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5244 (or Ctrl-W) key followed
5245 by Ctrl-V.  Similarly,
5246 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5247 followed by Ctrl-Y will take you to the beginning of
5248 a message.
5250 <H2>Explanation of Alternate Character Sets</H2>
5252 Alpine attempts to stay out of the way so that it won't prevent you from
5253 viewing mail in any character set.  It will simply send the message to
5254 your display device.  If the device is capable of displaying the
5255 message as it was written it will do so.  If not, the display may be
5256 partially or totally incorrect.
5257 If the message contains characters that are not representable in your 
5258 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5259 variable in your configuration, then a warning message will be printed
5260 to your screen at the beginning of the message display.
5261 It is probably best to use UNIX Alpine in a terminal emulator
5262 capable of displaying UTF-8 characters.
5263 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5264 more information about character set settings.
5266 <P><UL>
5267 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5268 </UL>
5270 &lt;End of help on this topic&gt;
5271 </BODY>
5272 </HTML>
5273 ======= h_index_cmd_select =======
5274 <HTML>
5275 <HEAD>
5276 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5277 </HEAD>
5278 <BODY>
5279 <H1>Selecting: Select and WhereIs/Select</H1>
5281 Aggregate operations give you the ability to process a group of messages
5282 at once.  Acting on multiple messages requires two steps: (1) selecting a
5283 set of messages and then; (2) applying a command to that set. The first
5284 part is handled by the select command.  Select allows you to
5285 select messages based on their status (read, answered, etc.), contents,
5286 date, size, or keywords.
5287 You may also select based on one of your Rules or based on threads,
5288 and there are quick options to select a specific message or range of messages,
5289 to select the current message, or to select all messages.
5292 We describe the various selection criteria briefly:
5295 <DL>
5296 <DT>select All</DT>
5297 <DD> Marks all the messages in the folder as selected.
5298 </DD>
5300 <DT>select Cur</DT>
5301 <DD> Selects the currently highlighted message or currently highlighted
5302 set of messages if in a threaded view.
5303 </DD>
5305 <DT>select by Number</DT>
5306 <DD> Select by message number. This may be a comma-separated list instead or
5307 a single entry.
5308 Each element in the list may be either a single message number or a range
5309 of numbers with a dash between the lowest and highest member of the range.
5310 Some examples are 7 to select only message number 7; 2-5 to select messages
5311 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5312 The word &quot;end&quot; may be used as a substitute for the highest numbered
5313 message in the folder.
5314 If in a separate thread index where the numbers refer to threads instead of
5315 to messages, then you will be selecting all of the messages in the
5316 referenced threads instead of selecting by message number.
5317 </DD>
5319 <DT>select by Date</DT>
5320 <DD> Select by either the date stored in the Date headers of each message,
5321 or by the date when the messages arrived.
5322 This does not adjust for different time zones, but just checks to see what
5323 day the message was sent on.
5324 You may type in a date. If you do, the date should be in the form
5325 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5326 For example,
5327 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5329 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5330 If the date you want is close to the current date, it is probably
5331 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5332 is displayed, instead of typing in the date yourself.
5333 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5334 the date of the currently highlighted message. 
5336 There are six possible settings that are selected using the
5337 &quot;^W&nbsp;Toggle When&quot; command.
5338 Three of them select messages based on the Date headers.
5339 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5340 and &quot;SENT ON&quot;.
5341 SINCE is all messages with the selected date or later.
5342 BEFORE is all messages earlier than the selected date (not including the day
5343 itself).
5344 ON is all messages sent on the selected date.
5345 The other three select messages in the same way but they use the arrival
5346 times of the messages instead of the Date headers included in the messages.
5347 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5348 and &quot;ARRIVED ON&quot;.
5349 When you save a message from one folder to another the arrival time is
5350 preserved.
5351 </DD>
5353 <DT>select by Text</DT>
5354 <DD> Selects messages based on the message contents.
5355 This allows you to select a set of messages based on whether or not the
5356 message headers or message body contain specified text.
5357 You may look for text in the Subject, the From header,
5358 the To header, or the Cc header.
5359 You may also choose Recipient, which searches for the text in
5360 either the To or the Cc header;
5361 or Participant, which means To or Cc or From.
5362 Besides those specific header searches, you may also search the entire
5363 header and text of the message with &quot;All Text&quot;, or just the
5364 body of the message.
5366 To search for the absence of text, first type the &quot;! Not&quot; command
5367 before typing the specific type of text search.
5368 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5369 search for all messages that do not contain a particular word in their
5370 Subjects.
5372 If you choose a Subject search, you may use the subject from the current
5373 message by typing the &quot;^X Cur Subject&quot; command.
5374 You may then edit it further if you wish.
5375 For example, you might select the subject of a reply and edit the
5376 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5377 the original message being replied to.
5378 All of the other header searches allow you to use addresses from the
5379 headers of the current message if you want to.
5380 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5381 &quot;^W Cur Cc&quot;.
5382 In each case, if there is more than one address, only the first is offered.
5383 </DD>
5385 <DT>select by Status</DT>
5386 <DD> Selects messages based on their status.
5387 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5388 messages.
5389 Or, if you first type the &quot;! Not&quot; command, you get not New,
5390 or not Important, and so on.
5391 If you select Deleted messages, you will get all messages with their
5392 Deleted flag set.
5393 Likewise for Important messages, all messages that you have flagged as
5394 being Important with the
5395 <A HREF="h_common_flag">Flag</A> command.
5396 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5397 because they try to match what you see on the screen by default.
5398 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5399 and Unanswered.
5400 If you have looked at the message, or deleted it, or answered it; then it
5401 is not considered &quot;New &quot;.
5402 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5404 &quot;Answered&quot; is another one that is a little different.
5405 It means that the message has been Answered <EM>and</EM> is not deleted.
5406 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5407 the opposite of &quot;Answered&quot;!
5408 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5409 both Unanswered <EM>and</EM> not deleted.
5411 The other two types were added later because the special nature of the
5412 New flag was not what was wanted by all users.
5413 New does match what you see in the index by default, but if you use
5414 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5415 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5416 be exactly what you want.
5417 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5418 they are deleted or answered, and
5419 &quot;Recent&quot; selects all of the messages that have been added to
5420 the folder since you started this Alpine session.
5421 (That's not technically quite true. If there are multiple mail clients
5422 reading an IMAP mailbox, each message will be marked as Recent in only
5423 one of the client's sessions.)
5424 </DD>
5426 <DT>select by siZe</DT>
5427 <DD> Selects messages based on their size being smaller than or larger
5428 than the size you specify.
5429 The size is the number of bytes.
5430 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5431 the number.
5432 For example, 7K is the same as 7000.
5433 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5434 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5435 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5436 and Larger.
5437 </DD>
5439 <DT>select by Keyword</DT>
5440 <DD> Selects messages that either have or do not have
5441 (using the &quot;!&nbsp;Not&quot; command)
5442 a particular <A HREF="h_config_keywords">Keyword</A> set.
5443 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5444 command to select one from your list of keywords.
5446 <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.
5447 </DD>
5449 <DT>select by Rule</DT>
5450 <DD> Selects messages that either match or don't match
5451 (using the &quot;!&nbsp;Not&quot; command)
5452 one of the Rules you have defined.
5453 The most likely method of filling in the Rule is to use the
5454 &quot;^T&nbsp;To&nbsp;List&quot;
5455 command to select one of your Rules.
5456 All of the Rules you have defined will be in the list, including
5457 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5458 They may not all make sense for this purpose, but they are all there for
5459 flexibility.
5460 You might find it useful to define some rules solely for the purpose
5461 of being used by the Select command.
5462 There is a special category for such Rules. They are called Search Rules.
5464 Unfortunately, Alpine does not allow all possible Rules to be defined.
5465 For example, there is no logical OR operation.
5466 OR is accomplished in the Filter Rules or the other types of Rules by
5467 simply defining two rules, one that matches the first part of the OR
5468 and another that matches the second part.
5469 But you can't do that here, since you only have a single Rule to work with.
5470 Likewise, the order of Rules is usually important.
5471 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5472 a message, then that stops the search for a further match.
5473 This means that you may be confused if you try to use Select by Rule to
5474 check your Filter rules because the order is important when filtering but
5475 is not considered here.
5476 </DD>
5478 <DT>select by tHread</DT>
5479 <DD> Selects all of the messages in the current thread.
5480 </DD>
5481 </DL>
5483 After you have an initial selection, the next and subsequent selection
5484 commands modify the selection.
5485 The select command changes. It first gives
5486 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5487 &quot;unselect Current&quot;,
5488 &quot;Broaden selection&quot; (implements a logical OR), and
5489 &quot;Narrow selection&quot; (implements a logical AND).
5490 After you choose either Broaden or Narrow, you then choose one of the
5491 selection criteria listed above (by Text or Number or ...).
5492 You may use select as many times as you wish to get the selected set right.
5495 The WhereIs command has a feature (Ctrl-X) to
5496 select all the messages that match the WhereIs search. WhereIs searches
5497 through just the text that appears on the MESSAGE INDEX screen.
5498 This method is often slower than using the select command itself, unless the
5499 line you are looking for is not too far away in the index.
5502 The availability of the aggregate operations commands is determined by the
5503 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5504 Feature-List option in your Alpine
5505 configuration, which defaults to set.
5506 The features
5507 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5509 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5510 affect the behavior of the Select command.
5513 &lt;End of help on this topic&gt;
5514 </BODY>
5515 </HTML>
5516 ======= h_select_rule =======
5517 <HTML>
5518 <HEAD>
5519 <TITLE>Select: Rule</TITLE>
5520 </HEAD>
5521 <BODY>
5522 <H1>Select: Rule</H1>
5524 You are selecting messages that either match or don't match
5525 one of the Rules you have defined.
5526 You may either type the nickname of the Rule at the prompt, or use the
5527 &quot;^T&nbsp;To&nbsp;List&quot;
5528 command to select one of your Rules.
5529 All of the Rules you have defined will be in the list, including
5530 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5531 They may not all make sense for this purpose, but they are all there for
5532 flexibility.
5533 Rules may be added by using the Setup/Rules screen off of the main Alpine
5534 menu.
5536 Unfortunately, Alpine does not allow all possible Rules to be defined.
5537 For example, there is no logical OR operation.
5538 OR is accomplished in the Filter Rules or the other types of Rules by
5539 simply defining two rules, one that matches the first part of the OR
5540 and another that matches the second part.
5541 But you can't do that here, since you only have a single Rule to work with.
5542 Likewise, the order of Rules is usually important.
5543 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5544 a message, then that stops the search for a further match.
5545 This means that you may be confused if you try to use Select by Rule to
5546 check your Filter rules because the order is important when filtering but
5547 is not considered here.
5550 &lt;End of help on this topic&gt;
5551 </BODY>
5552 </HTML>
5553 ======= h_select_text =======
5554 <HTML>
5555 <HEAD>
5556 <TITLE>Select: Text</TITLE>
5557 </HEAD>
5558 <BODY>
5559 <H1>Select: Text</H1>
5561 You are selecting messages based on the contents of the message.
5562 This allows you to select a set of messages based on whether or not the
5563 message headers or message body contain specified text.
5564 You may look for text in the Subject, the From header,
5565 the To header, or the Cc header.
5566 You may also choose Recipient, which searches for the text in
5567 either the To or the Cc header;
5568 or Participant, which means either the To header, or the Cc header,
5569 or the From header.
5570 Besides those specific header searches, you may also search the entire
5571 header and text of the message with &quot;All Text&quot;, or just the
5572 body of the message with &quot;Body&quot;.
5574 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5575 before typing the specific type of text search.
5576 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5577 search for all messages that do not contain a particular word in their
5578 Subjects.
5580 If you choose a Subject search, you may use the subject from the current
5581 message by typing the &quot;^X Cur Subject&quot; command.
5582 You may then edit it further if you wish.
5583 For example, you might select the subject of a reply and edit the
5584 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5585 the original message being replied to.
5586 All of the other header searches allow you to use addresses from the
5587 headers of the current message if you want to.
5588 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5589 &quot;^W Cur Cc&quot;.
5590 In each case, if there is more than one address, only the first is offered.
5593 &lt;End of help on this topic&gt;
5594 </BODY>
5595 </HTML>
5596 ======= h_select_status =======
5597 <HTML>
5598 <HEAD>
5599 <TITLE>Select: Status</TITLE>
5600 </HEAD>
5601 <BODY>
5602 <H1>Select: Status</H1>
5604 You are selecting messages based on the status of the message.
5605 For example, whether or not the message has been marked Deleted or Important,
5606 or whether or not it has been Answered or is New.
5607 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5608 opposite: not Deleted, not Important, and so on.
5610 If you select Deleted messages, you will get all messages with their
5611 Deleted flag set.
5612 Likewise for Important messages, all messages that you have flagged as
5613 being Important with the
5614 <A HREF="h_common_flag">Flag</A> command.
5615 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5616 because they try to match what you see on the screen by default.
5617 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5618 and Unanswered.
5619 If you have looked at the message, or deleted it, or answered it; then it
5620 is not considered &quot;New &quot;.
5621 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5623 &quot;Answered&quot; is another one that is a little different.
5624 It means that the message has been Answered <EM>and</EM> is not deleted.
5625 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5626 the opposite of &quot;Answered&quot;!
5627 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5628 both Unanswered <EM>and</EM> not deleted.
5630 (The New and Answered options may seem counter-intuitive.
5631 The reason it is done this way is
5632 because, by default, a Deleted message will show up with the &quot;D&quot;
5633 symbol in the MAIL INDEX screen even if it is New or Answered.
5634 The Delete symbol overrides the New and Answered symbols, because you
5635 usually don't care about the message anymore once you've deleted it.
5636 Similarly, you usually only care about whether a message is Answered or
5637 not if it is not Deleted.
5638 Once it is Deleted you've put it out of your mind.)
5640 The other two options were added later because the special nature of the
5641 New flag was not what was wanted by all users.
5642 New does match what you see in the index by default, but if you use
5643 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5644 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5645 be exactly what you expect.
5646 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5647 they are deleted or answered, and
5648 &quot;Recent&quot; selects all of the messages that have been added to
5649 the folder since you started this Alpine session.
5650 (That's not technically quite true. If there are multiple mail clients
5651 reading an IMAP mailbox, each message will be marked as Recent in only
5652 one of the client's sessions.
5653 That behavior can be convenienent for some purposes, like filtering, but
5654 it isn't usually what you expect when selecting.)
5657 &lt;End of help on this topic&gt;
5658 </BODY>
5659 </HTML>
5660 ======= h_index_cmd_apply =======
5661 <HTML>
5662 <HEAD>
5663 <TITLE>Apply Command</TITLE>
5664 </HEAD>
5665 <BODY>
5666 <H1>Apply Command</H1>
5668 Apply
5669 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5670 is the second step of most aggregate operations.  Apply
5671 becomes active any time there is a defined set of selected messages.  The
5672 following commands can be applied to a selected message set: delete,
5673 undelete, reply, forward,
5674 <!--chtml if pinemode="os_windows"-->
5675 <!--chtml else--> 
5676 pipe,
5677 <!--chtml endif-->
5678 print, take address, save, export, bounce, and flag.
5681 The behavior of some of these commands in an aggregate sense is not easy to
5682 explain.  Try them out to see what they do.
5683 The feature
5684 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5685 affects the behavior of the Apply command, as does the feature
5686 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5689 &lt;End of help on this topic&gt;
5690 </BODY>
5691 </HTML>
5692 ======= h_index_cmd_zoom =======
5693 <HTML>
5694 <HEAD>
5695 <TITLE>ZoomMode Command</TITLE>
5696 </HEAD>
5697 <BODY>
5698 <H1>ZoomMode Command</H1>
5700 Another action you might want to take on a set of selected messages is to
5701 zoom in on them.  Like apply, zoom only becomes active when messages have
5702 been selected.
5703 ZoomMode
5704 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5705 is a toggle command that allows you to
5706 zoom-in (and only see the selected messages) and zoom-out (to see all
5707 messages in the folder).  Neither apply nor zoom removes the markings that
5708 define the selected set; you need to use a select command in order
5709 to do that.
5712 &lt;End of help on this topic&gt;
5713 </BODY>
5714 </HTML>
5715 ======= h_index_collapse_expand =======
5716 <HTML>
5717 <HEAD>
5718 <TITLE>Collapse/Expand Command</TITLE>
5719 </HEAD>
5720 <BODY>
5721 <H1>Collapse/Expand Command</H1>
5723 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5724 the folder is sorted by either Threads or OrderedSubject, and the
5725 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5726 is set to something other than &quot;none&quot;.
5727 By default, this command collapses or expands the subthread that starts at
5728 the currently highlighted message, if any.
5729 If the subthread is already collapsed, then this command expands it.
5730 If the subthread is expanded, then this command collapses it.
5731 If there are no more messages below the current message in the
5732 thread tree (that is, there are no replies to the current message) then
5733 this command does nothing.
5736 The behavior of this command is affected by the option
5737 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5738 Normally, this command Collapses or Expands the subthread that
5739 starts at the currently highlighted message.
5740 If the above option is set, then this command Collapses or Expands the
5741 entire current thread instead of just the subthread.
5742 The current thread is simply the top-level thread that contains the
5743 current message.
5746 &lt;End of help on this topic&gt;
5747 </BODY>
5748 </HTML>
5749 ======= h_index_cmd_sort =======
5750 <HTML>
5751 <HEAD>
5752 <TITLE>Sort Command</TITLE>
5753 </HEAD>
5754 <BODY>
5755 <H1>Sort Command</H1>
5757 In Alpine's generic configuration, messages are presented in the order in
5758 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5759 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5760 You can also re-sort the folder on demand with the sort
5761 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5762 command.
5763 Your sorting options are:
5765 <UL>
5766  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5767  <LI> <A HREF="h_index_sort_date">D</A>ate
5768  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5769  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5770  <LI> t<A HREF="h_index_sort_thread">H</A>read
5771  <LI> <A HREF="h_index_sort_from">F</A>rom
5772  <LI> si<A HREF="h_index_sort_size">Z</A>e
5773  <LI> scor<A HREF="h_index_sort_score">E</A>,
5774  <LI> <A HREF="h_index_sort_to">T</A>o
5775  <LI> <A HREF="h_index_sort_cc">C</A>c
5776 </UL>
5779 The Reverse option will toggle the order the index is currently
5780 sorted by, but will not change the relative sort order.
5783 Sorting a folder does not actually rearrange the way the folder is saved,
5784 it just re-arranges how the messages are presented to you.  This means
5785 that Alpine has to do the work of sorting every time you change sort order.
5786 Sometimes, especially with PC-Alpine or with large folders, this could take
5787 a while.
5790 &lt;End of help on this topic&gt;
5791 </BODY>
5792 </HTML>
5793 ======= h_index_sort_default =======
5794 <HTML>
5795 <HEAD>
5796 <TITLE>SORT OPTION: Default</TITLE>
5797 </HEAD>
5798 <BODY>
5799 <H1>SORT OPTION: Default</H1>
5801 The <EM>Default</EM> sort option just means to use the default sort order
5802 set in the
5803 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5804 option in Setup/Config.
5807 &lt;End of help on this topic&gt;
5808 </BODY>
5809 </HTML>
5810 ======= h_index_sort_arrival =======
5811 <HTML>
5812 <HEAD>
5813 <TITLE>SORT OPTION: Arrival</TITLE>
5814 </HEAD>
5815 <BODY>
5816 <H1>SORT OPTION: Arrival</H1>
5818 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5819 in the order that they exist in the folder.  This is usually the same as the
5820 order in which they arrived.  This option is comparable to not sorting
5821 the messages at all.
5824 &lt;End of help on this topic&gt;
5825 </BODY>
5826 </HTML>
5827 ======= h_index_sort_date =======
5828 <HTML>
5829 <HEAD>
5830 <TITLE>SORT OPTION: Date</TITLE>
5831 </HEAD>
5832 <BODY>
5833 <H1>SORT OPTION: Date</H1>
5835 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5836 according to the date and time they were
5837 sent.
5840 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5841 identical to sorting by &quot;Arrival&quot;.
5844 &lt;End of help on this topic&gt;
5845 </BODY>
5846 </HTML>
5847 ======= h_index_sort_subj =======
5848 <HTML>
5849 <HEAD>
5850 <TITLE>SORT OPTION: Subject</TITLE>
5851 </HEAD>
5852 <BODY>
5853 <H1>SORT OPTION: Subject</H1>
5855 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5856 by subject. 
5859 Messages with the same subject are
5860 first grouped together, and then the groups of like-subject messages
5861 are arranged alphabetically.
5864 Alpine ignores leading &quot;Re:&quot; and
5865 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5866 likeness and alphabetical order of subject lines.
5869 &lt;End of help on this topic&gt;
5870 </BODY>
5871 </HTML>
5872 ======= h_index_sort_ordsubj =======
5873 <HTML>
5874 <HEAD>
5875 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5876 </HEAD>
5877 <BODY>
5878 <H1>SORT OPTION: OrderedSubject</H1>
5880 The <EM>OrderedSubject</EM> sort option arranges messages in the
5881 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5882 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5885 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5886 messages by the date of the oldest message in the group.
5889 This sort method provides for pseudo threading of conversations within
5890 a folder.
5891 You may want to try sorting by Thread instead.
5894 &lt;End of help on this topic&gt;
5895 </BODY>
5896 </HTML>
5897 ======= h_index_sort_thread =======
5898 <HTML>
5899 <HEAD>
5900 <TITLE>SORT OPTION: Thread</TITLE>
5901 </HEAD>
5902 <BODY>
5903 <H1>SORT OPTION: Thread</H1>
5905 The <EM>Thread</EM> sort option arranges messages in the
5906 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5907 they are part of a conversation (discussion thread) taking
5908 place within a mailbox or newsgroup.  This indication is
5909 based on information in the message's header -- specifically
5910 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5913 &lt;End of help on this topic&gt;
5914 </BODY>
5915 </HTML>
5916 ======= h_index_sort_from =======
5917 <HTML>
5918 <HEAD>
5919 <TITLE>SORT OPTION: From</TITLE>
5920 </HEAD>
5921 <BODY>
5922 <H1>SORT OPTION: From</H1>
5924 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5925 by the name of the author of the message.
5928 Messages with the same author are grouped together. Groups of
5929 messages are then put into alphabetical order according to message
5930 author.
5933 &lt;End of help on this topic&gt;
5934 </BODY>
5935 </HTML>
5936 ======= h_index_sort_size =======
5937 <HTML>
5938 <HEAD>
5939 <TITLE>SORT OPTION: Size</TITLE>
5940 </HEAD>
5941 <BODY>
5942 <H1>SORT OPTION: Size</H1>
5944 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5945 by their relative sizes.
5948 &lt;End of help on this topic&gt;
5949 </BODY>
5950 </HTML>
5951 ======= h_index_sort_score =======
5952 <HTML>
5953 <HEAD>
5954 <TITLE>SORT OPTION: Score</TITLE>
5955 </HEAD>
5956 <BODY>
5957 <H1>SORT OPTION: Score</H1>
5959 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5960 by their scores.
5963 Messages with the same score are sorted in arrival order.
5964 Scores are something you create using the
5965 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5968 &lt;End of help on this topic&gt;
5969 </BODY>
5970 </HTML>
5971 ======= h_index_sort_to =======
5972 <HTML>
5973 <HEAD>
5974 <TITLE>SORT OPTION: To</TITLE>
5975 </HEAD>
5976 <BODY>
5977 <H1>SORT OPTION: To</H1>
5979 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
5980 by the names of the recipients of the message.
5983 Messages with the same recipients are grouped together. Groups of
5984 messages are then put into alphabetical order according to message
5985 recipients.
5988 &lt;End of help on this topic&gt;
5989 </BODY>
5990 </HTML>
5991 ======= h_index_sort_cc =======
5992 <HTML>
5993 <HEAD>
5994 <TITLE>SORT OPTION: Cc</TITLE>
5995 </HEAD>
5996 <BODY>
5997 <H1>SORT OPTION: Cc</H1>
5999 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6000 the names of the carbon copy addresses of the message.
6003 &lt;End of help on this topic&gt;
6004 </BODY>
6005 </HTML>
6006 ======= h_index_cmd_whereis =======
6007 <HTML>
6008 <HEAD>
6009 <TITLE>WhereIs Command</TITLE>
6010 </HEAD>
6011 <BODY>
6012 <H1>WhereIs Command</H1>
6014 The WhereIs
6015 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6016 command lets you search the MESSAGE INDEX for a word.
6017 It scans through whatever you see, usually the name of the author
6018 and the Subject line.
6019 WhereIs has special subcommands to let you find the beginning of the
6020 index (Ctrl-Y -- first message)
6021 or the end of the index (Ctrl-V -- last message).
6023 Note that WhereIs only searches through the visible text on the screen.
6024 For example, if only part of the Subject of a message is shown because it
6025 is long, then only the visible portion of the Subject is searched.
6026 Also note that WhereIs does not &quot;see&quot; the 
6027 &quot;X&quot; in column one of Index entries for selected messages
6028 so it can't be used to search for
6029 selected messages (use &quot;Zoom&quot; instead).
6031 If the feature
6032 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6033 is turned on,
6034 WhereIs can also be used as a quick way to select messages that match the
6035 string being searched for.
6036 Instead of typing carriage return to search for the next match, type
6037 Ctrl-X to select all matches.
6038 Once again, this only selects matches that are (or would be if the right
6039 index line was on the screen) visible.
6040 Truncated From lines or Subjects will cause matches to be missed.
6041 Although WhereIs is sometimes convenient for quick matching, the Select
6042 command is usually more powerful and usually faster.
6045 &lt;End of help on this topic&gt;
6046 </BODY>
6047 </HTML>
6048 ======= h_view_cmd_whereis =======
6049 <HTML>
6050 <HEAD>
6051 <TITLE>WhereIs Command</TITLE>
6052 </HEAD>
6053 <BODY>
6054 <H1>WhereIs Command</H1>
6056 The WhereIs
6057 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6058 command does a &quot;find in current message&quot; operation.  You
6059 type in text and Alpine will try to find it in the message you are
6060 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
6061 or end (Ctrl-V) of the message.
6062 That is, to rapidly move to the end of a message, hit the 
6063 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6064 (or Ctrl-W) key followed
6065 by Ctrl-V.  Similarly,
6066 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6067 followed by Ctrl-Y will take you to the beginning of a message.
6070 &lt;End of help on this topic&gt;
6071 </BODY>
6072 </HTML>
6073 ======= h_view_cmd_hilite =======
6074 <HTML>
6075 <HEAD>
6076 <TITLE>View Hilite and Next item/Previous item</TITLE>
6077 </HEAD>
6078 <BODY>
6079 <H1>View Hilite and Next item/Previous item</H1>
6081 Sometimes messages may be in the form of formatted HTML text
6082 or they may contain URLs or Web server hostnames.
6083 When any of the features
6084 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6085 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6086 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6088 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6089 are enabled, Alpine will represent such selectable items in the text
6090 in bold typeface.  One of the selectable items will be displayed in
6091 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6092 Press the Return key to view the currently selected item.
6095 The Up and Down Arrows keys can be used to change the selected item
6096 (also see the feature
6097 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6098 If there are no selectable items in the direction of the arrow you
6099 pressed, Alpine will scroll the display in that direction until one
6100 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6101 items in the message text, use the Previous and Next item commands,
6102 <!--chtml if pinemode="function_key"-->F5 and F6
6103 <!--chtml else-->^B and ^F<!--chtml endif-->.
6106 &lt;End of help on this topic&gt;
6107 </BODY>
6108 </HTML>
6109 ======= h_view_cmd_viewattch =======
6110 <HTML>
6111 <HEAD>
6112 <TITLE>ViewAttch Command</TITLE>
6113 </HEAD>
6114 <BODY>
6115 <H1>ViewAttch Command</H1>
6118 The View/Save Attachment
6119 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6120 command allows you to handle MIME attachments to a message you have
6121 received.  Alpine shows you a list of the message attachments -- you just
6122 choose the attachment you want.  You may either view or save the
6123 selected attachment.
6126 Because many attachments require external programs for display, there
6127 is some system configuration that has to happen before you can
6128 actually display attachments.  Hopefully much of that will have been
6129 done already by your system administrator.  MIME configuration is
6130 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6131 on configuration in the
6132 <A HREF="h_news">release notes</A> for more information.)
6135 &lt;End of help on this topic&gt;
6136 </BODY>
6137 </HTML>
6138 ======= h_index_cmd_expunge =======
6139 <HTML>
6140 <HEAD>
6141 <TITLE>Expunge/Exclude Command</TITLE>
6142 </HEAD>
6143 <BODY>
6144 <H1>Expunge/Exclude Command</H1>
6146 Expunge/Exclude
6147 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6148 is the command Alpine uses to actually remove all messages
6149 marked for deletion.  With regular email files, expunge literally deletes
6150 the text from the current folder.  With newsgroups or shared mailboxes,
6151 you don't have permission to actually remove the message, so it is an
6152 exclude -- Alpine removes the message from your view of the folder even
6153 though it is not technically gone.
6155 <P> A selective expunge command is available in IMAP folders that support 
6156 the UID EXPUNGE extension in <A 
6157 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6158 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6159 as a subcommand of the apply command. If some selected messages are marked 
6160 deleted, then the apply command will offer the eXpunge command, which when 
6161 executed will only expunge those messages that are selected and deleted.
6163 <P> 
6164 Observe that the expunge command (when not used from the apply command) 
6165 will expunge/exclude all deleted messages from the folder, and so all 
6166 messages marked deleted will be expunged, regardless of if they are 
6167 selected or not. In other words, there is no protection against 
6168 potentially expunging more messages than only those that have been 
6169 selected and deleted.
6172 The configuration features
6173 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6175 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6176 affect the behavior of the Expunge command.
6179 &lt;End of help on this topic&gt;
6180 </BODY>
6181 </HTML>
6182 ======= h_common_compose =======
6183 <HTML>
6184 <HEAD>
6185 <TITLE>Compose Command</TITLE>
6186 </HEAD>
6187 <BODY>
6188 <H1>Compose Command</H1>
6190 The Compose command takes you into the Alpine message composer where you
6191 can start a new message for sending.  This is where you type in the
6192 message's text and specify its recipient list (the &quot;To:&quot;
6193 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6194 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6195 be attached to the message.
6198 When you type this command, Alpine will also automatically check for any
6199 interrupted (i.e., a message that was being composed when your modem
6200 or network connection was broken) or previously postponed messages and
6201 offer you a chance to continue working on those.
6204 <UL>   
6205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6206 </UL><P>
6207 &lt;End of help on this topic&gt;
6208 </BODY>
6209 </HTML>
6210 ======= h_common_index =======
6211 <HTML>
6212 <HEAD>
6213 <TITLE>Message Index Command</TITLE>
6214 </HEAD>
6215 <BODY>
6216 <H1>Message Index Command</H1>
6218 The Index command takes you to the MESSAGE INDEX screen that displays a
6219 summary caption for each message in the currently-open folder. One
6220 message will be highlighted; this is the &quot;Current&quot; message.
6221 The message commands available from this screen (e.g. View, Reply,
6222 Forward, Delete, Print, Save, etc) apply to the current message.
6225 &lt;End of help on this topic&gt;
6226 </BODY>
6227 </HTML>
6228 ======= h_common_folders =======
6229 <HTML>
6230 <HEAD>
6231 <TITLE>Folder List Command</TITLE>
6232 </HEAD>
6233 <BODY>
6234 <H1>Folder List Command</H1>
6236 This Folder List command takes you to the FOLDER LIST screen that displays
6237 the names of all your message folders and allows you to view, rename,
6238 delete, and add folders.  You can open (view) a different folder than the
6239 one currently open by highlighting the desired one (using the arrow keys
6240 or their control-key equivalents) and pressing RETURN.
6243 If you have multiple folder collections defined (see the Help text for
6244 the FOLDER LIST screen to learn more about Collections), you may need
6245 to press Return to expand the collection and display all of the
6246 folders in it.
6249 &lt;End of help on this topic&gt;
6250 </BODY>
6251 </HTML>
6252 ======= h_main_addrbook =======
6253 <HTML>
6254 <HEAD>
6255 <TITLE>Address Book Command</TITLE>
6256 </HEAD>
6257 <BODY>
6258 <H1>Address Book Command</H1>
6260 This command, available only from the MAIN MENU, takes you
6261 to the ADDRESS BOOK management screen.  From here, your personal address
6262 book(s) may be updated.
6265 &lt;End of help on this topic&gt;
6266 </BODY>
6267 </HTML>
6268 ======= h_main_setup =======
6269 <HTML>
6270 <HEAD>
6271 <TITLE>Setup Command</TITLE>
6272 </HEAD>
6273 <BODY>
6274 <H1>Setup Command</H1>
6276 The Setup command, available only from the MAIN MENU, prompts you for
6277 one of several configuration screens, including the SETUP CONFIGURATION 
6278 screen, by which you may activate optional Alpine features.
6281 &lt;End of help on this topic&gt;
6282 </BODY>
6283 </HTML>
6284 ======= h_main_release_notes =======
6285 <HTML>
6286 <HEAD>
6287 <TITLE>Release Notes Command</TITLE>
6288 </HEAD>
6289 <BODY>
6290 <H1>Release Notes Command</H1>
6292 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6293 as well as pointers to further information such as history and legal notes.
6296 &lt;End of help on this topic&gt;
6297 </BODY>
6298 </HTML>
6299 ======= h_main_kblock =======
6300 <HTML>
6301 <HEAD>
6302 <TITLE>Keyboard Lock Command</TITLE>
6303 </HEAD>
6304 <BODY>
6305 <H1>Keyboard Lock Command</H1>
6307 This command allows your Alpine session to be protected
6308 during a temporary absence from your terminal.
6311 &lt;End of help on this topic&gt;
6312 </BODY>
6313 </HTML>
6314 ======= h_main_journal =======
6315 <HTML>
6316 <HEAD>
6317 <TITLE>Journal Command</TITLE>
6318 </HEAD>
6319 <BODY>
6320 <H1>Journal Command</H1>
6322 This command displays a list of all the status messages Alpine has
6323 displayed (on the third line from the bottom of the screen). This may
6324 be useful if a message disappeared before you had a chance to read it.
6327 &lt;End of help on this topic&gt;
6328 </BODY>
6329 </HTML>
6330 ======= h_common_role =======
6331 <HTML>
6332 <HEAD>
6333 <TITLE>Role Command</TITLE>
6334 </HEAD>
6335 <BODY>
6336 <H1>Role Command</H1>
6338 The Role command is similar to the Compose command except that it starts
6339 off by letting you select a <A HREF="h_rules_roles">role</A>
6340 to be used for the composition.
6341 You may set up alternate roles by using Setup/Rules/Roles.
6344 &lt;End of help on this topic&gt;
6345 </BODY>
6346 </HTML>
6347 ======= h_common_conditional_cmds =======
6348 <HTML>
6349 <HEAD>
6350 <TITLE>Conditional Commands</TITLE>
6351 </HEAD>
6352 <BODY>
6353 <H1>Conditional Commands</H1>
6355 The presence or absence of certain commands, particularly in the
6356 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6357 whether or not specific features are set in your Alpine configuration.  
6358 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6359 Alpine's MAIN MENU.)  To see if a desired command's availability is
6360 conditioned on a feature setting, see the command's help text (highlight
6361 the phrase associated with the command and hit Return).
6364 Also note that some
6365 commands may be administratively disabled by your system manager;
6366 if they don't work, please check with your local help desk.
6369 <UL>   
6370 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6371 </UL><P>
6372 &lt;End of help on this topic&gt;
6373 </BODY>
6374 </HTML>
6375 ======= h_common_pipe =======
6376 <HTML>
6377 <HEAD>
6378 <TITLE>Pipe Command</TITLE>
6379 </HEAD>
6380 <BODY>
6381 <H1>Pipe Command</H1>
6383 Pipe
6384 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6385 allows you to send a message to a specified Unix command for external
6386 processing.
6387 This command's availability is controlled by the
6388 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6389 feature.
6390 By default, the processed text of the message is sent to the command
6391 you specify and the output is captured by Alpine and shown to you.
6392 When you run the pipe command, there are some sub-commands which may be
6393 used to alter this behavior.
6394 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6397 &lt;End of help on this topic&gt;
6398 </BODY>
6399 </HTML>
6400 ======= h_common_goto =======
6401 <HTML>
6402 <HEAD>
6403 <TITLE>Goto Command</TITLE>
6404 </HEAD>
6405 <BODY>
6406 <H1>Goto Command</H1>
6408 Goto
6409 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6410 is the command that lets you bypass Alpine's folder selection screens
6411 and jump directly to a new folder.  You can select any folder in the
6412 world: one in your current collection, one in a different collection or
6413 one in a collection you've never even used before.
6416 Alpine will help you as much as possible to narrow in on the folder you want.
6417 However, if the folder is outside of your defined collections, you are
6418 going to have to enter the exact folder location using the correct
6419 <A HREF="h_valid_folder_names">syntax</A>
6420 for a remote folder and/or fully-qualified path name.
6423 &lt;End of help on this topic&gt;
6424 </BODY>
6425 </HTML>
6426 ======= h_common_nextnew =======
6427 <HTML>
6428 <HEAD>
6429 <TITLE>NextNew Command</TITLE>
6430 </HEAD>
6431 <BODY>
6432 <H1>NextNew Command</H1>
6434 When you press the TAB key, Alpine advances to the next
6435 &quot;interesting&quot; message.
6436 This will be the next message you have not seen before, or the next message
6437 you have flagged Important, whichever comes first.
6438 Unread messages that have been deleted are not considered interesting.
6439 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6440 articles after you have read them if you want to remove them from future
6441 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6442 more information.)
6445 The NextNew command is affected by the feature
6446 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6447 which causes Alpine to only consider Unread messages interesting, not messages
6448 flagged Important.
6451 This command behaves a little differently when it finds there are no more
6452 interesting messages left in the current folder.
6453 If the current folder is one of your Incoming Message Folders
6454 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6455 or it is a newsgroup, then Alpine will try to find the next folder or
6456 newsgroup that contains <EM>Recent</EM> messages and will ask you
6457 if you want to open that folder.
6458 This behavior may be modified by using the
6459 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6460 feature that causes Alpine to look for Unseen messages instead of Recent
6461 messages.
6462 The NextNew command's behavior is also affected by the configuration features
6463 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6465 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6468 &lt;End of help on this topic&gt;
6469 </BODY>
6470 </HTML>
6471 ======= h_common_jump =======
6472 <HTML>
6473 <HEAD>
6474 <TITLE>Jump Command</TITLE>
6475 </HEAD>
6476 <BODY>
6477 <H1>Jump Command</H1>
6479 This is Alpine's way of allowing you to go straight to a specific message.
6480 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6481 configured such that typing in any number automatically jumps you to that
6482 message 
6483 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6484 in the SETUP CONFIGURATION).
6487 &lt;End of help on this topic&gt;
6488 </BODY>
6489 </HTML>
6490 ======= h_common_flag =======
6491 <HTML>
6492 <HEAD>
6493 <TITLE>Flag Command</TITLE>
6494 </HEAD>
6495 <BODY>
6496 <H1>Flag Command</H1>
6498 Flag
6499 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6500 is the command that allows users to manipulate the status flags that
6501 appear on the left side of the MESSAGE INDEX screen.  The most common
6502 use of this is to mark a message as important. This is something of a
6503 note to yourself to get back to that message.  You may also use the
6504 flag command to set (or unset) the flags that indicate that a message
6505 is new, answered, deleted, or forwarded.<P>
6507 Provided the mail server supports it,
6508 you may also manipulate user-defined keywords
6509 for a message using the flag command.
6510 These keywords will be available if you use the Flag Details screen that you
6511 can get to after typing the
6512 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6513 command.
6514 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6515 which are always present.
6516 You may add new keywords by using the Add KW command from the Flag Details screen
6517 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6519 The availability of the flag command is determined by the
6520 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6521 feature in your Alpine configuration. Also, it is possible that Flag could be
6522 administratively disabled by your system manager; if it doesn't work,
6523 please check with your local help desk before reporting a bug.
6524 The behavior of the flag command may be modified by the
6525 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6526 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6529 &lt;End of help on this topic&gt;
6530 </BODY>
6531 </HTML>
6532 ======= h_common_hdrmode =======
6533 <HTML>
6534 <HEAD>
6535 <TITLE>HdrMode Command</TITLE>
6536 </HEAD>
6537 <BODY>
6538 <H1>HdrMode Command</H1>
6540 Every email message comes with some header lines that you normally
6541 don't see (and don't want to see).
6542 These include anywhere from 3-20 lines (or more) added by the
6543 Internet mail transport system to record the route your message took,
6544 for diagnostic purposes.
6545 These are normally of no import and simply
6546 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6547 This also includes other non-standard headers the message may contain.
6548 If you want to see these headers, there is a way to reveal them.
6551 The Header Mode
6552 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6553 command is a toggle that controls Alpine's handling of these header
6554 lines.  Normally, full headers is &quot;off&quot; and you only see a
6555 few lines about who a message is to and who it is from.  When you
6556 press
6557 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6558 to turn full headers on, Alpine will show you
6559 the normal header lines as well as delivery headers, comment headers,
6560 MIME headers, and any other headers present.
6563 Several different Alpine commands honor the header mode -- it affects how
6564 messages are displayed, how they appear in forward and reply email, how
6565 they are printed, how they are saved, and how they are exported.
6566 <!--chtml if pinemode="os_windows"-->
6567 <!--chtml else--> 
6568 The pipe command is also affected.
6569 <!--chtml endif-->
6572 The presence or absence of the Header Mode command is determined by the
6573 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6574 Feature-List option in your Alpine configuration.
6577 If you have also turned on the
6578 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6579 option then the HdrMode command actually rotates through three states
6580 instead of just two.
6581 The first is the normal view with long quotes suppressed.
6582 The second is the normal view but with the long quotes included.
6583 The last enables the display of all headers in the message.
6584 When using Export, Pipe, Print, Forward, or Reply the quotes are
6585 never suppressed, so the first two states are identical.
6588 The behavior of the Header Mode command may be altered slightly by
6589 turning on the
6590 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6591 Feature-List option in your Alpine configuration.
6592 In particular, it will cause the Header Mode to be persistent when moving
6593 from message to message instead of resetting to the default for each message.
6596 <UL>   
6597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6598 </UL><P>
6599 &lt;End of help on this topic&gt;
6600 </BODY>
6601 </HTML>
6602 ======= h_common_print =======
6603 <HTML>
6604 <HEAD>
6605 <TITLE>Print Command</TITLE>
6606 </HEAD>
6607 <BODY>
6608 <H1>Print Command</H1>
6610 The Print
6611 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6612 command allows you to print a copy of a message.
6613 There are many SETUP CONFIGURATION features that affect the
6614 Print command, including
6615 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6616 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6617 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6618 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6619 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6620 You set up for printing by using the Printer option of the Setup command
6621 on the MAIN MENU.
6625 &lt;End of help on this topic&gt;
6626 </BODY>
6627 </HTML>
6628 ======= h_common_take =======
6629 <HTML>
6630 <HEAD>
6631 <TITLE>TakeAddr Command</TITLE>
6632 </HEAD>
6633 <BODY>
6634 <H1>TakeAddr Command</H1>
6637 With the Take Address
6638 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6639 command, you can extract email addresses from an
6640 incoming message and save them in an address book.  This is an easy way
6641 to add to your address book and avoid having to remember the email
6642 addresses of the people who write to you.
6645 If the message is just to you individually, then you will only need to
6646 provide a nickname.  If the message contains more than one email address,
6647 then you will see an address
6648 selection screen that lets you choose the address you want to save into
6649 your address book, or lets you choose several of them add to a
6650 personal distribution list.
6653 Once you've added an entry to your address book, you can use it from the
6654 message composer by typing the nickname of the entry into one of the
6655 header fields (for example, into the To: field), or you can use ^T from
6656 the header field to select the entry from your address book.
6659 If the configuration feature
6660 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6661 is set, the behavior of the Take command is altered slightly.
6664 &lt;End of help on this topic&gt;
6665 </BODY>
6666 </HTML>
6667 ======= h_ge_import =======
6668 <HTML>
6669 <HEAD>
6670 <TITLE>Import File Selection</TITLE>
6671 </HEAD>
6672 <BODY>
6673 <H1>Import File Selection</H1>
6675 You are importing a file that you previously
6676 exported from Alpine.
6677 You are now being asked for the name of that file.
6678 The easiest way to select a file is probably with the &quot;^T&quot;
6679 &quot;To Files&quot; command.
6680 Alternatively, you may type in a file name.
6681 It may be an absolute pathname.
6682 Otherwise, it is a file located in your home directory
6683 or current working directory
6684 <!--chtml if pinemode="running"-->
6685 (which, at least for your current Alpine &quot;session,&quot; 
6686 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6687 <!--chtml endif-->, depending on the
6688 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6689 In any case, you finish by typing a carriage return to accept the
6690 file name that is displayed.
6691 When the feature
6692 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6693 is turned on you may use TAB to complete partially typed in names.
6695 You may cancel the import operation by typing &quot;^C&quot; after exiting
6696 this help.
6698 &lt;End of help on this topic&gt;
6699 </BODY>
6700 </HTML>
6701 ======= h_ge_allparts =======
6702 <HTML>
6703 <HEAD>
6704 <TITLE>Export Message File Selection</TITLE>
6705 </HEAD>
6706 <BODY>
6707 <H1>Export Message File Selection</H1>
6709 You are Exporting a message from an Alpine mail folder
6710 to a plain text file.
6711 You also have the option of exporting all of the attachments associated
6712 with the message.
6713 You are now being asked for the name of the file to export <EM>to</EM>.
6714 The easiest way to select a file is probably with the &quot;^T&quot;
6715 &quot;To Files&quot; subcommand.
6716 After returning from that subcommand you will still be allowed to
6717 edit the name you have selected.
6718 Alternatively, you may type in a file name.
6719 It may be an absolute pathname.
6720 Otherwise, it is a file located in your home directory
6721 or current working directory
6722 <!--chtml if pinemode="running"-->
6723 (which, at least for your current Alpine &quot;session,&quot; 
6724 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6725 <!--chtml endif-->, depending on the
6726 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6727 In any case, you finish by typing a carriage return to accept the
6728 file name that is displayed.
6729 When the feature
6730 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6731 is turned on you may use TAB to complete partially typed in names.
6733 The message you are exporting appears to have some attachments.
6734 If you wish to save <EM>all</EM> of the attachments at once,
6735 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6736 saving of the attachments.
6737 You may turn it back off by typing &quot;^P&quot; again, which will now
6738 be labeled &quot;NoAllParts&quot; instead.
6739 If you want to save the parts the command displayed should be
6740 &quot;NoAllParts&quot;!
6741 When you choose to save attachments like this, the attachments will be saved
6742 in a newly created directory.
6743 That directory will have the same name as the file name you choose here,
6744 with the letters &quot;.d&quot; appended.
6745 If that directory already exists, then the letters &quot;.d_1&quot; will
6746 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6747 is found.
6748 For example, if you select the file name
6750 <CENTER><SAMP>filename</SAMP></CENTER>
6752 to export the message to, then the directory used for the attachments will be
6754 <CENTER><SAMP>filename.d</SAMP></CENTER>
6756 or perhaps
6758 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6760 The attachments will then be put into files inside that directory.
6761 The names for the attachment files will be derived from the attachments
6762 if possible.
6763 This is done in the same way as the default values are derived if you
6764 save them one at a time.
6765 (The &quot;filename&quot; parameter from the Content-Disposition header
6766 is the first choice. If that doesn't exist, the &quot;name&quot;
6767 parameter from the Content-Type header is used.)
6768 If a name for a particular attachment is not available, then the
6769 part number of the attachment is used, with the characters &quot;part_&quot;
6770 prepended.
6771 An example of that would be
6773 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6775 If you want to save only some of the attachments or if you want more control
6776 over the directory and filename where an attachment is saved you may
6777 cancel out of this command and View the attachment list.
6778 From there you can save each attachment individually.
6780 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6781 this help.
6783 &lt;End of help on this topic&gt;
6784 </BODY>
6785 </HTML>
6786 ======= h_ge_export =======
6787 <HTML>
6788 <HEAD>
6789 <TITLE>Export File Selection</TITLE>
6790 </HEAD>
6791 <BODY>
6792 <H1>Export File Selection</H1>
6794 You are Exporting or Saving something from within the Alpine world
6795 (a message, an attachment, etc.)
6796 to a plain text file.
6797 You are now being asked for the name of the file to export <EM>to</EM>.
6798 The easiest way to select a file is probably with the &quot;^T&quot;
6799 &quot;To Files&quot; subcommand.
6800 After returning from that subcommand you will still be allowed to
6801 edit the name you have selected.
6802 Alternatively, you may type in a file name.
6803 It may be an absolute pathname.
6804 Otherwise, it is a file located in your home directory
6805 or current working directory
6806 <!--chtml if pinemode="running"-->
6807 (which, at least for your current Alpine &quot;session,&quot; 
6808 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6809 <!--chtml endif-->, depending on the
6810 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6811 In any case, you finish by typing a carriage return to accept the
6812 file name that is displayed.
6813 When the feature
6814 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6815 is turned on you may use TAB to complete partially typed in names.
6817 If the object you are exporting is a message with some attachments,
6818 you may wish to save all of the attachments by typing the &quot;^P&quot;
6819 &quot;AllParts&quot; command to turn on saving of the attachments.
6820 This subcommand will only be visible if the message actually has attachments.
6821 You may also View the attachment list and save individual attachments from
6822 there.
6824 If you are SAVING a text part (text/plain, text/html, etc.) you can use
6825 the Control-R subcommand to toggle if saving will be done in binary mode,
6826 meaning that the attachment will be decoded, but will not be transformed
6827 to UTF-8 for further processing (either in internal filters, or user
6828 supplied filters.) This is useful in case you either want to preserve
6829 the text as it was encoded originally to you, or the attachment was
6830 incorrectly attached (the attachment is not of text type) and you need
6831 the original text to process the attachment.
6833 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6834 this help.
6836 &lt;End of help on this topic&gt;
6837 </BODY>
6838 </HTML>
6839 ======= h_common_save =======
6840 <HTML>
6841 <HEAD>
6842 <TITLE>Save and Export Commands</TITLE>
6843 </HEAD>
6844 <BODY>
6845 <H1>Save and Export Commands</H1>
6847 Save
6848 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6849 and Export
6850 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6851 are the two alternatives Alpine gives you to keep a copy of the message
6852 you are reading. If you want to keep the message within Alpine's email
6853 world, use &quot;Save&quot;; if you want to use the message in another
6854 program, use &quot;Export&quot;.
6857 When you Save a message, it is put into an existing folder or into a new
6858 folder in one of your existing folder collections.  The message stays in
6859 email format and can be read by Alpine again.  Alpine may use a special format
6860 for its mail folders -- never edit an Alpine folder by hand or with any
6861 program other than Alpine.  The exact behavior of the Save command can be
6862 configured with the
6863 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6864 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6865 and 
6866 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6867 feature list settings.
6868 The name of the folder offered as a default is controlled by the option
6869 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6872 When you use Export, the message is placed in a plain text file in your
6873 home directory 
6874 <!--chtml if pinemode="running"-->
6875 (which, in the present configuration of your system, is
6876  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6877 <!--chtml endif-->
6878 or current working directory
6879 <!--chtml if pinemode="running"-->
6880 (which, at least for your current Alpine &quot;session,&quot; 
6881 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6882 <!--chtml endif-->, depending on the
6883 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6884 configuration setting.  In the normal case, only minimal
6885 headers are exported with the message; however, if the full header mode 
6886 (whose availability may be disabled  by setting the feature 
6887 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6888 in SETUP CONFIGURATION) is
6889 toggled on, then complete headers are exported along with the message
6890 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6891 defined, they may affect the contents of the exported file.)
6894 &lt;End of help on this topic&gt;
6895 </BODY>
6896 </HTML>
6897 ======= h_common_bounce =======
6898 <HTML>
6899 <HEAD>
6900 <TITLE>Bounce Command</TITLE>
6901 </HEAD>
6902 <BODY>
6903 <H1>Bounce Command</H1>
6905 The Bounce 
6906 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6907 command allows you to re-send, or &quot;remail&quot;, a
6908 message, as if you were never in the loop.  It is analogous to crossing
6909 out your address on a postal letter, writing a different address on the
6910 envelope, and putting it into the mailbox. Bounce is used primarily to
6911 redirect email that was sent to you in error.
6912 Also, some owners of email
6913 lists need the bounce command to handle list traffic.
6914 Bounce is not anonymous.
6915 A ReSent-From header is added to the message so that the recipient may
6916 tell that you Bounced it to them.
6919 The presence or absence of the Bounce command is determined by the
6920 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6921 feature in your Alpine configuration.
6922 The feature
6923 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6924 affects the behavior of the Bounce command.
6925 Also, it is possible that Bounce could be
6926 administratively disabled by your system manager; if it doesn't work,
6927 please check with your local help desk before reporting a bug.
6930 &lt;End of help on this topic&gt;
6931 </BODY>
6932 </HTML>
6933 ======= h_common_reply =======
6934 <HTML>
6935 <HEAD>
6936 <TITLE>Reply and Forward Commands</TITLE>
6937 </HEAD>
6938 <BODY>
6940 <H1>Reply and Forward Commands</H1>
6942 Replying 
6943 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6944 and Forwarding 
6945 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6946 are your two alternatives for following up on the
6947 message you are reading.  You would use reply if you want to get email
6948 back to the author of the message and/or the other people who have
6949 already seen it.  You use forward if you want somebody new to see the
6950 message.
6953 In the normal case, the only thing that you must supply when forwarding a
6954 message is the name/email address of the new recipient.
6955 Alpine will include the text of the forwarded message.
6956 Alpine will also include any attachments to the message.
6957 There is space above the forwarded text for you to include additional comments.
6960 When replying, you usually have to answer some questions.
6961 If the message is to multiple people and/or specified with a Reply-To: header,
6962 then you will have to decide who should get the reply.
6963 You also need to decide whether or not to include the previous
6964 message in your reply.
6965 Some of this is configurable.
6966 Specifically, see the
6967 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6968 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6969 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6971 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
6972 configuration features.
6975 Both the Reply and Forward commands react to the full header mode toggle.
6976 If the full header mode is on, then all the header and delivery lines are
6977 included with the text of the message in your reply/forward.
6980 Other configuration features that affect the Reply command are
6981 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
6982 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
6983 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
6986 &lt;End of help on this topic&gt;
6987 </BODY>
6988 </HTML>
6989 ======= h_common_delete =======
6990 <HTML>
6991 <HEAD>
6992 <TITLE>Delete and Undelete Commands</TITLE>
6993 </HEAD>
6994 <BODY>
6995 <H1>Delete and Undelete Commands</H1>
6997 Delete 
6998 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
6999 and Undelete 
7000 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7001 allow you to change the Deleted flag for the current message.
7002 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7003 removes the mark.
7004 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7005 at the left hand edge of the index line.
7006 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7007 in the upper right hand corner of the screen.
7008 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7009 get rid of the message.
7010 The eXpunge command (available from the MESSAGE INDEX screen) actually
7011 removes all of the deleted messages in a folder.
7012 Once a message is eXpunged, it can't be retrieved.
7015 The Delete command is affected by the setting of the configuration feature
7016 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7019 &lt;End of help on this topic&gt;
7020 </BODY>
7021 </HTML>
7022 ======= h_common_postpone =======
7023 <HTML>
7024 <HEAD>
7025 <TITLE>Postpone Command</TITLE>
7026 </HEAD>
7027 <BODY>
7028 <H1>Postpone Command</H1>
7030 The postpone
7031 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7032 command allows you to temporarily stop working on the current
7033 message so you may read
7034 other messages or compose another message.  When you want to resume a
7035 message later, start to compose and answer &quot;yes&quot; to the
7036 &quot;Continue postponed composition?&quot; question.  You may
7037 postpone as many messages as you like.
7040 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7041 in the Setup/Config screen, then the Postpone command will prompt you for
7042 the folder in which to store your outgoing message.
7045 &lt;End of help on this topic&gt;
7046 </BODY>
7047 </HTML>
7048 ======= h_compose_cancel =======
7049 <HTML>
7050 <HEAD>
7051 <TITLE>Cancel Command</TITLE>
7052 </HEAD>
7053 <BODY>
7054 <H1>Cancel Command</H1>
7056 Cancel
7057 <!--chtml if pinemode="function_key"-->
7058 (F2)
7059 <!--chtml else-->
7060 (^C) 
7061 <!--chtml endif-->
7063 The Cancel command returns you to Alpine's normal mail processing and
7064 causes the message currently under composition to be thrown out.
7065 The message text <EM>will be lost</EM>.
7068 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
7069 will be preserved in the file named
7070 <!--chtml if pinemode="os_windows"-->
7071 &quot;DEADLETR&quot;.
7072 <!--chtml else-->
7073 &quot;dead.letter&quot; in your home directory.
7074 <!--chtml endif-->
7075 If you unintentionally cancel a message, look there for its text.
7078 &lt;End of help on this topic&gt;
7079 </BODY>
7080 </HTML>
7081 ======= h_compose_addrcomplete =======
7082 <HTML>
7083 <HEAD>
7084 <TITLE>Address Completion</TITLE>
7085 </HEAD>
7086 <BODY>
7087 <H1>Address Completion</H1>
7089 When entering addresses in the address fields of the composer (To, Cc, etc.)
7090 the TAB key may be used to help complete the address.
7091 Type a partial nickname and tap the TAB key to complete the typing.
7092 The unambiguous part of the name will be filled in automatically.
7093 Typing TAB twice in succession will bring up a selection list of possibilities,
7094 making it easy to find and choose the correct address.
7097 The matching algorithm is rather ad hoc.
7098 The search starts with a search of your address book.
7099 It counts as a match if the nickname, address, or fullname field of an
7100 entry begins with the text typed in so far. It is also a match if
7101 a later word in the fullname (for example, the middle name or last name)
7102 begins with the entered text.
7104 Next comes an LDAP search.
7105 The search will happen for any servers that have the
7106 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7107 feature set. You can set or unset the feature for each server independently
7108 in the Setup/Directory screen.
7110 Finally, if you are replying to or forwarding a message, that message is
7111 searched for likely candidate addresses that match the typed-in text.
7114 &lt;End of help on this topic&gt;
7115 </BODY>
7116 </HTML>
7117 ======= h_compose_richhdr =======
7118 <HTML>
7119 <HEAD>
7120 <TITLE>Rich Header Command</TITLE>
7121 </HEAD>
7122 <BODY>
7123 <H1>Rich Header Command</H1>
7125 The Rich Header command allows you to toggle between the list of 
7126 all message headers available for editing and those that are most
7127 common.
7130 Use this toggle to expose headers that are not normally visible by
7131 default.
7132 This set usually includes the
7133 &quot;Bcc:&quot;,
7134 &quot;Fcc:&quot;,
7135 &quot;Lcc:&quot;,
7136 and &quot;Newsgroups&quot;
7137 headers.
7138 If you are posting to a newsgroup the set of defaults is a little different.
7139 Obviously, in that case, the Newsgroups header is of interest so is not
7140 hidden.
7141 For news posting the hidden set includes the
7142 &quot;To:&quot;,
7143 &quot;Cc:&quot;,
7144 &quot;Bcc:&quot;,
7145 &quot;Fcc:&quot;,
7146 and &quot;Lcc:&quot;
7147 headers.
7148 You won't normally want to edit these, which is why they are hidden,
7149 but it is sometimes useful to be able to set them manually.
7152 The default sets of headers listed above can be altered.
7153 Any header that you have added to the
7154 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7155 option, but not to the
7156 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7157 option will appear when you use the Rich Headers command to
7158 make the Rich Headers visible.
7159 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7160 even without toggling the Rich Headers command.)
7163 &lt;End of help on this topic&gt;
7164 </BODY>
7165 </HTML>
7166 ======= h_compose_send =======
7167 <HTML>
7168 <HEAD>
7169 <TITLE>Send Command</TITLE>
7170 </HEAD>
7171 <BODY>
7172 <H1>Send Command</H1>
7174 The Send command
7175 <!--chtml if pinemode="function_key"-->
7176 (F3)
7177 <!--chtml else-->
7178 (^X) 
7179 <!--chtml endif-->
7180 tells Alpine you are finished composing.
7181 Before actually sending it, though, Alpine will ask you to confirm 
7182 your intention, and, at the same time, redisplayed the message text
7183 with the recipients at the top of the screen to give you the opportunity
7184 to review and verify that the message is addressed to the people
7185 you intended.
7187 If the feature
7188 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7189 then this confirmation prompt and any options it allows are skipped.
7192 This confirmation prompt may also offer, depending
7193 on your particular Setup/Config, options allowing you to set
7194 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7195 include attachments in the &quot;Fcc&quot; (if you had previously
7196 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7197 observe details of the
7198 <A HREF="h_config_verbose_post">message submission process</A>,
7199 choose the filter through which the
7200 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7201 or turn of flowed text generation.
7204 &lt;End of help on this topic&gt;
7205 </BODY>
7206 </HTML>
7207 ======= h_compose_markcutpaste =======
7208 <HTML>
7209 <HEAD>
7210 <TITLE>Mark, Cut and Paste Commands</TITLE>
7211 </HEAD>
7212 <BODY>
7213 <H1>Mark, Cut and Paste Commands</H1>
7215 You can define a &quot;block&quot; of text, which can subsequently
7216  be deleted or
7217 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7218 then moving the cursor to the end of the desired text block.  You can then
7219 &quot;cut&quot; the block out 
7220 <!--chtml if pinemode="function_key"-->
7221 &quot;F9&quot;,
7222 <!--chtml else-->
7223 &quot;Ctrl-K&quot;,
7224 <!--chtml endif-->
7225 move the cursor, and &quot;paste&quot; it
7226 <!--chtml if pinemode="function_key"-->
7227 &quot;F10&quot;,
7228 <!--chtml else-->
7229 &quot;Ctrl-U&quot;,
7230 <!--chtml endif-->
7231 in the new location.  Also, you can paste more than once, allowing you
7232 to use this feature to copy a block of text.<P>
7234 If you press 
7235 <!--chtml if pinemode="function_key"-->
7236 &quot;F9&quot;
7237 <!--chtml else-->
7238 &quot;^K&quot;
7239 <!--chtml endif-->
7240 without having marked anything, Alpine will delete
7241 a single line.  If you delete a group of lines together, Alpine keeps them
7242 in the same buffer, so 
7243 <!--chtml if pinemode="function_key"-->
7245 <!--chtml else-->
7247 <!--chtml endif-->
7248 will restore them as a block.  About
7249 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7250 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7251 &quot;type the character ^&quot;.
7254 &lt;End of help on this topic&gt;
7255 </BODY>
7256 </HTML>
7257 ======= h_compose_justify =======
7258 <HTML>
7259 <HEAD>
7260 <TITLE>Justify Command</TITLE>
7261 </HEAD>
7262 <BODY>
7263 <H1>Justify Command</H1>
7265 The Justify
7266 <!--chtml if pinemode="function_key"-->
7267 (F4)
7268 <!--chtml else-->
7269 (^J) 
7270 <!--chtml endif-->
7271 command reformats the text in the paragraph the cursor is in.
7272 Paragraphs are separated by one blank line or a line beginning with a space.
7273 This is useful when you have been editing a paragraph and the lines become
7274 uneven.  The text is left aligned or justified and the right is ragged.  If
7275 the text is already justified as typed with auto-wrap, no justification will
7276 be done.
7279 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7280 block of text, the Justify command is modified.
7281 Instead of automatically justifying the current paragraph you will be
7282 asked if you want to justify the paragraph, justify the selected region,
7283 or adjust the quote level of the selected region.
7284 Adjusting the quote level only works if you are using standard
7285 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7286 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7289 When composing a reply containing included text, the justify command
7290 will reformat text to the right of the 
7291 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7292 adding or removing indented lines as needed.  Paragraphs are separated
7293 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7294 line containing the indent string and one or more blank spaces.
7295 Included text that was previously indented (or &quot;quoted&quot;) is
7296 not preserved.
7299 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7300 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7301 use the standard
7302 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7305 &lt;End of help on this topic&gt;
7306 </BODY>
7307 </HTML>
7308 ======= h_compose_spell =======
7309 <HTML>
7310 <HEAD>
7311 <TITLE>Spell Check Command</TITLE>
7312 </HEAD>
7313 <BODY>
7314 <H1>Spell Check Command</H1>
7316 The &quot;To Spell&quot;
7317 <!--chtml if pinemode="function_key"-->
7318 (F12)
7319 <!--chtml else-->
7320 (^T) 
7321 <!--chtml endif-->
7322 command calls an external spell checking program to look over the
7323 message you are composing.  By default, Alpine uses
7325 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7327 if it knows where to find &quot;aspell&quot;.
7328 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7329 then the command used is
7331 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7333 Otherwise, the ancient &quot;spell&quot; command is used.
7335 For PC-Alpine, you must install the aspell library code that you
7336 may get from
7337 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7340 &lt;End of help on this topic&gt;
7341 </BODY>
7342 </HTML>
7343 ======= h_compose_alted =======
7344 <HTML>
7345 <HEAD>
7346 <TITLE>Alt Editor Command</TITLE>
7347 </HEAD>
7348 <BODY>
7349 <H1>Alt Editor Command</H1>
7351 The &quot;Alt Editor&quot; command's availability depends on the
7352 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7355 When the variable specifies a valid editor on your system, this
7356 command will launch it with the current text of your message
7357 already filled in.
7360 &lt;End of help on this topic&gt;
7361 </BODY>
7362 </HTML>
7363 ======= h_compose_readfile =======
7364 <HTML>
7365 <HEAD>
7366 <TITLE>Read File Command</TITLE>
7367 </HEAD>
7368 <BODY>
7369 <H1>Read File Command</H1>
7371 The &quot;Read File&quot;
7372 <!--chtml if pinemode="function_key"-->
7373 (F5)
7374 <!--chtml else-->
7375 (^R) 
7376 <!--chtml endif-->
7377 command allows you to copy in text from an existing file. You will be
7378 prompted for the name of a file to be inserted into the message.  The file
7379 name is relative to your home directory 
7380 <!--chtml if pinemode="running"-->
7381 (which, in the present configuration of your system, is
7382  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7383 <!--chtml endif-->
7384 or current working directory
7385 <!--chtml if pinemode="running"-->
7386 (which, at least for your current Alpine &quot;session,&quot; 
7387 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7388 <!--chtml endif-->, depending on the
7389 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7390 configuration setting; or, the file name must be specified as a full path name 
7391 <!--chtml if pinemode="os_windows"-->
7392 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7393 <!--chtml else-->
7394 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7395 <!--chtml endif-->
7396 (without the quotation marks).
7399 The file will be inserted where the cursor is located.  <B>The
7400 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7401 Unix machine but have files on a PC or Mac, the files must be transferred
7402 to the system Alpine is running on before they can be read.  Please ask your
7403 local computer support people about the correct way to transfer a file to 
7404 your Alpine system.
7407 &lt;End of help on this topic&gt;
7408 </BODY>
7409 </HTML>
7410 ======= h_config_tray_icon =======
7411 <HTML>
7412 <HEAD>
7413 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7414 </HEAD>
7415 <BODY>
7416 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7418 PC-Alpine only.
7420 This option restores a behavior of previous versions of PC-Alpine.
7421 These
7422 versions, when started, installed a PC-Alpine icon in the notification 
7423 tray of Window's Taskbar.  The primary use of this icon was to indicate
7424 new mail arrival by turning red (while the Taskbar icon remained green).
7425 Additionally, the icon now changes to yellow to signify that a mail folder
7426 has been closed unexpectedly.
7429 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7430 color its Taskbar entry's icon red (as well as the icon in the Window
7431 Title).  This feature is only provided for backwards compatibility.
7434 &lt;End of help on this topic&gt;
7435 </BODY>
7436 </HTML>
7437 ======= h_common_suspend =======
7438 <HTML>
7439 <HEAD>
7440 <TITLE>Suspend Command</TITLE>
7441 </HEAD>
7442 <BODY>
7443 <H1>Suspend Command</H1>
7445 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7446 enabled, you can, at almost any time, temporarily halt your Alpine session,
7447 <!--chtml if pinemode="os_windows"-->
7448 minimizing it into an icon.
7449 <!--chtml else-->
7450 and return to your system prompt.
7451 <!--chtml endif-->
7454 &lt;End of help on this topic&gt;
7455 </BODY>
7456 </HTML>
7457 ======= h_pipe_command =======
7458 <HTML>
7459 <HEAD>
7460 <TITLE>Pipe Command SubOptions</TITLE>
7461 </HEAD>
7462 <BODY>
7463 <H1>Pipe Command SubOptions</H1>
7465 By default, when you use the Pipe command, the processed text of the
7466 message is sent to the Unix command
7467 you specify and the output is captured by Alpine and shown to you.
7468 (This command is available in PC-Alpine, as well, but there aren't many
7469 Windows commands that work well with piping.)
7470 There are some sub-commands that may be used to alter this behavior.
7471 These are toggles that switch the behavior between two possibilities.
7472 They can be combined in any way you wish.
7474 By default, the prompt at the bottom of the screen looks like
7476 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7480 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7482 if you are piping more than one message.
7484 The sub-command options are:
7485 <DL>
7486    <DT>Shown Text or Raw Text</DT>
7487    <DD>This option toggles between sending the shown (processed) text
7488 of the message to the Unix command, and sending the
7489 raw (unprocessed) text of the message to the Unix command.
7490 The default is to send the shown text.
7491 The raw version of the message will contain all of the headers and any
7492 MIME encoding that the message contains.
7493 If you've selected the Raw Text then the prompt will have the additional word
7494 &quot;RAW&quot; in it, like
7496 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7498 You can experiment with this option by piping to something simple like the
7499 Unix &quot;cat&quot; command.
7500    </DD>
7501    <DT>Captured Output or Free Output</DT>
7502    <DD>This option toggles between having Alpine capture the output of
7503 the Unix pipe command for display, and not capturing it.
7504 If the command you are piping to is a filter that will produce output
7505 you want to view, then you want to capture that output
7506 for display (the default).
7507 If the Unix command doesn't produce output or handles the display itself,
7508 then you want free output.
7509 When you've selected the Free Output option the prompt will change to
7511 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7513    </DD>
7514    <DT>No Delimiter or With Delimiter</DT>
7515    <DD>This option controls whether or not a Unix mailbox style delimiter
7516 will come before the text of the message.
7517 This is the delimiter used in the common Unix mailbox format.
7518 It's the single line that begins with the five characters
7519 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7520 You'll usually only want to include this if the Unix command requires
7521 input in the format of a traditional Unix mailbox file.
7522 When you've selected the With Delimiter option the prompt will change to
7524 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7526    </DD>
7527    <DT>To Same Pipe or To Individual Pipes</DT>
7528    <DD>This option only shows up if you are running an aggregate
7529 pipe command.
7530 That is, the command was Apply Pipe, not just Pipe.
7531 You have the option of piping all of the selected messages through a
7532 single pipe to a single instance of the Unix command,
7533 or piping each individual message through a separate pipe to separate
7534 instances of the Unix command.
7535 The default is that all of the output will go through a single pipe
7536 to a single instance of the command.
7537 You can try this option with a command like &quot;less&quot;, with Free
7538 Output enabled.
7539 When you've selected the Individual Pipes option the prompt will change to
7541 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7543    </DD>
7544 </DL>
7547 As mentioned earlier, the options can be combined in any way you wish.
7548 You may leave them all off, turn them all on, or turn some of them on
7549 and some of them off.
7550 If you use the pipe command a second time in the same session the default
7551 options will be what you used the last time.
7554 &lt;End of help on this topic&gt;
7555 </BODY>
7556 </HTML>
7557 ========== h_emptydir_subfolder_name =========
7558 <HTML>
7559 <HEAD>
7560 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7561 </HEAD>
7562 <BODY>
7563 <H1>Enter Subfolder Name</H1>
7565 <P> 
7566 This is the name of a new subfolder in the directory you are creating.
7567 Because empty directories are hidden and therefore not useful, you must also
7568 create a subfolder in the directory you are creating in order that the
7569 directory remains visible.
7571 Alternatively, you may turn off the configuration feature
7572 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7573 so that empty directories remain visible.
7574 If you do that, you will not be required to create the subfolder when you
7575 create a directory.
7578 &lt;End of help on this topic&gt;
7579 </BODY>
7580 </HTML>
7581 ========== h_incoming_add_folder_name =========
7582 <HTML>
7583 <HEAD>
7584 <TITLE>ENTER FOLDER NAME</TITLE>
7585 </HEAD>
7586 <BODY>
7587 <H1>Enter Folder Name</H1>
7589 <P> 
7590 This is the name of the folder on the previously specified server.
7591 By default the folder name is interpreted as defining a section of your personal
7592 folder area.  This area and how you specify it are defined by the
7593 server, if one is specified.
7596 To define a folder outside the default area, prefix
7597 the path with the namespace to use when interpreting the
7598 given path.  If a namespace is specified, the folder name begins with the
7599 sharp (#) character followed by the name of the namespace
7600 and then the namespace's path-element-delimiter.  Aside from the
7601 name's format, namespaces can also imply access rights, content
7602 policy, audience, location, and, occasionally, access methods.
7605 Each server exports its own set (possibly of size one) of 
7606 namespaces.
7607 For a more detailed explanation read about
7608 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7611 To specify the default for INBOX on the server you can usually just enter
7612 &quot;INBOX&quot;, and the server will understand the special meaning of
7613 that word.
7616 &lt;End of help on this topic&gt;
7617 </BODY>
7618 </HTML>
7619 ========== h_incoming_add_folder_host =========
7620 <HTML>
7621 <HEAD>
7622 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7623 </HEAD>
7624 <BODY>
7625 <H1>Enter Incoming Folder Server</H1>
7627 You are being asked for the name of the server for use with this incoming
7628 folder.
7629 If the folder is on the machine where Alpine is running, then just enter
7630 RETURN without typing a server name.
7633 If the folder is on an IMAP server then type the server's name followed
7634 by RETURN.
7635 You may use the ^X command if the server is the same as the server that
7636 the INBOX is on.
7639 You may have to add optional extra information to the server name.
7640 For example, if the IMAP server is using a non-standard port number you
7641 would specify that by appending a colon (:) followed by the port number
7642 to the server name
7645 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7648 or you may need to specify a different protocol if the server is not an
7649 IMAP server. For example:
7652 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7655 for a POP server or
7658 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7661 for an NNTP news server.
7662 For an explanation of all of the possibilities, see
7663 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7664 for folders.
7667 There is a special command (^W) if you want to set up a folder that gets its
7668 mail from a
7669 <A HREF="h_maildrop">Mail Drop</A>.
7670 If you type that command, you will be prompted for the information for
7671 both the Mail Drop folder and the destination folder.
7674 &lt;End of help on this topic&gt;
7675 </BODY>
7676 </HTML>
7677 ========== h_incoming_add_inbox =========
7678 <HTML>
7679 <HEAD>
7680 <TITLE>ENTER INBOX SERVER</TITLE>
7681 </HEAD>
7682 <BODY>
7683 <H1>Enter INBOX Server</H1>
7685 You are being asked for the name of the server for use with
7686 the INBOX folder.
7687 Type the server's name followed by RETURN.
7690 You may have to add optional extra information to the server name.
7691 For example, if the server is using a non-standard port number you
7692 would specify that by appending a colon (:) followed by the port number
7693 to the server name
7696 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7699 or you may need to specify a different protocol if the server is not an
7700 IMAP server. For example:
7703 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7706 for a POP server.
7709 For an explanation of all of the possibilities, see
7710 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7711 for folders.
7714 If the INBOX folder is on the machine where Alpine is running, then just enter
7715 RETURN without typing a server name.
7718 There is a special command (^W) if you want to set up a folder that gets its
7719 mail from a
7720 <A HREF="h_maildrop">Mail Drop</A>.
7721 If you type that command, you will be prompted for the information for
7722 both the Mail Drop folder and the destination folder, which will be used
7723 as your INBOX folder.
7726 &lt;End of help on this topic&gt;
7727 </BODY>
7728 </HTML>
7729 ========== h_incoming_add_maildrop_destn =========
7730 <HTML>
7731 <HEAD>
7732 <TITLE>ENTER DESTINATION SERVER</TITLE>
7733 </HEAD>
7734 <BODY>
7735 <H1>Enter Destination Server</H1>
7737 You are being asked for the name of the server where the destination
7738 folder is for use with this Mail Drop incoming folder.
7739 That is, you are using a Mail Drop for this incoming folder and
7740 you've already entered
7741 the server and folder name for the Mail Drop.
7742 Now you need to enter the server for the destination folder
7743 where the mail should be copied to.
7744 Mail will come from the Mail Drop and be copied to the destination folder.
7747 Type the server's name followed by RETURN.
7748 If the folder is local to this computer, just type RETURN without entering
7749 a server name.
7752 You may have to add optional extra information to the server name.
7753 For example, if the server is using a non-standard port number you
7754 would specify that by appending a colon (:) followed by the port number
7755 to the server name
7758 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7761 For an explanation of all of the possibilities, see
7762 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7763 for folders.
7766 &lt;End of help on this topic&gt;
7767 </BODY>
7768 </HTML>
7769 ========== h_inbox_add_maildrop_destn =========
7770 <HTML>
7771 <HEAD>
7772 <TITLE>ENTER DESTINATION SERVER</TITLE>
7773 </HEAD>
7774 <BODY>
7775 <H1>Enter Destination Server</H1>
7777 You are being asked for the name of the server where the destination
7778 folder is for use with your Mail Drop INBOX.
7779 That is, you are using a Mail Drop for your INBOX and you've already entered
7780 the server and folder name for the Mail Drop.
7781 Now you need to enter the server for the destination folder
7782 where the mail should be copied to.
7783 Mail will come from the Mail Drop and be copied to the destination folder.
7786 Type the server's name followed by RETURN.
7787 If the folder is local to this computer, just type RETURN without entering
7788 a server name.
7791 You may have to add optional extra information to the server name.
7792 For example, if the server is using a non-standard port number you
7793 would specify that by appending a colon (:) followed by the port number
7794 to the server name
7797 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7800 For an explanation of all of the possibilities, see
7801 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7802 for folders.
7805 &lt;End of help on this topic&gt;
7806 </BODY>
7807 </HTML>
7808 ========== h_inbox_add_maildrop =========
7809 <HTML>
7810 <HEAD>
7811 <TITLE>ENTER MAILDROP SERVER</TITLE>
7812 </HEAD>
7813 <BODY>
7814 <H1>Enter Mail Drop Server</H1>
7816 You are being asked for the name of the Mail Drop server for use with
7817 your INBOX.
7820 Type the server's name followed by RETURN.
7823 You may have to add optional extra information to the server name.
7824 For example, if the server is using a non-standard port number you
7825 would specify that by appending a colon (:) followed by the port number
7826 to the server name
7829 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7832 or you may need to specify a different protocol if the server is not an
7833 IMAP server. For example:
7836 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7839 for a POP server or
7842 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7845 for an NNTP news server.
7846 For an explanation of all of the possibilities, see
7847 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7848 for folders.
7851 &lt;End of help on this topic&gt;
7852 </BODY>
7853 </HTML>
7854 ========== h_incoming_add_maildrop =========
7855 <HTML>
7856 <HEAD>
7857 <TITLE>ENTER MAILDROP SERVER</TITLE>
7858 </HEAD>
7859 <BODY>
7860 <H1>Enter Mail Drop Server</H1>
7862 You are being asked for the name of the Mail Drop server for use with
7863 this incoming folder.
7866 Type the server's name followed by RETURN.
7867 You may use the ^X command if the server is the same as the server that
7868 the INBOX is on.
7871 You may have to add optional extra information to the server name.
7872 For example, if the server is using a non-standard port number you
7873 would specify that by appending a colon (:) followed by the port number
7874 to the server name
7877 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7880 or you may need to specify a different protocol if the server is not an
7881 IMAP server. For example:
7884 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7887 for a POP server or
7890 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7893 for an NNTP news server.
7894 For an explanation of all of the possibilities, see
7895 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7896 for folders.
7899 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7900 RETURN without typing a server name.
7903 &lt;End of help on this topic&gt;
7904 </BODY>
7905 </HTML>
7906 ========== h_maildrop =========
7907 <HTML>
7908 <HEAD>
7909 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7910 </HEAD>
7911 <BODY>
7912 <H1>What is a Mail Drop?</H1>
7914 In some situaions it may make sense to have your mail delivered to one
7915 folder (the Mail Drop) and then when you want to read mail that has been
7916 delivered to the Mail Drop folder Alpine will move it to another
7917 destination folder.
7918 Often the Mail Drop will be a remote folder and messages will be moved from
7919 there to a local destination folder.
7922 One example where this might make sense is if the Mail Drop folder is accessible
7923 only with the POP protocol.
7924 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7925 mail from there to a local (on the same machine Alpine is running on)
7926 destination folder, where you'll read it.
7929 A Mail Drop may only be used as your Inbox or as an
7930 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7933 There is no attempt to synchronize the contents of the destination folder
7934 with the contents of the Mail Drop folder.
7935 All that happens is that all of the messages in the Mail Drop folder are
7936 copied to the destination folder and then they are deleted and expunged (if possible)
7937 from the Mail Drop folder.
7938 The next time a check for new mail is made, any messages in the Mail 
7939 Drop folder are once again copied to the destination folder and deleted
7940 and expunged from the Mail Drop folder.
7941 (If the Mail Drop folder is a news group, then the messages can't be
7942 expunged from the newsgroup. Instead, only Recent messages are copied from
7943 the newsgroup to the destination folder.)
7946 Configuration of a Mail Drop is a little different from configuration of
7947 a folder that does not use a Mail Drop because you have to specify two
7948 folder names instead of one.
7949 The two folders may be any types of folders that Alpine can normally use.
7950 They don't have to be a remote folder and a local folder, that is
7951 simply the most common usage.
7952 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7953 Drop to check for new mail.
7954 The new-mail checks will happen at the frequency set with the
7955 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7956 but with a minimum time
7957 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7958 between checks.
7959 Because of this minimum you may notice that new mail does not
7960 appear promptly when you expect it.
7961 The reason for this is to protect the server from over-zealous opening and
7962 closing of the Mail Drop folder.
7963 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7964 the end of the folder index, then the check will happen, regardless of how
7965 long it has been since the previous check.
7967 If there is new mail, that mail will be copied to the destination folder
7968 and then will be deleted from the Mail Drop.
7969 Note that using a Mail Drop with a local destination folder does not make
7970 sense if you read mail from more than one machine, because the mail is
7971 downloaded to the destination folder (which is accessible from only one
7972 machine) and deleted from the Mail Drop.
7974 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
7977 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
7980 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
7982 The brackets are not literal.
7984 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
7986 is a single character that does not appear in the MailDropFolder name.
7987 If the name doesn't contain spaces then it can be a space character.
7988 The two folder names are full technical
7989 <A HREF="h_valid_folder_names">folder names</A>
7990 as used by Alpine.
7991 Here are a couple examples to give you an idea what is being talked about:
7994 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
7996 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
7999 A #move folder may only be used as an
8000 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8001 an Inbox.
8002 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8003 on the
8004 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8005 option)
8006 the Add command has a subcommand &quot;Use Mail Drop&quot;
8007 which may be helpful for defining the folder in your Alpine configuration.
8008 The same is true when you edit the
8009 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8010 option in Setup/Config.
8011 Each of these configuration methods will also create the DestinationFolder
8012 if it doesn't already exist.
8013 If you are having problems, make sure the DestinationFolder exists.
8016 &lt;End of help on this topic&gt;
8017 </BODY>
8018 </HTML>
8019 ========== h_save =========
8020 <HTML>
8021 <HEAD>
8022 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8023 </HEAD>
8024 <BODY>
8025 <H1>Choose a Folder to Save Into</H1>
8027 After Exiting from this help text,
8028 type the name of the folder you want to save into and press RETURN.
8030 Press ^T to get a list of your folders to choose from.
8031 Press ^C to cancel the Save.
8033 If you have Folder Collections defined you may use
8034 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8035 the collection being saved to.
8037 If Tab Completion is enabled (it is enabled by default)
8038 you may type a Tab character to have Alpine complete the folder name for you.
8040 If Partial Match Lists is enabled (it is enabled by default) you may type
8041 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8043 If the Ctrl-R subcommand is present that means you can decide to Delete or
8044 not Delete the message you are saving after you save it.
8045 The label on that key gives the action to switch to.
8046 If it says Delete and you type Ctrl-R the label displayed will change to
8047 No Delete and the source message will be deleted after the save. If it
8048 says No Delete and you type Ctrl-R the label displayed will change to
8049 Delete and the message will not be deleted.
8050 You can control the default for the Delete parameter with the
8051 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
8053 Similarly, if the Ctrl-W subcommand is present that means you can decide
8054 to Preserve the order of the messages being saved or not.
8055 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
8056 will be in the same order as you see them in the source folder now.
8057 The opposite action (which is usually the default) is that you don't care
8058 about the order.
8059 The Saved messages may or may not be in the same order in the destination folder.
8060 There may be a performance penalty for choosing to save the messages in order.
8061 You can control the default for the Preserve Order parameter with the
8062 configuration feature
8063 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
8066 If you haven't disabled the Save Input History and you've already done a
8067 Save earlier in this session then you may use the Up and Down arrows to retrieve
8068 a folder name used in a previous Save.
8071 &lt;End of help on this topic&gt;
8072 </BODY>
8073 </HTML>
8074 ============= h_simple_index ========================
8075 <HTML>
8076 <HEAD>
8077 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8078 </HEAD>
8079 <BODY>
8080 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8081 <!--chtml if pinemode="function_key"-->
8082 <PRE>
8083 Navigating the List of Messages               General Alpine Commands
8084 -------------------------------               -----------------------
8085  F5   Move to previous message                 F1   Show this help text
8086  F6   Move to next message
8087  F7   Show previous screen of messages
8088  F8   Show next screen of messages
8090 Message Selection Commands
8091 --------------------------
8092  F3   Exit the Message Select menu (canceling Send command)
8093  F4   Select the currently highlighted message
8094  F9   Mark the currently highlighted message as deleted
8095  F10  Undelete (remove deletion mark from) the highlighted message
8096 </PRE>
8097 <!--chtml else-->
8098 <PRE>
8099 Navigating the List of Messages               General Alpine Commands
8100 -------------------------------               -----------------------
8101   P  Move to previous message                  ?  Show this help text
8102   N  Move to next message
8103   -  Show previous screen of messages
8104  Spc (space bar) Show next screen of messages
8106 Message Selection Commands
8107 --------------------------
8108   E  Exit the Message Select menu (canceling Send command)
8109   S  Select the currently highlighted message
8110   D  Mark the currently highlighted message as deleted
8111   U  Undelete (remove deletion mark from) the highlighted message
8112 </PRE>
8113 <!--chtml endif-->
8115 <H2>Description of the Select Postponed Message Screen</H2>
8117 This screen allows you to select one of several previously postponed
8118 messages in order to continue composition.  Your options are very limited
8119 -- the screen is not meant to let you manipulate these messages.  However,
8120 you may now delete messages from this list.  Once you choose a message,
8121 Alpine reads it in and puts you into the regular message composer.
8124 Messages do not stay in this postponed state automatically.  If you select
8125 a message and then want to postpone it again, use the normal postpone
8126 (Ctrl-O) command in the composer.
8129 If you exit this screen without selecting a message, the Compose command
8130 that got you here is canceled.  Other than messages explicitly marked
8131 &quot;Deleted&quot;, no messages will be removed.
8134 &lt;End of help on this topic&gt;
8135 </BODY>
8136 </HTML>
8137 ============= h_collection_screen ========================
8138 <HTML>
8139 <HEAD>
8140 <TITLE>COLLECTION LIST screen</TITLE>
8141 </HEAD>
8142 <BODY>
8143 <H1>COLLECTION LIST screen</H1>
8145 The COLLECTION LIST screen is used to select one of your  
8146 collection definitions to display the folders they contain.  See
8147 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8148 detailed explanation of collections.<P>
8150 To manage your collection definitions (Add, Change, Delete, etc.), use
8151 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8152 MAIN MENU.
8155 &lt;End of help on this topic&gt;
8156 </BODY>
8157 </HTML>
8158 ============= h_collection_maint ========================
8159 <HTML>
8160 <HEAD>
8161 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8162 </HEAD>
8163 <BODY>
8164 <H1>SETUP COLLECTION LIST screen</H1>
8166 The SETUP COLLECTION LIST screen lets you manage your collection
8167 definitions.  See 
8168 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8169 for detailed explanation of collections.<P>
8171 Maintenance commands include:
8172 <DL>
8173 <DT>Change
8174 <!--chtml if pinemode="function_key"-->
8175 (F4)
8176 <!--chtml else-->
8178 <!--chtml endif-->
8179 </DT>
8181 <DD>Modify attributes of the selected collection definition.
8183 <DT>Add Cltn
8184 <!--chtml if pinemode="function_key"-->
8185 (F9)
8186 <!--chtml else-->
8188 <!--chtml endif-->
8189 </DT>
8191 <DD>Create a new collection definition.
8192 </DD>
8194 <DT>Del Cltn
8195 <!--chtml if pinemode="function_key"-->
8196 (F10)
8197 <!--chtml else-->
8199 <!--chtml endif-->
8200 </DT>
8202 <DD>Delete the selected collection definition.<BR>
8203 NOTE: The folders and directories referred to by the
8204 collection definition are <EM>NOT</EM> deleted.  Folders must
8205 be deleted, if that's what you wish to do, from the 
8206 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8207 individual folders in a collection.
8208 </DD>
8210 <DT>Shuffle
8211 <!--chtml if pinemode="function_key"-->
8212 (F11)
8213 <!--chtml else-->
8215 <!--chtml endif-->
8216 </DT>
8218 <DD>Change the order of the displayed collections.  Alpine will offer
8219 to move the currently selected collection one position UP
8220 or DOWN.
8221 </DD>
8222 </DL>
8225 &lt;End of help on this topic&gt;
8226 </BODY>
8227 </HTML>
8228 ============ h_what_are_collections ==========
8229 <HTML>
8230 <HEAD>
8231 <TITLE>Folder Collections Explained</TITLE>
8232 </HEAD>
8233 <BODY>
8234 <H1>Folder Collections Explained</H1>
8237 Those of you with simple mail configurations will just see a list of all the
8238 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8239 The special folders for INBOX, sent mail and saved messages
8240 will appear at the top of the list.  All others are in alphabetical order.
8242 If you
8243 or your system administrator have defined more than one collection or if
8244 you have a collection (for newsgroups or email folders) defined on your 
8245 system, then you will see the COLLECTION LIST screen first when choosing 
8246 FOLDER LIST from Alpine's MAIN MENU.
8248 <H2>Why have multiple folder collections?</H2>
8250 For Alpine users who only maintain email folders (and not too many) on one host, 
8251 a single folder collection is probably sufficient.<P>
8253 However, people who have more than one email account - for example, one 
8254 at their university, and one with their personal Internet Service Provider - 
8255 will have different sets of folders on different hosts, and they may want to
8256 access them all from the same installation of Alpine, rather than use different 
8257 software and/or log into other hosts to manipulate messages in different 
8258 accounts.  (If in doubt whether one of your email accounts can be accessed 
8259 with Alpine, contact the technical support people for that account.)  Even people
8260 who have only one email account on one host, but have dozens or
8261 hundreds of email folders, may want to arrange these folders together in a 
8262 meaningful way.<BR>
8263 That is where multiple collections come in.
8265 <H2>Types of Collections</H2>
8266 <DL>
8267 <DT>INCOMING FOLDERS</DT>
8268 <DD>&quot;Incoming Message Folders&quot; 
8269 is a special collection typically used to supplement your single INBOX.  
8270 All the folders here are meant to be ones that receive incoming messages, 
8271 which you intend to check more or less frequently.  
8272 You may have multiple folders like this because you or your systems 
8273 administrator have set up an external program or you may have set up
8274 Alpine to filter incoming 
8275 messages into different folders, based on certain criteria such as 
8276 sender, recipient, or subject; or because you have multiple accounts and 
8277 wish to check their INBOXes easily.  This collection is established by 
8278 setting the 
8279 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8280 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8281 MAIN MENU.
8282 </DD>
8284 <DT>NEWS</DT>
8285 <DD>You can also define a collection specifically for
8286 newsgroups.  Alpine does this for you implicitly when you 
8287 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8288 in your Alpine configuration.  The news collection appears last in the 
8289 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8290 and Alpine knows not to save messages there.
8291 </DD>
8293 <DT>DEFAULT COLLECTION</DT>
8294 <DD>This is the default collection for your saved and sent messages folders.
8295 </DD>
8296 </DL>
8300 <H2>Defining Collections</H2>
8302 In the absence of any folder-collection definitions, Alpine will assume a
8303 single default folder collection.
8304 <!--chtml if pinemode="os_windows"-->
8305 <!--chtml else-->
8306 If necessary, Alpine will create the directory
8307 &quot;mail&quot; in your Unix home directory 
8308 to hold your folders.
8309 <!--chtml endif-->
8311 You can use the 
8312 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8313 the MAIN MENU, to manage your collection list.  
8315 &lt;End of help on this topic&gt;
8316 </BODY>
8317 </HTML>
8318 ===== h_select_address_screen =====
8319 <HTML>
8320 <HEAD>
8321 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8322 </HEAD>
8323 <BODY>
8324 <H1>SELECT AN ADDRESS SCREEN</H1>
8325 <H2>COMMANDS</H2>
8326 <!--chtml if pinemode="function_key"-->
8327 <PRE>
8328 Available  Commands                        
8329 -------------------------------            
8330 F1  Show Help Text
8331 F3  Exit without selecting anything
8332 F4  Select the highlighted address
8333 F5  Move highlight to previous address
8334 F6  Move highlight to next address
8335 F7  Previous page of addresses
8336 F8  Next page of addresses
8337 F11 Print
8338 F12 WhereIs
8339 </PRE>
8340 <!--chtml else-->
8341 <PRE>
8342 Navigation                     General Alpine Commands
8343 -------------------------      -----------------------
8344  P  Prev Address                ?  Display this help text
8345  N  Next Address                E  Exit without selecting anything
8346  -  Previous page               %  Print
8347 Spc (space bar) Next page
8348  W  WhereIs
8350 Select Command
8351 ------------------------------------------------
8352  S  Select the highlighted address
8353 </PRE>
8354 <!--chtml endif-->
8356 <H2>Description of the Select Address Screen</H2>
8358 This screen gives you an easy way to select an address from all of
8359 the address book entries that match the prefix typed so far.
8361 <P><UL>
8362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8363 </UL>
8365 &lt;End of help on this topic&gt;
8366 </BODY>
8367 </HTML>
8368 ===== h_select_rule_screen =====
8369 <HTML>
8370 <HEAD>
8371 <TITLE>SELECT A RULE SCREEN</TITLE>
8372 </HEAD>
8373 <BODY>
8374 <H1>SELECT A RULE SCREEN</H1>
8375 <H2>COMMANDS</H2>
8376 <!--chtml if pinemode="function_key"-->
8377 <PRE>
8378 Available  Commands                        
8379 -------------------------------            
8380 F1  Show Help Text
8381 F3  Exit without selecting anything
8382 F4  Select the highlighted rule
8383 F5  Move highlight to previous rule
8384 F6  Move highlight to next rule
8385 F7  Previous page of rules
8386 F8  Next page of rules
8387 F11 Print
8388 F12 WhereIs
8389 </PRE>
8390 <!--chtml else-->
8391 <PRE>
8392 Navigation                     General Alpine Commands
8393 -------------------------      -----------------------
8394  P  Prev Rule                   ?  Display this help text
8395  N  Next Rule                   E  Exit without selecting anything
8396  -  Previous page               %  Print
8397 Spc (space bar) Next page
8398  W  WhereIs
8400 Select Command
8401 ------------------------------------------------
8402  S  Select the highlighted rule
8403 </PRE>
8404 <!--chtml endif-->
8406 <H2>Description of the Select Rule Screen</H2>
8408 This screen just gives you an easy way to select a rule from all of your
8409 defined rules.
8410 The list of rules presented is the list of nicknames of all of the rules
8411 defined using Setup/Rules.
8412 For selecting messages, it is likely that the Indexcolor rules and possibly
8413 the Roles rules will be most useful.
8414 The others are there also, in case you find a use for them.
8416 In order for this to be useful for selecting messages, the nicknames of
8417 the rules have to be different.
8418 Alpine actually just gets the nickname of the rule that you select and then
8419 looks up that rule using the nickname.
8420 So if there are duplicate nicknames, the first rule that has that
8421 nickname will be used.
8423 <P><UL>
8424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8425 </UL>
8427 &lt;End of help on this topic&gt;
8428 </BODY>
8429 </HTML>
8430 ===== h_select_priority_screen =====
8431 <HTML>
8432 <HEAD>
8433 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8434 </HEAD>
8435 <BODY>
8436 <H1>SELECT A PRIORITY SCREEN</H1>
8437 <H2>COMMANDS</H2>
8438 <!--chtml if pinemode="function_key"-->
8439 <PRE>
8440 Available  Commands                        
8441 -------------------------------            
8442 F1  Show Help Text
8443 F3  Exit without selecting anything
8444 F4  Select the highlighted priority
8445 F5  Move highlight to previous priority
8446 F6  Move highlight to next priority
8447 F7  Previous page of priorities
8448 F8  Next page of priorities
8449 F11 Print
8450 F12 WhereIs
8451 </PRE>
8452 <!--chtml else-->
8453 <PRE>
8454 Navigation                     General Alpine Commands
8455 -------------------------      -----------------------
8456  P  Prev Priority               ?  Display this help text
8457  N  Next Priority               E  Exit without selecting anything
8458  -  Previous page               %  Print
8459 Spc (space bar) Next page
8460  W  WhereIs
8462 Select Command
8463 ------------------------------------------------
8464  S  Select the highlighted priority
8465 </PRE>
8466 <!--chtml endif-->
8468 <H2>Description of the Select Priority Screen</H2>
8470 This screen gives you a way to select a priority for the message you are sending.
8471 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8472 Some mail programs will display an indication of the priority level to
8473 the recipient of the message, some will ignore it.
8474 Even in cases where the mail programs of both the sender and the recipient
8475 agree on the meaning of this header, keep in mind that it is
8476 something that the sender sets so it is only an indication
8477 of the priority that the sender attaches to the mail.
8478 Alpine can be made to display an indication of this priority in incoming
8479 messages by use of one of the tokens
8480 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8481 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8482 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8484 <P><UL>
8485 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8486 </UL>
8488 &lt;End of help on this topic&gt;
8489 </BODY>
8490 </HTML>
8491 ===== h_select_keyword_screen =====
8492 <HTML>
8493 <HEAD>
8494 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8495 </HEAD>
8496 <BODY>
8497 <H1>SELECT A KEYWORD SCREEN</H1>
8498 <H2>COMMANDS</H2>
8499 <!--chtml if pinemode="function_key"-->
8500 <PRE>
8501 Available  Commands                        
8502 -------------------------------            
8503 F1  Show Help Text
8504 F3  Exit without selecting anything
8505 F4  Select the highlighted keyword
8506 F5  Move highlight to previous keyword
8507 F6  Move highlight to next keyword
8508 F7  Previous page of keywords
8509 F8  Next page of keywords
8510 F11 Print
8511 F12 WhereIs
8512 </PRE>
8513 <!--chtml else-->
8514 <PRE>
8515 Navigation                     General Alpine Commands
8516 -------------------------      -----------------------
8517  P  Prev Keyword                ?  Display this help text
8518  N  Next Keyword                E  Exit without selecting anything
8519  -  Previous page               %  Print
8520 Spc (space bar) Next page
8521  W  WhereIs
8523 Select Command
8524 ------------------------------------------------
8525  S  Select the highlighted keyword
8526 </PRE>
8527 <!--chtml endif-->
8529 <H2>Description of the Select Keyword Screen</H2>
8531 This screen just gives you an easy way to select a keyword.
8532 The list of keywords presented is the list of all keywords defined in your 
8533 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8534 If you have given a keyword a nickname, that nickname is displayed
8535 instead of the actual keyword.
8537 <P><UL>
8538 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8539 </UL>
8541 &lt;End of help on this topic&gt;
8542 </BODY>
8543 </HTML>
8544 ===== h_select_charset_screen =====
8545 <HTML>
8546 <HEAD>
8547 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8548 </HEAD>
8549 <BODY>
8550 <H1>SELECT A CHARACTER SET SCREEN</H1>
8551 <H2>COMMANDS</H2>
8552 <!--chtml if pinemode="function_key"-->
8553 <PRE>
8554 Available  Commands                        
8555 -------------------------------            
8556 F1  Show Help Text
8557 F3  Exit without selecting anything
8558 F4  Select the highlighted character set
8559 F5  Move highlight to previous character set
8560 F6  Move highlight to next character set
8561 F7  Previous page of character sets
8562 F8  Next page of character sets
8563 F11 Print
8564 F12 WhereIs
8565 </PRE>
8566 <!--chtml else-->
8567 <PRE>
8568 Navigation                     General Alpine Commands
8569 -------------------------      -----------------------
8570  P  Prev Character Set          ?  Display this help text
8571  N  Next Character Set          E  Exit without selecting anything
8572  -  Previous page               %  Print
8573 Spc (space bar) Next page
8574  W  WhereIs
8576 Select Command
8577 ------------------------------------------------
8578  S  Select the highlighted character set
8579 </PRE>
8580 <!--chtml endif-->
8582 <H2>Description of the Select A Character Set Screen</H2>
8584 This screen just gives you an easy way to select a character set from the
8585 set of character sets Alpine knows about.
8586 The list presented will vary slightly depending on what option you are
8587 selecting the character set for.
8589 <P><UL>
8590 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8591 </UL>
8593 &lt;End of help on this topic&gt;
8594 </BODY>
8595 </HTML>
8596 ===== h_select_multcharsets_screen =====
8597 <HTML>
8598 <HEAD>
8599 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8600 </HEAD>
8601 <BODY>
8602 <H1>SELECT CHARACTER SETS SCREEN</H1>
8603 <H2>COMMANDS</H2>
8604 <!--chtml if pinemode="function_key"-->
8605 <PRE>
8606 Available  Commands
8607 -------------------------------            
8608 F1  Show Help Text
8609 F3  Exit without selecting anything
8610 F4  Select the highlighted charset (or chosen charsets in ListMode)
8611 F5  Move highlight to previous charset
8612 F6  Move highlight to next charset
8613 F7  Previous page of charsets
8614 F8  Next page of charsets
8615 F9  Toggle choices when using ListMode
8616 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8617 F11 Print
8618 F12 WhereIs
8619 </PRE>
8620 <!--chtml else-->
8621 <PRE>
8622 Navigation                     General Alpine Commands
8623 -------------------------      -----------------------
8624  P  Prev Charset                ?  Display this help text
8625  N  Next Charset                E  Exit without selecting anything
8626  -  Previous page               %  Print
8627 Spc (space bar) Next page
8628  W  WhereIs
8630 Select Command
8631 ------------------------------------------------
8632  S  Select the highlighted charset (or chosen charsets in ListMode)
8633  L  Turn on ListMode (makes it easy to choose multiple charsets)
8634  1  Turn off ListMode
8635  X  Toggle choices when using ListMode
8636 </PRE>
8637 <!--chtml endif-->
8639 <H2>Description of the Select Character Set Screen</H2>
8641 This screen just gives you an easy way to select a character set or a list of
8642 character sets.
8643 The list of character sets presented is the list of all character sets known to
8644 Alpine.
8645 You may select other character sets by typing them in directly.
8647 <P><UL>
8648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8649 </UL>
8651 &lt;End of help on this topic&gt;
8652 </BODY>
8653 </HTML>
8654 ===== h_select_multkeyword_screen =====
8655 <HTML>
8656 <HEAD>
8657 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8658 </HEAD>
8659 <BODY>
8660 <H1>SELECT KEYWORDS SCREEN</H1>
8661 <H2>COMMANDS</H2>
8662 <!--chtml if pinemode="function_key"-->
8663 <PRE>
8664 Available  Commands
8665 -------------------------------            
8666 F1  Show Help Text
8667 F3  Exit without selecting anything
8668 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8669 F5  Move highlight to previous keyword
8670 F6  Move highlight to next keyword
8671 F7  Previous page of keywords
8672 F8  Next page of keywords
8673 F9  Toggle choices when using ListMode
8674 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8675 F11 Print
8676 F12 WhereIs
8677 </PRE>
8678 <!--chtml else-->
8679 <PRE>
8680 Navigation                     General Alpine Commands
8681 -------------------------      -----------------------
8682  P  Prev Keyword                ?  Display this help text
8683  N  Next Keyword                E  Exit without selecting anything
8684  -  Previous page               %  Print
8685 Spc (space bar) Next page
8686  W  WhereIs
8688 Select Command
8689 ------------------------------------------------
8690  S  Select the highlighted keyword (or chosen keywords in ListMode)
8691  L  Turn on ListMode (makes it easy to choose multiple keywords)
8692  1  Turn off ListMode
8693  X  Toggle choices when using ListMode
8694 </PRE>
8695 <!--chtml endif-->
8697 <H2>Description of the Select Keyword Screen</H2>
8699 This screen just gives you an easy way to select a keyword or a list of
8700 keywords.
8701 The list of keywords presented is the list of all keywords defined in your 
8702 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8703 If you have given a keyword a nickname, that nickname is displayed
8704 instead of the actual keyword.
8706 <P><UL>
8707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8708 </UL>
8710 &lt;End of help on this topic&gt;
8711 </BODY>
8712 </HTML>
8713 ===== h_select_incoming_to_monitor =====
8714 <HTML>
8715 <HEAD>
8716 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8717 </HEAD>
8718 <BODY>
8719 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8720 <H2>COMMANDS</H2>
8721 <!--chtml if pinemode="function_key"-->
8722 <PRE>
8723 Available  Commands
8724 -------------------------------            
8725 F1  Show Help Text
8726 F3  Exit without selecting anything
8727 F4  Select the marked folders
8728 F5  Move highlight to previous folder
8729 F6  Move highlight to next folder
8730 F7  Previous page of folders
8731 F8  Next page of folders
8732 F9  Toggle choices on or off
8733 F11 Print
8734 F12 WhereIs
8735 </PRE>
8736 <!--chtml else-->
8737 <PRE>
8738 Navigation                     General Alpine Commands
8739 -------------------------      -----------------------
8740  P  Prev Folder                 ?  Display this help text
8741  N  Next Folder                ^C  exit without changing anything
8742  -  Previous page               %  Print
8743 Spc (space bar) Next page
8744  W  WhereIs
8746 Select Command
8747 ------------------------------------------------
8748  S  Select the marked folders
8749  X  Toggle choices on or off
8750 </PRE>
8751 <!--chtml endif-->
8753 <H2>Description of the Select Folders to Check Screen</H2>
8755 This screen is only useful if the feature
8756 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8757 is set.
8758 By default, when you set that feature all of your incoming folders
8759 will be checked periodically for Unseen messages.
8760 By using this screen, you may restrict the set of monitored folders to
8761 a subset of all of the incoming folders.
8763 Mark the folders you want to monitor for Unseen messages with
8764 an &quot;X&quot;.
8765 When you've finished marking all your selections use the Select
8766 command to register your choices.
8767 To return to the default of checking all incoming folders
8768 delete all folders or unmark all folders.
8770 <P><UL>
8771 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8772 </UL>
8774 &lt;End of help on this topic&gt;
8775 </BODY>
8776 </HTML>
8777 ===== h_role_select =====
8778 <HTML>
8779 <HEAD>
8780 <TITLE>ROLES SCREEN</TITLE>
8781 </HEAD>
8782 <BODY>
8783 <H1>ROLES SCREEN</H1>
8784 <H2>ROLES COMMANDS</H2>
8785 <!--chtml if pinemode="function_key"-->
8786 <PRE>
8787 Available  Commands                        
8788 -------------------------------            
8789 F1  Show Help Text
8790 F3  Exit without a selection
8791 F4  Select a role to use in composition
8792 F5  Move to previous role
8793 F6  Move to next role
8794 F7  Previous page of roles
8795 F8  Next page of roles
8796 F11 Change Default Role
8797 F12 Whereis (search role nicknames)
8798 </PRE>
8799 <!--chtml else-->
8800 <PRE>
8801 Navigation                     General Alpine Commands
8802 -------------------------      -----------------------
8803  P  Prev Role                     ?  Display this help text
8804  N  Next Role                     E  Exit without a selection
8805  -  Previous page
8806 Spc (space bar) Next page
8807  W  WhereIs (search for word in role nicknames)
8809 Select Role Commands
8810 ------------------------------------------------
8811  [Return]  Select highlighted role
8812  D         Change Default Role
8813 </PRE>
8814 <!--chtml endif-->
8816 <H2>Description of the Roles Screen</H2>
8818 With this screen you select a role to be used in the composition of a
8819 message.
8820 Use the Previous and Next commands to highlight the role you wish to
8821 use.
8822 When you type carriage return you will be placed in the composer using the highlighted role.
8824 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8825 available unless you set them up.
8826 You may do so by using the Setup/Rules command on the MAIN MENU.
8828 By using the D command, you may set a default role that will persist until
8829 you change it or until you exit Alpine.
8830 The D command toggles through three states: set the default role, unset the
8831 default role, and leave the default role as it is.
8832 <P><UL>
8833 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8834 </UL>
8836 &lt;End of help on this topic&gt;
8837 </BODY>
8838 </HTML>
8839 ===== h_role_abook_select =====
8840 <HTML>
8841 <HEAD>
8842 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8843 </HEAD>
8844 <BODY>
8845 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8846 <H2>COMMANDS</H2>
8847 <!--chtml if pinemode="function_key"-->
8848 <PRE>
8849 Available  Commands                        
8850 -------------------------------            
8851 F1  Show Help Text
8852 F3  Exit screen without selecting anything
8853 F4  Select highlighted address book
8854 F5  Move to previous address book
8855 F6  Move to next address book
8856 F7  Previous page of address books
8857 F8  Next page of address books
8858 F12 Whereis
8859 </PRE>
8860 <!--chtml else-->
8861 <PRE>
8862 Navigation                     General Alpine Commands
8863 -------------------------      -----------------------
8864  P  Previous addrbook          ?  Display this help text
8865  N  Next addrbook
8866  -  Previous page
8867 Spc (space bar) Next page
8868  W  WhereIs
8870 Select Role Commands
8871 ------------------------------------------------
8872  S  Select highlighted address book
8873  E  Exit screen without selecting anything
8874 </PRE>
8875 <!--chtml endif-->
8877 <H2>Description of the Select Address Book Screen</H2>
8879 This screen helps you select one of your address books.
8880 Use the Previous and Next commands to highlight the address book you wish to
8881 select.
8882 <P><UL>
8883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8884 </UL>
8886 &lt;End of help on this topic&gt;
8887 </BODY>
8888 </HTML>
8889 ======== h_rule_patterns =============
8890 <HTML>
8891 <HEAD>
8892 <TITLE>PATTERNS</TITLE>
8893 </HEAD>
8894 <BODY>
8895 <H1>PATTERNS</H1>
8896 Patterns are used with Roles, Filtering, Index Coloring,
8897 Scoring, Other Rules, and Search Rules.
8898 Patterns are compared with a message to see if there is a match.
8899 For Filtering, the messages being checked are all the messages in the
8900 folder, one at a time.
8901 For Index Line Coloring, each message that is visible on the screen is
8902 checked for matches with the Index Coloring Patterns.
8903 Roles are used with the Reply, Forward, and Compose commands.
8904 For Reply, the message used to compare the Pattern with is the message
8905 being replied to;
8906 for Forward, the message used to compare the Pattern with is the message
8907 being forwarded;
8908 and for Compose, there is no message, so the parts of the Pattern that depend
8909 on a message (everything other than Current Folder Type and the
8910 Beginning of Month and Year)
8911 are not used.
8912 Only the Current Folder Type matters for Compose (plus the Beginning of
8913 Month or Year, which you wouldn't usually use for a Role).
8914 For Scoring, the message being scored is compared with all of the Score
8915 Patterns, and the Score Values from the ones that match are added together to 
8916 get the message's score.
8917 For Other Rules, there is no message. Only the Current Folder Type is checked
8918 for Other Rules.
8920 Each Pattern has several possible parts, all of which are optional.
8921 In order for there to be a match, <EM>ALL</EM> of the
8922 <EM>defined</EM> parts of the Pattern must match the message.
8923 If a part is not defined it is considered a match, but note that a filtering
8924 Pattern must have at least one defined part or it will be ignored.
8925 For example, if the To pattern is not defined it will be
8926 displayed as
8928 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8930 That is considered a match because it is not defined.
8931 This means that the Pattern with nothing defined is a match if the
8932 Current Folder Type matches, but there is an exception that was mentioned
8933 in the previous paragraph.
8934 Because filtering is a potentially destructive action, filtering Patterns
8935 with nothing other than Current Folder Type defined are ignored.
8936 If you really want a filtering Pattern to match all messages (subject to
8937 Current Folder Type) the best way to do it is to define a Score interval
8938 that includes all possible scores.
8939 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8940 This can be used even if you haven't defined any rules to Set Scores.
8942 There are six predefined header patterns called the To, From, Sender, Cc, News,
8943 and Subject patterns.
8944 Besides those six predefined header patterns, you may add
8945 additional header patterns with header fieldnames of your choosing.
8946 You add an extra header pattern by placing the cursor on one of the
8947 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8948 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8949 and the Partic pattern is a header pattern that stands for
8950 Participant (From OR To OR Cc).
8951 (Defining the Recip pattern does not have the same effect as defining both
8952 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8953 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8954 Instead of comparing this pattern's text against only the contents of
8955 a particular header field, the text for the AllText pattern is compared
8956 with text anywhere in the message's header or body, and the text for the
8957 BodyText pattern is compared with text anywhere in the message's body.
8959 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8960 &quot;!&quot; &quot;toggle NOT&quot; command.
8961 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8962 &quot;!&quot; at the beginning of the pattern line.
8963 When the &quot;!&quot; is present, it reverses the meaning of the match.
8964 That is, if the pattern matches then it is considered to NOT be a match, and
8965 if it does not match it is considered to be a match.
8967 Don't make the mistake of putting the &quot;!&quot; in the data field for
8968 a pattern.
8969 For example, if you type the characters &quot;!urgent&quot; into the Subject
8970 pattern, the pattern will look like:
8972 <PRE>
8973  Subject pattern = !urgent
8974 </PRE>
8976 This means you want to match the 7 character sequence &quot;!urgent&quot;.
8977 In order to match messages that do not have &quot;urgent&quot; in
8978 their Subject field, first type the characters &quot;urgent&quot; followed
8979 by carriage return for the value of the Subject pattern, then negate it
8980 by typing the &quot;!&quot; command.
8981 It should look like
8983 <PRE>
8984  ! Subject pattern = urgent
8985 </PRE>
8987 The contents of each of these header patterns (or the AllText or BodyText patterns) may
8988 be a complete email address, part of an address, or a random set of
8989 characters to match against.
8990 It may also be a list of such patterns, which means you
8991 are looking for a match against the first pattern in the list <EM>OR</EM>
8992 the second pattern <EM>OR</EM> the third and so on.
8993 For example, a Subject pattern equal to
8995 <PRE>
8996  Subject pattern = urgent
8997                    emergency
8998                    alert
8999 </PRE>
9001 would match all messages with a subject that contained at least one
9002 of those words.
9003 It would also match subjects containing the words &quot;alerts&quot; or
9004 &quot;Urgently&quot;.
9006 The same example with &quot;NOT&quot; turned on would be
9008 <PRE>
9009  ! Subject pattern = urgent
9010                      emergency
9011                      alert
9012 </PRE>
9014 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9015 those words.
9016 You can use the &quot;Add Value&quot; command to add new words to the list,
9017 or you can enter them as a comma-separated list.
9019 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9020 present for a match.
9021 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9022 pattern2 must be present,
9023 and that is exactly what using a list does.)
9025 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9026 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9027 when checking for matches for Scoring.
9028 There are five similar settings that relate to the status of the message.
9029 These settings rely on the message being New or not, Deleted or not,
9030 Answered or not, Important or not, and Recent or not.
9031 There are also some other miscellaneous settings.
9032 The first is the Age of the message in days.
9033 Another is the Size of the message, in bytes.
9034 The third is a setting that detects whether or not the Subject of a
9035 message contains raw 8-bit characters (unencoded characters with the most
9036 significant bit set).
9037 There is a setting that detects whether or not this is the first time
9038 Alpine has been run this month (doesn't depend on individual messages),
9039 and another that detects whether or not this is the first time Alpine has
9040 been run this year.
9041 Other parts of the Pattern detect whether or not the From address of a
9042 message appears in your address book, whether or not certain keywords
9043 are set for a message, and whether or not certain character sets are
9044 used in a message.
9046 <H2>Parts of a Pattern</H2>
9048 <H3>Header patterns</H3>
9050 A header pattern is simply text that is searched for in the corresponding
9051 header field.
9052 For example, if a Pattern has a From header pattern with the value
9053 &quot;@company.com&quot;, then only messages that have a From header
9054 that contains the text &quot;@company.com&quot; will be possible
9055 matches.
9056 Matches don't have to be exact.
9057 For example, if the relevant field of a message contains the text
9058 &quot;mailbox@domain&quot; somewhere
9059 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
9060 &quot;mailbox@domain&quot; are all matches.
9062 All parts of the Pattern must match so, for example,
9063 if a message matches a defined
9064 From pattern, it still must be checked against the other parts of the
9065 Pattern that have been defined.
9066 The To header pattern is a slightly special case.
9067 If the message being checked has a Resent-To header
9068 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
9069 there are used in place of the addresses in the To header.
9070 This is only true for the To header.
9071 Resent-cc and Resent-From headers are never used unless you add them
9072 with the eXtraHdrs command.
9074 The meaning of a header pattern may be negated with the
9075 &quot;!&quot; &quot;toggle NOT&quot; command.
9076 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9077 &quot;!&quot; at the beginning of the pattern line.
9078 It would look something like
9080 <PRE>
9081  ! From pattern = susan@example.com
9082 </PRE>
9084 When the &quot;!&quot; is present, it reverses the meaning of the match.
9086 If you want to check for the presence of a header field but don't care
9087 about its value, then
9088 the empty pattern that you get by entering a pair of
9089 double quotes (&quot;&quot;) should match any message that
9090 has the corresponding header field.
9092 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9094 AllText patterns are just like header patterns except that the text is
9095 searched for anywhere in the message's headers or body, not just in the
9096 contents of a particular header field.
9099 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9101 BodyText patterns are just like header patterns except that the text is
9102 searched for anywhere in the message's body, not just in the
9103 contents of a particular header field.
9106 If there is more than one header pattern or AllText pattern or BodyText pattern
9107 for which you want to take the
9108 same action there is a shorthand notation that may be used.
9109 Any of these patterns may be a list of patterns instead of
9110 just a single pattern.
9111 If any one of the patterns in the list matches the message
9112 then it is considered a match.
9113 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9114 you to use the same role when replying to messages, you might have
9115 a To pattern that looks like
9117 <PRE>
9118  To pattern = company1.com
9119               company2.com
9120 </PRE>
9122 This means that if the mail you are replying to was addressed to
9123 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9124 then this Pattern is a match and the same actions will be taken.
9126 The meaning of an AllText or BodyText pattern may be negated with the
9127 &quot;!&quot; &quot;toggle NOT&quot; command.
9128 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9129 &quot;!&quot; at the beginning of the pattern line.
9130 When the &quot;!&quot; is present, it reverses the meaning of the match.
9132 A technicality: Since comma is the character used to separate multiple values
9133 in any of the fields that may have multiple values (such as header patterns,
9134 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9135 you must escape comma with a
9136 backslash (&#92;) if you want to include a literal comma in one of those fields.
9137 In other words, if you type a backslash followed by a comma it will
9138 be interpreted as a comma by Alpine, instead of as a separator between
9139 pattern values.
9140 All other backslashes (those not followed by a comma) are literal
9141 backslashes and should not be escaped.
9142 It's unlikely you'll ever need to enter a literal comma or backslash in
9143 any of the patterns.
9145 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9147 The &quot;Current Folder Type&quot; may be set to one of four different
9148 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9149 &quot;Specific&quot;.
9150 If the value is set to &quot;News&quot;, then the
9151 Pattern will only match if the currently open folder is a newsgroup.
9152 The value &quot;Email&quot; only matches if the current folder is not news and
9153 the value &quot;Any&quot; causes any folder to match.
9154 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9155 then you must fill in a value for &quot;Folder&quot;, which is on the line
9156 below the &quot;Specific&quot; line.
9157 In this case you will only get a match if the currently open folder is
9158 the specific folder you list.
9159 You may give a list of folders instead of just a single
9160 folder name, in which case the Pattern will match if the open folder is
9161 any one of the folders in the list.
9162 The name of each folder in the list may be either &quot;INBOX&quot;,
9163 the technical specification
9164 of the folder (like what appears in your configuration file) or, if the
9165 folder is one of your incoming folders, it may be the nickname you've given
9166 the folder.
9167 Here are some samples of specific folder names:
9169 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9171 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9173 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9175 The easiest way to fill in the &quot;Folder&quot; field is to use
9176 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9177 highlighted, or to use the &quot;Take&quot; command with the configuration
9178 feature
9179 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9180 turned on.
9182 When reading a newsgroup, there may be a performance penalty
9183 incurred when collecting the information necessary to check whether
9184 or not a Pattern matches a message.
9185 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9186 If you have Patterns with a Current Folder Type of either
9187 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9188 Index Line Coloring or Scoring, you may experience
9189 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9191 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9193 The &quot;Age Interval&quot; may be set to an interval of message
9194 ages that should be considered a match.
9195 Like the other parts of the Pattern, if it is unset it will be ignored.
9196 The Age Interval looks like
9198 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9200 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9201 than or equal to zero.
9202 The special value &quot;INF&quot; may be used for
9203 the max value. It represents infinity.
9205 Actually, this option may be defined as a list of intervals instead
9206 of just a single interval.
9207 The list is separated by commas.
9208 It can look like
9210 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9212 When there is an Age Interval defined, it is a match if the age, in days, of
9213 the message is contained in any of the intervals.
9214 The intervals include both endpoints.
9216 Even though this option is called Age, it isn't actually
9217 the <EM>age</EM> of the message.
9218 Instead, it is how many days ago the message arrived in one of your folders.
9219 If the current time is a little past midnight, then a message that arrived
9220 just before midnight arrived yesterday, even though the message is only
9221 a few minutes old.
9222 By default, the date being used is not the date in the Date
9223 header of the message.
9224 It is the date that the message arrived in one of your folders.
9225 When you Save a message from one folder to another that arrival date
9226 is preserved.
9227 If you would like to use the date in the Date header that is possible.
9228 Turn on the option
9229 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9230 near the bottom of the rule definition.
9231 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9233 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9235 The &quot;Size Interval&quot; may be set to an interval of message
9236 sizes that should be considered a match.
9237 Like the other parts of the Pattern, if it is unset it will be ignored.
9238 The Size Interval looks like
9240 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9242 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9243 than or equal to zero.
9244 The special value &quot;INF&quot; may be used for
9245 the max value. It represents infinity.
9247 Actually, this option may be defined as a list of intervals instead
9248 of just a single interval.
9249 The list is separated by commas.
9250 It can look like
9252 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9254 When there is a Size Interval defined, it is a match if the size, in bytes, of
9255 the message is contained in any of the intervals.
9256 The intervals include both endpoints.
9258 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9260 The &quot;Score Interval&quot; may be set to an interval of message
9261 scores that should be considered a match.
9262 Like the other parts of the Pattern, if it is unset it will be ignored.
9263 The Score Interval looks like
9265 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9267 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9268 negative integers, with min_score less than or equal to max_score.
9269 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9270 the min and max values to represent negative and positive infinity.
9272 Actually, a list of intervals may be used if you wish.
9273 A list would look like
9275 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9277 When there is a Score Interval defined, it is a match if the score for
9278 the message is contained in any of the intervals in the list.
9279 The intervals include the endpoints.
9280 The score for a message is calculated by looking at every Score rule defined and
9281 adding up the Score Values for the ones that match the message.
9282 When deciding whether or not a Pattern matches a message for purposes of
9283 calculating the score, the Score Interval is ignored.
9285 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9287 There are five separate message status settings.
9288 By default, all five are set to the value &quot;Don't care&quot;, which
9289 will match any message.
9290 The value &quot;Yes&quot; means that the particular status must be true
9291 for a match, and the value &quot;No&quot; means that the particular
9292 status must not be true for a match.
9293 For example, one of the five Message Status settings is whether a message
9294 is marked Important or not.
9295 A &quot;Yes&quot; means that the message must be Important to be
9296 considered a match and &quot;No&quot; means that the message must not be
9297 Important to be considered a match.
9298 The same is true of the other four message status settings that depend
9299 on whether or not the message is New; whether the message has 
9300 been Answered or not; whether the message has been Deleted or not, and
9301 whether the message is Recent or not. 
9303 The nomenclature for New and Recent is a bit confusing:
9305 New means that the message is Unseen.
9306 It could have been in your mailbox for a long time but if you haven't looked
9307 at it, it is still considered New.
9308 That matches the default Alpine index display that shows an N for such a
9309 message.
9311 Recent means that the message was added to this folder since the last time
9312 you opened the folder.
9313 Alpine also shows an N by default for these types of messages.
9314 If you were to run two copies of Alpine that opened a folder one right after
9315 the other, a message would only show up as Recent in (at most) the first
9316 Alpine session.
9318 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9320 Keywords are similar to Message Status, but they are chosen by the user.
9321 Provided the mail server allows for it, you may add a set of possible keywords
9322 to a folder and then you may set those keywords or not for each message
9323 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9324 The syntax of this part of the Pattern is similar to the header patterns.
9325 It is a list of keywords.
9326 The Keyword part of the Pattern is a match if the message has any of
9327 the keywords in the list set.
9328 Like other parts of the Pattern, if this is unset it will be ignored.
9330 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9332 A message may use one or more character sets.
9333 This part of the Pattern matches messages that make use of one or more of
9334 the character sets specified in the pattern.
9335 It will be considered a match if a message uses any of the character
9336 sets in the list you give here.
9339 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9340 GB2312) you may also use some shorthand names that Alpine provides.
9341 These names are more understandable shorthand names for sets of 
9342 character set names.
9343 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9344 Selecting one of these shorthand names is equivalent to selecting all of
9345 the character sets that make up the set.
9346 You can see all of these shorthand names and the lists of character sets
9347 they stand for by typing the &quot;T&quot; command with the Character
9348 Set pattern highlighted.
9349 The syntax of this part of the Pattern is similar to the header patterns
9350 and the Message Keywords pattern.
9351 It is a list of character sets (or shorthand names).
9352 The Character Set part of the Pattern is a match if the message uses any
9353 of the character sets in the list.
9354 Like other parts of the Pattern, if this is unset it will be ignored.
9356 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9358 It seems that lots of unwanted email contains unencoded 8-bit characters
9359 in the Subject.
9360 Normally, characters with the 8th bit set are not allowed in the Subject
9361 header unless they are MIME-encoded.
9362 This option gives you a way to match messages that have Subjects that
9363 contain unencoded 8-bit characters.
9364 By default, the value of this option is &quot;Don't care&quot;, which
9365 will match any message.
9366 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9367 the Subject of the message in order for there to be a match,
9368 and the value &quot;No&quot; is the opposite.
9369 Setting this option will affect performance in large folders because the
9370 subject of each message in the folder has to be checked.
9372 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9374 This option gives you a way to take some action once per month.
9375 By default, the value of this option is &quot;Don't care&quot;, which
9376 will always match.
9377 The value &quot;Yes&quot; means that this must be the first time Alpine has
9378 been run this month in order to count as a match,
9379 and the value &quot;No&quot; is the opposite.
9381 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9383 This option gives you a way to take some action once per year.
9384 By default, the value of this option is &quot;Don't care&quot;, which
9385 will always match.
9386 The value &quot;Yes&quot; means that this must be the first time Alpine has
9387 been run this year in order to count as a match,
9388 and the value &quot;No&quot; is the opposite.
9390 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9392 This option gives you a way to match messages that have an address
9393 that is in one of your address books.
9394 Only the simple entries in your address books are searched.
9395 Address book distribution lists are ignored!
9396 By default, the value of this option is &quot;Don't care&quot;, which
9397 will match any message.
9398 The value &quot;Yes, in any address book&quot; means the address
9399 from the message must be in at least one of your
9400 address books in order to be a match.
9401 The value &quot;No, not in any address book&quot;
9402 means none of the addresses may
9403 be in any of your address books in order to be a match.
9404 The values &quot;Yes, in specific address books&quot; and
9405 &quot;No, not in any of specific address books&quot; are similar but instead
9406 of depending on all address books you are allowed to give a list of address
9407 books to look in.
9408 The addresses from the message that are checked for are determined by the
9409 setting you have for &quot;Types of addresses to check for in address book&quot;.
9410 If you set this to &quot;From&quot; the From address from the message will
9411 be looked up in the address book.
9412 If you set it to only &quot;To&quot; then the To addresses will be used.
9413 If any of the To addresses are in the address book then it is considered
9414 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9415 You could set it to both From and To, in which case all of the From and To
9416 addresses are used.
9417 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9418 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9419 exists or the From address if there is no Reply-To address.
9420 Same for the Sender address.
9421 Setting this option may affect performance in large folders because the
9422 From and Reply-To of each message in the folder have to be checked.
9424 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9426 This is a command that is run with its standard input set to the message
9427 being checked and its standard output discarded.
9428 The full directory path should be specified.
9429 The command will be run and then its exit status will be checked against
9430 the Exit Status Interval, which defaults to just the value zero.
9431 If the exit status of the command falls in the interval, it is considered
9432 a match, otherwise it is not a match.
9435 This option may actually be a list of commands.
9436 The first one that exists and is executable is used.
9437 That makes it possible to use the same configuration with Unix Alpine and
9438 PC-Alpine.
9441 If none of the commands in the list exists and is executable then the rule
9442 is <EM>not</EM> a match.
9443 If it is possible that the command may not exist, you should be careful
9444 to structure your rules so that nothing destructive
9445 happens when the command does not exist.
9446 For example, you might have a filter that filters away spam when there is
9447 a match but does nothing when there is not a match.
9448 That would continue to work correctly if the command didn't exist.
9449 However, if you have a filter that filters away spam when there is not
9450 a match and keeps it when there is a match, that would filter everything
9451 if the categorizer command didn't exist.
9453 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9454 setup for the bogofilter filter.
9457 &lt;End of help on this topic&gt;
9458 </BODY>
9459 </HTML>
9460 ===== h_rules_roles =====
9461 <HTML>
9462 <HEAD>
9463 <TITLE>SETUP ROLES SCREEN</TITLE>
9464 </HEAD>
9465 <BODY>
9466 <H1>SETUP ROLES SCREEN</H1>
9467 <H2>SETUP ROLES COMMANDS</H2>
9468 <!--chtml if pinemode="function_key"-->
9469 <PRE>
9470 Available  Commands -- Group 1         Available Commands -- Group 2   
9471 -------------------------------        ------------------------------  
9472 F1  Show Help Text                      F1  Show Help Text             
9473 F2  See commands in next group          F2  See commands in next group
9474 F3  Back to MAIN Alpine menu
9475 F4  Change configuration for role
9476 F5  Move to previous role               F5  Include file in role config
9477 F6  Move to next role                   F6  Exclude file from config
9478 F7  Previous page of roles
9479 F8  Next page of roles
9480 F9  Add new role                        F9  Replicate existing role
9481 F10 Delete existing role
9482 F11 Shuffle the order of roles
9483 F12 Whereis (search role nicknames)
9484 </PRE>
9485 <!--chtml else-->
9486 <PRE>
9487 Navigation                     General Alpine Commands
9488 -------------------------      -----------------------
9489  P  Prev Role                     ?  Display this help text
9490  N  Next Role                     E  Back to MAIN Alpine menu
9491  -  Previous page
9492 Spc (space bar) Next page
9493  W  WhereIs (search for word in role nicknames)
9495 Setup Roles Commands
9496 ------------------------------------------------
9497  A  Add new role                  $  Shuffle the order of roles
9498  D  Delete existing role          C  Change configuration for highlighted role
9499  R  Replicate existing role
9500  I  Include file in role config   X  Exclude file from role config
9501 </PRE>
9502 <!--chtml endif-->
9504 <H2>Description of the Setup Roles Screen</H2>
9506 This screen lets you add, delete, modify, or change the order of the rules
9507 that determine the role you are playing when composing a message.
9509 You may play different roles depending on who you are replying to.
9510 For example, if you are replying to a message addressed to help-desk you
9511 may be acting as a Help Desk Worker.
9512 That role may require that you use a different return address and/or
9513 a different signature.
9515 Roles are optional.
9516 If you set up roles they work like this:  Each role has a set of
9517 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9518 considered for a particular use; a &quot;Pattern&quot;,
9519 which is used to decide which of the eligible roles is used; and a set
9520 of &quot;Actions&quot;, which are taken when that role is used.
9521 When you reply to a message, the message you are replying to is compared
9522 with the Patterns of the roles marked as eligible for use when replying.
9523 The comparisons start with the first eligible role and keep going until there
9524 is a match.
9525 If a match is found, the matching role's Actions are taken.
9527 It is also possible to set a default role and to change that role during
9528 your Alpine session.
9529 When you start Alpine no default role will be set.
9530 You may set or change the current default role by using the &quot;D&quot;
9531 command in the role selection screen.
9532 You'll see that screen while composing a message and being asked to select
9533 a role.
9534 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9535 compose a message.
9536 You may find a default role useful if you normally perform the duties of one
9537 of your roles for a while, then you switch to another role and stay in the
9538 new role for another period of time.
9539 It may be easier than using the Role Command to select the role each time you
9540 compose a message.
9542 <H2>Role Uses</H2>
9544 There are three types of use to be configured;
9545 one for Replying, one for Forwarding, and one for Composing.
9546 These indicate whether or not you want a role to be considered when you
9547 type the Reply, Forward, or Compose commands.
9548 (The Role command is an alternate form of the Compose command, and it is
9549 not affected by these settings.)
9550 Each of these Use types has three possible values.
9551 The value &quot;Never&quot;
9552 means that the role will never be considered as a candidate for use with
9553 the corresponding command.
9554 For example, if you set a role's Reply Use to Never, then when you Reply to
9555 a message, that role won't even be considered.
9556 (That isn't quite true. If the message you are replying to matches some other
9557 role that requires confirmation,
9558 then there will be a ^T command available which allows you to select a role
9559 from all of your roles, not just the reply-eligible roles.)
9562 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9563 both mean that you do want to consider this role when using the corresponding
9564 command.
9565 For either of these settings the role's Pattern will
9566 be checked to see if it matches the message.
9567 For Reply Use, the message used to compare the Pattern with is the message
9568 being replied to.
9569 For Forward Use, the message used to compare the Pattern with is the message
9570 being forwarded.
9571 For Compose Use, there is no message, so the parts of the Pattern that depend
9572 on a message (everything other than Current Folder Type) are ignored.
9573 In all cases, the Current Folder Type is checked if defined.
9574 If there is a match then this role will either be used without confirmation
9575 or will be the default when confirmation is asked for, depending on
9576 which of the two options is selected.
9577 If confirmation is requested, you will have a chance to
9578 choose No Role instead of the offered role, or to
9579 change the role to any one of your other roles (with the ^T command).
9581 <H2>Role Patterns</H2>
9583 In order to determine whether or not a message matches a role the message is
9584 compared with the Role's Pattern.
9585 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9586 Scoring, Other Rules, and Search Rules, so are described in only one place,
9587 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9589 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9590 a role that has all header patterns unset, the AllText pattern unset,
9591 the BodyText pattern unset,
9592 the Score Interval unset, and the Current Folder Type set to
9593 &quot;Any&quot; may be used as a default role.
9594 It should be put last in the list of roles since the matching
9595 starts at the beginning and proceeds until one of the roles is a match.
9596 If no roles at all match, then Alpine will
9597 use its regular methods of defining the role.
9598 If you wanted to, you could define a different &quot;default&quot; role
9599 for Replying, Forwarding, and Composing by setting the
9600 &quot;Use&quot; fields appropriately.
9602 <H2>Role Actions</H2>
9604 Once a role match is found, the role's Actions are taken.
9605 For each role there are several possible actions that may be defined.
9606 They are actions to set the From address, the Reply-To address,
9607 the Fcc, the Signature, the Template file, and Other Headers.
9609 <H3>Set From</H3>
9611 The From address is the address used on the From line of the message
9612 you are sending.
9614 <H3>Set Reply-To</H3>
9616 The Reply-To address is the address used on the Reply-To line of the message
9617 you are sending.
9618 You don't need a Reply-To address unless it is different from the From address.
9620 <H3>Set Other Headers</H3>
9622 If you want to set the value of the From or Reply-To headers, use
9623 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9624 If you want to set the values of other headers, use this field.
9625 This field is similar to the
9626 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9627 Each header you specify here must include the header tag
9628 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9629 and may optionally include a value for that header.
9630 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9631 for a header here will replace any value that already exists.
9632 For example, if you are Replying to a message there will be at least one
9633 address in the To header (the address you are Replying to).
9634 However, if you Reply using a role that sets the To header, that role's
9635 To header value will be used instead.
9637 <H3>Set Fcc</H3>
9639 The Fcc is used as the Fcc for the message you are sending.
9641 <H3>Set Signature or Set LiteralSig</H3>
9643 The Signature is the name of a file to be used as the signature file when
9644 this role is being used.
9645 If the name of the file has a vertical bar following it (|)
9646 then it is assumed that the file is a program that should be run to
9647 produce the signature.
9648 If the LiteralSig is set, then it is used instead of the signature file.
9649 LiteralSig is just a different way to store the signature.
9650 It is stored in the pine configuration file instead of in a separate
9651 signature file.
9652 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9653 either in the role or as the default signature in the Setup/Config screen,
9654 then the signature file is ignored.
9656 <H3>Set Template</H3>
9658 A Template is the name of a file to be included in the message when this
9659 role is being used.
9660 If the name of the file has a vertical bar following it (|)
9661 then it is assumed that the file is a program that should be run to
9662 produce the template.
9665 Both signature files and template files may be stored remotely on an IMAP
9666 server.
9667 In order to do that you just give the file a remote name.
9668 This works just like the regular
9669 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9670 option that is configured from the Setup/Configuration screen.
9671 A remote signature file name might look like:
9673 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9675 Once you have named the remote signature or template file you create its
9676 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9677 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9678 line of the role editor.
9681 Both signature files and template files (or the output of signature programs
9682 and template file programs) may contain special tokens
9683 that are replaced with contents
9684 that depend on the message being replied to or forwarded.
9685 See the help for the individual fields inside the role editor for more
9686 information on tokens.
9688 <H3>Use SMTP Server</H3>
9690 If this field has a value, then it will be used as the SMTP server
9691 to send mail when this role is being used (unless the SMTP server variable
9692 is set in the system-wide fixed configuration file).
9693 It has the same semantics as the
9694 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9695 variable in the Setup/Config screen.
9696 When you postpone the composition this SMTP server list will be saved
9697 with the postponed composition and it cannot be changed later.
9698 Because of that, you may want to make this a list of SMTP servers
9699 with the preferred server at the front of the list and alternate servers
9700 later in the list.
9703 If any of the actions are left unset, then the action depends on what
9704 is present in the &quot;Initialize settings using role&quot; field.
9705 If you've listed the nickname of another one of your roles there, then the
9706 corresponding action from that role will be used here.
9707 If that action is also blank, or if there is no nickname specified,
9708 then Alpine will do whatever it normally does to set these actions.
9709 This depends on other configuration options and features you've set.
9711 <H2>Command Descriptions</H2>
9713 <H3>Add</H3>
9715 The Add command is used to add a new role definition to your set of
9716 roles.
9717 The new role will be added after the highlighted role.
9719 <H3>Delete</H3>
9721 The Delete command deletes the currently highlighted role.
9723 <H3>Change</H3>
9725 The Change command lets you edit the nickname, Uses, Pattern,
9726 and Actions of the currently highlighted role.
9728 <H3>Shuffle</H3>
9730 The Shuffle command allows you to change the order of the roles.
9731 You may move the currently highlighted role up or down in the list.
9732 The order of the roles is important since the roles are tested for a
9733 match starting with the first role and continuing until a match is found.
9734 You should place the roles with more specific Patterns near the beginning
9735 of the list, and those with more general Patterns near the end so that
9736 the more specific matches will happen when appropriate.
9738 <H3>Replicate</H3>
9740 The Replicate command is used to copy an existing role and modify it.
9741 The new role will be added after the highlighted role.
9743 <H3>IncludeFile</H3>
9745 The IncludeFile command allows you to add a roles file to your configuration.
9746 Usually, your roles will be contained in your Alpine configuration file.
9747 If you wish, some or all of your roles may be stored in a separate file.
9748 If a roles file already exists (maybe it was made by somebody else using
9749 Alpine), you may insert it before the currently highlighted role.
9750 You may also insert an empty file or a file that does not yet exist.
9751 Once you have an empty roles file in your configuration, you may use
9752 the Shuffle command to move roles into it.
9753 In fact, that's the only way to get the initial role into the file.
9755 <H3>eXcludeFile</H3>
9757 The eXcludeFile command removes a roles file from your roles configuration.
9758 A limitation of the program is that in order to exclude a roles file
9759 that file must have at least one role
9760 in it, otherwise you won't be able to highlight a line in the file.
9761 So you may have to add a dummy role to the file in order to exclude the file.
9762 <P><UL>
9763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9764 </UL>
9766 &lt;End of help on this topic&gt;
9767 </BODY>
9768 </HTML>
9769 ===== h_rules_other =====
9770 <HTML>
9771 <HEAD>
9772 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9773 </HEAD>
9774 <BODY>
9775 <H1>SETUP OTHER RULES SCREEN</H1>
9776 <H2>SETUP OTHER RULES COMMANDS</H2>
9777 <!--chtml if pinemode="function_key"-->
9778 <PRE>
9779 Available  Commands -- Group 1         Available Commands -- Group 2   
9780 -------------------------------        ------------------------------  
9781 F1  Show Help Text                      F1  Show Help Text             
9782 F2  See commands in next group          F2  See commands in next group
9783 F3  Back to MAIN Alpine menu
9784 F4  Change configuration for rule
9785 F5  Move to previous rule               F5  Include file in rule config
9786 F6  Move to next rule                   F6  Exclude file from config
9787 F7  Previous page of rules
9788 F8  Next page of rules
9789 F9  Add new rule                        F9  Replicate existing rule
9790 F10 Delete existing rule
9791 F11 Shuffle the order of rules
9792 F12 Whereis (search rule nicknames)
9793 </PRE>
9794 <!--chtml else-->
9795 <PRE>
9796 Navigation                     General Alpine Commands
9797 -------------------------      -----------------------
9798  P  Prev rule                     ?  Display this help text
9799  N  Next rule                     E  Back to MAIN Alpine menu
9800  -  Previous page
9801 Spc (space bar) Next page
9802  W  WhereIs (search for word in rule nicknames)
9804 Setup Other Rules Commands
9805 ------------------------------------------------
9806  A  Add new rule                  $  Shuffle the order of rules
9807  D  Delete existing rule          C  Change configuration for highlighted rule
9808  R  Replicate existing rule
9809  I  Include file in rule config   X  Exclude file from rule config
9810 </PRE>
9811 <!--chtml endif-->
9813 <H2>Description of the Setup Other Rules Screen</H2>
9815 This is where you may set various actions that do not fit well into the
9816 other Rules categories.
9818 <H2>Patterns</H2>
9820 Other Rules are a little different from the rest of the Rules because
9821 they depend only on the current folder, and not on a particular message.
9822 In order to determine whether or not a rule's actions should be applied
9823 the current folder is compared with the rule's Pattern, which consists
9824 of only the Current Folder Type.
9825 Current Folder Type works the same for Other Rules as it does for Roles,
9826 Filtering, Index Coloring, and Scoring.
9827 Keep in mind that the only part of the Pattern that applies to Other
9828 Rules is the Current Folder Type when looking at the description of
9829 Patterns given
9830 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9832 <H2>The Actions</H2>
9834 <H3>Set Sort Order</H3>
9836 When you enter a new folder, these rules will be checked to see if you
9837 have set a sort order that is different from your default sort order.
9838 The default is set in the Setup/Config screen with
9839 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9840 If the Sort Order action is set, then the folder will be displayed sorted in
9841 that sort order instead of in the default order.
9843 A possible point of confusion arises when you change the configuration
9844 of the Sort Order for the currently open folder.
9845 The folder will normally be re-sorted when you go back to viewing the
9846 index.
9847 However, if you have manually sorted the folder with the
9848 Sort
9849 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9850 command, then it will not be re-sorted until the next time it is opened.
9852 <H3>Set Index Format</H3>
9854 When you enter a new folder, these rules will be checked to see if you
9855 have set an Index Format that is different from your default Index Format,
9856 which is set with the
9857 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9858 If so, the index will be displayed with this format instead of the default.
9860 <H3>Set Startup Rule</H3>
9862 When you enter a new folder, these rules will be checked to see if you
9863 have set a startup rule that is different from the default startup rule.
9864 The default for incoming folders is set in the Setup/Config screen with
9865 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9866 The default for folders other than INBOX that are not part of your
9867 incoming collection
9868 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9869 is to start with the last message in the folder.
9870 If the Startup Rule is set to something other than &quot;default&quot;,
9871 then the rule will determine which message will be the current message when
9872 the folder is first opened.
9874 The various startup rule possibilities work the same here as they do in
9875 the incoming collection, so check
9876 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9877 for more help.
9879 <H2>Command Descriptions</H2>
9881 <H3>Add</H3>
9883 The Add command is used to add a new rule definition to your set of
9884 rules.
9885 The new rule will be added after the highlighted rule.
9887 <H3>Delete</H3>
9889 The Delete command deletes the currently highlighted rule.
9891 <H3>Change</H3>
9893 The Change command lets you edit the nickname, Pattern,
9894 and Action of the currently highlighted rule.
9896 <H3>Shuffle</H3>
9898 The Shuffle command allows you to change the order of the rules.
9899 You may move the currently highlighted rule up or down in the list.
9900 The order of the rules is important since the rules are tested for a
9901 match starting with the first rule and continuing until a match is found.
9902 You should place the rules with more specific Patterns near the beginning
9903 of the list, and those with more general Patterns near the end so that
9904 the more specific matches will happen when appropriate.
9906 <H3>Replicate</H3>
9908 The Replicate command is used to copy an existing rule definition and modify it.
9909 The new rule will be added after the highlighted rule.
9911 <H3>IncludeFile</H3>
9913 The IncludeFile command allows you to add a rules file to your configuration.
9914 Usually, your rules will be contained in your Alpine configuration file.
9915 If you wish, some or all of your rules may be stored in a separate file.
9916 If a rules file already exists (maybe it was made by somebody else using
9917 Alpine), you may insert it before the currently highlighted rule.
9918 You may also insert an empty file or a file that does not yet exist.
9919 Once you have an empty rules file in your configuration, you may use
9920 the Shuffle command to move rules into it.
9921 In fact, that's the only way to get the initial rule into the file.
9923 <H3>eXcludeFile</H3>
9925 The eXcludeFile command removes a rules file from your rules configuration.
9926 A limitation of the program is that in order to exclude a rules file
9927 that file must have at least one rule
9928 in it, otherwise you won't be able to highlight a line in the file.
9929 So you may have to add a dummy rule to the file in order to exclude the file.
9930 <P><UL>
9931 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9932 </UL>
9934 &lt;End of help on this topic&gt;
9935 </BODY>
9936 </HTML>
9937 ===== h_rules_srch =====
9938 <HTML>
9939 <HEAD>
9940 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9941 </HEAD>
9942 <BODY>
9943 <H1>SETUP SEARCH RULES SCREEN</H1>
9944 <H2>SETUP SEARCH RULES COMMANDS</H2>
9945 <!--chtml if pinemode="function_key"-->
9946 <PRE>
9947 Available  Commands -- Group 1         Available Commands -- Group 2   
9948 -------------------------------        ------------------------------  
9949 F1  Show Help Text                      F1  Show Help Text             
9950 F2  See commands in next group          F2  See commands in next group
9951 F3  Back to MAIN Alpine menu
9952 F4  Change configuration for rule
9953 F5  Move to previous rule               F5  Include file in rule config
9954 F6  Move to next rule                   F6  Exclude file from config
9955 F7  Previous page of rules
9956 F8  Next page of rules
9957 F9  Add new rule                        F9  Replicate existing rule
9958 F10 Delete existing rule
9959 F11 Shuffle the order of rules
9960 F12 Whereis (search rule nicknames)
9961 </PRE>
9962 <!--chtml else-->
9963 <PRE>
9964 Navigation                     General Alpine Commands
9965 -------------------------      -----------------------
9966  P  Prev rule                     ?  Display this help text
9967  N  Next rule                     E  Back to MAIN Alpine menu
9968  -  Previous page
9969 Spc (space bar) Next page
9970  W  WhereIs (search for word in rule nicknames)
9972 Setup Search Rules Commands
9973 ------------------------------------------------
9974  A  Add new rule                  $  Shuffle the order of rules
9975  D  Delete existing rule          C  Change configuration for highlighted rule
9976  R  Replicate existing rule
9977  I  Include file in rule config   X  Exclude file from rule config
9978 </PRE>
9979 <!--chtml endif-->
9981 <H2>Description of the Setup Search Rules Screen</H2>
9983 One of the commands that becomes available when that feature is turned on
9984 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
9985 screen to select a set of messages.
9986 One way of selecting messages is to use a Rule.
9987 All of the messages that match (or don't match if you wish)
9988 a Rule's Pattern will be selected.
9990 Any of your Rules may be used for this purpose.
9991 You might already have Rules set up for filtering, index line color, scores, or roles;
9992 and you may use any of those Rules with the Select command.
9993 However, you might find it more convenient to set up a separate set of Rules
9994 just for this purpose without having to worry about what other effects
9995 they may cause.
9996 That is the purpose of these Select Rules.
9999 Each rule has a &quot;Pattern&quot;
10000 that is used to decide which messages are selected when you use it with
10001 the Select command.
10003 <H2>Patterns</H2>
10005 In order to determine whether or not a message should be selected
10006 the message is compared with the rule's Pattern.
10007 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10008 Scoring, Other Rules, and Search Rules, so are described in only one place,
10009 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10011 <H2>Command Descriptions</H2>
10013 <H3>Add</H3>
10015 The Add command is used to add a new rule definition to your set of
10016 rules.
10017 The new rule will be added after the highlighted rule.
10019 <H3>Delete</H3>
10021 The Delete command deletes the currently highlighted rule.
10023 <H3>Change</H3>
10025 The Change command lets you edit the nickname and Pattern
10026 of the currently highlighted rule.
10028 <H3>Shuffle</H3>
10030 The Shuffle command allows you to change the order of the rules.
10031 This affects only the order they are presented in when you use the
10032 ^T subcommand of the Select by Rule command.
10033 You may move the currently highlighted rule up or down in the list.
10035 <H3>Replicate</H3>
10037 The Replicate command is used to copy an existing rule definition and modify it.
10038 The new rule will be added after the highlighted rule.
10040 <H3>IncludeFile</H3>
10042 The IncludeFile command allows you to add a rules file to your configuration.
10043 Usually, your rules will be contained in your Alpine configuration file.
10044 If you wish, some or all of your rules may be stored in a separate file.
10045 If a rules file already exists (maybe it was made by somebody else using
10046 Alpine), you may insert it before the currently highlighted rule.
10047 You may also insert an empty file or a file that does not yet exist.
10048 Once you have an empty rules file in your configuration, you may use
10049 the Shuffle command to move rules into it.
10050 In fact, that's the only way to get the initial rule into the file.
10052 <H3>eXcludeFile</H3>
10054 The eXcludeFile command removes a rules file from your rules configuration.
10055 A limitation of the program is that in order to exclude a rules file
10056 that file must have at least one rule
10057 in it, otherwise you won't be able to highlight a line in the file.
10058 So you may have to add a dummy rule to the file in order to exclude the file.
10059 <P><UL>
10060 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10061 </UL>
10063 &lt;End of help on this topic&gt;
10064 </BODY>
10065 </HTML>
10066 ===== h_rules_incols =====
10067 <HTML>
10068 <HEAD>
10069 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10070 </HEAD>
10071 <BODY>
10072 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10073 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10074 <!--chtml if pinemode="function_key"-->
10075 <PRE>
10076 Available  Commands -- Group 1         Available Commands -- Group 2   
10077 -------------------------------        ------------------------------  
10078 F1  Show Help Text                      F1  Show Help Text             
10079 F2  See commands in next group          F2  See commands in next group
10080 F3  Back to MAIN Alpine menu
10081 F4  Change configuration for rule
10082 F5  Move to previous rule               F5  Include file in rule config
10083 F6  Move to next rule                   F6  Exclude file from config
10084 F7  Previous page of rules
10085 F8  Next page of rules
10086 F9  Add new rule                        F9  Replicate existing rule
10087 F10 Delete existing rule
10088 F11 Shuffle the order of rules
10089 F12 Whereis (search rule nicknames)
10090 </PRE>
10091 <!--chtml else-->
10092 <PRE>
10093 Navigation                     General Alpine Commands
10094 -------------------------      -----------------------
10095  P  Prev rule                     ?  Display this help text
10096  N  Next rule                     E  Back to MAIN Alpine menu
10097  -  Previous page
10098 Spc (space bar) Next page
10099  W  WhereIs (search for word in rule nicknames)
10101 Setup Index Color Commands
10102 ------------------------------------------------
10103  A  Add new rule                  $  Shuffle the order of rules
10104  D  Delete existing rule          C  Change configuration for highlighted rule
10105  R  Replicate existing rule
10106  I  Include file in rule config   X  Exclude file from rule config
10107 </PRE>
10108 <!--chtml endif-->
10110 <H2>Description of the Setup Index Line Colors Screen</H2>
10112 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10113 This action is only available if your terminal is capable of displaying
10114 color and color display has been enabled with the
10115 <A HREF="h_config_color_style">Color Style</A> option within the
10116 Setup Color screen.
10117 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10118 This screen lets you add, delete, modify, or change the order of the rules
10119 that cause the lines in the MESSAGE INDEX to be displayed in different
10120 colors.
10122 Each rule has a &quot;Pattern&quot;,
10123 which is used to decide which of the rules is used; and the color that
10124 is used if the Pattern matches a particular message.
10126 <H2>Index Color Patterns</H2>
10128 In order to determine whether or not a message matches an Index Color Rule
10129 the message is compared with the rule's Pattern.
10130 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10131 Scoring, Other Rules, and Search Rules, so are described in only one place,
10132 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10135 If none of the Index Color rules is a match for a particular index line,
10136 then the color used is set using
10137 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10139 <H2>Index Line Color</H2>
10141 This is the color that index lines are colored when there is a matching
10142 Pattern.
10143 This colors the whole index line, except possibly the status letters,
10144 which may be colored separately using
10145 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10147 <H2>Command Descriptions</H2>
10149 <H3>Add</H3>
10151 The Add command is used to add a new rule definition to your set of
10152 rules.
10153 The new rule will be added after the highlighted rule.
10155 <H3>Delete</H3>
10157 The Delete command deletes the currently highlighted rule.
10159 <H3>Change</H3>
10161 The Change command lets you edit the nickname, Pattern,
10162 and Index Line Color of the currently highlighted rule.
10164 <H3>Shuffle</H3>
10166 The Shuffle command allows you to change the order of the rules.
10167 You may move the currently highlighted rule up or down in the list.
10168 The order of the rules is important since the rules are tested for a
10169 match starting with the first rule and continuing until a match is found.
10170 You should place the rules with more specific Patterns near the beginning
10171 of the list, and those with more general Patterns near the end so that
10172 the more specific matches will happen when appropriate.
10174 <H3>Replicate</H3>
10176 The Replicate command is used to copy an existing rule definition and modify it.
10177 The new rule will be added after the highlighted rule.
10179 <H3>IncludeFile</H3>
10181 The IncludeFile command allows you to add a rules file to your configuration.
10182 Usually, your rules will be contained in your Alpine configuration file.
10183 If you wish, some or all of your rules may be stored in a separate file.
10184 If a rules file already exists (maybe it was made by somebody else using
10185 Alpine), you may insert it before the currently highlighted rule.
10186 You may also insert an empty file or a file that does not yet exist.
10187 Once you have an empty rules file in your configuration, you may use
10188 the Shuffle command to move rules into it.
10189 In fact, that's the only way to get the initial rule into the file.
10191 <H3>eXcludeFile</H3>
10193 The eXcludeFile command removes a rules file from your rules configuration.
10194 A limitation of the program is that in order to exclude a rules file
10195 that file must have at least one rule
10196 in it, otherwise you won't be able to highlight a line in the file.
10197 So you may have to add a dummy rule to the file in order to exclude the file.
10198 <P><UL>
10199 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10200 </UL>
10202 &lt;End of help on this topic&gt;
10203 </BODY>
10204 </HTML>
10205 ===== h_rules_filter =====
10206 <HTML>
10207 <HEAD>
10208 <TITLE>SETUP FILTERING SCREEN</TITLE>
10209 </HEAD>
10210 <BODY>
10211 <H1>SETUP FILTERING SCREEN</H1>
10212 <H2>SETUP FILTERING COMMANDS</H2>
10213 <!--chtml if pinemode="function_key"-->
10214 <PRE>
10215 Available  Commands -- Group 1         Available Commands -- Group 2   
10216 -------------------------------        ------------------------------  
10217 F1  Show Help Text                      F1  Show Help Text             
10218 F2  See commands in next group          F2  See commands in next group
10219 F3  Back to MAIN Alpine menu
10220 F4  Change configuration for filter
10221 F5  Move to previous filter             F5  Include file in filter config
10222 F6  Move to next filter                 F6  Exclude file from config
10223 F7  Previous page of filters
10224 F8  Next page of filters
10225 F9  Add new filter                      F9  Replicate existing filter
10226 F10 Delete existing filter
10227 F11 Shuffle the order of filters
10228 F12 Whereis (search filter nicknames)
10229 </PRE>
10230 <!--chtml else-->
10231 <PRE>
10232 Navigation                     General Alpine Commands
10233 -------------------------      -----------------------
10234  P  Prev Filter                   ?  Display this help text
10235  N  Next Filter                   E  Back to MAIN Alpine menu
10236  -  Previous page
10237 Spc (space bar) Next page
10238  W  WhereIs (search for word in filter nicknames)
10240 Setup Filters Commands
10241 ------------------------------------------------
10242  A  Add new filter                $  Shuffle the order of filters
10243  D  Delete existing filter        C  Change configuration for highlighted filter
10244  R  Replicate existing filter
10245  I  Include file in filter config X  Exclude file from filter config
10246 </PRE>
10247 <!--chtml endif-->
10249 <H2>Description of the Setup Filtering Screen</H2>
10251 This screen lets you add, delete, modify, or change the order of the rules
10252 that determine the filtering Alpine does on folders you view.
10254 The software that actually delivers mail (the stuff that happens
10255 before Alpine is involved) for you is in a better position to do mail filtering
10256 than Alpine itself.
10257 If possible, you may want to look into using that sort of mail filtering to
10258 deliver mail to different folders, delete it, or forward it.
10259 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10261 Filtering is a way to automatically move certain messages from one folder
10262 to another or to delete messages.
10263 It can also be used to set message status (Important, Deleted, New,
10264 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10265 Alpine doesn't have the ability to forward mail to another address or
10266 to deliver vacation messages.
10268 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10269 When a folder is opened, when new mail arrives in an open folder, or
10270 when mail is Expunged from a folder; each
10271 message is compared with the Patterns of your filtering rules.
10272 The comparisons start with the first rule and keep going until there
10273 is a match.
10274 If a match is found, the message may be deleted or moved, depending on
10275 the setting of the Filter Action.
10276 If the message is not deleted, it may have its status altered.
10279 <EM>NOTE:</EM>
10280 When setting up a Pattern used to delete messages,
10281 it is recommended that you test the Pattern first with a &quot;Move&quot;
10282 folder specified in
10283 case unintended matches occur.  Messages that are deleted will be removed 
10284 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10285 next Expunge command or once the folder being filtered has been closed.
10287 <H2>Filter Patterns</H2>
10289 In order to determine whether or not a message matches a filter the message is
10290 compared with the Filter's Pattern.
10291 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10292 Scoring, Other Rules, and Search Rules, so are described in only one place,
10293 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10295 Since filtering is a potentially destructive action, if you have a filtering
10296 Pattern with nothing other than Current Folder Type set, that filtering
10297 rule is ignored.
10299 <H2>Filter Actions</H2>
10301 Once a filter match is found for a particular message, there are some actions
10302 that may be taken.
10303 First, the message may have its status changed.
10304 This is the same message status that you can manipulate manually using the
10305 <a href="h_common_flag">Flag Command</a>.
10306 There are always four elements of message status that you can control.
10307 You can set or clear the Important status, the New status, the Deleted
10308 status, and the Answered status.
10309 Of course, if the filter is going to delete the message,
10310 then there is no point in setting message status.
10311 You may also be able to set user-defined keywords for a message.
10312 Read a little about keywords in the help text for the
10313 <A HREF="h_common_flag">Flag</A> command.
10315 Second, the filter may delete or move the message.
10316 Deleting the message marks it Deleted and removes it from view.
10317 It is effectively gone forever (though it technically is still there until
10318 the next expunge command, which may happen implicitly).
10319 Moving the message moves it from the open folder into the folder
10320 listed on the &quot;Folder List&quot; line of the filter configuration.
10321 If you list more than one folder name (separated by commas) then the message
10322 will be copied to each of those folders.
10323 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10324 message is removed from the current folder.
10325 If you just want to set the messages status without deleting it from
10326 the folder, then set the filter action to
10327 &quot;Just Set Message Status&quot;.
10329 (There is no way to do a Copy instead of a Move, due to the difficulties
10330 involved in keeping track of whether or not a message has
10331 already been copied.)
10333 <H2>Command Descriptions</H2>
10335 <H3>Add</H3>
10337 The Add command is used to add a new filter definition to your set of
10338 filters.
10339 The new filter will be added after the highlighted filter.
10341 <H3>Delete</H3>
10343 The Delete command deletes the currently highlighted filter.
10345 <H3>Change</H3>
10347 The Change command lets you edit the nickname, Pattern,
10348 and Folder of the currently highlighted filter.
10350 <H3>Shuffle</H3>
10352 The Shuffle command allows you to change the order of the filters.
10353 You may move the currently highlighted filter up or down in the list.
10354 The order of the filters is important since the filters are tested for a
10355 match starting with the first filter and continuing until a match is found.
10356 You should place the filters with more specific Patterns near the beginning
10357 of the list, and those with more general Patterns near the end so that
10358 the more specific matches will happen when appropriate.
10360 <H3>Replicate</H3>
10362 The Replicate command is used to copy an existing filter and modify it.
10363 The new filter will be added after the highlighted filter.
10365 <H3>IncludeFile</H3>
10367 The IncludeFile command allows you to add a filters file to your configuration.
10368 Usually, your filters will be contained in your Alpine configuration file.
10369 If you wish, some or all of your filters may be stored in a separate file.
10370 If a filters file already exists (maybe it was made by somebody else using
10371 Alpine), you may insert it before the currently highlighted filter.
10372 You may also insert an empty file or a file that does not yet exist.
10373 Once you have an empty filters file in your configuration, you may use
10374 the Shuffle command to move filters into it.
10375 In fact, that's the only way to get the initial filter into the file.
10377 <H3>eXcludeFile</H3>
10379 The eXcludeFile command removes a filters file from your filters configuration.
10380 A limitation of the program is that in order to exclude a filters file
10381 that file must have at least one filter
10382 in it, otherwise you won't be able to highlight a line in the file.
10383 So you may have to add a dummy filter to the file in order to exclude the file.
10384 <P><UL>
10385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10386 </UL>
10388 <H3>Performance Considerations</H3>
10389 The number and type of patterns being tested can 
10390 adversely effect performance.  Issues to be aware
10391 of include:
10393 <UL>
10394   <LI> The more filters you have defined the longer it will take to run down
10395 the list.  Deleting unused filters is a good idea.
10396   <LI> Filtering in newsgroups served by an NNTP server will be slow
10397 if your patterns include tests other than &quot;From:&quot;
10398 or &quot;Subject:&quot;.
10399 </UL>
10401 &lt;End of help on this topic&gt;
10402 </BODY>
10403 </HTML>
10404 ===== h_rules_score =====
10405 <HTML>
10406 <HEAD>
10407 <TITLE>SETUP SCORING SCREEN</TITLE>
10408 </HEAD>
10409 <BODY>
10410 <H1>SETUP SCORING SCREEN</H1>
10411 <H2>SETUP SCORING COMMANDS</H2>
10412 <!--chtml if pinemode="function_key"-->
10413 <PRE>
10414 Available  Commands -- Group 1         Available Commands -- Group 2   
10415 -------------------------------        ------------------------------  
10416 F1  Show Help Text                      F1  Show Help Text             
10417 F2  See commands in next group          F2  See commands in next group
10418 F3  Back to MAIN Alpine menu
10419 F4  Change configuration for rule
10420 F5  Move to previous rule               F5  Include file in rule config
10421 F6  Move to next rule                   F6  Exclude file from config
10422 F7  Previous page of rules
10423 F8  Next page of rules
10424 F9  Add new rule                        F9  Replicate existing rule
10425 F10 Delete existing rule
10426 F11 Shuffle the order of rules
10427 F12 Whereis (search rule nicknames)
10428 </PRE>
10429 <!--chtml else-->
10430 <PRE>
10431 Navigation                     General Alpine Commands
10432 -------------------------      -----------------------
10433  P  Prev rule                     ?  Display this help text
10434  N  Next rule                     E  Back to MAIN Alpine menu
10435  -  Previous page
10436 Spc (space bar) Next page
10437  W  WhereIs (search for word in rule nicknames)
10439 Setup Scoring Commands
10440 ------------------------------------------------
10441  A  Add new rule                  $  Shuffle the order of rules
10442  D  Delete existing rule          C  Change configuration for highlighted rule
10443  R  Replicate existing rule
10444  I  Include file in rule config   X  Exclude file from rule config
10445 </PRE>
10446 <!--chtml endif-->
10448 <H2>Description of the Setup Scoring Screen</H2>
10450 Most people will not use scores at all, but if you do use them, here's how
10451 they work in Alpine.
10452 Using this screen, you may define Scoring rules.
10453 The score for a message is calculated by looking at every Score rule defined
10454 and adding up the Score Values for the ones that match the message.
10455 If there are no matches for a message, it has a score of zero.
10456 Message scores may be used a couple of ways in Alpine.
10458 <H3>Sorting by Score</H3>
10460 One of the methods you may use to sort message indexes is to sort by
10461 score.
10462 The scores of all the messages in a folder will be calculated and then
10463 the index will be ordered by placing the messages in order of ascending or
10464 descending score.
10466 <H3>Scores for use in Patterns</H3>
10468 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10469 category labeled &quot;Score Interval&quot;.
10470 When a message is being compared with a Pattern to check for a match, if
10471 the Score Interval is set only messages that have a score somewhere in
10472 the interval are a match.
10474 <H2>Scoring Rule Patterns</H2>
10476 In order to determine whether or not a message matches a scoring rule
10477 the message is compared with the rule's Pattern.
10478 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10479 Scoring, Other Rules, and Search Rules, so are described in only one place,
10480 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10483 Actually, Scoring rule Patterns are slightly different from the other types of
10484 Patterns because Scoring rule Patterns don't contain a Score Interval.
10485 In other words, when calculating the score for a message, which is done
10486 by looking at the Scoring rule Patterns, scores aren't used.
10488 <H2>Score Value</H2>
10490 This is the value that will be added to the score for a message if the
10491 rule's Pattern is a match.
10492 Each individual Score Value is an integer between -100 and 100, and the
10493 values from matching rules are added together to get a message's score.
10494 There is also a way to extract the value from a particular header of each
10495 message. See the help text for Score Value for further information.
10497 <H2>Command Descriptions</H2>
10499 <H3>Add</H3>
10501 The Add command is used to add a new scoring rule definition.
10502 The new rule will be added after the highlighted rule.
10504 <H3>Delete</H3>
10506 The Delete command deletes the currently highlighted scoring rule.
10508 <H3>Change</H3>
10510 The Change command lets you edit the nickname, Pattern,
10511 and Score Value of the currently highlighted scoring rule.
10513 <H3>Shuffle</H3>
10515 The Shuffle command allows you to change the order of the scoring rules.
10516 You may move the currently highlighted rule up or down in the list.
10517 The order of the rules is important since the rules are tested for a
10518 match starting with the first rule and continuing until a match is found.
10519 You should place the rules with more specific Patterns near the beginning
10520 of the list, and those with more general Patterns near the end so that
10521 the more specific matches will happen when appropriate.
10523 <H3>Replicate</H3>
10525 The Replicate command is used to copy an existing rule and modify it.
10526 The new rule will be added after the highlighted rule.
10528 <H3>IncludeFile</H3>
10530 The IncludeFile command allows you to add a rules file to your configuration.
10531 Usually, your rules will be contained in your Alpine configuration file.
10532 If you wish, some or all of your rules may be stored in a separate file.
10533 If a rules file already exists (maybe it was made by somebody else using
10534 Alpine), you may insert it before the currently highlighted rule.
10535 You may also insert an empty file or a file that does not yet exist.
10536 Once you have an empty rules file in your configuration, you may use
10537 the Shuffle command to move rules into it.
10538 In fact, that's the only way to get the initial rule into the file.
10540 <H3>eXcludeFile</H3>
10542 The eXcludeFile command removes a rules file from your rules configuration.
10543 A limitation of the program is that in order to exclude a rules file
10544 that file must have at least one rule
10545 in it, otherwise you won't be able to highlight a line in the file.
10546 So you may have to add a dummy rule to the file in order to exclude the file.
10547 <P><UL>
10548 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10549 </UL>
10551 &lt;End of help on this topic&gt;
10552 </BODY>
10553 </HTML>
10554 ===== h_direct_config =====
10555 <HTML>
10556 <HEAD>
10557 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10558 </HEAD>
10559 <BODY>
10560 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10561 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10562 <!--chtml if pinemode="function_key"-->
10563 <PRE>
10564 Available  Commands                        
10565 -------------------------------            
10566 F1  Show Help Text                         
10567 F3  Back to MAIN Alpine menu                 
10568 F4  Change configuration for directory server  
10569 F5  Move to previous directory server          
10570 F6  Move to next directory server              
10571 F7  Previous page of directory servers         
10572 F8  Next page of directory servers
10573 F9  Add new directory server
10574 F10 Delete existing directory server
10575 F11 Shuffle the order of directory servers
10576 F12 Whereis (search directory server titles)   
10577 </PRE>
10578 <!--chtml else-->
10579 <PRE>
10580 Navigation                     General Alpine Commands
10581 -------------------------      -----------------------
10582  P  Prev Directory Server         ?  Display this help text
10583  N  Next Directory Server         E  Back to MAIN Alpine menu
10584  -  Previous page
10585 Spc (space bar) Next page
10586  W  WhereIs (search for word in directory server titles)
10588 Setup LDAP Directory Server Commands
10589 ------------------------------------------------
10590  A  Add new directory server      $  Shuffle the order of directory servers
10591  D  Delete existing dir server    C  Change configuration for highlighted server
10592 </PRE>
10593 <!--chtml endif-->
10595 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10597 This screen lets you add, delete, modify, or change the order of your
10598 directory servers. You may also set some optional behavior for each server.
10599 The &quot;Add Dir&quot; command brings up a blank form to 
10600 fill in. You will have to supply at least the name of the LDAP server.
10601 You will often have to supply a search base to be used with that server,
10602 as well. Once the form has been brought up on your screen, there is help
10603 available for each of the options you may set.
10605 The &quot;Del Dir&quot; command allows you to remove a directory server
10606 from your configuration.
10608 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10609 The difference is that instead of bringing up a form for a new server
10610 configuration, you are changing the configuration of an existing entry.
10611 For example, you might want to correct a typing error, change a
10612 nickname, or change one of the options set for that server.
10614 The &quot;Shuffle&quot; command is used to change the order of directory
10615 servers.
10616 <P><UL>
10617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10618 </UL>
10620 &lt;End of help on this topic&gt;
10621 </BODY>
10622 </HTML>
10623 ============= h_address_display ========================
10624 <HTML>
10625 <HEAD>
10626 <TITLE>SEARCH RESULTS INDEX</TITLE>
10627 </HEAD>
10628 <BODY>
10629 <H1>SEARCH RESULTS INDEX</H1>
10630 This screen shows the results, if any, of your Directory Server search.  
10631 Commands (besides those for screen navigation) are:
10632 <DL>
10633 <DT>View
10634 <!--chtml if pinemode="function_key"-->
10635 (F4)
10636 <!--chtml else-->
10638 <!--chtml endif-->
10639 </DT>
10640 <DD>See the full information for the selected entry.
10642 <DT>Compose
10643 <!--chtml if pinemode="function_key"-->
10644 (F9)
10645 <!--chtml else-->
10647 <!--chtml endif--></DT>
10648 <DD>Compose a message with the selected entry as the recipient.
10650 <DT>Role
10651 <!--chtml if pinemode="function_key"-->
10652 (F2)
10653 <!--chtml else-->
10655 <!--chtml endif--></DT>
10656 <DD>Compose a message with the selected entry as the recipient. This differs
10657 from Compose in that you may select a role before beginning your composition.
10659 <DT>Forward
10660 <!--chtml if pinemode="function_key"-->
10661 (F10)
10662 <!--chtml else-->
10664 <!--chtml endif--></DT>
10665 <DD>Send the full information for the selected entry as an 
10666 email message to someone else.
10668 <DT>Save
10669 <!--chtml if pinemode="function_key"-->
10670 (F11)
10671 <!--chtml else-->
10673 <!--chtml endif-->
10674 </DT>
10675 <DD>Save to your address book:
10676 <UL>
10677 <LI>the result of the search (as just found through your query) for the 
10678 selected entry; or 
10679 <LI>the selected entry for repeated Directory Server searching when used 
10680 in the future.
10681 </UL>
10682 or<BR>
10683 Export to a file (external to Alpine):
10684 <UL>
10685 <LI>the full information for the selected entry; or
10686 <LI>the email address from the selected entry; or
10687 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10688 </UL>
10689 <DT>WhereIs
10690 <!--chtml if pinemode="function_key"-->
10691 (F12)
10692 <!--chtml else-->
10694 <!--chtml endif-->
10695 </DT>
10696 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10697 displayed text, not the full records for each entry.)  
10698 </DL>
10699 &lt;End of help on this topic&gt;
10700 </BODY>
10701 </HTML>
10702 ============= h_address_select ========================
10703 <HTML>
10704 <HEAD>
10705 <TITLE>SEARCH RESULTS INDEX</TITLE>
10706 </HEAD>
10707 <BODY>
10708 <H1>SEARCH RESULTS INDEX</H1>
10709 This screen shows the results, if any, of your Directory Server search.  
10710 Commands (besides those for screen navigation) are:
10711 <DL>
10712 <DT>Select
10713 </DT>
10714 <DD>Select this entry for use.
10716 <DT>ExitSelect
10717 <DD>Exit without selecting any of the entries.
10719 <DT>WhereIs
10720 </DT>
10721 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10722 displayed text, not the full records for each entry.)  
10723 </DL>
10724 &lt;End of help on this topic&gt;
10725 </BODY>
10726 </HTML>
10727 ===== h_folder_maint =====
10728 <HTML>
10729 <HEAD>
10730 <TITLE>Help for Folder List</TITLE>
10731 </HEAD>
10732 <BODY>
10733 <H1>FOLDER LIST COMMANDS</H1>
10734 <!--chtml if pinemode="function_key"-->
10735 <PRE>
10736 Available Commands -- Group 1        Available Commands -- Group 2
10737 -------------------------------      ------------------------------
10738 F1  Show Help Text                    F1  Show Help Text               
10739 F2  See commands in next group        F2  See commands in next group  
10740 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10741 F4  Select folder and view it         F4  MAIN MENU Screen
10742 F5  Move to previous folder
10743 F6  Move to next folder               F6  Specify a folder to go to
10744 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10745 F8  Show next screen of listing       F8  Compose a message
10746 F9  Add a new folder                  F9  Print folder listing
10747 F10 Delete selected folder
10748 F11 Rename selected folder
10749 F12 Whereis (search folder names)
10751 Available Commands -- Group 3
10752 F1  Show Help Text
10753 F2  See commands in next group
10754 F5  Go to next new message
10755     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10756 F8  Compose a message using roles
10757 F9  Export folder to a file
10758 F10 Import the file back to a folder
10759 </PRE>
10760 <!--chtml else-->
10761 <PRE>
10762 Navigating the Folder Screen            Operations on the Selected Folder
10763 ----------------------------            ---------------------------------
10764  P   Move to previous folder              V  View Index of selected folder
10765  N   Move to next folder                  D  Delete
10766  -   Show previous page of listing        R  Rename
10767 Spc  (space bar) Show next page           E  Export to file
10768                                           U  Import from file to folder
10770 FOLDER LIST Screen Commands              General Alpine Command
10771 ---------------------------              -----------------------
10772  A  Add a folder                          O  Show all other available commands
10773  G  Specify a folder to go to             ?  Show Help text
10774  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10775  W  Whereis (search folder names)         Q  Quit Alpine
10776  %  Print folder listing                  C  Compose a message
10777                                           #  Compose a message using roles
10778 </PRE>
10779 <!--chtml endif-->
10781 These commands are only available in the FOLDER LIST screen when the 
10782 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10783 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10784 <DT>Select:</DT>
10785 <DD>Select folders by certain criteria:<UL>
10786 <LI>All: of limited use, since there is no Apply command.
10787 <LI>by Property: <UL>
10788         <LI>folder contains messages not yet seen 
10789         <LI>folder contains new messages
10790         <LI>folder contains exactly as many, more, or fewer messages 
10791 than a given number
10792         </UL>
10793 <LI>by Text: <UL>
10794         <LI>contained in name of folder (Name Select)
10795         <LI>contained in messages in folder (Content Select)
10796         </UL>
10797 </UL></DD>
10799 <DT>Select current:</DT>
10800 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10801 add one or more folders to a set created with the Select command described 
10802 above.)</DD>
10803 <DT>Zoom mode:</DT>
10804 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10805 </DL>
10807 If the feature
10808 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10809 is set then the TAB key will display the number of recent messages and
10810 the total number of messages in the highlighted folder.
10812 The &quot;Export&quot; command causes the lowest common denominator style
10813 mailbox to be written to a file.
10814 If the file already exists, you are asked if you want to delete it.
10815 If you say No, then the operation is aborted.
10816 Export might be a reasonable way to store a backup or an archival copy of
10817 a folder.
10818 The exported-to file is a local file on the system where you are running Alpine.
10819 The &quot;Import&quot; command is the opposite of the Export command.
10820 It reads a file created by Export and asks where it should save it in your
10821 folders.
10822 This could be a new folder or an existing folder.
10823 If the folder already exists, the messages from the exported file will be
10824 appended to the folder.
10826 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10828 The purpose of the FOLDER LIST screen is to help you browse and manage
10829 the folders and directories (also known as &quot;hierarchy&quot;)
10830 contained within a collection.
10833 Folders and directories are arranged alphabetically across lines of
10834 the screen.  Directories, if present, are denoted by a special
10835 character at the end of the name known as the hierarchy delimiter
10836 (typically, &quot;/&quot;).  By default, folders and directories are
10837 mixed together.  The
10838 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10839 configuration option can be used to group directories toward the 
10840 beginning or end of the list.
10843 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10844 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10845 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10846 selected item.  Folder and directory management is provided via the
10847 Rename, Delete and Add commands.
10849 <P><CENTER>About Folders</CENTER>
10850 What are Folders?<P>
10852 Folders are simply files where messages are kept.  Every message has to be
10853 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10854 folder for sent mail and a folder for saved messages.<P>
10856 You may create as many other folders as you wish.  They must be given
10857 names that can be filenames on the filesystem.  
10860 You can move messages from one folder to another by opening the original
10861 folder and saving messages into the other folder just as you can save
10862 message from your INBOX to any other folder.<P>
10864 Folders are typically just files in the filesystem.  However, the files
10865 that are
10866 folders have some special formatting in them (so that Alpine knows where one
10867 message ends and another begins) and should <EM>not</EM> be edited outside of
10868 Alpine.  If you want copies of your messages in text files that you can edit
10869 or otherwise manipulate, use the Export command to copy them from Alpine into
10870 your regular file area.
10873 FOR MORE INFORMATION: See the section on
10874 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10876 <CENTER>About Directories</CENTER>
10878 A directory is simply a container used to group folders within a
10879 folder list.  You can create as many directories as you like.  And 
10880 directories can even contain directories themselves.
10883 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10884 to note that not all IMAP servers support directories.  If you find that
10885 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10886 then it's likely that directories are not supported by the server serving
10887 in that collection.
10890 Similarly, servers that do provide for directories may not do so in
10891 the same way.  On some servers, for example, each folder name you
10892 create is at the same time capable of being a directory.  When this
10893 happens, Alpine will display both the folder name and the name of the
10894 directory (with trailing hierarchy delimiter) in the folder list.
10897 Another issue with IMAP access, though with a much smaller set of servers,
10898 is that not all servers accept the request to list out the available
10899 folders and directories in the same way.  If you find yourself having
10900 trouble viewing folders on your server, you might investigate the
10901 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10902 feature.
10904 <UL>
10905 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10906 </UL>
10908 &lt;End of help on this topic&gt;
10909 </BODY>
10910 </HTML>
10911 ========= h_valid_folder_names ========
10912 <HTML>
10913 <HEAD>
10914 <TITLE>Explanation of Valid Folder Names</TITLE>
10915 </HEAD>
10916 <BODY>
10917 <H1>Folder Name Syntax Explained</H1>
10919 Once your folder collections are defined, you can usually refer to
10920 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10921 display.  However, understanding the complete syntax for folder names,
10922 both local and remote, is handy when using the Goto command and when
10923 you are adding new folder collections via the Setups/collectionList screen.
10925 An Alpine folder name looks like
10928 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10931 The square brackets ([]) mean that the part is optional.
10934 If there is no remote-specification, then the folder name is interpreted
10935 locally on the computer running Alpine.
10936 Local folder names depend on the operating system used by the computer 
10937 running Alpine, as well as the configuration of that system.  For example,
10938 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10939 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10940 system running Unix.
10943 Alpine users have the option of using folders that are stored on some other
10944 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10945 Access Protocol), or in the case of news, via NNTP (the Network News
10946 Transport Protocol).  To be able to access remote folders in Alpine, the
10947 remote host must be running the appropriate server software (imapd or
10948 nntpd) and you must correctly specify the name of the folder to Alpine,
10949 including the domain name of the remote machine. For example,
10951 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10953 could be a remote folder specification, and so could
10955 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10958 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10960 Note that in the case of remote folders, the directory/file path in the specification is 
10961 determined by the operating system of the remote computer, <B>not</B> by
10962 the operating system of the computer on which you are running Alpine.
10964 As you can tell, the name of the computer is in &#123;} brackets
10965 followed immediately by the name of the folder.  (In each of these cases the
10966 optional namespace is missing.)  If, as in these
10967 examples, there is no remote access protocol specified, then IMAP is
10968 assumed.  Check
10969 <A HREF="h_folder_server_syntax">here</A>
10970 for a more detailed look at what options can be placed between the brackets.
10971 If there are no brackets at all, then the folder name is interpreted locally
10972 on the computer on which you are running Alpine.
10975 To the right of the brackets when a server name is present, or at the
10976 start of the foldername if no server is present, the sharp sign,
10977 &quot;#&quot;, holds special meaning.  It indicates a folder name
10978 outside the area reserved for your personal folders.  In fact, it's
10979 used to indicate both the name of the folder, and a special phrase
10980 telling Alpine how to interpret the name that follows.
10983 So, for example, Alpine can be used to access a newsgroup that might be 
10984 available on your computer using:
10986 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10988 The sharp sign indicates the folder name is outside your personal
10989 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
10990 interpret the remainder of the name as a newsgroup.
10993 Similarly, to access a newsgroup on your IMAP server, you might
10994 use something like:
10996 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
10999 There are a number of such special phrases (or &quot;namespaces&quot;)
11000 available.  For a more detailed explanation read about
11001 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11004 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11005 names.  The name INBOX refers to your &quot;principal incoming
11006 message folder&quot; and will be mapped to the actual file name used for your
11007 INBOX on any given host.  Therefore, a name like
11008 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11009 store incoming mail for you on that particular host.
11012 &lt;End of help on this topic&gt;
11013 </BODY>
11014 </HTML>
11015 ======= h_folder_name_namespaces =======
11016 <HTML>
11017 <HEAD>
11018 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11019 </HEAD>
11020 <BODY>
11021 <H1>Folder Name Namespaces Explained</H1>
11023 An Alpine folder name looks like
11026 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11029 The local part of a folder name has an optional &quot;Namespace&quot; which
11030 tells Alpine how to interpret the rest of the name.
11032 <P> 
11033 By default the folder name is interpreted as defining a section of your personal
11034 folder area.  This area and how you specify it are defined by the
11035 server, if one is specified, or, typically, the home
11036 directory, if no server is defined.
11039 If a namespace is specified, it begins with the
11040 sharp, &quot;#&quot;, character followed by the name of the namespace
11041 and then the namespace's path-element-delimiter.  Aside from the
11042 path's format, namespaces can also imply access rights, content
11043 policy, audience, location, and, occasionally, access methods.
11046 Each server exports its own set (possibly of size one) of 
11047 namespaces.  Hence, it's likely communication with your server's
11048 administrator will be required for specific configurations.  Some of
11049 the more common namespaces, however, include:
11051 <DL>
11052 <DT>#news.</DT>
11053 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
11054 names are hierarchically defined with each level delimited by a period.
11056 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11058 </DD>
11059 <DT>#public/</DT>
11060 <DD>This specifies a folder area that the server may export to the general
11061 public.
11062 </DD>
11063 <DT>#shared/</DT>
11064 <DD>This specifies a folder area that the server may export to groups
11065 of users.
11066 </DD>
11067 <DT>#ftp/</DT>
11068 <DD>This specifies a folder area that is the same as that it may have 
11069 exported via the &quot;File Transfer Protocol&quot;.
11070 </DD>
11071 <DT>#mh/</DT>
11072 <DD>This specifies the personal folder area associated with folders
11073 and directories that were created using the MH message handling system.
11074 </DD>
11075 <DT>#move/</DT>
11076 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11078 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11080 The #move namespace is followed by two folder names separated by a delimiter
11081 character.
11082 The delimiter character may be any character that does not appear in
11083 the MailDropFolder name.
11084 The meaning of #move is that mail will be copied from the MailDropFolder to
11085 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11086 Periodic checks at frequency
11087 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11088 time between checks set by
11089 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11090 are made for new mail arriving in the MailDropFolder.
11091 An example that copies mail from a POP inbox to a local folder follows
11093 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11095 To you it appears that mail is being delivered to the local folder when it
11096 is copied from the MailDropFolder, and you read mail from the local folder.
11098 Note that if the DestinationFolder does not exist then the messages are not
11099 copied from the MailDropFolder.
11100 A #move folder may only be used as an
11101 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11102 an Inbox.
11103 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11104 on the
11105 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11106 option)
11107 the Add command has a subcommand &quot;Use Mail Drop&quot;
11108 which may be helpful for defining the folder in your Alpine configuration.
11109 The same is true when you edit the
11110 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11111 option in Setup/Config.
11112 Each of these configuration methods will also create the DestinationFolder
11113 if it doesn't already exist.
11114 If you are having problems, make sure the DestinationFolder exists.
11115 You may find some more useful information about Mail Drops at
11116 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11117 </DD>
11118 </DL>
11121 In addition, the server may support access to other user's folders,
11122 provided you have suitable permissions.  Common methods use a prefix
11123 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11124 indicate the root of the other user's folder area.
11127 No, nothing's simple.
11130 &lt;End of help on this topic&gt;
11131 </BODY>
11132 </HTML>
11133 ============= h_whatis_vcard ========================
11134 <HTML>
11135 <HEAD>
11136 <TITLE>VCARD EXPLAINED</TITLE>
11137 </HEAD>
11138 <BODY>
11139 <H1>What is the vCard format?</H1>
11140 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11141 information about and among people and organizations electronically.  
11142 More information about vCard can be found (as of May 1998) on the WWW site 
11143 of the Internet Mail Consortium at the URL:
11145 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11147 &lt;End of help on this topic&gt;
11148 </BODY>
11149 </HTML>
11150 ===== h_folder_open =====
11151 <HTML>
11152 <HEAD>
11153 <TITLE>Explanation of Folder Selection</TITLE>
11154 </HEAD>
11155 <BODY>
11156 <BR>
11157 <BR>
11158 This screen is designed to allow you to quickly and easily survey your
11159 folders and select one to open.
11160 <!--chtml if pinemode="function_key"-->
11161 <PRE>
11162 Navigating the List of Folders             General Alpine Commands
11163 ------------------------------             -----------------------
11164  P   Move to previous folder               ?   Show this help text
11165  N   Move to next folder
11166  -   Show previous screen of folders
11167 Spc  (space bar) Show next screen
11168  W   WhereIs (search folder names)
11170 Folder Selection Commands
11171 -------------------------
11172  E   Exit the Folder Select menu (without selecting a folder)
11173  S   Select the currently highlighted folder
11174 </PRE>
11175 <!--chtml else-->
11176 <PRE>
11177 Navigating the List of Folders             General Alpine Commands
11178 ------------------------------             -----------------------
11179 F5   Move to previous folder               F1  Show this help text
11180 F6   Move to next folder
11181 F7   Show previous screen of folders
11182 F8   Show next screen of folders
11183 F12  WhereIs (search folder names)
11185 Folder Selection Commands
11186 -------------------------
11187 F3   Exit the Folder Select menu (without selecting a folder)
11188 F4   Select the currently highlighted folder
11189 </PRE>
11190 <!--chtml endif-->
11192 FOR MORE INFORMATION: See the section on
11193 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11195 &lt;End of help on this topic&gt;
11196 </BODY>
11197 </HTML>
11198 ===== h_folder_subscribe =====
11199 <HTML>
11200 <HEAD>
11201 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11202 </HEAD>
11203 <BODY>
11204 <H1>FOLDER SUBSCRIBE HELP</H1>
11206 This screen is designed to help you subscribe to newsgroups you are
11207 not currently subscribed to.  The screen display is a list of all
11208 available newsgroups (or possibly a partial list if you specified a
11209 partial name when entering the screen).  Groups you have already
11210 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11211 select a single new group to subscribe to by moving the cursor to that
11212 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11213 you may change into ListMode with the &quot;ListMode&quot; command.
11214 The display will change slightly so that each group has a checkbox in
11215 front of it.  Use the cursor and the Set/Unset command to place an
11216 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11219 When you are finished marking groups, the &quot;Subscribe&quot;
11220 command will subscribe you to those groups you have marked.  Note, you
11221 may not unsubscribe to groups with this command.  Instead of the
11222 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11223 UnSbscrbe command.
11226 <!--chtml if pinemode="function_key"-->
11227 <PRE>
11228 Navigating the List of Newsgroups          General Alpine Commands
11229 ---------------------------------          -----------------------
11230 F5   Move to previous group                F1   Show this help text
11231 F6   Move to next group
11232 F7   Show previous screen of groups
11233 F8   Show next screen of groups
11234 F12  WhereIs (search group names)
11235 F9   Use ListMode
11237 Group Selection Commands
11238 -------------------------
11239 F3  Exit the News Subscribe menu (without selecting any groups)
11240 F4  Subscribe to the currently highlighted newsgroup
11241 </PRE>
11242 <!--chtml else-->
11243 <PRE>
11244 Navigating the List of Newsgroups          General Alpine Commands
11245 ---------------------------------          -----------------------
11246  P   Move to previous group                ?   Show this help text
11247  N   Move to next group
11248  -   Show previous screen of groups
11249 Spc  (space bar) Show next screen
11250  W   WhereIs (search group names)
11251  L   Use ListMode
11253 Group Selection Commands
11254 -------------------------
11255  E   Exit the News Subscribe menu (without selecting any groups)
11256  S   Subscribe to the currently highlighted newsgroup
11257 </PRE>
11258 <!--chtml endif-->
11260 When in ListMode, there is an additional command for marking groups to
11261 subscribe to:
11263 <!--chtml if pinemode="function_key"-->
11264 <PRE>
11265 ListMode Commands
11266 -------------------------
11267 F9  Set or unset the highlighted group
11268 </PRE>
11269 <!--chtml else-->
11270 <PRE>
11271 ListMode Commands
11272 -------------------------
11273 X   Set or unset the highlighted group
11274 </PRE>
11275 <!--chtml endif-->
11277 &lt;End of help on this topic&gt;
11278 </BODY>
11279 </HTML>
11280 ===== h_folder_postnews =====
11281 <HTML>
11282 <HEAD>
11283 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11284 </HEAD>
11285 <BODY>
11286 This screen is designed to allow you to quickly and easily survey
11287 the available newsgroups and select one to post news to.
11289 <!--chtml if pinemode="function_key"-->
11290 <PRE>
11291 Navigating the List of Newsgroups          General Alpine Commands
11292 ---------------------------------          -----------------------
11293 F5   Move to previous group                F1  Show this help text
11294 F6   Move to next group
11295 F7   Show previous screen of groups
11296 F8   Show next screen of groups
11297 F12  WhereIs (search group names)
11299 Group Selection Commands
11300 -------------------------
11301 F3   Exit the Selection menu (without selecting a group)
11302 F4   Select the currently highlighted newsgroup
11303 </PRE>
11304 <!--chtml else-->
11305 <PRE>
11306 Navigating the List of Newsgroups          General Alpine Commands
11307 ---------------------------------          -----------------------
11308  P   Move to previous group                ?  Show this help text
11309  N   Move to next group
11310  -   Show previous screen of groups
11311 Spc  (space bar) Show next screen of groups
11312  W   WhereIs (search group names)
11314 Group Selection Commands
11315 -------------------------
11316  E   Exit the Selection menu (without selecting a group)
11317  S   Select the currently highlighted newsgroup
11318 </PRE>
11319 <!--chtml endif-->
11321 &lt;End of help on this topic&gt;
11322 </BODY>
11323 </HTML>
11324 ===== h_folder_save =====
11325 <HTML>
11326 <HEAD>
11327 <TITLE>Folder Select for Save Explained</TITLE>
11328 </HEAD>
11329 <BODY>
11330 This screen is designed to allow you to quickly and easily survey your
11331 folders and select one to use for saving the current message.
11334 <!--chtml if pinemode="function_key"-->
11335 <PRE>
11336 Navigating the List of Folders             General Alpine Commands
11337 ------------------------------             -----------------------
11338 F5   Move to previous folder               F1  Show this help text
11339 F6   Move to next folder
11340 F7   Show previous screen of folders
11341 F8   Show next screen of folders
11342 F12  WhereIs (search folder names)
11344 Folder Selection Commands
11345 -------------------------
11346 F3   Exit the Folder Select menu (without selecting a folder)
11347 F4   Select the currently highlighted folder
11348 F11  AddNew folder (just like Select, but you type in a new folder name)
11349 </PRE>
11350 <!--chtml else-->
11351 <PRE>
11352 Navigating the List of Folders             General Alpine Commands
11353 ------------------------------             -----------------------
11354  P   Move to previous folder               ?  Show this help text
11355  N   Move to next folder
11356  -   Show previous screen of folders
11357 Spc  (space bar) Show next screen of folders
11358  W   WhereIs (search folder names)
11360 Folder Selection Commands
11361 -------------------------
11362  E   Exit the Folder Select menu (without selecting a folder)
11363  S   Select the currently highlighted folder
11364  A   AddNew folder (just like Select, but you type in a new folder name)
11365 </PRE>
11366 <!--chtml endif-->
11368 FOR MORE INFORMATION: See the section on
11369 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11371 &lt;End of help on this topic&gt;
11372 </BODY>
11373 </HTML>
11374 ===== h_folder_fcc =====
11375 <HTML>
11376 <HEAD>
11377 <TITLE>Folder Select for Fcc Explained</TITLE>
11378 </HEAD>
11379 <BODY>
11380 This screen is designed to allow you to quickly and easily survey your
11381 folders and select one to use as the file carbon copy (fcc) for the
11382 current message.
11385 <!--chtml if pinemode="function_key"-->
11386 <PRE>
11387 Navigating the List of Folders             General Alpine Commands
11388 ------------------------------             -----------------------
11389 F5   Move to previous folder               F1  Show this help text
11390 F6   Move to next folder
11391 F7   Show previous screen of folders
11392 F8   Show next screen of folders
11393 F12  WhereIs (search folder names)
11395 Folder Selection Commands
11396 -------------------------
11397 F3   Exit the Folder Select menu (without selecting a folder)
11398 F4   Select the currently highlighted folder
11399 F11  AddNew folder (just like Select, but you type in a new folder name)
11400 </PRE>
11401 <!--chtml else-->
11402 <PRE>
11403 Navigating the List of Folders             General Alpine Commands
11404 ------------------------------             -----------------------
11405  P   Move to previous folder               ?  Show this help text
11406  N   Move to next folder
11407  -   Show previous screen of folders
11408 Spc  (space bar) Show next screen of folders
11409  W   WhereIs (search folder names)
11411 Folder Selection Commands
11412 -------------------------
11413  E   Exit the Folder Select menu (without selecting a folder)
11414  S   Select the currently highlighted folder
11415  A   AddNew folder (just like Select, but you type in a new folder name)
11416 </PRE>
11417 <!--chtml endif-->
11419 FOR MORE INFORMATION: See the section on
11420 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11422 &lt;End of help on this topic&gt;
11423 </BODY>
11424 </HTML>
11425 ===== h_folder_pattern_roles =====
11426 <HTML>
11427 <HEAD>
11428 <TITLE>Folder Select for Current Folder Explained</TITLE>
11429 </HEAD>
11430 <BODY>
11431 This screen is designed to allow you to quickly and easily survey your
11432 folders and select one to use as the specific Current Folder
11433 in a Pattern.
11436 <!--chtml if pinemode="function_key"-->
11437 <PRE>
11438 Navigating the List of Folders             General Alpine Commands
11439 ------------------------------             -----------------------
11440 F5   Move to previous folder               F1  Show this help text
11441 F6   Move to next folder
11442 F7   Show previous screen of folders
11443 F8   Show next screen of folders
11444 F12  WhereIs (search folder names)
11446 Folder Selection Commands
11447 -------------------------
11448 F3   Exit the Folder Select menu (without selecting a folder)
11449 F4   Select the currently highlighted folder
11450 F11  AddNew folder (just like Select, but you type in a new folder name)
11451 </PRE>
11452 <!--chtml else-->
11453 <PRE>
11454 Navigating the List of Folders             General Alpine Commands
11455 ------------------------------             -----------------------
11456  P   Move to previous folder               ?  Show this help text
11457  N   Move to next folder
11458  -   Show previous screen of folders
11459 Spc  (space bar) Show next screen of folders
11460  W   WhereIs (search folder names)
11462 Folder Selection Commands
11463 -------------------------
11464  E   Exit the Folder Select menu (without selecting a folder)
11465  S   Select the currently highlighted folder
11466  A   AddNew folder (just like Select, but you type in a new folder name)
11467 </PRE>
11468 <!--chtml endif-->
11470 FOR MORE INFORMATION: See the section on
11471 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11473 &lt;End of help on this topic&gt;
11474 </BODY>
11475 </HTML>
11476 ===== h_folder_stayopen_folders =====
11477 <HTML>
11478 <HEAD>
11479 <TITLE>Folder Select Explained</TITLE>
11480 </HEAD>
11481 <BODY>
11482 This screen is designed to allow you to quickly and easily survey your
11483 folders and select one to use as a Stay-Open folder.
11486 <!--chtml if pinemode="function_key"-->
11487 <PRE>
11488 Navigating the List of Folders             General Alpine Commands
11489 ------------------------------             -----------------------
11490 F5   Move to previous folder               F1  Show this help text
11491 F6   Move to next folder
11492 F7   Show previous screen of folders
11493 F8   Show next screen of folders
11494 F12  WhereIs (search folder names)
11496 Folder Selection Commands
11497 -------------------------
11498 F3   Exit the Folder Select menu (without selecting a folder)
11499 F4   Select the currently highlighted folder
11500 F11  AddNew folder (just like Select, but you type in a new folder name)
11501 </PRE>
11502 <!--chtml else-->
11503 <PRE>
11504 Navigating the List of Folders             General Alpine Commands
11505 ------------------------------             -----------------------
11506  P   Move to previous folder               ?  Show this help text
11507  N   Move to next folder
11508  -   Show previous screen of folders
11509 Spc  (space bar) Show next screen of folders
11510  W   WhereIs (search folder names)
11512 Folder Selection Commands
11513 -------------------------
11514  E   Exit the Folder Select menu (without selecting a folder)
11515  S   Select the currently highlighted folder
11516  A   AddNew folder (just like Select, but you type in a new folder name)
11517 </PRE>
11518 <!--chtml endif-->
11520 FOR MORE INFORMATION: See the section on
11521 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11523 &lt;End of help on this topic&gt;
11524 </BODY>
11525 </HTML>
11526 ===== h_folder_action_roles =====
11527 <HTML>
11528 <HEAD>
11529 <TITLE>Folder Select Explained</TITLE>
11530 </HEAD>
11531 <BODY>
11532 This screen is designed to allow you to quickly and easily survey your
11533 folders and select one to use as the folder into which messages
11534 matching this filter will be moved.
11537 <!--chtml if pinemode="function_key"-->
11538 <PRE>
11539 Navigating the List of Folders             General Alpine Commands
11540 ------------------------------             -----------------------
11541 F5   Move to previous folder               F1  Show this help text
11542 F6   Move to next folder
11543 F7   Show previous screen of folders
11544 F8   Show next screen of folders
11545 F12  WhereIs (search folder names)
11547 Folder Selection Commands
11548 -------------------------
11549 F3   Exit the Folder Select menu (without selecting a folder)
11550 F4   Select the currently highlighted folder
11551 F11  AddNew folder (just like Select, but you type in a new folder name)
11552 </PRE>
11553 <!--chtml else-->
11554 <PRE>
11555 Navigating the List of Folders             General Alpine Commands
11556 ------------------------------             -----------------------
11557  P   Move to previous folder               ?  Show this help text
11558  N   Move to next folder
11559  -   Show previous screen of folders
11560 Spc  (space bar) Show next screen of folders
11561  W   WhereIs (search folder names)
11563 Folder Selection Commands
11564 -------------------------
11565  E   Exit the Folder Select menu (without selecting a folder)
11566  S   Select the currently highlighted folder
11567  A   AddNew folder (just like Select, but you type in a new folder name)
11568 </PRE>
11569 <!--chtml endif-->
11571 FOR MORE INFORMATION: See the section on
11572 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11574 &lt;End of help on this topic&gt;
11575 </BODY>
11576 </HTML>
11577 ===== h_abook_config =====
11578 <HTML>
11579 <HEAD>
11580 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11581 </HEAD>
11582 <BODY>
11583 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11584 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11585 <!--chtml if pinemode="function_key"-->
11586 <PRE>
11587 Available  Commands                        
11588 -------------------------------            
11589 F1  Show Help Text                         
11590 F3  Back to MAIN Alpine menu                 
11591 F4  Change configuration for address book  
11592 F5  Move to previous address book          
11593 F6  Move to next address book              
11594 F7  Previous page of address books         
11595 F8  Next page of address books             
11596 F9  Add new address book                   
11597 F10 Delete existing address book           
11598 F11 Shuffle the order of address books     
11599 F12 Whereis (search address book titles)   
11600 </PRE>
11601 <!--chtml else-->
11602 <PRE>
11603 Navigation                     General Alpine Commands
11604 -----------------------        -----------------------
11605  P  Prev Address Book           ?  Display this help text
11606  N  Next Address Book           E  Back to MAIN Alpine menu
11607  -  Previous page
11608 Spc (space bar) Next page
11609  W  WhereIs (search for word in address book titles)
11611 Setup Address Books Commands
11612 ------------------------------------------------
11613  A  Add new address book          $  Shuffle the order of address books
11614  D  Delete existing address book  C  Change configuration for address book
11615 </PRE>
11616 <!--chtml endif-->
11618 <H2>Description of the Setup Address Books Screen</H2>
11620 This screen lets you add, delete, modify, or change the order of your
11621 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11622 fill in.  If you are adding a remote address book on an IMAP server
11623 you should fill in the name of the IMAP server.  Otherwise, leave
11624 that field blank.  (Note that remote IMAP address books are an Alpine
11625 concept and are unlikely to interoperate with other mail clients.)
11626 For a remote address book, fill in the name of the remote folder
11627 in the Folder field.  This should be a folder that is used only for
11628 this one purpose, not a general purpose folder you expect to store
11629 messages in.
11630 <P>If you are adding a local address book, fill in the
11631 Folder Name field with a local file name (e.g., .addressbook).
11633 <B>Please note:</B> Remote address books stored on an IMAP server are 
11634 of an entirely different format (namely, a special-purpose 
11635 &quot;mail folder&quot;) than that of the local addressbook familiar 
11636 to Alpine users.  Therefore, 
11637 you cannot use &quot;add a remote address book&quot; to make an existing 
11638 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11639 Alpine running on a different host.  
11642 The &quot;Del Abook&quot; command allows you to remove an address book
11643 from your configuration.  It will also ask you if you wish to remove
11644 the data for that address book, which would erase all traces of the
11645 address book if you answer Yes.
11648 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11649 The difference is that instead of adding a new address book to your
11650 configuration, you are changing the configuration of an existing entry.
11651 For example, you might want to correct a typing error or change a
11652 nickname.  The &quot;Change&quot; command is not a move command.  If you
11653 change the folder name or server name the data will not be moved for you.
11656 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11657 an address book toward another address book in the same group then
11658 the order of those two address books will be swapped.  If you shuffle
11659 the last Personal address book down towards the Global address book
11660 section, it will become a Global address book.  If you shuffle
11661 the first Global address book up it will become a Personal address
11662 book.  The main difference between Personal and Global address
11663 books is that Global address books are forced read-only.
11664 <P><UL>
11665 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11666 </UL>
11668 &lt;End of help on this topic&gt;
11669 </BODY>
11670 </HTML>
11671 ===== h_abook_top =====
11672 <HTML>
11673 <HEAD>
11674 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11675 </HEAD>
11676 <BODY>
11677 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11678 <!--chtml if pinemode="function_key"-->
11679 <PRE>
11680 Available  Commands -- Group 1         Available Commands -- Group 2
11681 -------------------------------        ------------------------------
11682 F1  Show Help Text                      F1  Show Help Text
11683 F2  See commands in next group          F2  See commands in next group
11684 F3  Exit to MAIN MENU                   F3  Quit Alpine
11685 F4  View/Edit selected address book
11686 F5  Move to previous address book       F5  FOLDER LIST screen
11687 F6  Move to next address book           F6  Specify a folder to go to
11688 F7  Previous page                       F7  MESSAGE INDEX screen
11689 F8  Next page                           F9  Print list of address books
11690 F12 Whereis (search for word)
11691 </PRE>
11692 <!--chtml else-->
11693 <PRE>
11694 Navigation                       General Alpine Commands
11695 -----------------------          -----------------------
11696  P  Previous Entry                ?  Display this help text
11697  N  Next Entry                    O  Show all other available commands
11698  -  Previous page                 &lt;  Back to MAIN Alpine menu
11699 Spc (space bar) Next page         Q  Quit Alpine
11700  W  WhereIs (search for word)     L  FOLDER LIST screen
11701                                   G  Specify a folder to go to
11702 Address Book Commands             I  MESSAGE INDEX screen
11703 ------------------------------------------------
11704  &gt;  View/Edit selected address book
11705               or
11706  &gt;  Search on selected directory server
11708  %  Print list of address books and directory servers
11709 </PRE>
11710 <!--chtml endif-->
11712 <H2>Description of the Address Book List Screen</H2>
11714 From this screen you may choose which address book you wish to view
11715 or edit. For more information on address books, view one of your
11716 address books (with
11717 <!--chtml if pinemode="function_key"-->
11719 <!--chtml else-->
11720 &quot;&gt;&quot;
11721 <!--chtml endif-->)
11722 and see the Help Text there.<P>
11724 You may also choose a directory server on which to search for entries.
11725 You do that by highlighting the directory server line and using
11726 <!--chtml if pinemode="function_key"-->
11728 <!--chtml else-->
11729 &quot;&gt;&quot;
11730 <!--chtml endif-->.<P>
11732 If you wish to define new address books or directory servers go to the Main
11733 menu and choose Setup. You may then either choose to setup AddressBooks or
11734 Directory (among other things). It's possible that the Directory option
11735 will not be there if the Alpine you are using does not contain LDAP directory
11736 lookup functionality.
11738 <P><UL>
11739 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11740 </UL><P>
11741 &lt;End of help on this topic&gt;
11742 </BODY>
11743 </HTML>
11744 ===== h_abook_opened =====
11745 <HTML>
11746 <HEAD>
11747 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11748 </HEAD>
11749 <BODY>
11750 <H1>THE ALPINE ADDRESS BOOK</H1>
11751 <H2>ADDRESS BOOK COMMANDS</H2>
11752 <PRE>
11753 <!--chtml if pinemode="function_key"-->
11754 Available  Commands -- Group 1         Available Commands -- Group 2   
11755 -------------------------------        ------------------------------  
11756 F1  Show Help Text                      F1  Show Help Text             
11757 F2  See commands in next group          F2  See commands in next group
11758 F3  Exit this screen                    F3  Quit Alpine                  
11759 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11760 F5  Move to previous entry              F5  FOLDER LIST screen         
11761 F6  Move to next entry                  F6  Specify a folder to go to  
11762 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11763 F8  Next page of address book           F8  Compose to entry using roles
11764 F9  Add new entry to address book       F9  Print address book         
11765 F10 Delete selected entry               F10 TakeAddr to another addrbook
11766 F11 Compose to selected entry           F11 Save or Export addrbook selections
11767 F12 Whereis (search address book)       F12 Forward entry by mail       
11769 Available Commands -- Group 3                                           
11770 ------------------------------                                          
11771 F3  Select                              F6  Zoom (or unZoom)            
11772 F5  Select Current                      F7  Apply Command to Selection  
11773 <!--chtml else-->
11774 Address Book Navigation        General Alpine Commands
11775 -----------------------        -----------------------
11776  P  Prev Address                  ?  Display this help text
11777  N  Next Address                  O  Show all other available commands
11778  -  Previous page of address book M  Back to MAIN MENU
11779 Spc (space bar) Next page         Q  Quit Alpine
11780  W  WhereIs (search for word      C  Compose message to selected addr
11781      or name in address book)     #  Compose to addr using roles
11782  &lt;  To List of Address Books if   L  FOLDER LIST screen
11783      more than one, else to MAIN  G  Specify a folder to go to
11784                                   I  MESSAGE INDEX screen
11786 Address Book Commands
11787 ----------------------------------------------------
11788  &gt;  View/Update selected entry    D  Delete selected entries
11789  %  Print address book            S  Save or Export address book selections
11790  F  Forward entries by mail       @  Add new entry to address book
11792  ;  Select command                Z  Toggle Zoom Mode
11793  :  Select highlighted entry      A  Apply command to selected entries
11795 <!--chtml endif-->
11796 </PRE>
11797 Note:  The presence or absence of the final four commands above is
11798 controlled by the option 
11799 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11802 <H2>Description of the Address Book Screen</H2>
11804 This screen lets you edit and manage entries in your address book.  It
11805 also acts as a short-cut for composing messages to people in the address
11806 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11807 message starts &quot;pre-addressed&quot; to whatever address book entry is
11808 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
11809 role to use in your composition.
11811 Alpine's address book helps you keep a list of addresses you send email to so
11812 you do not have to remember addresses that are often complex.  Each entry
11813 in the address book has five fields, all of them optional.  The three
11814 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11816         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11817         This is what you type in as you are addressing the message in the
11818         composer.  If there is a matching entry in your address book(s),
11819         Alpine will extract the corresponding FullName and Address fields to
11820         generate the actual address for your message.
11822         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11823 of the
11824         person or organization.  Usually the full names are put in last
11825         name first so they sort nicely in alphabetical order.  Whatever
11826         you put as the name here will appear on the message when it is
11827         finally delivered.  Examples:<PRE>
11828            Garcia Marquez, Gabriel
11829            Henscheid, Eckhard
11830            Alpine-Info mailing list
11831            Library materials renewal requests
11832            Kim An-guk
11833            &quot;George III, King of Great Britain, 1738-1820&quot;
11834 </PRE>
11835 (In the second-to-last example, no comma is used in the name so that 
11836 the family name appears first in the address book and when the entry is 
11837 used in the composer.
11838 In the last example, retaining the commas is intended; 
11839 double-quotation marks surround the name to 
11840 prevent the transposition of its parts when the entry is used in 
11841 the composer.)
11843         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11844         a valid Internet address that conforms to the Internet message
11845         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11847 The two fields that aren't usually visible are:<DL>
11849   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11850         message to this address to be saved in.  If this field is set, and
11851         this address is the first one in the message's To: header, then
11852         Alpine will use this folder name for the FCC in lieu of the normal
11853         FCC folder name.
11855   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11856         </DL>
11858 Due to screen width limitations, these last two fields do not show up in
11859 the normal ADDRESS BOOK display.  You may select the 
11860 &quot;View/Update&quot; command to
11861 view or modify them.  You may use the configuration variable
11862 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11863 to add these fields to your ADDRESS BOOK 
11864 display, or to modify the format of the display.
11866 <H2>Sorting the Address book</H2>
11868 By default, address book entries are sorted alphabetically on the full
11869 name with distribution lists sorted to the end.  Sorting can be changed by
11870 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11871 --assuming you have &quot;write&quot; permission for the address book file.
11873 Unlike the sorting of folders (which only changes presentation), sorting an
11874 address book actually changes the file as it is kept on the computer.  For
11875 this reason you won't be able to sort a shared or system-wide address
11876 book.
11878 <H2>Adding New Entries</H2>
11880 The easiest way to add new entries to your address book is to use the
11881 &quot;TakeAddr&quot; command when viewing a message.
11882 This command allows you to take addresses from the header and body of the
11883 message and put them into your address book, without having to type
11884 them in.
11887 To manually add a new entry from within the address book screen, use the AddNew
11888 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11889 Use this command both for adding a simple alias and for adding a
11890 distribution list.
11892 <H2>Distribution Lists</H2>
11894 Address book entries can be simple cases of aliases (a single nickname is linked
11895 to a single email address) or distribution lists (a single nickname
11896 pointing at more than one email address).  Each distribution list has a
11897 nickname, a full name and a list of addresses.  The addresses may be
11898 actual addresses or they may be other nicknames in your address book.
11899 They may even refer to other distribution lists.
11900 There's really no difference between a simple alias and a distribution list,
11901 other than the number of addresses.
11902 Therefore, you can turn a simple alias with one address into a distribution
11903 list simply by adding more addresses.
11904 To add entries to an existing list or alias
11905 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
11906 a single address from the list if the cursor is placed on the address;
11907 it will delete the entire distribution list if the cursor is on the
11908 nickname/fullname line.  View/Update may also be used to delete addresses
11909 from a list.
11911 Address field entries in distribution lists may take any one of three
11912 forms: a nickname existing in any of the defined address books, a normal
11913 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11914 fullname/address combination, e.g. &quot;John Smith
11915 &lt;jsmith@art.example.com&gt;&quot;.
11917 Distribution lists in Alpine address books can only be used by the person or
11918 people who have access to that address book.  They are not usually used to
11919 implement discussion groups, but can be used to facilitate small
11920 discussion groups if all the participants have access to the same shared
11921 address book.
11923 <H2>FCC and Comments</H2>
11925 As mentioned above, each entry in the address book also has two other optional
11926 fields, Fcc and Comments.  The command to look at or change either of these
11927 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
11928 Comments field is just for your own use.  The Fcc field overrides the
11929 default Fcc if this address is the first one on the To line.  The WhereIs
11930 command may be used to search for particular strings in the address book,
11931 including fields that are not visible (like Comment and Fcc by default).
11933 <H2>Aggregate Operations</H2>
11935 If the feature
11936 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11937 is turned on (the default), then the four commands &quot;Select&quot;,
11938 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11939 are available.  The two selection commands allow you to mark a set of
11940 address book entries as being selected.  If you have more than one address
11941 book, the selections may be in more than one of those address books.
11942 The &quot;Zoom&quot; command will toggle between displaying only the selected
11943 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11944 apply one of the regular address book commands to all of the selected
11945 entries.  Usually the address book commands apply to only the entry
11946 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11947 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11948 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11950 <H2>Exporting and Forwarding Address book entries</H2>
11952 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
11953 address book entry is placed in a plain text file in your home directory
11954 <!--chtml if pinemode="running"-->
11955 (which, in the present configuration of your system, is
11956  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11957 <!--chtml endif-->
11958 or current working directory
11959 <!--chtml if pinemode="running"-->
11960 (which, at least for your current Alpine &quot;session,&quot; 
11961 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11962 <!--chtml endif-->, depending on the 
11963 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11964 configuration setting.  If you have some entries selected and use the
11965 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11966 placed in the text file.
11968 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11969 address book entry is placed in a special attachment and you are put into
11970 the composer.  You can fill in some comments in the body of the message,
11971 if you'd like, and send it to somebody else who uses Alpine.  The recipient
11972 may use the TakeAddr command on that message to insert the address book
11973 entry you sent in their own address book.  If you have some entries
11974 selected and use the Apply Forward command all of the selected entries
11975 will be forwarded in a single message.  You may
11976 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.
11977 The recipient must be using Alpine in order to receive this correctly.
11978 One way for the recipient to handle this might be to create an empty
11979 address book and then &quot;Take&quot; your forwarded address book entries into
11980 that empty address book.
11982 <H2>Multiple and/or Site-Wide Address books</H2>
11984 You may have more than one personal address book.  In addition, there may
11985 be one or more global address books.  This capability allows you to have
11986 multiple personal address books (some of which may be shared) and it also
11987 allows system administrators to implement site-wide address books that
11988 contain entries for users on multiple machines within the organization.
11989 <P><DL>
11990 <DT>Searching
11991   <DD> If you enter a nickname when composing a message, your
11992   personal address books will be searched through in order, and then the
11993   global address book(s) searched. If more than one address book has an entry
11994   for the nickname, Alpine uses the first one that it finds, so an entry in
11995   your personal address book would override a global address book entry. If
11996   after searching all the address books there is still no match, (Unix) Alpine
11997   then searches the local host password file on the assumption that you have
11998   entered a local user name rather than an address book nickname.
11999   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12000   command, but global address books are always searched after personal
12001   address books.
12003   <P><DT>Tab completion
12004   <DD> If the
12005   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12006   feature is turned on (the default) then the Tab key may be used
12007   in the composer to complete partially typed nicknames in the To
12008   or Cc lines. You type the first few letters of a nickname and then
12009   press the Tab key. It there is only one nickname that matches it will
12010   be filled in by Alpine. If there is more than one the unambiguous part
12011   of the nicknames will be filled in. For example, if your address book or
12012   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12013   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12014   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12015   If you then type a second Tab character you will be presented with a list
12016   of matching nicknames to select from. Alternatively, you could type another
12017   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12018   in the entire &quot;barbecue&quot; entry.
12020   <P><DT>Defining
12021   <DD> You define multiple personal address books in the 
12022   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12023   from the MAIN MENU.  
12024   You may add as many as you like.  Global address books are usually
12025   site-wide address books defined by the System administrator, but
12026   you may define global address books of your own just like you define
12027   personal address books.
12029   <P><DT>Creating and updating
12030   <DD> Personal address books are normally created empty
12031   and populated by explicit additions from within Alpine, e.g. via the
12032   TakeAddr command.  Unlike personal address books, global address books may
12033   not be modified/updated from within Alpine; that is, they are Read-Only.
12034   Thus, global address books are created, populated and updated outside of
12035   Alpine. They might be hand-edited, generated by a program from another
12036   database, or by copying an existing address book.  They might also be
12037   some other user's personal address book, and so be modified normally by
12038   that user but accessed Read-Only by you.  See the Alpine Technical
12039   Notes document (included in the Alpine distribution) for more information on
12040   this.
12042   <P><DT>Accessing
12043   <DD>There are two different types of address books in Alpine.
12044   A local address book is stored in a regular file and the normal file
12045   access permissions apply.  A remote address book is stored on an IMAP
12046   server in a special folder that contains only messages pertaining to
12047   that address book.  The last message in the remote folder contains a
12048   copy of the address book data, and that data is copied to a local cache
12049   file in your home directory.  From there it is accessed just like a local
12050   address book.  The name of the cache file is kept track of in a special
12051   file called the
12052   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
12053   the name of which is stored in
12054   your Alpine configuration file the first time you use a remote address book.
12055   Just as local Alpine address books use a format that only Alpine understands,
12056   remote Alpine address books do the same and other mail reading programs
12057   are unlikely to be able to understand them.<P>
12058   While global address books are explicitly intended to be shared, there is
12059   nothing to prevent you from sharing a personal address book with other
12060   Alpine users. This might be useful in the case of a small workgroup.
12061   However, it is recommended that updates to shared personal address books
12062   be done when other Alpine users are not accessing the address book. Alpine
12063   does not do any file-locking to manage concurrent updates to the
12064   addressbook, but it does check to see if the file has been modified before
12065   making any changes.  Consequently, inadvertent concurrent updates will
12066   only cause other Alpine users to have to restart their address book
12067   operation, which will cause Alpine to reopen the updated file.
12069   <P><DT>Converting to Remote
12070   <DD>The easiest way to convert an existing local
12071   address book into a remote address book is to create an empty new remote
12072   personal address book by typing &quot;A&quot; to execute the
12073   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12074   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12075   address book.
12076   After you have added the empty
12077   remote address book, go into the screen for the address book you wish
12078   to copy and &quot;Select&quot; &quot;All&quot;.
12079   This selects every entry in that
12080   address book.  Then type the command &quot;Apply Save&quot;.
12081   You will be asked for the address book to save to.  You may use ^P and ^N
12082   to get to the new empty address book, then hit RETURN and the addresses
12083   will be copied.
12084   At this point you'll probably want to unselect all the entries in the local
12085   address book before proceeding. You do that with
12086   &quot;Select&quot; &quot;unselect All&quot;.
12088 </DL>
12089 <UL>
12090 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12091 </UL>
12092 <P><UL>
12093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12094 </UL>
12096 &lt;End of help on this topic&gt;
12097 </BODY>
12098 </HTML>
12099 ===== h_abook_select_addr =====
12100 <HTML>
12101 <HEAD>
12102 <TITLE>Addressbook Selection Explained</TITLE>
12103 </HEAD>
12104 <BODY>
12105 <H1>SELECT ADDRESS</H1>
12106 <!--chtml if pinemode="function_key"-->
12107 <PRE>
12108 Navigating the List of Messages               General Alpine Commands
12109 -------------------------------               -----------------------
12110 F5   Move to previous entry                   F1  Show this help text
12111 F6   Move to next entry
12112 F7   Show previous screen of address book
12113 F8   Show next screen of address book
12114 F12  WhereIs (search through address book)
12116 Address Selection Commands
12117 --------------------------
12118 F3   Exit the Address Select screen (without selecting an address)
12119 F4   Select the currently highlighted entry
12120 </PRE>
12121 <!--chtml else-->
12122 <PRE>
12123 Navigating the List of Messages               General Alpine Commands
12124 -------------------------------               -----------------------
12125  P   Move to previous entry                    ?  Show this help text
12126  N   Move to next entry
12127  -   Show previous screen of address book
12128 Spc  (space bar) Show next screen of address book
12129  W   WhereIs (search through address book)
12131 Address Selection Commands
12132 --------------------------
12133  E   Exit the Address Select screen (without selecting an address)
12134  S   Select the currently highlighted entry
12135 </PRE>
12136 <!--chtml endif-->
12139 This screen is designed to let you easily scan your address book(s) in
12140 order to select an entry for the message you are composing.  You cannot
12141 edit your address book in any way at this time, for address book
12142 maintenance, select the address book command when not composing a message.
12145 If you are composing a message and know the nickname of the person/list you
12146 want, you can bypass this screen by simply typing in the nickname on the
12147 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12148 selecting an entry does not cancel your message.
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_top =====
12160 <HTML>
12161 <HEAD>
12162 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12163 </HEAD>
12164 <BODY>
12165 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12166 <!--chtml if pinemode="function_key"-->
12167 <PRE>
12168 Navigating the List of Address Books       General Alpine Commands
12169 ------------------------------------       -----------------------
12170 F4   View the highlighted address book
12171 F5   Move to previous address book         F1  Show this help text
12172 F6   Move to next address book
12173 F7   Show previous screen of address books
12174 F8   Show next screen of address books
12175 F12  WhereIs (search through address books)
12177 Address Selection Commands
12178 --------------------------
12179 F3   Exit the Address Select screen (without selecting an address)
12180 F4   Select the currently selected entries (if using ListMode)
12181 F9   Change to ListMode
12182 </PRE>
12183 <!--chtml else-->
12184 <PRE>
12185 Navigating the List of Address Books       General Alpine Commands
12186 ------------------------------------       -----------------------
12187  &gt;   View the highlighted address book
12188  P   Move to previous address book         ?  Show this help text
12189  N   Move to next address book
12190  -   Show previous screen of address books
12191 Spc  (space bar) Show next screen of address books
12192  W   WhereIs (search through address books)
12194 Address Selection Commands
12195 --------------------------
12196  E   Exit the Address Select screen (without selecting an address)
12197  S   Select the currently selected entries (if using ListMode)
12198  L   Change to ListMode
12199 </PRE>
12200 <!--chtml endif-->
12203 This screen is designed to let you easily scan your address book(s) in
12204 order to select entries for the message you are composing.  You cannot
12205 edit your address book in any way at this time.  For address book
12206 maintenance, select the address book command when not composing a message.
12209 If you are composing a message and know the nickname of the person/list you
12210 want, you can bypass this screen by simply typing in the nickname on the
12211 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12212 selecting an entry does not cancel your message.
12215 The ListMode command will add a column at the left edge of the screen.
12216 You mark the entries that you wish to select with the &quot;X&quot; command.
12217 This allows you to choose more than one entry at a time.
12220 An alternative method of composing a message to entries in your
12221 address book(s) is to first use the &quot;Select&quot; command from
12222 the address book maintenance screen and then the &quot;Apply&quot;
12223 &quot;ComposeTo&quot; command to start the composer composing to the
12224 selected entries.
12227 FOR MORE INFORMATION on addressing see
12228 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12229 <A HREF="h_abook_opened">Address Book Screen's</A>
12230 help text.
12232 &lt;End of help on this topic&gt;
12233 </BODY>
12234 </HTML>
12235 ===== h_abook_select_listmode =====
12236 <HTML>
12237 <HEAD>
12238 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12239 </HEAD>
12240 <BODY>
12241 <H1>COMPOSER: SELECT ADDRESSES</H1>
12242 <!--chtml if pinemode="function_key"-->
12243 <PRE>
12244 Navigating the List of Messages                 General Alpine Commands
12245 -------------------------------                 -----------------------
12246 F5   Move to previous entry                     F1  Show this help text
12247 F6   Move to next entry
12248 F7   Show previous screen of address book
12249 F8   Show next screen of address book
12250 F12  WhereIs (search through address book)
12252 Address Selection Commands
12253 --------------------------
12254 F3   Exit the Address Select screen (without selecting an address)
12255 F4   Select the currently highlighted entry
12256 F9   Change to ListMode
12257 </PRE>
12258 <!--chtml else-->
12259 <PRE>
12260 Navigating the List of Messages                 General Alpine Commands
12261 -------------------------------                 -----------------------
12262  P   Move to previous entry                     ?  Show this help text
12263  N   Move to next entry
12264  -   Show previous screen of address book
12265 Spc  (space bar) Show next screen of address book
12266  W   WhereIs (search through address book)
12268 Address Selection Commands
12269 --------------------------
12270  E   Exit the Address Select screen (without selecting an address)
12271  S   Select the currently highlighted entry
12272  L   Change to ListMode
12273 </PRE>
12274 <!--chtml endif-->
12277 This screen is designed to let you easily scan your address book(s) in
12278 order to select entries for the message you are composing.  You cannot
12279 edit your address book in any way at this time, for address book
12280 maintenance, select the address book command when not composing a message.
12283 If you are composing a message and know the nickname of the person/list you
12284 want, you can bypass this screen by simply typing in the nickname on the
12285 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12286 selecting an entry does not cancel your message.
12289 The ListMode command will add a column at the left edge of the screen.
12290 You mark the entries that you wish to select with the &quot;X&quot; command.
12291 This allows you to choose more than one entry at a time.
12294 An alternative method of composing a message to entries in your
12295 address book(s) is to first use the &quot;Select&quot; command from
12296 the address book maintenance screen and then the &quot;Apply&quot;
12297 &quot;ComposeTo&quot; command to start the composer composing to the
12298 selected entries.
12301 FOR MORE INFORMATION on addressing see
12302 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12303 <A HREF="h_abook_opened">Address Book Screen's</A>
12304 help text.
12306 &lt;End of help on this topic&gt;
12307 </BODY>
12308 </HTML>
12309 ===== h_abook_select_checks =====
12310 <HTML>
12311 <HEAD>
12312 <TITLE>Address Selection from Composer Explained</TITLE>
12313 </HEAD>
12314 <BODY>
12315 <H1>COMPOSER: SELECT ADDRESSES</H1>
12316 <!--chtml if pinemode="function_key"-->
12317 <PRE>
12318 Navigating the List of Messages                 General Alpine Commands
12319 -------------------------------                 -----------------------
12320 F5   Move to previous entry                     F1  Show this help text
12321 F6   Move to next entry
12322 F7   Show previous screen of address book
12323 F8   Show next screen of address book
12324 F12  WhereIs (search through address book)
12326 Address Selection Commands
12327 --------------------------
12328 F3   Exit the Address Select screen (without selecting an address)
12329 F4   Select the currently highlighted entry
12330 F8   Either Sets or Unsets all entries in this address book
12331 F9   Set or Unset the highlighted entry
12332 </PRE>
12333 <!--chtml else-->
12334 <PRE>
12335 Navigating the List of Messages                 General Alpine Commands
12336 -------------------------------                 -----------------------
12337  P   Move to previous entry                     ?  Show this help text
12338  N   Move to next entry
12339  -   Show previous screen of address book
12340 Spc  (space bar) Show next screen of address book
12341  W   WhereIs (search through address book)
12343 Address Selection Commands
12344 --------------------------
12345  E   Exit the Address Select screen (without selecting an address)
12346  S   Select the currently highlighted entry
12347  X   Set or Unset the highlighted entry
12348  A   Either Sets or Unsets all entries in this address book
12349 </PRE>
12350 <!--chtml endif-->
12353 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12354 command.  Type &quot;S Select&quot; to select all of the entries you
12355 have marked, just as if you had typed them in by hand.
12358 An alternative method of composing a message to entries in your
12359 address book(s) is to first use the &quot;Select&quot; command from
12360 the address book maintenance screen and then the &quot;Apply&quot;
12361 &quot;ComposeTo&quot; command to start the composer composing to the
12362 selected entries.
12365 FOR MORE INFORMATION on addressing see
12366 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12367 <A HREF="h_abook_opened">Address Book Screen's</A>
12368 help text.
12370 &lt;End of help on this topic&gt;
12371 </BODY>
12372 </HTML>
12373 ===== h_abook_select_nicks_take =====
12374 <HTML>
12375 <HEAD>
12376 <TITLE>Take Address Nickname Selection Explained</TITLE>
12377 </HEAD>
12378 <BODY>
12379 <H1>TAKEADDR: SELECT NICKNAME</H1>
12380 <!--chtml if pinemode="function_key"-->
12381 <PRE>
12382 Navigating the List of Messages                 General Alpine Commands
12383 -------------------------------                 -----------------------
12384 F5   Move to previous entry                     F1  Show this help text
12385 F6   Move to next entry
12386 F7   Show previous screen of address book
12387 F8   Show next screen of address book
12388 F12  WhereIs (search through address book)
12390 Message Selection Commands
12391 --------------------------
12392 F3   Exit the Nickname Select screen (without selecting an address)
12393 F4   Select the currently highlighted entry
12394 </PRE>
12395 <!--chtml else-->
12396 <PRE>
12397 Navigating the List of Messages                 General Alpine Commands
12398 -------------------------------                 -----------------------
12399  P   Move to previous entry                     ?  Show this help text
12400  N   Move to next entry
12401  -   Show previous screen of address book
12402 Spc  (space bar) Show next screen of address book
12403  W   WhereIs (search through address book)
12405 Message Selection Commands
12406 --------------------------
12407  E   Exit the Nickname Select screen (without selecting an address)
12408  S   Select the currently highlighted entry
12409 </PRE>
12410 <!--chtml endif-->
12413 This screen is designed to let you modify or add to an existing
12414 address book entry.  You have already selected the name(s) and
12415 address(es) through &quot;Take Address&quot;.  This screen simply lets
12416 you scan your address books and select the nickname to be
12417 changed/augmented.  If you want to add a new entry, then you are in
12418 the wrong place-- Select &quot;Exit&quot; command.
12421 FOR MORE INFORMATION on addressing see
12422 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12423 <A HREF="h_abook_opened">Address Book Screen's</A>
12424 help text.
12426 &lt;End of help on this topic&gt;
12427 </BODY>
12428 </HTML>
12429 ===== h_abook_select_nick =====
12430 <HTML>
12431 <HEAD>
12432 <TITLE>Nickname Selection Explained</TITLE>
12433 </HEAD>
12434 <BODY>
12435 <H1>SELECT NICKNAME</H1>
12436 <!--chtml if pinemode="function_key"-->
12437 <PRE>
12438 Navigating the List of Messages                 General Alpine Commands
12439 -------------------------------                 -----------------------
12440 F5   Move to previous entry                     F1  Show this help text
12441 F6   Move to next entry
12442 F7   Show previous screen of address book
12443 F8   Show next screen of address book
12444 F12  WhereIs (search through address book)
12446 Message Selection Commands
12447 --------------------------
12448 F3   Exit the Nickname Select screen (without selecting an address)
12449 F4   Select the currently highlighted entry
12450 </PRE>
12451 <!--chtml else-->
12452 <PRE>
12453 Navigating the List of Messages                 General Alpine Commands
12454 -------------------------------                 -----------------------
12455  P   Move to previous entry                     ?  Show this help text
12456  N   Move to next entry
12457  -   Show previous screen of address book
12458 Spc  (space bar) Show next screen of address book
12459  W   WhereIs (search through address book)
12461 Message Selection Commands
12462 --------------------------
12463  E   Exit the Nickname Select screen (without selecting an address)
12464  S   Select the currently highlighted entry
12465 </PRE>
12466 <!--chtml endif-->
12469 This screen is designed to let you look at the nicknames in your address
12470 books before choosing a new one.
12473 FOR MORE INFORMATION on addressing see
12474 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12475 <A HREF="h_abook_opened">Address Book Screen's</A>
12476 help text.
12478 &lt;End of help on this topic&gt;
12479 </BODY>
12480 </HTML>
12481 ===== h_takeaddr_screen =====
12482 <HTML>
12483 <HEAD>
12484 <TITLE>Take Address Screen Explained</TITLE>
12485 </HEAD>
12486 <BODY>
12487 <H1>TAKE ADDRESS COMMANDS</H1>
12488 <!--chtml if pinemode="function_key"-->
12489 <PRE>
12490 Navigating the List of Addresses       Address Selection Commands        
12491 --------------------------------       --------------------------        
12492  F5  Move to previous entry            F3  Exit without taking address
12493  F6  Move to next entry                F4  Take current address(es)
12494  F7  Show previous page of address list
12495  F8  Show next page of address list
12496  F2  WhereIs (search list)
12497                                --------------
12498 Mode Toggle            F9  Set/Unset current address
12499 -----------            F10 Set all
12500  F12 Toggle between List and single mode       F11 Unset all
12501 </PRE>
12502 <!--chtml else-->
12503 <PRE>
12504 Navigating the List of Addresses       Address Selection Commands
12505 --------------------------------       --------------------------
12506  P  Move to previous entry              &lt;  Exit without taking address
12507  N  Move to next entry                  T  Take address
12508  -  Show previous page of address list
12509 Spc (space bar) Show next page of address list
12510  W  WhereIs (search list)              List Mode
12511                                        ---------
12512 Single Mode                             X  Set/Unset current address
12513 -----------                             A  Set all addresses
12514  L  Switch to list mode                 U  Unset all addresses
12515                                         S  Switch to single mode
12516 </PRE>
12517 <!--chtml endif-->
12519 <H2>Description of the Take Address Screen</H2>
12521 This screen is designed to let you select one or more address/name
12522 combinations from the current message and put them into your address book.
12523 The cursor is initially placed on the line with the message author.
12524 Other lines include the names of people and/or mailing lists who also
12525 received the message.  Other people &quot;involved&quot; in the
12526 message (e.g. the person named as Reply-To:) are also listed here.
12529 The simple case is adding a new, single entry into your address book. To
12530 do this, simply highlight the correct line and press 
12531 <!--chtml if pinemode="function_key"-->
12533 <!--chtml else-->
12534 &quot;T&quot;.
12535 <!--chtml endif-->
12536 To create a new list or add to an existing list, switch the screen display
12537 into List Mode by pressing
12538 <!--chtml if pinemode="function_key"-->
12539 F12.
12540 <!--chtml else-->
12541 &quot;L&quot;.
12542 <!--chtml endif-->
12543 In List Mode, you select the
12544 group of addresses you wish to manipulate by marking them with an
12545 &quot;X&quot;.
12546 The Set/Unset
12547 <!--chtml if pinemode="function_key"-->
12548 (F9)
12549 <!--chtml else-->
12550 (&quot;X&quot;)
12551 <!--chtml endif-->
12552 command will turn the &quot;X&quot; on for the
12553 highlighted address if it was off or turn it off if it was previously on.
12554 The SetAll command will select all of the addresses, and the UnSetAll
12555 command will turn off all the selections.  Once you've gotten the
12556 selection the way you want it, you may create a new list by pressing
12557 <!--chtml if pinemode="function_key"-->
12559 <!--chtml else-->
12560 &quot;T&quot;.
12561 <!--chtml endif-->
12564 In both the simple and list cases, after choosing to take the address,
12565 you will be asked for the nickname of the entry.  Typing in a new name
12566 creates the new entry/list.  Entering an existing nickname will replace
12567 the entry (simple case) or add to the list (list case).  Alternatively,
12568 you can press Ctrl-T at the nickname prompt and select an existing
12569 nickname from your address book.
12572 You will normally start in Single Mode, unless you used the Apply command
12573 to startup the TakeAddr screen, in which case you will start in List Mode.
12574 You may switch between the two modes at any time.  If you've already
12575 selected several addresses in List Mode, those will be remembered when you
12576 switch to Single Mode and then back to List Mode.  The set of addresses
12577 that are pre-selected when you start in List Mode are the From addresses
12578 of all of the messages you are operating on.  You may, of course, easily
12579 erase those selections with the UnSetAll command.
12582 If you have more than one writable address book, you will be prompted for
12583 the name of the address book you wish to add the new entry to before
12584 anything else. You can use ^N and ^P to choose among the defined address
12585 books, or type in the address book name.
12588 FOR MORE INFORMATION on addressing see
12589 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12590 <A HREF="h_abook_opened">Address Book Screen's</A>
12591 help text.
12593 &lt;End of help on this topic&gt;
12594 </BODY>
12595 </HTML>
12596 ===== h_takeexport_screen =====
12597 <HTML>
12598 <HEAD>
12599 <TITLE>Take Export Screen Explained</TITLE>
12600 </HEAD>
12601 <BODY>
12602 <H1>TAKE EXPORT COMMANDS</H1>
12603 <!--chtml if pinemode="function_key"-->
12604 <PRE>
12605 Navigating the List of Addresses       Address Selection Commands        
12606 --------------------------------       --------------------------        
12607  F5  Move to previous entry            F3  Exit without taking address
12608  F6  Move to next entry                F4  Take current address(es)
12609  F7  Show previous page of address list
12610  F8  Show next page of address list
12611  F2  WhereIs (search list)
12612                                --------------
12613 Mode Toggle            F9  Set/Unset current address
12614 -----------            F10 Set all
12615  F12 Toggle between List and single mode       F11 Unset all
12616 </PRE>
12617 <!--chtml else-->
12618 <PRE>
12619 Navigating the List of Addresses       Address Selection Commands
12620 --------------------------------       --------------------------
12621  P  Move to previous entry              &lt;  Exit without taking address
12622  N  Move to next entry                  T  Take address
12623  -  Show previous page of address list
12624 Spc (space bar) Show next page of address list
12625  W  WhereIs (search list)              List Mode
12626                                        ---------
12627 Single Mode                             X  Set/Unset current address
12628 -----------                             A  Set all addresses
12629  L  Switch to list mode                 U  Unset all addresses
12630                                         S  Switch to single mode
12631 </PRE>
12632 <!--chtml endif-->
12634 <H2>Description of the Take Export Screen</H2>
12636 This screen is designed to let you select one or more addresses
12637 from the current message and put them into a file.
12638 Only the user@domain_name part of each address is put into the file.
12641 To put a single entry into a file simply highlight the correct line and press 
12642 <!--chtml if pinemode="function_key"-->
12644 <!--chtml else-->
12645 &quot;T&quot;.
12646 <!--chtml endif-->
12647 To put more than one entry into a file
12648 switch the screen display
12649 into List Mode by pressing
12650 <!--chtml if pinemode="function_key"-->
12651 F12.
12652 <!--chtml else-->
12653 &quot;L&quot;.
12654 <!--chtml endif-->
12655 In List Mode, you select the
12656 group of addresses you wish to manipulate by marking them with an
12657 &quot;X&quot;.
12658 The Set/Unset
12659 <!--chtml if pinemode="function_key"-->
12660 (F9)
12661 <!--chtml else-->
12662 (&quot;X&quot;)
12663 <!--chtml endif-->
12664 command will turn the &quot;X&quot; on for the
12665 highlighted address if it was off or turn it off if it was previously on.
12666 The SetAll command will select all of the addresses, and the UnSetAll
12667 command will turn off all the selections.  Once you've gotten the
12668 selection the way you want it, you may put the addresses in a file by typing
12669 <!--chtml if pinemode="function_key"-->
12671 <!--chtml else-->
12672 &quot;T&quot;.
12673 <!--chtml endif-->
12676 You will be asked for the name of a file to put the addresses in.
12677 If the file already exists, you will be asked whether you want to Overwrite
12678 (replace) the contents of the file or Append to the contents of the file.
12681 &lt;End of help on this topic&gt;
12682 </BODY>
12683 </HTML>
12684 ============= h_abook_view ========================
12685 <HTML>
12686 <HEAD>
12687 <TITLE>Address Book View Explained</TITLE>
12688 </HEAD>
12689 <BODY>
12690 This function allows you to view the contents of an address book entry. You
12691 can only view one entry at a time.
12693 <DL>
12694 <DT>Help
12695 <!--chtml if pinemode="function_key"-->
12696 (F1)
12697 <!--chtml else-->
12699 <!--chtml endif-->
12700 </DT>
12701 <DD>
12702 Display this help text.
12704 <DT>Abook
12705 <!--chtml if pinemode="function_key"-->
12706 (F3)
12707 <!--chtml else-->
12708 (&lt;)
12709 <!--chtml endif-->
12710 </DT>
12711 <DD>
12712 Go back to index of address book entries.
12714 <DT>Update
12715 <!--chtml if pinemode="function_key"-->
12716 (F4)
12717 <!--chtml else-->
12719 <!--chtml endif-->
12720 </DT>
12721 <DD>
12722 Update (modify) this entry.
12724 <DT>ComposeTo
12725 <!--chtml if pinemode="function_key"-->
12726 (F5)
12727 <!--chtml else-->
12729 <!--chtml endif-->
12730 </DT>
12731 <DD>Compose a message to the address(es) in this entry.
12733 <DT>Role
12734 <!--chtml if pinemode="function_key"-->
12735 (F6)
12736 <!--chtml else-->
12738 <!--chtml endif-->
12739 </DT>
12740 <DD>Compose a message to the address(es) in this entry using roles.
12742 <DT>Prev Page
12743 <!--chtml if pinemode="function_key"-->
12744 (F7)
12745 <!--chtml else-->
12747 <!--chtml endif-->
12748 </DT>
12749 <DD>
12750 Show the previous page of the current entry.
12752 <DT>Next Page
12753 <!--chtml if pinemode="function_key"-->
12754 (F8)
12755 <!--chtml else-->
12756 (Space)
12757 <!--chtml endif-->
12758 </DT>
12759 <DD>
12760 Show the next page of the current entry.
12762 <DT>Print
12763 <!--chtml if pinemode="function_key"-->
12764 (F9)
12765 <!--chtml else-->
12767 <!--chtml endif-->
12768 </DT>
12769 <DD>Print the current entry.  You can select the
12770 printer or the print command via the &quot;Setup&quot; command
12771 on the MAIN MENU.
12773 <DT>WhereIs
12774 <!--chtml if pinemode="function_key"-->
12775 (F10)
12776 <!--chtml else-->
12778 <!--chtml endif-->
12779 </DT>
12780 <DD>Search the entry for a string of letters.  If it is
12781 found, move to it.  The string can be one word or a phrase.
12782 If there are multiple occurrences, the cursor moves to the
12783 first occurrence beyond the current cursor position.
12785 <DT>Fwd Email
12786 <!--chtml if pinemode="function_key"-->
12787 (F11)
12788 <!--chtml else-->
12790 <!--chtml endif-->
12791 </DT>
12792 <DD>Begin composition of a new mail message with the displayed
12793 text already inserted in the message body.
12795 </DL>
12797 &lt;End of help on this topic&gt;
12798 </BODY>
12799 </HTML>
12800 ============= h_ldap_view ========================
12801 <HTML>
12802 <HEAD>
12803 <TITLE>LDAP Response View Explained</TITLE>
12804 </HEAD>
12805 <BODY>
12806 This function allows you to view the contents of a directory entry. You
12807 can only view one entry at a time.
12809 <DL>
12810 <DT>Help
12811 <!--chtml if pinemode="function_key"-->
12812 (F1)
12813 <!--chtml else-->
12815 <!--chtml endif-->
12816 </DT>
12817 <DD>
12818 Display this help text.
12820 <DT>Results Index
12821 <!--chtml if pinemode="function_key"-->
12822 (F3)
12823 <!--chtml else-->
12824 (&lt;)
12825 <!--chtml endif-->
12826 </DT>
12827 <DD>Go back to index of search results.
12829 <DT>ComposeTo
12830 <!--chtml if pinemode="function_key"-->
12831 (F5)
12832 <!--chtml else-->
12834 <!--chtml endif-->
12835 </DT>
12836 <DD>Compose a message to the address(es) in this entry.
12838 <DT>Role
12839 <!--chtml if pinemode="function_key"-->
12840 (F6)
12841 <!--chtml else-->
12843 <!--chtml endif-->
12844 </DT>
12845 <DD>Compose a message to the address(es) in this entry using roles.
12847 <DT>Prev Page
12848 <!--chtml if pinemode="function_key"-->
12849 (F7)
12850 <!--chtml else-->
12852 <!--chtml endif-->
12853 </DT>
12854 <DD>
12855 Show the previous page of the current entry.
12857 <DT>Next Page
12858 <!--chtml if pinemode="function_key"-->
12859 (F8)
12860 <!--chtml else-->
12861 (Space)
12862 <!--chtml endif-->
12863 </DT>
12864 <DD>
12865 Show the next page of the current entry.
12867 <DT>Print
12868 <!--chtml if pinemode="function_key"-->
12869 (F9)
12870 <!--chtml else-->
12872 <!--chtml endif-->
12873 </DT>
12874 <DD>Print the current entry on paper.  You can select the
12875 printer or the print command via the &quot;Setup&quot; command
12876 on the MAIN MENU.
12878 <DT>WhereIs
12879 <!--chtml if pinemode="function_key"-->
12880 (F10)
12881 <!--chtml else-->
12883 <!--chtml endif-->
12884 </DT>
12885 <DD>Search the entry for a string of letters.  If it is
12886 found, move to it.  The string can be one word or a phrase.
12887 If there are multiple occurrences, the cursor moves to the
12888 first occurrence beyond the current cursor position.
12890 <DT>Fwd Email
12891 <!--chtml if pinemode="function_key"-->
12892 (F11)
12893 <!--chtml else-->
12895 <!--chtml endif-->
12896 </DT>
12897 <DD>Begin composition of a new mail message with the displayed
12898 text already inserted in the message body.
12900 <DT>Save
12901 <!--chtml if pinemode="function_key"-->
12902 (F12)
12903 <!--chtml else-->
12905 <!--chtml endif-->
12906 </DT>
12907 <DD>Save the displayed entry to one of your address books or export
12908 it to a file.
12909 </DL>
12911 &lt;End of help on this topic&gt;
12912 </BODY>
12913 </HTML>
12914 ===== h_attachment_screen =====
12915 <HTML>
12916 <HEAD>
12917 <TITLE>Attachment Index Screen Explained</TITLE>
12918 </HEAD>
12919 <BODY>
12920 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12921 message's attachments, and allows various operations on them.  The
12922 first attachment is usually the message text, but does not include the
12923 header portion of the message.
12925 Available commands include:
12927 <DL>
12929 <DT>Help</DT>
12930 <DD>Show this help text.
12932 <DT>Msg #<I>num</I></DT>
12933 <DD>Leave this screen without displaying or saving any attachments.
12935 <DT>View</DT>
12936 <DD>View the currently selected attachment.
12938 <DT>Prev Attach</DT>
12939 <DD>Move to previous attachment.
12941 <DT>Next Attach</DT>
12942 <DD>Move to next attachment.
12944 <DT>Prev Page</DT>
12945 <DD>Previous page of the listed attachments.
12947 <DT>Next Page</DT>
12948 <DD>Next page of the listed attachments.
12950 <DT>Delete</DT>
12951 <DD>Mark the currently selected attachment for Deletion.
12952 This does not modify the current message by deleting the attachment from
12953 it, but instead the delete flag <EM>only</EM> has an effect when saving
12954 the message to a folder.
12955 Attachments marked for deletion are not copied to the destination folder
12956 along with the rest of the message when it is saved.
12957 It is ok for the destination folder to be the same as the current folder.
12958 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12960 <DT>Undelete</DT>
12961 <DD>Turn off the Delete flag for the selected attachment.
12963 <DT>Save</DT>
12964 <DD>Save the selected attachment to a file.  If the attachment is of
12965 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12966 the specified mail folder.
12968 <DT>Export</DT>
12969 <DD>If the attachment is of
12970 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12971 copy the message to a file in the same way this command works on 
12972 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12974 <DT>Pipe</DT>
12975 <DD>Pipe the attachment contents into a UNIX command (if enabled).
12976 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
12978 <DT>WhereIs</DT>
12979 <DD>Find a matching string in the attachment list.
12981 <DT>AboutAttch</DT>
12982 <DD>Examine various aspects of the selected attachment.
12984 <DT>Print</DT>
12985 <DD>Print the selected attachment.
12987 <DT>Forward</DT>
12988 <DD>Forward the selected attachment as an attachment.
12989 </DL>
12993 All attachments can be saved or piped into a UNIX command, but some may
12994 not be readily displayed by either Alpine or an external tool.  In such
12995 cases, the reason why the message cannot be displayed is displayed on
12996 Alpine's message line.
12998 &lt;End of help on this topic&gt;
12999 </BODY>
13000 </HTML>
13001 ============= h_mail_text_att_view ========================
13002 <HTML>
13003 <HEAD>
13004 <TITLE>Attachment View Screen Explained</TITLE>
13005 </HEAD>
13006 <BODY>
13007 This function allows you to view the contents of a text attachment. You
13008 can only view one attachment at a time.
13010 Available commands include:
13012 <DL>
13014 <DT>Help</DT>
13015 <DD>Display this help text
13017 <DT>AttchIndex</DT>
13018 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13020 <DT>Prev Page</DT>
13021 <DD>Show the previous page of the current attachment.
13023 <DT>Next Page</DT>
13024 <DD>Show the next page of the current attachment by pressing the space bar.
13026 <DT>Delete</DT>
13027 <DD>Mark the viewed attachment for Deletion.  The delete
13028 flag <EM>only</EM> has affect when saving the message to a folder.
13029 Attachments marked for deletion are exluded from the messsage when
13030 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13031 this Alpine session.
13033 <DT>Undelete</DT>
13034 <DD>Turn off the Delete flag for the selected attachment.
13036 <DT>Save</DT>
13037 <DD>Copy the current attachment to a file.  If you just enter
13038 a filename, the attachment will be saved with that name in
13039 your home directory 
13040 <!--chtml if pinemode="running"-->
13041 (which, in the present configuration of your system, is
13042  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13043 <!--chtml endif-->
13044 or current working directory
13045 <!--chtml if pinemode="running"-->
13046 (which, at least for your current Alpine &quot;session,&quot; 
13047 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13048 <!--chtml endif-->, depending on the
13049 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13050 configuration setting.  You may enter the full
13051 path and filename to save it in another directory instead.
13053 <DT>Export</DT>
13054 <DD>If the attachment is of
13055 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13056 copy the message to a file in the same way this command works on 
13057 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13058 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
13059 defined, they may affect the contents of the exported file.)
13061 <DT>Pipe</DT>
13062 <DD>Pipe the attachment contents into a UNIX command (if enabled)
13064 <DT>WhereIs</DT>
13065 <DD>Search the attachment for a string of letters.  If it is
13066 found, move to it.  The string can be one word or a phrase.
13067 If there are multiple occurrences, the cursor moves to the
13068 first occurrence beyond the current cursor position.
13070 <DT>Print</DT>
13071 <DD>Print the current attachment on paper.  You can select the
13072 printer or the print command via the &quot;Setup&quot; command
13073 on the MAIN MENU.
13075 <DT>Forward</DT>
13076 <DD>Forward the selected attachment as an attachment.
13077 </DL>
13079 &lt;End of help on this topic&gt;
13080 </BODY>
13081 </HTML>
13082 ============= h_journal ==============
13083 <HTML>
13084 <HEAD>
13085 <TITLE>Recent Message Journal Explained</TITLE>
13086 </HEAD>
13087 <BODY>
13089 The following commands are available on this screen:
13091 <DL>
13092 <DT>Help</DT>
13093 <DD>Show this help text
13095 <DT>Exit</DT>
13096 <DD>Exit Viewer, and go back to mail processing
13098 <DT>Prev Page</DT>
13099 <DD>Show the previous page text
13101 <DT>Next Page</DT>
13102 <DD>Show the next page of text by pressing the space bar
13104 <DT>Print</DT>
13105 <DD>Print the displayed text on paper.  You can select the
13106 printer or the print command via the &quot;Setup&quot; command
13107 on the MAIN MENU.
13109 <DT>Fwd Email</DT>
13110 <DD>Begin composition of a new mail message with the displayed
13111 text already inserted in the message body.
13113 <DT>Save</DT>
13114 <DD>Copy the displayed text to a file.  If you just enter
13115 a filename, the text will be saved with that name in
13116 your 
13117 home directory 
13118 <!--chtml if pinemode="running"-->
13119 (which, in the present configuration of your system, is
13120  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13121 <!--chtml endif-->
13122 or current working directory
13123 <!--chtml if pinemode="running"-->
13124 (which, at least for your current Alpine &quot;session,&quot; 
13125 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13126 <!--chtml endif-->, depending on the
13127 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13128 configuration setting.   You may enter the full
13129 path and filename to save it in another directory instead.
13131 <DT>WhereIs</DT>
13132 <DD>Search the text for a string of letters.  If it is
13133 found, move to it.  The string can be one word or a phrase.
13134 If there are multiple occurrences, the cursor moves to the
13135 first occurrence beyond the current cursor position.
13136 </DL>
13138 &lt;End of help on this topic&gt;
13139 </BODY>
13140 </HTML>
13141 ============= h_debugjournal ==============
13142 <HTML>
13143 <HEAD>
13144 <TITLE>Debug Journal Explained</TITLE>
13145 </HEAD>
13146 <BODY>
13148 The following commands are available on this screen:
13150 <DL>
13151 <DT>Help</DT>
13152 <DD>Show this help text
13154 <DT>Exit</DT>
13155 <DD>Exit Viewer, and go back to mail processing
13157 <DT>Timestamps</DT>
13158 <DD>Turn on or off timestamps.
13160 <DT>DebugView</DT>
13161 <DD>Set the level of debugging you want to see. The level may be any number
13162 in the range 0-9. Higher numbers show more debugging detail. Note that the
13163 debugging information has already been captured. This setting just causes the
13164 debugging information that you see to be filtered. If you set this to
13165 the number &quot;5&quot; then you will be shown all of the debugging information
13166 at levels 5 and below.
13167 It's actually a bit more complicated than that. A fixed amount of memory
13168 is used to store the debug information.
13169 Since the amount of memory used is limited the debugging information
13170 has to be trimmed back when it gets too large.
13172 <DT>Prev Page</DT>
13173 <DD>Show the previous page text
13175 <DT>Next Page</DT>
13176 <DD>Show the next page of text by pressing the space bar
13178 <DT>Print</DT>
13179 <DD>Print the displayed text on paper.  You can select the
13180 printer or the print command via the &quot;Setup&quot; command
13181 on the MAIN MENU.
13183 <DT>Fwd Email</DT>
13184 <DD>Begin composition of a new mail message with the displayed
13185 text already inserted in the message body.
13187 <DT>Save</DT>
13188 <DD>Copy the displayed text to a file.  If you just enter
13189 a filename, the text will be saved with that name in
13190 your 
13191 home directory 
13192 <!--chtml if pinemode="running"-->
13193 (which, in the present configuration of your system, is
13194  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13195 <!--chtml endif-->
13196 or current working directory
13197 <!--chtml if pinemode="running"-->
13198 (which, at least for your current Alpine &quot;session,&quot; 
13199 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13200 <!--chtml endif-->, depending on the
13201 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13202 configuration setting.   You may enter the full
13203 path and filename to save it in another directory instead.
13205 <DT>WhereIs</DT>
13206 <DD>Search the text for a string of letters.  If it is
13207 found, move to it.  The string can be one word or a phrase.
13208 If there are multiple occurrences, the cursor moves to the
13209 first occurrence beyond the current cursor position.
13210 </DL>
13212 &lt;End of help on this topic&gt;
13213 </BODY>
13214 </HTML>
13215 ============= h_simple_text_view ==============
13216 <HTML>
13217 <HEAD>
13218 <TITLE>Simple Text View Screen Explained</TITLE>
13219 </HEAD>
13220 <BODY>
13222 The following commands are available on this screen:
13224 <DL>
13225 <DT>Help</DT>
13226 <DD>Show this help text
13228 <DT>Exit</DT>
13229 <DD>Exit Viewer, and go back to mail processing
13231 <DT>Prev Page</DT>
13232 <DD>Show the previous page text
13234 <DT>Next Page</DT>
13235 <DD>Show the next page of text by pressing the space bar
13237 <DT>Print</DT>
13238 <DD>Print the displayed text on paper.  You can select the
13239 printer or the print command via the &quot;Setup&quot; command
13240 on the MAIN MENU.
13242 <DT>Fwd Email</DT>
13243 <DD>Begin composition of a new mail message with the displayed
13244 text already inserted in the message body.
13246 <DT>Save</DT>
13247 <DD>Copy the displayed text to a file.  If you just enter
13248 a filename, the attachment will be saved with that name in
13249 your 
13250 home directory 
13251 <!--chtml if pinemode="running"-->
13252 (which, in the present configuration of your system, is
13253  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13254 <!--chtml endif-->
13255 or current working directory
13256 <!--chtml if pinemode="running"-->
13257 (which, at least for your current Alpine &quot;session,&quot; 
13258 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13259 <!--chtml endif-->, depending on the
13260 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13261 configuration setting.   You may enter the full
13262 path and filename to save it in another directory instead.
13264 <DT>WhereIs</DT>
13265 <DD>Search the attachment for a string of letters.  If it is
13266 found, move to it.  The string can be one word or a phrase.
13267 If there are multiple occurrences, the cursor moves to the
13268 first occurrence beyond the current cursor position.
13269 </DL>
13271 &lt;End of help on this topic&gt;
13272 </BODY>
13273 </HTML>
13274 ======= h_pine_for_windows ========
13275 <HTML>
13276 <HEAD>
13277 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13278 </HEAD>
13279 <BODY>
13280 <H1>Getting Help In PC-Alpine</H1>
13283 PC-Alpine offers general and specific help text. From the <A
13284 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13285 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13286 specific help for that screen is available from the toolbar Help menu or
13287 with the 
13288 <!--chtml if pinemode="function_key"-->
13289 &quot;F1&quot; key.
13290 <!--chtml else-->
13291 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13292 typing &quot;?&quot; would be mistaken as entering text.
13293 <!--chtml endif-->
13296 Although this version of Alpine is for Microsoft Windows, it is not
13297 considered a full &quot;Graphical User Interface&quot; application. 
13298 Yet, many of the controls that Windows users are accustomed to seeing, 
13299 such as scrollbars and toolbars, are available.
13302 PC-Alpine offers considerable mouse support.  You can view what is
13303 &quot;click-able&quot; by dragging your mouse over any screen; when the
13304 arrow cursor changes into a hand, you found something. Mouse-click
13305 possibilities include navigating between screens and folders and
13306 double-clicking on hyperlinks to open your Web browser.
13307 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13308 screen.  Examples of right-click options include &quot;copy&quot; after
13309 selecting text to copy and &quot;View in New Window&quot; when you click
13310 on a particular message in the Message Index. The menu choices available
13311 to you will vary based upon what screen is open, where on the screen your
13312 cursor is located, and even what action you have already taken.
13315 &lt;End of help on this topic&gt;
13316 </BODY>
13317 </HTML>
13318 ===== h_composer =====
13319 <HTML>
13320 <HEAD>
13321 <TITLE>COMPOSER COMMANDS</TITLE>
13322 </HEAD>
13323 <BODY>
13324 <H1>COMPOSER COMMANDS</H1>
13326 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>
13327 &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>
13328 &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>
13329 &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>
13330 &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>
13331 &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>
13332 &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>
13333 &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>
13334 &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>
13335 &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>
13336 ---------------------------------------|&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>
13337 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>
13338 &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>
13339 &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>
13340 &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>
13343 NOTE:
13344 <OL>
13345  <LI>For help on a particular command, highlight the bold text associated
13346 with it above and hit Return.
13347  <LI> The availability of certain commands
13348 is determined by Alpine configuration files and system capabilities.
13349 At some sites, certain commands may not be available due to security or
13350 support concerns.
13351  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13352 Ctrl-&#92;, ESC.
13353  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13354 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13355 </OL>
13358 HINT: To move rapidly to the bottom of a message you are composing,
13359 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13360 with the Mark and Cut commands to eliminate large amounts of unwanted
13361 text in a Reply.
13363 <H2>Description of Composer</H2>
13365 Alpine has a built-in editing program that allows you to compose messages
13366 without having to leave Alpine.  The editor is designed to be very simple to
13367 use so that you can get started writing email right away.
13370 Messages are usually just text, about 80 columns wide.  Using upper and
13371 lower case is encouraged.  On some systems the size limit of the message
13372 is about 100,000 characters, which is about 2,000 lines.  You can include
13373 punctuation and special characters found on most keyboards, but you can't
13374 include characters with diacritical marks and certain special symbols.
13377 Text automatically wraps as you type past the end of a line so you do not
13378 have to hit return.  Using the
13379 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13380 you can also reformat text explicitly, perhaps after you have
13381 deleted some text.
13384 You can include other text files with the 
13385 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13386 which will prompt you for the name of the file to insert at the
13387 current cursor postion.
13390 <UL>
13391 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13392 </UL>
13394 &lt;End of help on this topic&gt;
13395 </BODY>
13396 </HTML>
13397 ====== h_composer_browse =====
13398 <HTML>
13399 <HEAD>
13400 <TITLE>BROWSER</TITLE>
13401 </HEAD>
13402 <BODY>
13403 <H1>BROWSER</H1>
13404 This screen lets you browse your files and directories.  To go to another 
13405 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13406 choose &quot;Select&quot; (the default choice on the menu); 
13407 or choose &quot;Goto&quot; and enter the name of the directory.
13408 <!--chtml if pinemode="os_windows"-->
13409 <!--chtml else--> 
13410 In Unix Alpine, you may use 
13411 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13412 to another's home directory.  
13413 <!--chtml endif--><P>
13414 To select a file, move the cursor to it and 
13415 choose &quot;Select&quot; (the default choice on the menu).  
13417 <UL>
13418 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13419 inclusion in the 
13420 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13421 the 
13422 &quot;----- Message Text -----&quot; line
13423 while composing, then &quot;To Files&quot;):  Since the file 
13424 selected will become part of the message text, it must be in a format 
13425 suitable for that (Alpine does not check!), such as a plain text file.
13426 Files of other formats (for example, graphics, databases, software 
13427 programs) should be 
13428 <B>attached</B> to the message instead --
13429 by moving the cursor in the COMPOSE MESSAGE screen into the 
13430 message header area and pressing 
13431 <!--chtml if pinemode="function_key"-->
13433 <!--chtml else-->
13434 Ctrl-J.
13435 <!--chtml endif--> 
13437 <P><LI>
13438 Note <B>if</B> you are currently using the BROWSER for saving a message 
13439 attachment, or exporting a message, to a file: You can use the Add command to 
13440 provide the name for a new file to save/export to, and then select that name 
13441 to use it for the save/export operation.  Back at the prompt 
13442 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13443 either Overwrite or Append (it doesn't make a difference, since the file is 
13444 so far empty).  Note: If you cancel the 
13445 operation at that point, the file created with the Add command will remain 
13446 0 bytes in size.
13448 </UL>
13449 <P><UL>
13450 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13451 </UL>
13453 &lt;End of help on this topic&gt;
13454 </BODY>
13455 </HTML>
13456 ====== h_composer_ins =====
13457 <HTML>
13458 <HEAD>
13459 <TITLE>INSERT TEXT FILE</TITLE>
13460 </HEAD>
13461 <BODY>
13462 <H1>INSERT TEXT FILE</H1>
13464 Use this function to insert a text file. The file name
13465 given can be an absolute file path name for your system
13466 <!--chtml if pinemode="os_windows"-->
13467 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13468 with a relative pathname, or simply a file name without
13469 drive or directory specification.  
13470 <!--chtml else-->
13471 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13472 a file in your home directory, or a file path relative to your 
13473 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13474 your home directory or &quot;~user&quot; to refer to another
13475 account's home directory.
13476 <!--chtml endif-->
13478 No wild card characters may be used.  
13479 The file must reside on the system running Alpine.
13481 If the 
13482 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13483 feature is set, names are relative to your current working directory 
13484 <!--chtml if pinemode="running"-->
13485 (which, at least for your current Alpine &quot;session,&quot; 
13486 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13487 <!--chtml endif-->
13488 rather than your home directory
13489 <!--chtml if pinemode="running"-->
13490 (which, in the present configuration of your system, is
13491  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13492 <!--chtml endif-->
13494 <P><UL>
13495 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13496 </UL>
13498 &lt;End of help on this topic&gt;
13499 </BODY>
13500 </HTML>
13501 ====== h_composer_ins_m =====
13502 <HTML>
13503 <HEAD>
13504 <TITLE>INSERT MESSAGE</TITLE>
13505 </HEAD>
13506 <BODY>
13507 <H1>INSERT MESSAGE</H1>
13509 Type in the number of a message in the currently open folder to insert it
13510 into your message.
13511 <P><UL>
13512 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13513 </UL>
13515 &lt;End of help on this topic&gt;
13516 </BODY>
13517 </HTML>
13518 ====== h_composer_search =====
13519 <HTML>
13520 <HEAD>
13521 <TITLE>Explanation of Composer Whereis Command </TITLE>
13522 </HEAD>
13523 <BODY>
13524 <H1>Help For Whereis Command</H1>
13526 Whereis is used to search the message for a word or part of a word.
13527 When searching in the composer, only the message part of your mail is
13528 searched, and the cursor is put on the first occurrence appearing
13529 after the location of the cursor.  The search will wrap to the
13530 beginning of the message when it no longer finds matches in the
13531 remainder of the message.
13533 To search for the same string a second time, press 
13534 <!--chtml if pinemode="function_key"-->
13535 &quot;F6&quot;
13536 <!--chtml else-->
13537 &quot;^W&quot;
13538 <!--chtml endif-->
13539 to begin search and then just press RETURN to accept the previous
13540 search string shown in square brackets rather than entering a new
13541 search string.<P>
13543 The &quot;Search&quot; prompt has several sub-command available:
13545 <DL>
13546 <DT>Get Help</DT>
13547 <DD> Takes you to this help page.
13549 <DT>Cancel</DT>
13550 <DD> Cancels the prompt.  No search takes place.
13552 <DT>First Line</DT>
13553 <DD> Takes you back to the composer with the cursor on the first character
13554 of the first line of text.
13556 <DT>Last Line</DT>
13557 <DD> Takes you back to the composer with the cursor on the last character
13558 of the last line of text.
13560 <DT>Replace (Optional)</DT>
13561 <DD> This sub-command is enabled by the 
13562 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13563 feature (which is on by default); see its help screen for details on how replacing works.
13565 </DL>
13567 &lt;End of help on this topic&gt;
13568 </BODY>
13569 </HTML>
13570 ====== h_sigedit_search =====
13571 <HTML>
13572 <HEAD>
13573 <TITLE>Explanation of Whereis Command </TITLE>
13574 </HEAD>
13575 <BODY>
13576 <H1>Help For Whereis Command</H1>
13578 Whereis is used to search for a word or part of a word.
13579 When searching the cursor is put on the first occurrence appearing
13580 after the location of the cursor.  The search will wrap to the
13581 beginning of the signature when it no longer finds matches in the
13582 remainder of the signature.
13584 To search for the same string a second time, press 
13585 <!--chtml if pinemode="function_key"-->
13586 &quot;F6&quot;
13587 <!--chtml else-->
13588 &quot;^W&quot;
13589 <!--chtml endif-->
13590 to begin search and then just press RETURN to accept the previous
13591 search string shown in square brackets rather than entering a new
13592 search string.<P>
13594 The &quot;Search&quot; prompt has several sub-command available:
13596 <DL>
13597 <DT>Get Help</DT>
13598 <DD> Takes you to this help page.
13600 <DT>Cancel</DT>
13601 <DD> Cancels the prompt.  No search takes place.
13603 <DT>First Line</DT>
13604 <DD> Takes you back to the composer with the cursor on the first character
13605 of the first line of text.
13607 <DT>Last Line</DT>
13608 <DD> Takes you back to the composer with the cursor on the last character
13609 of the last line of text.
13611 <DT>Replace (Optional)</DT>
13612 <DD> This sub-command is enabled by the 
13613 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13614 feature (which is on by default); see its help screen for details on how replacing works.
13616 </DL>
13618 &lt;End of help on this topic&gt;
13619 </BODY>
13620 </HTML>
13621 ======= h_composer_to ====
13622 <HTML>
13623 <HEAD>
13624 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13625 </HEAD>
13626 <BODY>
13627 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13629 <H2>The &quot;To:&quot; field</H2>
13630 The address you enter here must be a valid email address that is reachable
13631 from your site. 
13633 <H2>Email Address Format</H2>
13634 You may enter a full name and email address, 
13635 <!--chtml if pinemode="os_windows"-->
13636 <!--chtml else-->
13637 a local (meaning, on the same 
13638 host as the one you are running Alpine on) username that Alpine will
13639 complete for you, 
13640 <!--chtml endif-->
13641 the nickname of someone in a 
13642 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13643 mail alias defined by your system administrator.  When you move the cursor
13644 out of this field, the nicknames will be expanded to the addresses in your
13645 address book, and the local usernames will be expanded to include the 
13646 persons' actual names.  You may enter as many addresses as you wish, but they 
13647 must be separated by commas.  You can move around this and other header fields
13648 with the arrow keys and use many of the usual composer editing keys.
13650 <UL>
13651 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13652 </UL>
13655 <H2>MESSAGE HEADER COMMANDS</H2>
13656 <!--chtml if pinemode="function_key"-->
13657 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13658 ^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>
13659 ^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>
13660 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13661 ^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>
13662 ^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>
13663 ^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>
13664 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>
13665 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>
13666 ^@&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>
13667 ----------------------------------------|<BR>
13668 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13669 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>
13670 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>
13671 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>
13672 <!--chtml else-->
13673 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13674 ^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>
13675 ^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>
13676 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13677 ^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>
13678 ^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>
13679 ^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>
13680 ^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>
13681 ^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>
13682 ^@&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>
13683 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13684 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>
13685 ^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>
13686 ^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>
13687 ^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>
13688 <!--chtml endif-->
13691 NOTE:
13692 <OL>
13693  <LI>For help on a particular command, highlight the bold text associated
13694 with it above and hit Return.
13695  <LI> The availability of certain commands 
13696 is determined by Alpine configuration files and system capabilities.
13697 At some sites, certain commands may not be available due to security or
13698 support concerns.
13699 </OL>
13702 <UL>   
13703 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13704 </UL><P>
13705 &lt;End of help on this topic&gt;
13706 </BODY>
13707 </HTML>
13708 ======= h_composer_cc ====
13709 <HTML>
13710 <HEAD>
13711 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13712 </HEAD>
13713 <BODY>
13714 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13715 The Cc: field is just like the To: field, except it is used for addressees
13716 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13717 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13718 them to see the message.  The only difference the recipients see is that their 
13719 name is in the Cc: field, rather than the To: field.
13721 For help with Cc: field editing
13722 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13724 <UL>
13725 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13726 </UL>
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_bcc ====
13735 <HTML>
13736 <HEAD>
13737 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13738 </HEAD>
13739 <BODY>
13740 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13741 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13742 a copy of the message to one or more people whose addresses you do not
13743 wish disclosed, either to reduce clutter or for confidentiality.
13745 The format of the Bcc: field is just the same as the To: and Cc: fields in
13746 the way the addresses are entered.  The recipients listed here will
13747 receive a copy of the message, but --assuming your site's mail transport
13748 software is properly configured-- their addresses will not show up in the
13749 headers of the message, as delivered to all of the recipients.  The To:
13750 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13752 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13753 will automatically generate and place in the To: field a pseudo-address of 
13754   &quot;undisclosed-recipients: ;&quot;
13755 or whatever string has been specified in the 
13756 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13757 variable.
13759 The reason for this is to avoid embarrassment caused by some Internet
13760 mail transfer software that interprets a &quot;missing&quot; To: header as 
13761 an error and replaces it with an Apparently-to: header that may contain
13762 the addresses you entered on the Bcc: line.  In addition, it may be
13763 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13765 You can manipulate what text ends up on the (originally) empty To:
13766 field.  Just remember to put a colon and semicolon at the end of the
13767 field, which is a special notation denoting that it is not a real address.
13769 For information on message header editing
13770 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13772 <UL>
13773 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13774 </UL>
13776 <UL>   
13777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13778 </UL><P>
13779 &lt;End of help on this topic&gt;
13780 </BODY>
13781 </HTML>
13782 ======= h_composer_lcc ====
13783 <HTML>
13784 <HEAD>
13785 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13786 </HEAD>
13787 <BODY>
13788 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13789 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13790 you wish to send a message to a list of people but avoid having all
13791 of their addresses visible, in order to reduce clutter when the
13792 message is received.
13794 It is similar to the 
13795 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13796 in that individual
13797 addressees are hidden, but Lcc is designed to work specifically with
13798 distribution lists you have created in your 
13799 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13800 the nickname of the list on the Lcc line will result in the full name of
13801 your Alpine Address Book list being placed on the To: line of the message,
13802 using a special notation that distinguishes it from a real address. You
13803 must leave the To: line blank for your list name to appear there.
13805 For example, if you have this list entered in your Address Book:<PRE>
13807         largo         Key Largo List       DISTRIBUTION LIST:
13808                                            bogie@mgm.com
13809                                            lauren@mgm.com
13810                                            walter@mgm.com</PRE>
13813 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13814 the result is:<PRE>
13816         To      : Key Largo List: ;
13817         Cc      :
13818         Bcc     :
13819         Fcc     : sent-mail
13820         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13821                   lauren@mgm.com,
13822                   walter@mgm.com
13823         Subject :</PRE>
13825 Each recipient listed on the Lcc: line receives a copy of the message
13826 without their address being visible (as though they were listed on the
13827 Bcc: line). The colon-semicolon notation used to put the full-name of the
13828 list on the To: line is a special address format that doesn't specify any
13829 actual addressees, but does give some information to the recipients of the
13830 message.
13832 Note: if after entering an LCC, you delete the list name that is placed
13833 on the To: line, then recipients will see <PRE>
13834        To: undisclosed-recipients: ;</PRE>
13836 (or whatever string is defined in the 
13837 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13838 variable) just as in the BCC case. 
13840 For help with Lcc: field editing
13841 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13843 <UL>
13844 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13845 </UL>
13847 <UL>   
13848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13849 </UL><P>
13850 &lt;End of help on this topic&gt;
13851 </BODY>
13852 </HTML>
13853 ======= h_composer_from =======
13854 <HTML>
13855 <HEAD>
13856 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13857 </HEAD>
13858 <BODY>
13859 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13861 This header carries your return address.  It is the address toward which
13862 replies (and often, future unrelated correspondence) will be directed,
13863 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13864 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13865 sure this address is correct.
13867 For help with message header editing
13868 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13870 <UL>
13871 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13872 </UL>
13874 <UL>   
13875 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13876 </UL><P>
13877 &lt;End of help on this topic&gt;
13878 </BODY>
13879 </HTML>
13880 ======= h_composer_reply_to =======
13881 <HTML>
13882 <HEAD>
13883 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13884 </HEAD>
13885 <BODY>
13886 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13888 Most people should not need this header. The Reply-To: header is used in
13889 cases where you would like replies to your messages to be directed to an
13890 address other than your normal &quot;From:&quot; address.  This is atypical, 
13891 but can happen when you use multiple machines and do not have the same account
13892 name on each one, or when you wish to direct certain replies to accounts
13893 or folders designated for specific classes of correspondence.
13895 For help with message header editing
13896 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13898 <UL>
13899 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13900 </UL>
13903 <UL>   
13904 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13905 </UL><P>
13906 &lt;End of help on this topic&gt;
13907 </BODY>
13908 </HTML>
13909 ======= h_composer_custom_addr ====
13910 <HTML>
13911 <HEAD>
13912 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13913 </HEAD>
13914 <BODY>
13915 <H1>CUSTOMIZED HEADER FIELD</H1>
13916 This is a customized header, i.e. not one that is part of Alpine's normal
13917 set of Compose headers.
13919 For help with message header editing
13920 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13922 <UL>
13923 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13924 </UL>
13926 <UL>   
13927 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13928 </UL><P>
13929 &lt;End of help on this topic&gt;
13930 </BODY>
13931 </HTML>
13932 ======= h_composer_custom_free ====
13933 <HTML>
13934 <HEAD>
13935 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13936 </HEAD>
13937 <BODY>
13938 <H1>CUSTOMIZED HEADER FIELD</H1>
13939 This is a customized header, i.e. not one that is part of Alpine's normal
13940 set of Compose headers.
13942 This field consists of arbitrary text.
13944 For help with message header editing
13945 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13947 <UL>   
13948 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13949 </UL><P>
13950 &lt;End of help on this topic&gt;
13951 </BODY>
13952 </HTML>
13953 ====== h_composer_news =====
13954 <HTML>
13955 <HEAD>
13956 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13957 </HEAD>
13958 <BODY>
13959 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13960 Use the newsgroups line to specify any and all USENET newsgroups to which
13961 your message should be posted.  When composing a message from scratch, this
13962 line may be hidden.  If so, just press the rich headers command
13963 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13964 to make it visible.
13966 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13967 people will be reading your message.  Also, you or your system manager
13968 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13969 in order for you to be able to post.
13971 For help with message header editing
13972 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13973 <P><UL>
13974 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13975 </UL>
13977 &lt;End of help on this topic&gt;
13978 </BODY>
13979 </HTML>
13980 ======= h_composer_fcc ====
13981 <HTML>
13982 <HEADER>
13983 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
13984 </HEADER>
13985 <BODY>
13986 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
13987 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
13988 each outgoing message.  The default value can be configured with the
13989 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
13990 the file carbon copy on any message you send by editing the FCC header.<p>
13992 You may type ^T to get a list of all your folders and select one to use as
13993 the FCC for this message.<P>
13995 For help with message header editing
13996 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13998 <UL>   
13999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14000 </UL><P>
14001 &lt;End of help on this topic&gt;
14002 </BODY>
14003 </HTML>
14004 ======= h_composer_subject ====
14005 <HTML>
14006 <HEADER>
14007 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14008 </HEADER>
14009 <BODY>
14010 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14012 The subject header provides a place to enter a few words that summarize
14013 the topic of the message you are sending.  You may leave this line blank,
14014 but it is considered a courtesy to use a meaningful subject.<p>
14016 For help with message header editing
14017 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14019 <UL>   
14020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14021 </UL><P>
14022 &lt;End of help on this topic&gt;
14023 </BODY>
14024 </HTML>
14025 ======= h_composer_attachment ====
14026 <HTML>
14027 <HEAD>
14028 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14029 </HEAD>
14030 <BODY>
14031 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14033 The &quot;Attchmnt:&quot; field is where you specify what file or
14034 files you'd like attached to
14035 the message you are composing.  Those files must reside on the machine
14036 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14037 account on a Unix machine, you'll have to transfer it before attaching it.
14038 Contact local computer support people for assistance with transferring.
14041 The file name
14042 given can be an absolute file path name for your system
14043 <!--chtml if pinemode="os_windows"-->
14044 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14045 with a relative pathname, or simply a file name without
14046 drive or directory specification.  
14047 <!--chtml else-->
14048 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14049 a file in your home directory, or a file path relative to your 
14050 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14051 your home directory or &quot;~user&quot; to refer to another
14052 account's home directory.
14053 <!--chtml endif--><P>
14054 No wild card characters may be used.
14055 <P>If the 
14056 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14057 feature is set, names are relative to your current working directory 
14058 <!--chtml if pinemode="running"-->
14059 (which, at least for your current Alpine &quot;session,&quot; 
14060 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14061 <!--chtml endif-->
14062 rather than your home directory
14063 <!--chtml if pinemode="running"-->
14064 (which, in the present configuration of your system, is
14065  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14066 <!--chtml endif-->
14069 Alpine uses MIME encoding for attachments, so binaries and files of any
14070 length can safely be delivered to any MIME-capable mail reading program.
14071 If you send an attachment to someone who does not have a MIME-capable mail
14072 reading program yet, then the main message text will be readable, but
14073 attachments (even attachments that are just plain text) are not.
14076 Typing the filename on the Attchmnt: line achieves the same
14077 result as using the 
14078 <!--chtml if pinemode="function_key"-->
14080 <!--chtml else-->
14081 Ctrl-J
14082 <!--chtml endif--> command.
14085 If you Forward a message with attachments, you may delete them from your
14086 Forwarded message by editing the Attchmnt header line.
14089 For help with message header editing
14090 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14092 <UL>   
14093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14094 </UL><P>
14095 &lt;End of help on this topic&gt;
14096 </BODY>
14097 </HTML>
14098 ======= h_composer_ctrl_j ====
14099 <HTML>
14100 <HEAD>
14101 <TITLE>COMPOSER ATTACH</TITLE>
14102 </HEAD>
14103 <BODY>
14104 After the
14105 <!--chtml if pinemode="function_key"-->
14107 <!--chtml else-->
14108 Ctrl-J
14109 <!--chtml endif--> command:
14110 At the &quot;File to attach:&quot; prompt, enter the name of the 
14111 existing file to attach to your message.  
14112 When the feature
14113 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14114 is set
14115 you need only enter the beginning of the filename (enough of it to uniquely 
14116 identify the file) and press TAB to complete it.
14118 Or, press ^T to use the BROWSER screen for 
14119 selecting the file.  <P>
14120 For more information on attaching files, see the help screen for the 
14121 composer's 
14122 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14123 but can be revealed using the 
14124 <!--chtml if pinemode="function_key"-->
14126 <!--chtml else-->
14127 Ctrl-R
14128 <!--chtml endif--> 
14129 command with the cursor positioned above the
14130 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14132 &lt;End of help on this topic&gt;
14133 </BODY>
14134 </HTML>
14135 ======= h_edit_nav_cmds =========
14136 <HTML>
14137 <HEAD>
14138 <TITLE>Composer Editing Commands Explained</TITLE>
14139 </HEAD>
14140 <BODY>
14141 <H1>EDITING and NAVIGATION COMMANDS</H1>
14142 <!--chtml if pinemode="function_key"-->
14143 <PRE>
14144 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14145 ^B (Left Arrow)    Back character       | ^D       Delete current character
14146 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14147 ^P (Up Arrow)      Previous line        |
14148 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14149 ^A                 Beginning of line    |            delete current line
14150 ^E                 End of line          | F10      Undelete line(s)
14151 F7                 Previous page        |
14152 F8                 Next page            |-------------------------------------
14153 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14154 ----------------------------------------|
14155 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14156 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14157 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14158 </PRE>
14159 <!--chtml else-->
14160 <PRE>
14161 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14162 ^B (Left Arrow)    Back character       | ^D       Delete current character
14163 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14164 ^P (Up Arrow)      Previous line        |
14165 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14166 ^A                 Beginning of line    |            delete current line
14167 ^E                 End of line          | ^U       Undelete line(s)
14168 ^Y                 Previous page        |
14169 ^V                 Next page            |-------------------------------------
14170 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14171 ----------------------------------------|
14172 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14173 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14174 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14175 </PRE>
14176 <!--chtml endif-->
14177 &lt;End of help on this topic&gt;
14178 </BODY>
14179 </HTML>
14180 ===== h_composer_sigedit =====
14181 <HTML>
14182 <HEAD>
14183 <TITLE>Signature Editor Commands Explained</TITLE>
14184 </HEAD>
14185 <BODY>
14186 <H1>SIGNATURE EDITOR COMMANDS</H1>
14187 <!--chtml if pinemode="function_key"-->
14188 <PRE>
14189 CURSOR MOTION KEYS                     |EDITING KEYS
14190   ^B (Left Arrow)   Back character     | ^D       Delete current character
14191   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14192   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14193   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14194   ^A                Beginning of line  |           delete current line
14195   ^E                End of line        | F10       Paste text, undelete lines
14196   F7                Previous page      |           cut with ^K, or unjustify
14197   F8                Next page          |-------------------------------------
14198   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14199 ---------------------------------------| F6       Whereis (search for string)
14200 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14201  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14202                  |  ^Z    Suspend      | ^L       Redraw Screen
14203  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14204 </PRE>
14205 <!--chtml else-->
14206 <PRE>
14207 CURSOR MOTION KEYS                     |EDITING KEYS
14208   ^B (Left Arrow)   Back character     | ^D       Delete current character
14209   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14210   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14211   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14212   ^A                Beginning of line  |           delete current line
14213   ^E                End of line        | ^U        Paste text, undelete lines
14214   ^Y                Previous page      |           cut with ^K, or unjustify
14215   ^V                Next page          |-------------------------------------
14216   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14217 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14218 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14219  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14220                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14221  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14222 </PRE>
14223 <!--chtml endif-->
14225 NOTE: The presence or absence of the following commands is determined
14226 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14227 some of these commands may be administratively disabled by your system
14228 manager; if they don't work, please check with your local help desk
14229 before reporting a bug.
14231 <UL>
14232  <LI>Suspend (suspends Alpine and gives a system prompt)
14233  <LI>Alternate editor (allows you to compose with your own editor)
14234 </UL>
14237 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14238 Ctrl-&#92;, ESC
14241 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14242 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14244 &lt;End of help on this topic&gt;
14245 </BODY>
14246 </HTML>
14247 ===== h_composer_commentedit =====
14248 <HTML>
14249 <HEAD>
14250 <TITLE>Comment Editor Commands Explained</TITLE>
14251 </HEAD>
14252 <BODY>
14253 <H1>COMMENT EDITOR COMMANDS</H1>
14254 <!--chtml if pinemode="function_key"-->
14255 <PRE>
14256 CURSOR MOTION KEYS                     |EDITING KEYS
14257   ^B (Left Arrow)   Back character     | ^D       Delete current character
14258   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14259   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14260   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14261   ^A                Beginning of line  |           delete current line
14262   ^E                End of line        | F10       Paste text, undelete lines
14263   F7                Previous page      |           cut with ^K, or unjustify
14264   F8                Next page          |-------------------------------------
14265   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14266 ---------------------------------------| F6       Whereis (search for string)
14267 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14268  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14269                  |  ^Z    Suspend      | ^L       Redraw Screen
14270  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14271 </PRE>
14272 <!--chtml else-->
14273 <PRE>
14274 CURSOR MOTION KEYS                     |EDITING KEYS
14275   ^B (Left Arrow)   Back character     | ^D       Delete current character
14276   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14277   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14278   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14279   ^A                Beginning of line  |           delete current line
14280   ^E                End of line        | ^U        Paste text, undelete lines
14281   ^Y                Previous page      |           cut with ^K, or unjustify
14282   ^V                Next page          |-------------------------------------
14283   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14284 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14285 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14286  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14287                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14288  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14289 </PRE>
14290 <!--chtml endif-->
14292 NOTE: The presence or absence of the following commands is determined
14293 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14294 some of these commands may be administratively disabled by your system
14295 manager; if they don't work, please check with your local help desk
14296 before reporting a bug.
14298 <UL>
14299  <LI>Suspend (suspends Alpine and gives a system prompt)
14300  <LI>Alternate editor (allows you to compose with your own editor)
14301 </UL>
14304 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14305 Ctrl-&#92;, ESC
14308 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14309 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14311 &lt;End of help on this topic&gt;
14312 </BODY>
14313 </HTML>
14314 ======= h_composer_abook_nick =======
14315 <HTML>
14316 <HEAD>
14317 <TITLE>Addressbook Nickname Explained</TITLE>
14318 </HEAD>
14319 <BODY>
14320 This is a short nickname for this address book entry.  If it is used in
14321 place of an address from the composer, the composer will fill in the
14322 address(es) for the entry that matches the nickname. 
14325 Look <A HREF="h_edit_nav_cmds">here</A>
14326 to see the available Editing and Navigation commands.
14328 &lt;End of help on this topic&gt;
14329 </BODY>
14330 </HTML>
14331 ======= h_composer_abook_full =======
14332 <HTML>
14333 <HEAD>
14334 <TITLE>Addressbook Fullname Explained</TITLE>
14335 </HEAD>
14336 <BODY>
14337 This is the full name field for this entry.  If this is going to be a
14338 distribution list (more than one address), it should be a descriptive
14339 phrase describing the list.  It will be included in the mail header if you
14340 put the list in the To: or CC: field, or in the To: line if you put the
14341 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14342 leave any of the other fields blank, too). If this address book entry is
14343 going to be a simple entry with just one address, then this field is the
14344 person's name. When you send mail to this entry, this is the field to the
14345 left of the brackets. That is, it is the most readable part of the 
14346 address. For example, in the sample address:
14347 <PRE>
14348        John Doe &lt;jdoe@some.domain&gt;
14349 </PRE>
14350 "John Doe" is the full name field. If you are sorting your address book
14351 with one of the options that uses full names, then it might be useful to
14352 enter the full name as "Last, First", for example:
14353 <PRE>
14354        Doe, John
14355 </PRE>
14356 so that it will be sorted using Doe instead of John. This will be changed
14357 back into John Doe when you use it.
14359 Look <A HREF="h_edit_nav_cmds">here</A>
14360 to see the available Editing and Navigation commands.
14362 &lt;End of help on this topic&gt;
14363 </BODY>
14364 </HTML>
14365 ======= h_composer_abook_fcc =======
14366 <HTML>
14367 <HEAD>
14368 <TITLE>Addressbook Fcc Explained</TITLE>
14369 </HEAD>
14370 <BODY>
14371 If this entry is the first one in the To: line of an outgoing message,
14372 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14373 you would normally get (which depends on which
14374 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14375 you've chosen). 
14377 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14378 that you don't want any Fcc associated with this entry.
14380 Look <A HREF="h_edit_nav_cmds">here</A>
14381 to see the available Editing and Navigation commands.
14383 &lt;End of help on this topic&gt;
14384 </BODY>
14385 </HTML>
14386 ====== h_config_combined_abook_display =====
14387 <HTML>
14388 <HEAD>
14389 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14390 </HEAD>
14391 <BODY>
14392 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14394 This feature affects the address book display screens.
14395 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14396 will cause the remaining address books and directory servers to disappear
14397 from the screen, leaving only the entries of the expanded address book.
14398 If this feature is set, then the other address books will remain on the screen,
14399 so that all of the address books can be present at once.
14402 The way that commands work won't be changed.
14403 For example, the Select All command will select all of the entries in the
14404 current address book, not all of the entries in all of the address books.
14405 The WhereIs command will change a little.
14406 It will search through all of the text on the screen plus all of the entries
14407 from expanded address books.
14410 When this feature is set, the setting of the feature
14411 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14412 has an effect.
14414 &lt;End of help on this topic&gt;
14415 </BODY>
14416 </HTML>
14417 ====== h_config_titlebar_color_style =====
14418 <HTML>
14419 <HEAD>
14420 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14421 </HEAD>
14422 <BODY>
14423 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14425 This option affects the colors used to display the titlebar (the top
14426 line on the screen) when viewing a message.
14429 The available options include:
14432 <DL>
14433 <DT>default</DT>
14434 <DD>The color of the titlebar will be the color you set for the
14435 <A HREF="h_config_title_color">Title Color</A>.
14436 The Title Color may be set by using the
14437 <A HREF="h_color_setup">Setup Kolor</A> screen.
14438 </DD>
14440 <DT>indexline</DT>
14441 <DD>The color of the titlebar will be the same as the color of the
14442 index line corresponding to the message being viewed.
14443 The rules that determine what color the index line will be may be set
14444 up by going to the Setup/Rules/Indexcolor screen.
14445 If the index line for a message is not colored explicitly by the
14446 Indexcolor rules, then the titlebar will be colored the same as for
14447 the &quot;default&quot; option above (which is not the same color that
14448 the index line itself will have).
14449 </DD>
14451 <DT>reverse-indexline</DT>
14452 <DD>This is similar to the &quot;indexline&quot; option except the
14453 foreground and background colors from the corresponding index line will
14454 be reversed.
14455 For example, if the index line color is red letters on a white background,
14456 then the titlebar will be white letters on a red background.
14457 If the index line for a message is not colored explicitly by the
14458 Indexcolor rules, then the titlebar will be colored the same as for
14459 the &quot;default&quot; option above (which is not the same color that
14460 the index line itself will have).
14461 </DD>
14462 </DL>
14466 <UL>   
14467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14468 </UL><P>
14469 &lt;End of help on this topic&gt;
14470 </BODY>
14471 </HTML>
14472 ====== h_config_index_color_style =====
14473 <HTML>
14474 <HEAD>
14475 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14476 </HEAD>
14477 <BODY>
14478 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14480 This option affects the colors used to display the current line in the
14481 MESSAGE INDEX screen.
14482 If you do not have Index Color Rules defined, then this option will
14483 have no effect in the index.
14484 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14486 If the option
14487 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14488 is turned on and the
14489 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14490 is set to something other than the default, then
14491 this option also affects the color used to display the current folder
14492 in the Incoming FOLDER LIST screen.
14495 The available options include:
14498 <DL>
14499 <DT>flip-colors</DT>
14500 <DD>This is the default.
14501 If an index line is colored because it matches one of your
14502 Index Color Rules, then its colors will be reversed when it is the currently
14503 highlighted line.
14504 For example, if the line is normally red text on a blue background, then
14505 when it is the current line it will be drawn as blue text on a red background.
14507 The rest of the option values all revert to this flip-colors behavior if
14508 there is no Reverse Color defined.
14509 </DD>
14511 <DT>reverse</DT>
14512 <DD>With this option the Reverse color is always used to highlight the
14513 current line.
14514 </DD>
14516 <DT>reverse-fg</DT>
14517 <DD>The foreground part of the Reverse Color is used to highlight
14518 the current line.
14519 If this would cause the text to be unreadable (because the foreground and
14520 background colors are the same) or if it would cause no change in the
14521 color of the index line, then the colors are flipped instead.
14523 Some people think this works particularly well if you use different
14524 background colors to emphasize &quot;interesting&quot; lines,
14525 but always with the same Normal foreground color,
14526 and you use a different foreground color for the Reverse Color.
14527 </DD>
14529 <DT>reverse-fg-no-ambiguity</DT>
14530 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14531 the resulting color will be exactly the same as the regular Reverse
14532 Color.
14533 That can lead to some possible confusion because an
14534 &quot;interesting&quot;
14535 line that is the current line will be displayed exactly the same as a
14536 non-interesting line that is current.
14537 You can't tell whether the line is just a regular current line or if it is
14538 an &quot;interesting&quot; current line by looking at the color.
14539 Setting the option to this value removes that ambiguity.
14540 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14541 interesting current line would look just like a non-interesting current line.
14542 In that case, the interesting line's colors are simply flipped (like in the
14543 default behavior).
14545 As an alternative way to preserve the line's interestingness in this case,
14546 you may find that using both a different foreground and a different
14547 background color for the interesting line will help.
14548 </DD>
14550 <DT>reverse-bg</DT>
14551 <DD>The background part of the Reverse Color is used to highlight
14552 the current line.
14553 If this would cause the text to be unreadable (because the foreground and
14554 background colors are the same) or if it would cause no change in the
14555 color of the index line, then the colors are flipped instead.
14557 Some people think this works particularly well if you use different
14558 foreground colors to emphasize &quot;interesting&quot; lines,
14559 but always with the same Normal background color,
14560 and you use a different background color for the Reverse Color.
14561 </DD>
14563 <DT>reverse-bg-no-ambiguity</DT>
14564 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14565 rule may also result in a color that is exactly the same as the regular
14566 Reverse Color.
14567 Setting the option to this value removes that ambiguity.
14568 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14569 current line has the same color as the Reverse Color.
14570 In that case, the interesting line's colors are simply flipped (like in the
14571 default behavior).
14572 </DD>
14573 </DL>
14577 <UL>   
14578 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14579 </UL><P>
14580 &lt;End of help on this topic&gt;
14581 </BODY>
14582 </HTML>
14583 ====== h_config_expanded_addrbooks =====
14584 <HTML>
14585 <HEAD>
14586 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14587 </HEAD>
14588 <BODY>
14589 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14591 If multiple address books (either personal or global) are defined, and you
14592 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14593 screen, then set this feature. This feature will have no effect unless the
14594 feature
14595 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14596 is also set.
14598 &lt;End of help on this topic&gt;
14599 </BODY>
14600 </HTML>
14601 ====== h_config_combined_folder_display =====
14602 <HTML>
14603 <HEAD>
14604 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14605 </HEAD>
14606 <BODY>
14607 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14609 This feature affects the folder list display screens.
14610 Normally, each folder list is viewed within its collection only.  This
14611 command allows folder lists to be viewed within a single screen that
14612 combines the contents of all collections.
14615 The way that commands work won't be changed.
14616 For example, the Select All command will select all of the folders in the
14617 current collection, not all of the entries in all of the collections.
14618 The WhereIs command will change a little.
14619 It will search through all of the folders in the current collection as well
14620 as all the folder in any other expanded collection.
14623 When this feature is set, the setting of the feature
14624 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14625 has an effect.
14627 &lt;End of help on this topic&gt;
14628 </BODY>
14629 </HTML>
14630 ====== h_config_combined_subdir_display =====
14631 <HTML>
14632 <HEAD>
14633 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14634 </HEAD>
14635 <BODY>
14636 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14638 This feature affects the Folder List screen when
14640 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14641 feature is enabled.  Normally, selecting a directory from the Folder
14642 List takes you into a new screen displaying only the contents of
14643 that directory.
14646 Enabling this feature will cause the contents of the selected
14647 directory to be
14648 displayed within the boundaries of the &quot;Collection&quot; it
14649 is a part of.  All previously displayed collections will remain
14650 in the screen.
14653 The way that commands work won't be changed.
14654 For example, the Select All command will select all of the folders in the
14655 directory, as opposed to all of the entries in all of the collections.
14656 The WhereIs command will change a little.
14657 It will search through all of the folders in the current collection as well
14658 as all the folder in any other expanded collection.
14661 &lt;End of help on this topic&gt;
14662 </BODY>
14663 </HTML>
14664 ====== h_config_separate_fold_dir_view =====
14665 <HTML>
14666 <HEAD>
14667 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14668 </HEAD>
14669 <BODY>
14670 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14672 This feature affects folder collections wherein a folder
14673 and directory can have the same name.  By default, Alpine displays them
14674 only once, denoting that it is both a folder and directory by appending
14675 the folder name with the hierarchy character enclosed
14676 in square brackets.
14680 Enabling this feature will cause Alpine to display such names
14681 separately marking the name representing a directory with a trailing
14682 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14685 The feature also alters the command set slightly.  By default, the
14686 right-arrow descends into the directory, while hitting the Return key will
14687 cause the folder by that name to be opened.
14690 With this feature set, the Return key will open the highlighted folder, or
14691 enter the highlighted directory.
14694 &lt;End of help on this topic&gt;
14695 </BODY>
14696 </HTML>
14697 ====== h_config_expanded_folders =====
14698 <HTML>
14699 <HEAD>
14700 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14701 </HEAD>
14702 <BODY>
14703 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14705 If multiple folder collections are defined, and you
14706 wish to have them all expanded implicitly upon entering the FOLDER LIST
14707 screen, then set this feature. This feature will have no effect unless the
14708 feature
14709 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14710 is also set.
14712 &lt;End of help on this topic&gt;
14713 </BODY>
14714 </HTML>
14715 ======= h_config_ldap_server =======
14716 <HTML>
14717 <HEAD>
14718 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14719 </HEAD>
14720 <BODY>
14721 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14722 This is the name of the host where an LDAP server is running.
14723 For redundancy, this may be a space-delimited set of server names, in which
14724 case the first server that answers is used.
14725 Each of the server names may be optionally followed by
14726 a colon and a port number.
14727 If this form is used then the port number configured below in the
14728 <EM>port</EM> field is not used.
14730 To find out whether your organization has its own LDAP server, 
14731 contact its computing support staff.
14732 <P><UL>
14733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14734 </UL>
14736 &lt;End of help on this topic&gt;
14737 </BODY>
14738 </HTML>
14739 ======= h_config_ldap_base =======
14740 <HTML>
14741 <HEAD>
14742 <TITLE>LDAP OPTION: Search-Base</TITLE>
14743 </HEAD>
14744 <BODY>
14745 <H1>LDAP OPTION: Search-Base</H1>
14747 This is the search base to be used on this server.  It functions as a filter 
14748 by restricting your searches in the LDAP server database
14749 to the specified contents of the specified fields.  Without it, searches 
14750 submitted to this directory server may fail.  It might be something
14751 like:
14753 <PRE>
14754       O = &lt;Your Organization Name&gt;, C = US
14755 </PRE>
14756 or it might be blank.  
14757 (Some LDAP servers actually ignore anything specified here.)
14759 If in doubt what parameters you should specify here, 
14760 contact the maintainers of the LDAP server.
14761 <P><UL>
14762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14763 </UL>
14765 &lt;End of help on this topic&gt;
14766 </BODY>
14767 </HTML>
14768 ======= h_config_ldap_port =======
14769 <HTML>
14770 <HEAD>
14771 <TITLE>LDAP OPTION: Port</TITLE>
14772 </HEAD>
14773 <BODY>
14774 <H1>LDAP OPTION: Port</H1>
14776 This is the TCP port number to be used with this LDAP server. If you leave
14777 this blank port 389 will be used.
14779 &lt;End of help on this topic&gt;
14780 </BODY>
14781 </HTML>
14782 ======= h_config_ldap_nick =======
14783 <HTML>
14784 <HEAD>
14785 <TITLE>LDAP OPTION: Nickname</TITLE>
14786 </HEAD>
14787 <BODY>
14788 <H1>LDAP OPTION: Nickname</H1>
14790 This is a nickname to be used in displays. If you don't supply a
14791 nickname the server name
14792 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14793 will be used instead.  This option is strictly for your convenience.
14795 &lt;End of help on this topic&gt;
14796 </BODY>
14797 </HTML>
14798 ======= h_config_ldap_binddn =======
14799 <HTML>
14800 <HEAD>
14801 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14802 </HEAD>
14803 <BODY>
14804 <H1>LDAP OPTION: Bind-DN</H1>
14806 You may need to authenticate to the LDAP server before you are able to use it.
14807 This is the Distinguished Name to bind to when authenticating to this server.
14808 Try leaving this blank until you know you need it.
14810 Alpine only knows about LDAP Simple authentication.
14811 It does not attempt LDAP SASL authentication.
14812 The DN and password will be sent in the clear unless TLS encryption is
14813 being used on this connection.
14814 Because of this, you may want to set the LDAP feature
14815 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14816 or the feature
14817 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14818 if you are going to be providing a password.
14819 <P><UL>
14820 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14821 </UL>
14823 &lt;End of help on this topic&gt;
14824 </BODY>
14825 </HTML>
14826 ======= h_config_ldap_opts_impl =======
14827 <HTML>
14828 <HEAD>
14829 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14830 </HEAD>
14831 <BODY>
14832 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14834 Set this to have lookups done to this server implicitly from the composer.
14835 If an address doesn't look like a fully-qualified address, it will be looked
14836 up in your address books, and if it doesn't match a nickname there, then it
14837 will be looked up on the LDAP servers that have this feature set.
14838 The lookups will also be done when using the address completion feature
14839 (TAB command) in the composer if any of the serves have this feature set.
14840 Also see the LDAP feature
14841 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14842 and the Setup/Config feature
14843 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14845 &lt;End of help on this topic&gt;
14846 </BODY>
14847 </HTML>
14848 ======= h_config_ldap_opts_tls =======
14849 <HTML>
14850 <HEAD>
14851 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14852 </HEAD>
14853 <BODY>
14854 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14856 When connecting to this server Alpine will attempt to use TLS encryption
14857 on the connection.
14858 Also see the closely related feature
14859 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14861 &lt;End of help on this topic&gt;
14862 </BODY>
14863 </HTML>
14864 ======= h_config_ldap_opts_tlsmust =======
14865 <HTML>
14866 <HEAD>
14867 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14868 </HEAD>
14869 <BODY>
14870 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14872 When connecting to this server Alpine will attempt to use TLS encryption
14873 on the connection.
14874 If the StartTLS operation fails then the connection will not be used.
14876 &lt;End of help on this topic&gt;
14877 </BODY>
14878 </HTML>
14879 ====== h_config_ldap_opts_rhs =====
14880 <HTML>
14881 <HEAD>
14882 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14883 </HEAD>
14884 <BODY>
14885 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14887 Normally implicit LDAP lookups from the composer are done only for the
14888 strings you type in from the composer screen. In other words, you type in
14889 something in the To or CC field and press return, then the string is looked up.
14890 First that string is looked up in your address books. If a match is found
14891 there, then the results of that match are looked up again. If you place
14892 a string in your address book that you want to have looked up on the LDAP
14893 directory server, you need to turn on this feature. If you set this feature
14894 for a server, you almost always will also want to set the
14895 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14896 feature. An example might serve to best illustrate this feature.
14898 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14899 entry with an
14900 address of pres@whitehouse.gov, then you might put an entry in your address
14901 book that looks like:
14903 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14904 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14906 Now, when you type &quot;bill&quot; into an
14907 address field in the composer Alpine will
14908 find the &quot;bill&quot; entry in your address book.
14909 It will replace &quot;bill&quot; with
14910 &quot;William Clinton&quot;.
14911 It will then search for an entry with that nickname
14912 in your address book and not find one. If this feature
14913 is set, Alpine will then attempt to lookup
14914 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14915 pres@whitehouse.gov.
14917 A better way to accomplish the same thing is probably to use the feature
14918 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14920 &lt;End of help on this topic&gt;
14921 </BODY>
14922 </HTML>
14923 ====== h_config_ldap_opts_ref =====
14924 <HTML>
14925 <HEAD>
14926 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14927 </HEAD>
14928 <BODY>
14929 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14931 Normally when you save the results of an LDAP directory lookup to your
14932 address book the results of the lookup are saved. If this feature is set
14933 and the entry being saved was found on this directory server, then the
14934 search criteria is saved instead of the results of the search. When this
14935 address book entry is used in the future, instead of copying the results
14936 from the address book the directory lookup will be done again. This could
14937 be useful if the copied result might become stale because the data on
14938 the directory server changes (for example, the entry's email address changes).
14939 You probably don't want to set this feature if the server is at all slow or
14940 unreliable.
14942 The way this actually works is that instead of saving the email address
14943 in your address book, Alpine saves enough information to look up the same
14944 directory entry again. In particular, it saves the server name and the
14945 distinguished name of the entry. It's possible that the server administrators
14946 might change the format of distinguished names on the server, or that the
14947 entry might be removed from the server. If Alpine notices this, you will be warned
14948 and a backup copy of the email address will be used. You may want to create
14949 a new entry in this case, since you will get the annoying warning every
14950 time you use the old entry. You may do that by Saving the entry to a new
14951 nickname in the same address book. You will be asked whether or not you
14952 want to use the backup email address.
14954 A related feature in the Setup/Config screen is
14955 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14957 &lt;End of help on this topic&gt;
14958 </BODY>
14959 </HTML>
14960 ======= h_config_ldap_opts_nosub =======
14961 <HTML>
14962 <HEAD>
14963 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
14964 </HEAD>
14965 <BODY>
14966 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
14968 Spaces in your input are normally handled specially.
14969 Each space character is replaced
14972 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
14974 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
14975 The reason this is done is so the input string
14977 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
14979 (which is converted to &quot;Greg* Donald&quot;) will match
14980 the names &quot;Greg Donald&quot;,
14981 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
14982 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
14983 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
14984 then it would also match the name &quot;Greg Donaldson&quot;.
14986 Turning on this feature will disable this substitution.
14988 &lt;End of help on this topic&gt;
14989 </BODY>
14990 </HTML>
14991 ====== h_config_ldap_searchtypes =======
14992 <HTML>
14993 <HEAD>
14994 <TITLE>LDAP OPTION: Search-Type</TITLE>
14995 </HEAD>
14996 <BODY>
14997 <H1>LDAP OPTION: Search-Type</H1>
14999 This affects the way that LDAP searches are done.
15000 In particular, this tells the server where to look for the string to be matched.
15001 If set to &quot;name&quot; then the string that is being searched for will
15002 be compared with the string in the
15003 &quot;Name&quot; field on the server
15004 (technically, it is the &quot;commonname&quot; field on the server).
15005 &quot;Surname&quot; means we're looking for a
15006 match in the &quot;Surname&quot; field on the
15007 server (actually the &quot;sn&quot; field).
15008 &quot;Givenname&quot; really is &quot;givenname&quot;
15009 and &quot;email&quot; is the electronic mail address (this is actually the field
15010 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
15011 The other three types are combinations of
15012 the types listed so far. &quot;Name-or-email&quot;
15013 means the string should appear
15014 in either the &quot;name&quot; field OR the &quot;email&quot; field.
15015 Likewise, &quot;surname-or-givenname&quot;
15016 means &quot;surname&quot; OR &quot;givenname&quot;
15017 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
15019 This search TYPE is combined with the
15020 search <A HREF="h_config_ldap_searchrules">RULE</A>
15021 to form the actual search query.
15023 The usual default value for this
15024 option is &quot;sur-or-given-or-name-or-email&quot;.
15025 This type of search may be slow on some servers.
15026 Try &quot;name-or-email&quot;, which is often
15027 faster, or just &quot;name&quot; if the performance seems to be a problem.
15029 Some servers have been configured with different attribute names for
15030 these four fields.
15031 In other words, instead of using the attribute name &quot;mail&quot;
15032 for the email address field, the server might be configured to use something
15033 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
15034 Alpine can be configured to use these different attribute names by using
15035 the four configuration options:
15036 <P><UL>
15037 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15038 </UL>
15039 <P><UL>
15040 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15041 </UL>
15042 <P><UL>
15043 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15044 </UL>
15045 <P><UL>
15046 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15047 </UL>
15049 &lt;End of help on this topic&gt;
15050 </BODY>
15051 </HTML>
15052 ====== h_config_ldap_searchrules =======
15053 <HTML>
15054 <HEAD>
15055 <TITLE>LDAP OPTION: Search-Rule</TITLE>
15056 </HEAD>
15057 <BODY>
15058 <H1>LDAP OPTION: Search-Rule</H1>
15060 This affects the way that LDAP searches are done.
15061 If set to &quot;equals&quot; then
15062 only exact matches count.
15063 &quot;Contains&quot; means that the string you type in
15064 is a substring of what you are matching against.
15065 &quot;Begins-with&quot; and &quot;ends-with&quot;
15066 mean that the string starts or ends with the string you type in.
15068 Spaces in your input are normally handled specially, but you can turn that
15069 special handling off with the
15070 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15071 feature.
15073 The usual default value for this option is &quot;begins-with&quot;.
15075 &lt;End of help on this topic&gt;
15076 </BODY>
15077 </HTML>
15078 ======= h_config_ldap_email_attr =======
15079 <HTML>
15080 <HEAD>
15081 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15082 </HEAD>
15083 <BODY>
15084 <H1>LDAP OPTION: EmailAttribute</H1>
15086 This is the name of the attribute that is searched for when looking for
15087 an email address. The default value for this option is &quot;mail&quot; or
15088 &quot;electronicmail&quot;.
15089 If the server you are using uses a different attribute name for the email
15090 address, put that attribute name here.
15092 This will affect the search filter used if your Search-Type is one that
15093 contains a search for &quot;email&quot;.
15094 It will also cause the attribute value matching this attribute name to be used
15095 as the email address when you look up an entry from the composer.
15097 &lt;End of help on this topic&gt;
15098 </BODY>
15099 </HTML>
15100 ======= h_config_ldap_sn_attr =======
15101 <HTML>
15102 <HEAD>
15103 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15104 </HEAD>
15105 <BODY>
15106 <H1>LDAP OPTION: SurnameAttribute</H1>
15108 This is the name of the attribute that is searched for when looking for
15109 the surname of the entry. The default value for this option is &quot;sn&quot;.
15110 If the server you are using uses a different attribute name for the surname,
15111 put that attribute name here.
15112 This will affect the search filter used if your Search-Type is one that
15113 contains a search for &quot;surname&quot;.
15115 &lt;End of help on this topic&gt;
15116 </BODY>
15117 </HTML>
15118 ======= h_config_ldap_gn_attr =======
15119 <HTML>
15120 <HEAD>
15121 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15122 </HEAD>
15123 <BODY>
15124 <H1>LDAP OPTION: GivennameAttribute</H1>
15126 This is the name of the attribute that is searched for when looking for
15127 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15128 If the server you are using uses a different attribute name for the given name,
15129 put that attribute name here.
15130 This will affect the search filter used if your Search-Type is one that
15131 contains a search for &quot;givenname&quot;.
15133 &lt;End of help on this topic&gt;
15134 </BODY>
15135 </HTML>
15136 ======= h_config_ldap_cn_attr =======
15137 <HTML>
15138 <HEAD>
15139 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15140 </HEAD>
15141 <BODY>
15142 <H1>LDAP OPTION: NameAttribute</H1>
15144 This is the name of the attribute that is searched for when looking for
15145 the name of the entry. The default value for this option is &quot;cn&quot;, which
15146 stands for common name.
15147 If the server you are using uses a different attribute name for the name,
15148 put that attribute name here.
15149 This will affect the search filter used if your Search-Type is one that
15150 contains a search for &quot;name&quot;.
15152 &lt;End of help on this topic&gt;
15153 </BODY>
15154 </HTML>
15155 ======= h_config_ldap_time =======
15156 <HTML>
15157 <HEAD>
15158 <TITLE>LDAP OPTION: Timelimit</TITLE>
15159 </HEAD>
15160 <BODY>
15161 <H1>LDAP OPTION: Timelimit</H1>
15163 This places a limit on the number of seconds the LDAP search will continue.
15164 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15165 may place limits of their own on searches.
15167 &lt;End of help on this topic&gt;
15168 </BODY>
15169 </HTML>
15170 ======= h_config_ldap_size =======
15171 <HTML>
15172 <HEAD>
15173 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15174 </HEAD>
15175 <BODY>
15176 <H1>LDAP OPTION: Sizelimit</H1>
15178 This places a limit on the number of entries returned by the LDAP server.
15179 A value of 0 means no limit. The default is 0. Note that some servers
15180 may place limits of their own on searches.
15182 &lt;End of help on this topic&gt;
15183 </BODY>
15184 </HTML>
15185 ======= h_config_ldap_cust =======
15186 <HTML>
15187 <HEAD>
15188 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15189 </HEAD>
15190 <BODY>
15191 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15193 This one is for advanced users only! If you define this, then the
15194 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15195 However, the feature
15196 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15197 is still in effect.
15198 That is, the space substitution will take place even in a custom filter unless
15199 you disable it.
15201 If your LDAP service stops working and you suspect it might be because
15202 of your custom filter, just delete this filter and try using the
15203 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15204 Another option that sometimes causes trouble is the
15205 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15207 This variable may be set to the string representation of an LDAP search
15208 filter (see RFC1960). In the places where you want the address string to be
15209 substituted in, put a '%s' in this filter string. Here are some examples:
15211 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15212 is equivalent to the &quot;Custom-Search-Filter&quot;
15213 <PRE>
15214      (cn=%s*)
15215 </PRE>
15216 When you try to match against the string &quot;string&quot; the program replaces
15217 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15218 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15220 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15221 of &quot;contains&quot; is equivalent to
15222 <PRE>
15223      (|(cn=*%s*)(mail=*%s*))
15224 </PRE>
15226 If your server uses a different attribute <EM>name</EM> than
15227 Alpine uses by default,
15228 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15229 then you may be able to use one or more of the four attribute configuration
15230 options instead of defining a custom filter:
15231 <P><UL>
15232 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15233 </UL>
15234 <P><UL>
15235 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15236 </UL>
15237 <P><UL>
15238 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15239 </UL>
15240 <P><UL>
15241 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15242 </UL>
15244 &lt;End of help on this topic&gt;
15245 </BODY>
15246 </HTML>
15247 ======= h_composer_abook_comment =======
15248 <HTML>
15249 <HEAD>
15250 <TITLE>Addressbook Comment Explained</TITLE>
15251 </HEAD>
15252 <BODY>
15253 This is a comment to help you remember what this entry is. The WhereIs
15254 command searches comments so that it is easier to find an entry with a comment
15255 you know about attached to it. This field is not used in the outgoing message.
15257 Look <A HREF="h_edit_nav_cmds">here</A>
15258 to see the available Editing and Navigation commands.
15260 &lt;End of help on this topic&gt;
15261 </BODY>
15262 </HTML>
15263 ======= h_composer_abook_addrs =======
15264 <HTML>
15265 <HEAD>
15266 <TITLE>Addressbook Lists</TITLE>
15267 </HEAD>
15268 <BODY>
15269 <H1>Addressbook Lists</H1>
15271 This is a list of addresses to send to when sending to this address book
15272 entry.  Each member of the list may be an address or another nickname from
15273 any of your address books.  If it is an address, it is OK to include the
15274 full name field as well as the electronic address portion of that address.
15275 For example, the following are all legitimate entries in this field:
15277 <DL><DT>&nbsp;</DT>
15278 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15279 <DD>jdoe@some.domain
15280 <DD>John Doe &lt;jdoe@some.domain&gt;
15281 </DL>
15283 The addresses should be listed separated by commas, just like you would
15284 enter them from the composer.
15288 The only difference between a distribution list and a simple entry with a
15289 single address, is that a distribution list has more than one address   
15290 listed in the Addresses: field, whereas a simple personal entry has just  
15291 one address.
15295 For individual address book entries, if there is a full name in the
15296 Fullname: field (filling in the Fullname: field is not required), it is
15297 used.  If the full name is specified in the Address: field and not in the
15298 Fullname: field, then the full name from the Address: field is used.
15302 If you type the nickname of a distribution list from one of your address 
15303 books in the Lcc: field, then the full name of that list is used in the  
15304 To: field.  If you put a list in the To: or Cc: fields, that list will be
15305 expanded into all of its addresses.  If the list has a full name, then
15306 that will appear at the beginning of the addresses.
15308 <DL><DT>&nbsp;</DT>
15309 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15310 &lt;sal@here.there&gt;
15311 </DL>
15313 If the first address in the distribution list also has a full name, then
15314 the list full name and that full name are combined into something like the
15315 following:
15317 <DL><DT>&nbsp;</DT>
15318 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15319 </DL>
15322 If you specify a list via Lcc, the full name is used in the To: line.  If
15323 you specify a list in the To: or Cc: fields, then it uses the same method
15324 as for individual entries for filling in the full name.
15328 For help with editing and navigation commands, check the Help for the
15329 Nickname: field.
15332 &lt;End of help on this topic&gt;
15333 </BODY>
15334 </HTML>
15335 ======= h_config_role_nick =======
15336 <HTML>
15337 <HEAD>
15338 <TITLE>Nickname Explained</TITLE>
15339 </HEAD>
15340 <BODY>
15341 <H1>Nickname Explained</H1>
15343 This is a nickname to help you.
15344 You should have a different nickname for each role you define.
15345 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15346 pick a role to edit.
15347 It will also be used when you send a message to let you know you are
15348 sending with a different role than you use by default, and
15349 it will be useful for choosing a role when composing with the Role command
15350 or when composing with one of the Role Uses set to With Confirmation.
15351 This field is not used in the outgoing message.
15353 Look <A HREF="h_edit_nav_cmds">here</A>
15354 to see the available Editing and Navigation commands.
15356 &lt;End of help on this topic&gt;
15357 </BODY>
15358 </HTML>
15359 ======= h_config_role_comment =======
15360 <HTML>
15361 <HEAD>
15362 <TITLE>Comment Explained</TITLE>
15363 </HEAD>
15364 <BODY>
15365 <H1>Comment Explained</H1>
15367 This is a comment to help you.
15368 This comment does not play any functional role, it is simply an optional
15369 comment to help you remember what the rule is for.
15371 Look <A HREF="h_edit_nav_cmds">here</A>
15372 to see the available Editing and Navigation commands.
15374 &lt;End of help on this topic&gt;
15375 </BODY>
15376 </HTML>
15377 ======= h_config_other_nick =======
15378 <HTML>
15379 <HEAD>
15380 <TITLE>Nickname Explained</TITLE>
15381 </HEAD>
15382 <BODY>
15383 <H1>Nickname Explained</H1>
15385 This is a nickname to help you.
15386 You should have a different nickname for each rule you define.
15387 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15388 pick a rule to edit.
15390 Look <A HREF="h_edit_nav_cmds">here</A>
15391 to see the available Editing and Navigation commands.
15393 &lt;End of help on this topic&gt;
15394 </BODY>
15395 </HTML>
15396 ======= h_config_score_nick =======
15397 <HTML>
15398 <HEAD>
15399 <TITLE>Nickname Explained</TITLE>
15400 </HEAD>
15401 <BODY>
15402 <H1>Nickname Explained</H1>
15404 This is a nickname to help you.
15405 You should have a different nickname for each scoring rule you define.
15406 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15407 pick a rule to edit.
15409 Look <A HREF="h_edit_nav_cmds">here</A>
15410 to see the available Editing and Navigation commands.
15412 &lt;End of help on this topic&gt;
15413 </BODY>
15414 </HTML>
15415 ======= h_config_incol_nick =======
15416 <HTML>
15417 <HEAD>
15418 <TITLE>Nickname Explained</TITLE>
15419 </HEAD>
15420 <BODY>
15421 <H1>Nickname Explained</H1>
15423 This is a nickname to help you.
15424 You should have a different nickname for each color rule you define.
15425 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15426 pick a rule to edit.
15428 Look <A HREF="h_edit_nav_cmds">here</A>
15429 to see the available Editing and Navigation commands.
15431 &lt;End of help on this topic&gt;
15432 </BODY>
15433 </HTML>
15434 ======= h_config_filt_nick =======
15435 <HTML>
15436 <HEAD>
15437 <TITLE>Nickname Explained</TITLE>
15438 </HEAD>
15439 <BODY>
15440 <H1>Nickname Explained</H1>
15442 This is a nickname to help you.
15443 You should have a different nickname for each filtering rule you define.
15444 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15445 pick a rule to edit.
15447 Look <A HREF="h_edit_nav_cmds">here</A>
15448 to see the available Editing and Navigation commands.
15450 &lt;End of help on this topic&gt;
15451 </BODY>
15452 </HTML>
15453 ======= h_config_score_topat =======
15454 <HTML>
15455 <HEAD>
15456 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15457 </HEAD>
15458 <BODY>
15459 <H1>&quot;To:&quot; Pattern Explained</H1>
15461 Any text you enter as the &quot;To pattern&quot;
15462 will be compared to the recipients from the To: line of
15463 the message being scored.
15464 When the text you entered matches
15465 all or part of the To: line of a message, then the Score Value
15466 you have specified will be added to the score for the message.
15467 (Any other non-blank parts of the Pattern must match, too.)
15470 You may enter a complete email address, part of an address, or a
15471 list of addresses or partial addresses.
15472 For example:
15475 <PRE>
15476  To pattern = friend@public.com
15478  To pattern = rated.net
15480  To pattern = xxx@adults.com
15481               admin@msn.com
15482               fool@motleyfool.com
15483 </PRE>
15486 Each of those are valid To patterns.
15489 Messages match those patterns if any of the
15490 addresses in the To: line of the message contains the pattern.
15491 If the pattern is a list of patterns
15492 (like the last example above) then it is a match if any of the patterns in
15493 the list match any of the addresses in the To: line.
15494 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15495 present for a match.
15496 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15497 address2 must be present.
15498 That is exactly what using a list does.)
15501 Some messages may be &quot;bounced&quot; to you, and will
15502 have a &quot;Resent-To:&quot; header line.
15503 If the message contains a Resent-To: line
15504 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15505 Alpine will look for
15506 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15507 the original To: line.
15510 When entering a pattern, you may choose an address from your address book
15511 with the &quot;T&quot; command.
15514 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15515 &quot;!&quot; &quot;toggle NOT&quot; command.
15516 This changes the meaning of the To pattern so that it has the opposite meaning.
15517 It will be considered a match if there are no matches between the
15518 addresses in the To: line and the list of To patterns.
15520 Don't make the mistake of putting the &quot;!&quot; in the data field for
15521 the pattern.
15522 For example, if you type the characters &quot;!frizzle&quot; into the To
15523 pattern, the pattern will look like:
15525 <PRE>
15526  To pattern = !frizzle
15527 </PRE>
15529 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15530 In order to match messages that do not have &quot;frizzle&quot; in
15531 their To field, first type the characters &quot;frizzle&quot; followed
15532 by carriage return for the value of the To pattern, then negate it
15533 by typing the &quot;!&quot; command.
15534 It should end up looking like
15536 <PRE>
15537  ! To pattern = frizzle
15538 </PRE>
15540 You are not limited to using the six standard header patterns that are
15541 normally shown (To, From, Sender, Cc, News, and Subject).
15542 You may add any other header to a Pattern by
15543 using the &quot;eXtraHdr&quot; command to specify a different
15544 message header line; and then the Add or Change command to fill in
15545 a pattern for the new header line, just like you would for a standard header.
15547 A technicality: Since comma is the character used to separate multiple
15548 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15549 you want to include a literal comma in the field.
15550 In other words, if you type a backslash followed by a comma it will
15551 be interpreted as a comma by Alpine, instead of as a separator between
15552 pattern values.
15553 All other backslashes are literal backslashes and should not be escaped.
15555 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15556 for more information on Patterns.
15558 Look <A HREF="h_edit_nav_cmds">here</A>
15559 to see the available Editing and Navigation commands.
15561 &lt;End of help on this topic&gt;
15562 </BODY>
15563 </HTML>
15564 ======= h_config_incol_topat =======
15565 <HTML>
15566 <HEAD>
15567 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15568 </HEAD>
15569 <BODY>
15570 <H1>&quot;To:&quot; Pattern Explained</H1>
15572 Any text you enter as the &quot;To pattern&quot;
15573 will be compared to the recipients from the To: lines of
15574 the messages in the index.
15575 When the text you entered matches
15576 all or part of the To: line of a message, then the Index Line Color you have
15577 specified will be used for that line in the index.
15578 (Any other non-blank parts of the Pattern must match, too.)
15581 You may enter a complete email address, part of an address, or a
15582 list of addresses or partial addresses.
15583 For example:
15586 <PRE>
15587  To pattern = friend@public.com
15588  To pattern = rated.net
15589  To pattern = xxx@adults.com
15590               admin@msn.com
15591               fool@motleyfool.com
15592 </PRE>
15595 Each of those are valid To patterns.
15598 Messages match those patterns if any of the
15599 addresses in the To: line of the message contains the pattern.
15600 If the pattern is a list of patterns
15601 (like the last example above) then it is a match if any of the patterns in
15602 the list match any of the addresses in the To: line.
15603 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15604 present for a match.
15605 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15606 address2 must be present.
15607 That is exactly what using a list does.)
15610 Some messages may be &quot;bounced&quot; to you, and will
15611 have a &quot;Resent-To:&quot; header line.
15612 If the message contains a Resent-To: line
15613 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15614 Alpine will look for
15615 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15616 the original To: line.
15619 When entering a pattern, you may choose an address from your address book
15620 with the &quot;T&quot; command.
15623 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15624 &quot;!&quot; &quot;toggle NOT&quot; command.
15625 This changes the meaning of the To pattern so that it has the opposite meaning.
15626 It will be considered a match if there are no matches between the
15627 addresses in the To: line and the list of To patterns.
15629 Don't make the mistake of putting the &quot;!&quot; in the data field for
15630 the pattern.
15631 For example, if you type the characters &quot;!frizzle&quot; into the To
15632 pattern, the pattern will look like:
15634 <PRE>
15635  To pattern = !frizzle
15636 </PRE>
15638 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15639 In order to match messages that do not have &quot;frizzle&quot; in
15640 their To field, first type the characters &quot;frizzle&quot; followed
15641 by carriage return for the value of the To pattern, then negate it
15642 by typing the &quot;!&quot; command.
15643 It should end up looking like
15645 <PRE>
15646  ! To pattern = frizzle
15647 </PRE>
15650 You are not limited to using the six standard header patterns that are
15651 normally shown (To, From, Sender, Cc, News, and Subject).
15652 You may add any other header to a Pattern by
15653 using the &quot;eXtraHdr&quot; command to specify a different
15654 message header line; and then the Add or Change command to fill in
15655 a pattern for the new header line, just like you would for a standard header.
15657 A technicality: Since comma is the character used to separate multiple
15658 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15659 you want to include a literal comma in the field.
15660 In other words, if you type a backslash followed by a comma it will
15661 be interpreted as a comma by Alpine, instead of as a separator between
15662 pattern values.
15663 All other backslashes are literal backslashes and should not be escaped.
15665 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15666 for more information on Patterns.
15668 Look <A HREF="h_edit_nav_cmds">here</A>
15669 to see the available Editing and Navigation commands.
15671 &lt;End of help on this topic&gt;
15672 </BODY>
15673 </HTML>
15674 ======= h_config_other_topat =======
15675 <HTML>
15676 <HEAD>
15677 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15678 </HEAD>
15679 <BODY>
15680 <H1>&quot;To:&quot; Pattern Explained</H1>
15682 For some of the OTHER RULES actions, there is no message that is being
15683 compared against.
15684 If that is the case, then only the Current Folder Type is checked.
15685 In particular, this To pattern is ignored.
15686 Actions that fall into this category include both
15687 Sort Order and Index Format.
15689 A technicality: Since comma is the character used to separate multiple
15690 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15691 you want to include a literal comma in the field.
15692 In other words, if you type a backslash followed by a comma it will
15693 be interpreted as a comma by Alpine, instead of as a separator between
15694 pattern values.
15695 All other backslashes are literal backslashes and should not be escaped.
15697 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15698 for more information on Patterns.
15700 Look <A HREF="h_edit_nav_cmds">here</A>
15701 to see the available Editing and Navigation commands.
15703 &lt;End of help on this topic&gt;
15704 </BODY>
15705 </HTML>
15706 ======= h_config_filt_topat =======
15707 <HTML>
15708 <HEAD>
15709 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15710 </HEAD>
15711 <BODY>
15712 <H1>&quot;To:&quot; Pattern Explained</H1>
15714 Any text you enter as the &quot;To pattern&quot;
15715 will be compared to the recipients from the To: line of
15716 messages when Alpine opens folders.
15717 When the text you entered matches
15718 all or part of the To: line of a message, then the Filter Action you have
15719 specified will be carried out.
15720 (Any other non-blank parts of the Pattern must match, too.)
15723 You may enter a complete email address, part of an address, or a
15724 list of addresses or partial addresses.
15725 For example:
15728 <PRE>
15729  To pattern = friend@public.com
15730  To pattern = rated.net
15731  To pattern = xxx@adults.com
15732               admin@msn.com
15733               fool@motleyfool.com
15734 </PRE>
15737 Each of those are valid To patterns.
15740 Messages match those patterns if any of the
15741 addresses in the To: line of the message contains the pattern.
15742 If the pattern is a list of patterns
15743 (like the last example above) then it is a match if any of the patterns in
15744 the list match any of the addresses in the To: line.
15745 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15746 present for a match.
15747 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15748 address2 must be present.
15749 That is exactly what using a list does.)
15752 Some messages may be &quot;bounced&quot; to you, and will
15753 have a &quot;Resent-To:&quot; header line.
15754 If the message contains a Resent-To: line
15755 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15756 Alpine will look for
15757 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15758 the original To: line.
15761 When entering a pattern, you may choose an address from your address book
15762 with the &quot;T&quot; command.
15765 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15766 &quot;!&quot; &quot;toggle NOT&quot; command.
15767 This changes the meaning of the To pattern so that it has the opposite meaning.
15768 It will be considered a match if there are no matches between the
15769 addresses in the To: line and the list of To patterns.
15771 Don't make the mistake of putting the &quot;!&quot; in the data field for
15772 the pattern.
15773 For example, if you type the characters &quot;!frizzle&quot; into the To
15774 pattern, the pattern will look like:
15776 <PRE>
15777  To pattern = !frizzle
15778 </PRE>
15780 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15781 In order to match messages that do not have &quot;frizzle&quot; in
15782 their To field, first type the characters &quot;frizzle&quot; followed
15783 by carriage return for the value of the To pattern, then negate it
15784 by typing the &quot;!&quot; command.
15785 It should end up looking like
15787 <PRE>
15788  ! To pattern = frizzle
15789 </PRE>
15792 You are not limited to using the six standard header patterns that are
15793 normally shown (To, From, Sender, Cc, News, and Subject).
15794 You may add any other header to a Pattern by
15795 using the &quot;eXtraHdr&quot; command to specify a different
15796 message header line; and then the Add or Change command to fill in
15797 a pattern for the new header line, just like you would for a standard header.
15799 A technicality: Since comma is the character used to separate multiple
15800 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15801 you want to include a literal comma in the field.
15802 In other words, if you type a backslash followed by a comma it will
15803 be interpreted as a comma by Alpine, instead of as a separator between
15804 pattern values.
15805 All other backslashes are literal backslashes and should not be escaped.
15807 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15808 for more information on Patterns.
15810 Look <A HREF="h_edit_nav_cmds">here</A>
15811 to see the available Editing and Navigation commands.
15813 &lt;End of help on this topic&gt;
15814 </BODY>
15815 </HTML>
15816 ======= h_config_role_topat =======
15817 <HTML>
15818 <HEAD>
15819 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15820 </HEAD>
15821 <BODY>
15822 <H1>&quot;To:&quot; Pattern Explained</H1>
15824 Any text you enter as the &quot;To pattern&quot;
15825 will be compared to the recipients from the To: line of
15826 the message being replied to or forwarded.
15827 (Any other non-blank parts of the Pattern must match, too.)
15828 In the case of the Compose command, this pattern and the other header
15829 patterns are ignored.
15832 You may enter a complete email address, part of an address, or a
15833 list of addresses or partial addresses.
15834 For example:
15837 <PRE>
15838  To pattern = friend@public.com
15839  To pattern = rated.net
15840  To pattern = xxx@adults.com
15841               admin@msn.com
15842               fool@motleyfool.com
15843 </PRE>
15846 Each of those are valid To patterns.
15849 Messages match those patterns if any of the
15850 addresses in the To: line of the message contains the pattern.
15851 If the pattern is a list of patterns
15852 (like the last example above) then it is a match if any of the patterns in
15853 the list match any of the addresses in the To: line.
15854 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15855 present for a match.
15856 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15857 address2 must be present.
15858 That is exactly what using a list does.)
15861 Some messages may be &quot;bounced&quot; to you, and will
15862 have a &quot;Resent-To:&quot; header line.
15863 If the message contains a Resent-To: line
15864 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15865 Alpine will look for
15866 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15867 the original To: line.
15870 When entering a pattern, you may choose an address from your address book
15871 with the &quot;T&quot; command.
15874 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15875 &quot;!&quot; &quot;toggle NOT&quot; command.
15876 This changes the meaning of the To pattern so that it has the opposite meaning.
15877 It will be considered a match if there are no matches between the
15878 addresses in the To: line and the list of To patterns.
15880 Don't make the mistake of putting the &quot;!&quot; in the data field for
15881 the pattern.
15882 For example, if you type the characters &quot;!frizzle&quot; into the To
15883 pattern, the pattern will look like:
15885 <PRE>
15886  To pattern = !frizzle
15887 </PRE>
15889 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15890 In order to match messages that do not have &quot;frizzle&quot; in
15891 their To field, first type the characters &quot;frizzle&quot; followed
15892 by carriage return for the value of the To pattern, then negate it
15893 by typing the &quot;!&quot; command.
15894 It should end up looking like
15896 <PRE>
15897  ! To pattern = frizzle
15898 </PRE>
15901 You are not limited to using the six standard header patterns that are
15902 normally shown (To, From, Sender, Cc, News, and Subject).
15903 You may add any other header to a Pattern by
15904 using the &quot;eXtraHdr&quot; command to specify a different
15905 message header line; and then the Add or Change command to fill in
15906 a pattern for the new header line, just like you would for a standard header.
15908 A technicality: Since comma is the character used to separate multiple
15909 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15910 you want to include a literal comma in the field.
15911 In other words, if you type a backslash followed by a comma it will
15912 be interpreted as a comma by Alpine, instead of as a separator between
15913 pattern values.
15914 All other backslashes are literal backslashes and should not be escaped.
15916 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15917 for more information on Patterns.
15919 Look <A HREF="h_edit_nav_cmds">here</A>
15920 to see the available Editing and Navigation commands.
15922 &lt;End of help on this topic&gt;
15923 </BODY>
15924 </HTML>
15925 ======= h_config_role_frompat =======
15926 <HTML>
15927 <HEAD>
15928 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15929 </HEAD>
15930 <BODY>
15931 <H1>&quot;From:&quot; Pattern Explained</H1>
15933 This is just like the &quot;To pattern&quot; except that it is compared with
15934 the address in the From: line of the message
15935 instead of the addresses from the To: line.
15936 See the help for the To pattern for more information on header patterns.
15938 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15939 for more information on Patterns.
15941 Look <A HREF="h_edit_nav_cmds">here</A>
15942 to see the available Editing and Navigation commands.
15944 &lt;End of help on this topic&gt;
15945 </BODY>
15946 </HTML>
15947 ======= h_config_role_senderpat =======
15948 <HTML>
15949 <HEAD>
15950 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
15951 </HEAD>
15952 <BODY>
15953 <H1>&quot;Sender:&quot; Pattern Explained</H1>
15955 This is just like the &quot;To pattern&quot; except that it is compared with
15956 the address from the Sender: line of the message
15957 instead of the addresses from the To: line.
15958 See the help for the To pattern for more information on header patterns.
15960 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15961 for more information on Patterns.
15963 Look <A HREF="h_edit_nav_cmds">here</A>
15964 to see the available Editing and Navigation commands.
15966 &lt;End of help on this topic&gt;
15967 </BODY>
15968 </HTML>
15969 ======= h_config_role_ccpat =======
15970 <HTML>
15971 <HEAD>
15972 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
15973 </HEAD>
15974 <BODY>
15975 <H1>&quot;Cc:&quot; Pattern Explained</H1>
15977 This is just like the &quot;To pattern&quot; except that it is compared with
15978 the addresses from the Cc: line of the message
15979 instead of the addresses from the To: line.
15980 See the help for the To pattern for more information on header patterns.
15982 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15983 for more information on Patterns.
15985 Look <A HREF="h_edit_nav_cmds">here</A>
15986 to see the available Editing and Navigation commands.
15988 &lt;End of help on this topic&gt;
15989 </BODY>
15990 </HTML>
15991 ======= h_config_role_recippat =======
15992 <HTML>
15993 <HEAD>
15994 <TITLE>Recipient Pattern Explained</TITLE>
15995 </HEAD>
15996 <BODY>
15997 <H1>Recipient Pattern Explained</H1>
15999 This is just like the &quot;To pattern&quot; except that it is compared with
16000 the addresses from both the To: line and the Cc: line of the
16001 message instead of just the addresses from the To: line.
16002 In other words, it is considered a match if the pattern matches
16003 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
16004 in the Cc: line.
16005 (Notice that defining the Recipient pattern does not have the same
16006 effect as defining both the To and Cc patterns.
16007 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
16008 It is equivalent to having two different rules;
16009 one with a To pattern and the other with the same Cc pattern.)
16011 A technicality: Since comma is the character used to separate multiple
16012 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16013 you want to include a literal comma in the field.
16014 In other words, if you type a backslash followed by a comma it will
16015 be interpreted as a comma by Alpine, instead of as a separator between
16016 pattern values.
16017 All other backslashes are literal backslashes and should not be escaped.
16019 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16020 for more information on Patterns.
16022 Look <A HREF="h_edit_nav_cmds">here</A>
16023 to see the available Editing and Navigation commands.
16025 &lt;End of help on this topic&gt;
16026 </BODY>
16027 </HTML>
16028 ======= h_config_role_particpat =======
16029 <HTML>
16030 <HEAD>
16031 <TITLE>Participant Pattern Explained</TITLE>
16032 </HEAD>
16033 <BODY>
16034 <H1>Participant Pattern Explained</H1>
16036 This is just like the &quot;To pattern&quot; except that it is compared with
16037 the addresses from the From: line, the To: line, and the Cc: line of the
16038 message instead of just the addresses from the To: line.
16039 In other words, it is considered a match if the pattern matches
16040 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
16041 in the To: line, <EM>OR</EM> an address in the Cc: line.
16042 (Notice that defining the Participant pattern does not have the same
16043 effect as defining all of the From, To, and Cc patterns.
16044 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
16045 From <EM>AND</EM> To <EM>AND</EM> Cc.
16046 It is equivalent to having three different rules;
16047 one with a From pattern, another with the same To pattern, and a third with
16048 the same Cc pattern.)
16050 A technicality: Since comma is the character used to separate multiple
16051 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16052 you want to include a literal comma in the field.
16053 In other words, if you type a backslash followed by a comma it will
16054 be interpreted as a comma by Alpine, instead of as a separator between
16055 pattern values.
16056 All other backslashes are literal backslashes and should not be escaped.
16058 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16059 for more information on Patterns.
16061 Look <A HREF="h_edit_nav_cmds">here</A>
16062 to see the available Editing and Navigation commands.
16064 &lt;End of help on this topic&gt;
16065 </BODY>
16066 </HTML>
16067 ======= h_config_role_newspat =======
16068 <HTML>
16069 <HEAD>
16070 <TITLE>News Pattern Explained</TITLE>
16071 </HEAD>
16072 <BODY>
16073 <H1>News Pattern Explained</H1>
16075 If this pattern is non-blank, then for this rule to be considered a
16076 match, at least one of the newsgroups from
16077 the Newsgroups line of the message must match this pattern.
16078 If this pattern is a list of patterns, then at least one of the
16079 newsgroups must match at least one of the patterns.
16080 (Any other non-blank parts of the Pattern must match, too.)
16082 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16083 &quot;!&quot; &quot;toggle NOT&quot; command.
16084 This changes the meaning of the News pattern so that it has the opposite meaning.
16085 It will be considered a match if there are no matches between the
16086 addresses in the Newsgroups: line and the list of News patterns.
16088 Don't make the mistake of putting the &quot;!&quot; in the data field for
16089 the pattern.
16090 For example, if you type the characters &quot;!frizzle&quot; into the News
16091 pattern, the pattern will look like:
16093 <PRE>
16094  News pattern = !frizzle
16095 </PRE>
16097 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16098 In order to match messages that do not have &quot;frizzle&quot; in
16099 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16100 by carriage return for the value of the News pattern, then negate it
16101 by typing the &quot;!&quot; command.
16102 It should end up looking like
16104 <PRE>
16105  ! News pattern = frizzle
16106 </PRE>
16108 A technicality: Since comma is the character used to separate multiple
16109 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16110 you want to include a literal comma in the field.
16111 In other words, if you type a backslash followed by a comma it will
16112 be interpreted as a comma by Alpine, instead of as a separator between
16113 pattern values.
16114 All other backslashes are literal backslashes and should not be escaped.
16117 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16118 for more information on Patterns.
16120 Look <A HREF="h_edit_nav_cmds">here</A>
16121 to see the available Editing and Navigation commands.
16123 &lt;End of help on this topic&gt;
16124 </BODY>
16125 </HTML>
16126 ======= h_config_role_subjpat =======
16127 <HTML>
16128 <HEAD>
16129 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16130 </HEAD>
16131 <BODY>
16132 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16134 This is similar to the other parts of the Pattern.
16135 It is compared with
16136 the contents from the Subject of the message.
16138 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16139 for more information on Patterns.
16141 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16142 &quot;!&quot; &quot;toggle NOT&quot; command.
16143 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16144 It will be considered a match if there are no matches between the
16145 text in the Subject: line and the list of Subject patterns.
16148 If you wish to have a header pattern that is not one of the six standard
16149 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16151 A technicality: Since comma is the character used to separate multiple
16152 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16153 you want to include a literal comma in the field.
16154 In other words, if you type a backslash followed by a comma it will
16155 be interpreted as a comma by Alpine, instead of as a separator between
16156 pattern values.
16157 All other backslashes are literal backslashes and should not be escaped.
16159 Look <A HREF="h_edit_nav_cmds">here</A>
16160 to see the available Editing and Navigation commands.
16162 &lt;End of help on this topic&gt;
16163 </BODY>
16164 </HTML>
16165 ======= h_config_role_alltextpat =======
16166 <HTML>
16167 <HEAD>
16168 <TITLE>AllText Pattern Explained</TITLE>
16169 </HEAD>
16170 <BODY>
16171 <H1>AllText Pattern Explained</H1>
16173 This is similar to the header patterns.
16174 Instead of comparing with text in a particular header field it 
16175 is compared with all of the text in the message header and body.
16177 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16178 &quot;!&quot; &quot;toggle NOT&quot; command.
16179 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16180 It will be considered a match if there are no matches between the
16181 text of the message and the list of AllText patterns.
16183 Don't make the mistake of putting the &quot;!&quot; in the data field for
16184 the pattern.
16185 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16186 pattern, the pattern will look like:
16188 <PRE>
16189  AllText pattern = !frizzle
16190 </PRE>
16192 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16193 In order to match messages that do not have &quot;frizzle&quot; in
16194 the text of the message, first type the characters &quot;frizzle&quot; followed
16195 by carriage return for the value of the AllText pattern, then negate it
16196 by typing the &quot;!&quot; command.
16197 It should end up looking like
16199 <PRE>
16200  ! AllText pattern = frizzle
16201 </PRE>
16203 It is possible that you may notice degraded performance when using
16204 AllText Patterns.
16206 A technicality: Since comma is the character used to separate multiple
16207 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16208 you want to include a literal comma in the field.
16209 In other words, if you type a backslash followed by a comma it will
16210 be interpreted as a comma by Alpine, instead of as a separator between
16211 pattern values.
16212 All other backslashes are literal backslashes and should not be escaped.
16214 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16215 for more information on Patterns.
16217 Look <A HREF="h_edit_nav_cmds">here</A>
16218 to see the available Editing and Navigation commands.
16220 &lt;End of help on this topic&gt;
16221 </BODY>
16222 </HTML>
16223 ======= h_config_role_bodytextpat =======
16224 <HTML>
16225 <HEAD>
16226 <TITLE>BodyText Pattern Explained</TITLE>
16227 </HEAD>
16228 <BODY>
16229 <H1>BodyText Pattern Explained</H1>
16231 This is similar to the header patterns.
16232 Instead of comparing with text in a particular header field it 
16233 is compared with all of the text in the message body.
16235 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16236 &quot;!&quot; &quot;toggle NOT&quot; command.
16237 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16238 It will be considered a match if there are no matches between the
16239 text of the body of the message and the list of BodyText patterns.
16241 Don't make the mistake of putting the &quot;!&quot; in the data field for
16242 the pattern.
16243 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16244 pattern, the pattern will look like:
16246 <PRE>
16247  BdyText pattern = !frizzle
16248 </PRE>
16250 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16251 In order to match messages that do not have &quot;frizzle&quot; in
16252 their BodyText, first type the characters &quot;frizzle&quot; followed
16253 by carriage return for the value of the BodyText pattern, then negate it
16254 by typing the &quot;!&quot; command.
16255 It should end up looking like
16257 <PRE>
16258  ! BodyText pattern = frizzle
16259 </PRE>
16261 It is possible that you may notice degraded performance when using
16262 BodyText Patterns.
16264 A technicality: Since comma is the character used to separate multiple
16265 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16266 you want to include a literal comma in the field.
16267 In other words, if you type a backslash followed by a comma it will
16268 be interpreted as a comma by Alpine, instead of as a separator between
16269 pattern values.
16270 All other backslashes are literal backslashes and should not be escaped.
16272 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16273 for more information on Patterns.
16275 Look <A HREF="h_edit_nav_cmds">here</A>
16276 to see the available Editing and Navigation commands.
16278 &lt;End of help on this topic&gt;
16279 </BODY>
16280 </HTML>
16281 ======= h_config_role_charsetpat =======
16282 <HTML>
16283 <HEAD>
16284 <TITLE>Character Set Pattern Explained</TITLE>
16285 </HEAD>
16286 <BODY>
16287 <H1>Character Set Pattern Explained</H1>
16289 A message may use one or more character sets.
16290 This part of the Pattern matches messages that make use of
16291 certain specified character sets.
16292 It will be considered a match if a message uses any of the character
16293 sets in the list you give here.
16296 When filling in a value for this field, you may use
16297 the &quot;T&quot; command, which presents you with a large list of
16298 possible character sets to choose from.
16299 You may also just type in the name of a character set, and it need not
16300 be one that Alpine knows about.
16303 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16304 GB2312) you may also use some shorthand names that Alpine provides.
16305 These names are more understandable shorthand names for sets of 
16306 character set names.
16307 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16308 Selecting one of these shorthand names is equivalent to selecting all of
16309 the character sets that make up the set.
16310 You can see all of these shorthand names and the lists of character sets
16311 they stand for by typing the &quot;T&quot; command.
16314 For the purposes of this Pattern,
16315 Alpine will search through a message for all of the text parts and
16316 collect the character sets declared for each part.
16317 It will also look in the Subject line for a character set used there.
16318 Alpine does not actually look at the text of the message or the text
16319 of the Subject to determine if a declared character set is actually
16320 used, it looks only at the declarations themselves in the MIME part headers
16321 and in the Subject.
16324 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16325 &quot;!&quot; &quot;toggle NOT&quot; command.
16326 This changes the meaning of the Character Set pattern so that
16327 it has the opposite meaning.
16328 It will be considered a match if none of the character sets in the
16329 list are used in a message.
16331 Don't make the mistake of putting the &quot;!&quot; in the data field for
16332 the pattern.
16333 For example, if you type the characters &quot;!GB2312&quot; into the
16334 Character Set pattern, the pattern will look like:
16336 <PRE>
16337  Charset pattern = !GB2312
16338 </PRE>
16340 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16341 In order to match messages that do not have the
16342 character set &quot;GB2312&quot;
16343 set, first type the characters &quot;GB2312&quot; followed
16344 by carriage return for the value of the Character Set pattern, then negate it
16345 by typing the &quot;!&quot; command.
16346 It should end up looking like
16348 <PRE>
16349  ! Charset pattern = GB2312
16350 </PRE>
16352 A technicality: Since comma is the character used to separate multiple
16353 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16354 you want to include a literal comma in the field.
16355 In other words, if you type a backslash followed by a comma it will
16356 be interpreted as a comma by Alpine, instead of as a separator between
16357 pattern values.
16358 All other backslashes are literal backslashes and should not be escaped.
16360 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16361 for more information on Patterns.
16363 Look <A HREF="h_edit_nav_cmds">here</A>
16364 to see the available Editing and Navigation commands.
16366 &lt;End of help on this topic&gt;
16367 </BODY>
16368 </HTML>
16369 ======= h_config_role_keywordpat =======
16370 <HTML>
16371 <HEAD>
16372 <TITLE>Keyword Pattern Explained</TITLE>
16373 </HEAD>
16374 <BODY>
16375 <H1>Keyword Pattern Explained</H1>
16377 A folder may have user-defined keywords.
16378 These are similar to the Important flag, which the user may set using the
16379 Flag command.
16380 The difference is that the Important flag is always present for each folder.
16381 User-defined keywords are picked by the user.
16382 You may add new keywords by defining them in the
16383 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16384 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16385 the Flag command may be used to set or clear the keyword on individual messages.
16386 If you have given a keyword a nickname when configuring it,
16387 that nickname may be used instead of the actual keyword.
16390 When filling in a value for this field, it may be easiest to use
16391 the &quot;T&quot; command, which presents you with a list of the keywords
16392 you have defined to choose from.
16395 This part of the Pattern matches messages with certain keywords set.
16396 It will be considered a match if a message has any of the keywords in the
16397 list set.
16398 A keyword that you have not defined using the
16399 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16400 will not be a match.
16403 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16404 &quot;!&quot; &quot;toggle NOT&quot; command.
16405 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16406 It will be considered a match if none of the keywords in the list are set
16407 for a message.
16408 A keyword that you have not defined using the
16409 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16410 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16412 Don't make the mistake of putting the &quot;!&quot; in the data field for
16413 the pattern.
16414 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16415 pattern, the pattern will look like:
16417 <PRE>
16418  Keyword pattern = !frizzle
16419 </PRE>
16421 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16422 In order to match messages that do not have the keyword &quot;frizzle&quot;
16423 set, first type the characters &quot;frizzle&quot; followed
16424 by carriage return for the value of the Keyword pattern, then negate it
16425 by typing the &quot;!&quot; command.
16426 It should end up looking like
16428 <PRE>
16429  ! Keyword pattern = frizzle
16430 </PRE>
16432 A technicality: Since comma is the character used to separate multiple
16433 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16434 you want to include a literal comma in the field.
16435 In other words, if you type a backslash followed by a comma it will
16436 be interpreted as a comma by Alpine, instead of as a separator between
16437 pattern values.
16438 All other backslashes are literal backslashes and should not be escaped.
16440 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16441 for more information on Patterns.
16443 Look <A HREF="h_edit_nav_cmds">here</A>
16444 to see the available Editing and Navigation commands.
16446 &lt;End of help on this topic&gt;
16447 </BODY>
16448 </HTML>
16449 ======= h_config_role_arbpat =======
16450 <HTML>
16451 <HEAD>
16452 <TITLE>Extra Header Patterns Explained</TITLE>
16453 </HEAD>
16454 <BODY>
16455 <H1>Extra Header Patterns Explained</H1>
16457 The header patterns that come after the Participant pattern but before the 
16458 AllText pattern are extra header patterns that you have added to a rule's
16459 Pattern. These are just like the other header patterns except that
16460 the contents of the particular header listed on the left hand side will
16461 be used for comparisons.
16463 The &quot;eXtraHdr&quot; command may be used to add more of these
16464 header patterns to the rule you are editing.
16466 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16467 extra header pattern from the rule you are editing.
16469 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16470 &quot;!&quot; &quot;toggle NOT&quot; command.
16471 This changes the meaning of the pattern so that it has the opposite meaning.
16472 It will be considered a match if there are no matches between the
16473 text in the header line and the list of patterns.
16475 Don't make the mistake of putting the &quot;!&quot; in the data field for
16476 the pattern.
16477 For example, if you type the characters &quot;!frizzle&quot; into the
16478 pattern, the pattern will look like:
16480 <PRE>
16481  Xyz pattern = !frizzle
16482 </PRE>
16484 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16485 In order to match messages that do not have &quot;frizzle&quot; in
16486 their Xyz field, first type the characters &quot;frizzle&quot; followed
16487 by carriage return for the value of the pattern, then negate it
16488 by typing the &quot;!&quot; command.
16489 It should end up looking like
16491 <PRE>
16492  ! Xyz pattern = frizzle
16493 </PRE>
16496 A technicality: Since comma is the character used to separate multiple
16497 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16498 you want to include a literal comma in the field.
16499 In other words, if you type a backslash followed by a comma it will
16500 be interpreted as a comma by Alpine, instead of as a separator between
16501 pattern values.
16502 All other backslashes are literal backslashes and should not be escaped.
16504 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16505 for more information on Patterns.
16507 Look <A HREF="h_edit_nav_cmds">here</A>
16508 to see the available Editing and Navigation commands.
16510 &lt;End of help on this topic&gt;
16511 </BODY>
16512 </HTML>
16513 ======= h_config_role_cat_cmd =======
16514 <HTML>
16515 <HEAD>
16516 <TITLE>Categorizer Command Explained</TITLE>
16517 </HEAD>
16518 <BODY>
16519 <H1>Categorizer Command Explained</H1>
16521 This is a command that is run with its standard input set to the message
16522 being checked and its standard output discarded.
16523 The full directory path should be specified.
16524 The command will be run and then its exit status will be checked against
16525 the Exit Status Interval, which defaults to just the value zero.
16526 If the exit status of the command falls in the interval, it is considered
16527 a match, otherwise it is not a match.
16530 This option may actually be a list of commands.
16531 The first one that exists and is executable is used.
16532 That makes it possible to use the same configuration with Unix Alpine and
16533 PC-Alpine.
16536 If none of the commands in the list exists and is executable then the rule
16537 is <EM>not</EM> a match.
16538 If it is possible that the command may not exist, you should be careful
16539 to structure your rules so that nothing destructive
16540 happens when the command does not exist.
16541 For example, you might have a filter that filters away spam when there is
16542 a match but does nothing when there is not a match.
16543 That would cause no harm if the command didn't exist.
16544 However, if you have a filter that filters away spam when there is not
16545 a match and keeps it when there is a match, that would filter everything
16546 if the categorizer command didn't exist.
16548 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16549 setup for the bogofilter filter.
16552 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16553 for more information on Patterns.
16555 Look <A HREF="h_edit_nav_cmds">here</A>
16556 to see the available Editing and Navigation commands.
16558 &lt;End of help on this topic&gt;
16559 </BODY>
16560 </HTML>
16561 ======= h_config_role_cat_cmd_example =======
16562 <HTML>
16563 <HEAD>
16564 <TITLE>Categorizer Command Example</TITLE>
16565 </HEAD>
16566 <BODY>
16567 <H1>Categorizer Command Example</H1>
16569 Bogofilter
16570 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16571 is a mail filter that attempts to classify mail as spam or
16572 non-spam using statistical analysis of the message content.
16573 When run with no arguments and a message as standard input, it exits with
16574 exit status 0 if it thinks a message is spam and 1 if it thinks
16575 it is not spam.
16576 To use bogofilter as your Categorizer Command you would simply set Command to
16577 the pathname of the bogofilter program.
16578 For example,
16580 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16582 Exit status of zero is what you are interested in, so you'd set the
16583 Exit Status Interval to
16585 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16588 In order to prevent downloading an entire huge message to check for spam, you
16589 might want to set the Character Limit to a few thousand characters (the
16590 assumption being that the spam will reveal itself in those characters)
16592 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16595 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16596 be to move the message to a spam folder.
16597 It would usually be wise to also check the &quot;Message is Recent&quot;
16598 part of the rule so that messages are only checked when they first arrive,
16599 and to restrict the Current Folder Type to just your INBOX.
16600 The reason for checking only Recent messages is to save the time it takes
16601 to run bogofilter on each message.
16602 As an experiment, you might start out by using this in an Indexcolor Rule
16603 instead of a Filter Rule.
16604 In that case, you probably wouldn't check the Recent checkbox.
16606 The use described above assumes that you are somehow maintaining bogofilter's
16607 database of words associated with spam and non-spam messages.
16608 One way to start your database would be to select a bunch of spam messages
16609 in Alpine (you might Save spam messages to a special folder or use Alpine's
16610 Select command to select several) and then Apply
16611 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16612 a pipe command to the spam messages.
16613 For example, you could have a shell script or an alias
16614 called <EM>this_is_spam</EM>, which would simply be the command
16616 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16619 It is probably best to use the pipe command's Raw Text, With Delimiter,
16620 and Free Output options,
16621 which are at the bottom of the screen when you type the pipe command.
16622 That's because bogofilter expects the raw message as input, and uses
16623 the Delimiters to tell when a new message starts.
16624 You would not need to use a separate pipe for each message, because
16625 bogofilter can handle multiple messages at once.
16627 Similarly, you would select a group of non-spam messages
16628 and run them through a <EM>this_is_nonspam</EM> script
16629 that was something like
16631 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16634 For the more adventurous, the next step might be to automate the upkeep of
16635 the bogofilter database.
16636 It might make more sense to have bogofilter be part of the delivery process,
16637 but it is also possible to do it entirely from within Alpine.
16638 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16639 the &quot;-u&quot; argument will cause bogofilter to update the database.
16641 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16643 You'd want a couple more aliases or shell scripts called something like
16644 <EM>change_to_spam</EM>
16646 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16649 <EM>change_to_nonspam</EM>
16651 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16653 When you run across a message in your INBOX that should have been
16654 classified as spam you would pipe it to the change_to_spam script, and
16655 when you run across a message in your spam folder that should have been
16656 left in your INBOX you would pipe it through change_to_nonspam.
16659 There is a technical problem with this approach.
16660 Alpine may check your filters more than once.
16661 In particular, every time you start Alpine the filters will be checked for
16662 each message.
16663 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16664 then Alpine will recheck for matches in messages that have changed state
16665 at the time you close the folder and before expunging.
16666 This is usually ok.
16667 However, in this case it is a problem because the command
16669 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16671 has the side effect of updating the database.
16672 So you run the risk of updating the database multiple times for a single
16673 message instead of updating it just once per message.
16674 There are some ways to work around this problem.
16675 What you need is a way to mark the message after you have run the filter.
16676 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16677 Besides having the filter move the message to a spam folder, also have it
16678 set the Bogo keyword.
16679 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16680 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16681 This rule can only set the Bogo keyword for the messages that it matches.
16682 You will also need to add a second rule right after this one that
16683 matches all the messages that don't have the Bogo keyword set
16684 (put the keyword in the Keyword pattern and toggle
16685 the Not with the ! command)
16686 and takes the action of setting it.
16687 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16688 (and so it won't re-run the bogofilter command) if the keyword is already
16689 set.
16691 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16692 on all messages that don't have the Bogo keyword set.
16693 This will have the side effect of inserting that message in the bogofilter
16694 database, match or not.
16695 If this rule matches (it is spam), the Bogo keyword will be set and
16696 the message will be moved to a spam folder.
16697 If it does not match, the
16698 following rule will mark the message by turning on the keyword.
16699 This second rule should be a non-terminating
16700 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16701 rule so that it doesn't stop the filtering process before the rest of
16702 your rules are consulted.
16705 In summary, the first rule is something like
16706 <PRE>
16707   Nickname          = bogofilter -u rule
16708   Current Folder Type =
16709                (*) Specific
16710                    Folder = INBOX
16712   ! Keyword pattern = Bogo
16714   External Categorizer Commands =
16715        Command              = /usr/local/bin/bogofilter -u
16716        Exit Status Interval = (0,0)
16717        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16719   Filter Action =
16720        (*) Move
16721            Folder = spam
16722   
16723   Set These Keywords   = Bogo
16724 </PRE>
16726 and the following rule is
16727 <PRE>
16728   Nickname          = Set Bogo Keyword
16729   Current Folder Type =
16730                (*) Specific
16731                    Folder = INBOX
16733   ! Keyword pattern = Bogo
16735   Filter Action =
16736        (*) Just Set Message Status
16738   Set These Keywords   = Bogo
16740   Features =
16741       [X]  dont-stop-even-if-rule-matches
16742 </PRE>
16744 If it is possible for you to insert bogofilter in the delivery process instead
16745 of having it called from Alpine you could prevent having to wait
16746 for the bogofilter processing while you read your mail.
16747 You would have bogofilter add a header to the message at the time of delivery
16748 that identified it as spam or nonspam.
16749 With this method, you could avoid using a Categorizer Command while running Alpine,
16750 and just match on the header instead.
16751 You might still want to use the scripts mentioned above to initialize the
16752 database or to re-classify wrongly classified messages.
16755 Finally, it isn't for the faint-hearted,
16756 but it is also possible to run bogofilter from PC-Alpine.
16757 You can install Cygwin from
16758 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16759 then compile bogofilter in the cygwin environment, and run it from
16760 within PC-Alpine.
16761 You would end up with a Categorizer command that looked something like
16763 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16765 Note that the &quot;.exe&quot; extension is explicit,
16766 and that the bogofilter.exe executable should be in the same directory
16767 as cygwin1.dll.
16770 &lt;End of help on this topic&gt;
16771 </BODY>
16772 </HTML>
16773 ======= h_config_role_cat_status =======
16774 <HTML>
16775 <HEAD>
16776 <TITLE>Exit Status Interval Explained</TITLE>
16777 </HEAD>
16778 <BODY>
16779 <H1>Exit Status Interval Explained</H1>
16781 The categorizer command is run and the result is the exit status of
16782 that command.
16783 If that exit status falls in the Exit Status Interval
16784 then it is considered a match, otherwise it is not a match.
16785 Of course for the entire rule to match, it must also be checked against
16786 the other defined parts of the Pattern.
16788 The Exit Status Interval defaults to the single value 0 (zero).
16789 If you define it, it should be set to something like:
16791 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16793 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16794 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16795 positive and negative integers.
16797 Actually, a list of intervals may be used if you wish.
16798 A list would look like
16800 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16802 When there is an Exit Status Interval defined, it is a match if the exit status
16803 of the categorizer command is contained in any of the intervals.
16804 The intervals include both endpoints.
16806 The default interval is
16808 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16810 and it matches only if the command exits with exit status equal to zero.
16813 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16814 for more information on Patterns.
16816 Look <A HREF="h_edit_nav_cmds">here</A>
16817 to see the available Editing and Navigation commands.
16819 &lt;End of help on this topic&gt;
16820 </BODY>
16821 </HTML>
16822 ======= h_config_role_cat_limit =======
16823 <HTML>
16824 <HEAD>
16825 <TITLE>Character Limit Explained</TITLE>
16826 </HEAD>
16827 <BODY>
16828 <H1>Character Limit Explained</H1>
16830 Setting this option makes it possible to limit how much of the message
16831 is made available to the categorizer command as input.
16832 The default value (-1) means that the entire message is fed to the
16833 command.
16834 A value of 0 (zero) means that only the headers of the message are
16835 made available.
16836 A positive integer means that the headers plus that many characters from
16837 the body of the message are passed to the categorizer.
16840 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16841 for more information on Patterns.
16843 Look <A HREF="h_edit_nav_cmds">here</A>
16844 to see the available Editing and Navigation commands.
16846 &lt;End of help on this topic&gt;
16847 </BODY>
16848 </HTML>
16849 ======= h_config_role_age =======
16850 <HTML>
16851 <HEAD>
16852 <TITLE>Age Interval Explained</TITLE>
16853 </HEAD>
16854 <BODY>
16855 <H1>Age Interval Explained</H1>
16857 The Age Interval, if defined, is part of the Pattern.
16858 If you use this, it should be set to something like:
16860 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16862 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16863 The special value &quot;INF&quot; may be used for the max value.
16864 It represents infinity.
16866 In rare cases it may be useful to use the more general form of the value,
16867 which is a comma-separated list of intervals.
16868 It would look something like:
16870 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16872 When there is an Age Interval defined, it is a match if the age, in days, of
16873 the message is contained in the interval.
16874 The interval includes both endpoints.
16875 If the option is set to a list of intervals then it is a match if the
16876 age of the message is contained in any of the intervals.
16878 Even though this option is called Age, it isn't actually
16879 the <EM>age</EM> of the message.
16880 Instead, it is how many days ago the message arrived in one of your folders.
16881 If the current time is a little past midnight, then a message that arrived
16882 just before midnight arrived yesterday, even though the message is only
16883 a few minutes old.
16884 By default, the date being used is not the date in the Date
16885 header of the message.
16886 It is the date that the message arrived in one of your folders.
16887 When you Save a message from one folder to another that arrival date
16888 is preserved.
16889 If you would like to use the date in the Date header that is possible.
16890 Turn on the option
16891 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16892 near the bottom of the rule definition.
16894 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16895 The age interval
16897 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16899 matches all messages that arrived on the day before yesterday.
16900 The interval
16902 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16904 matches all messages that arrived at least 180 days before today.
16905 The interval
16907 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16909 matches all messages that arrived today or yesterday.
16912 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16913 for more information on Patterns.
16915 Look <A HREF="h_edit_nav_cmds">here</A>
16916 to see the available Editing and Navigation commands.
16918 &lt;End of help on this topic&gt;
16919 </BODY>
16920 </HTML>
16921 ======= h_config_role_size =======
16922 <HTML>
16923 <HEAD>
16924 <TITLE>Size Interval Explained</TITLE>
16925 </HEAD>
16926 <BODY>
16927 <H1>Size Interval Explained</H1>
16929 The Size Interval, if defined, is part of the Pattern.
16930 If you use this, it should be set to something like:
16932 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16934 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
16935 The special value &quot;INF&quot; may be used for the max value.
16936 It represents infinity.
16938 In rare cases it may be useful to use the more general form of the value,
16939 which is a comma-separated list of intervals.
16940 It would look something like:
16942 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
16944 When there is a Size Interval defined, it is a match if the size of
16945 the message is contained in the interval.
16946 The interval includes both endpoints.
16947 If the option is set to a list of intervals then it is a match if the
16948 size of the message is contained in any of the intervals.
16950 The size interval
16952 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
16954 matches all messages with sizes greater than or equal to 10000, and less
16955 than or equal to 50000.
16956 The interval
16958 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
16960 matches all messages with sizes greater than or equal to 100000.
16963 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16964 for more information on Patterns.
16966 Look <A HREF="h_edit_nav_cmds">here</A>
16967 to see the available Editing and Navigation commands.
16969 &lt;End of help on this topic&gt;
16970 </BODY>
16971 </HTML>
16972 ======= h_config_role_scorei =======
16973 <HTML>
16974 <HEAD>
16975 <TITLE>Score Interval Explained</TITLE>
16976 </HEAD>
16977 <BODY>
16978 <H1>Score Interval Explained</H1>
16980 The Score Interval, if defined, is part of the Pattern.
16981 If you use this, it should be set to something like:
16983 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
16985 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
16986 -32000 and 32000.
16987 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
16988 the min and max values.
16989 These represent negative and positive infinity.
16991 Actually, the value may be a list of intervals rather than just a
16992 single interval if that is useful.
16993 The elements of the list are separated by commas like:
16995 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
16997 When there is a Score Interval defined, it is a match if the score for
16998 the message is contained in any of the intervals.
16999 The intervals include both endpoints.
17000 The score for a message is calculated by looking at every scoring rule
17001 defined and adding up the Score Values for the rules that match the message.
17002 Scoring rules are created using the
17003 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
17006 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17007 for more information on Patterns.
17009 Look <A HREF="h_edit_nav_cmds">here</A>
17010 to see the available Editing and Navigation commands.
17012 &lt;End of help on this topic&gt;
17013 </BODY>
17014 </HTML>
17015 ======= h_config_role_fldr_type =======
17016 <HTML>
17017 <HEAD>
17018 <TITLE>Current Folder Type Explained</TITLE>
17019 </HEAD>
17020 <BODY>
17021 <H1>Current Folder Type Explained</H1>
17023 The Current Folder Type is part of the role's Pattern.
17024 It refers to the type of the currently open folder, which is the folder
17025 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
17026 In order for a role to be considered a match, the current folder must
17027 be of the type you set here.
17028 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17029 all what you might think.
17031 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
17032 example, then
17033 that role will only be a match if the current folder is a newsgroup and
17034 the rest of the Pattern matches.
17035 The value &quot;Specific&quot; may be used when you want to limit the match
17036 to a specific folder (not just a specific type of folder), or to a list of
17037 specific folders.
17039 In order to match a specific folder you Select the &quot;Specific&quot;
17040 button <EM>AND</EM> fill in
17041 the name (or list of names) of
17042 the folder in the &quot;Folder List&quot; field.
17043 If the current folder is any of the folders in the list, that is considered
17044 a match.
17045 The name of each folder in the list may be either &quot;INBOX&quot;,
17046 the technical specification
17047 of the folder (like what appears in your configuration file) or, if the
17048 folder is one of your incoming folders, it may be the nickname you've given
17049 the folder.
17050 Here are a couple samples of specific folder names:
17052 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17054 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17056 The easiest way to fill in the &quot;Folder List&quot; field is to use
17057 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
17058 highlighted, or to use the &quot;Take&quot; command with the configuration
17059 feature
17060 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
17061 turned on.
17062 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17063 Current Folder Type is set to &quot;Specific&quot;, and any value that
17064 &quot;Folder List&quot; has is ignored unless the type
17065 is set to &quot;Specific&quot;.
17067 When reading a newsgroup, there may be a performance penalty
17068 incurred when collecting the information necessary to check a Pattern.
17069 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17071 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17072 for more information on Patterns.
17074 Look <A HREF="h_edit_nav_cmds">here</A>
17075 to see the available Editing and Navigation commands.
17077 &lt;End of help on this topic&gt;
17078 </BODY>
17079 </HTML>
17080 ======= h_config_filt_rule_type =======
17081 <HTML>
17082 <HEAD>
17083 <TITLE>Filter Action Explained</TITLE>
17084 </HEAD>
17085 <BODY>
17086 <H1>Filter Action Explained</H1>
17088 The Filter Action specifies the action to be taken when the Pattern is a
17089 match.
17090 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17091 &quot;Just Set Message Status&quot;.
17093 If it is set to &quot;Delete&quot;, then the message that matches the
17094 Pattern will be deleted from the open folder.
17096 If it is set to &quot;Move&quot;, then the name of the folder to which
17097 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17098 next line of the screen.
17099 A list of folders separated by commas may be given, in which case the
17100 message will be copied to all of the folders in the list before it is
17101 deleted.
17103 If it is set to neither of those two values (it is set to the value
17104 labeled &quot;Just Set Message Status&quot;) then the message status
17105 setting will happen
17106 but the message will not be deleted or moved.
17108 If you are Moving a message you may also set Message Status if you wish.
17110 The easiest way to fill in the &quot;Folder List&quot; field is to use
17111 the T command that is available when the &quot;Folder List&quot; line is
17112 highlighted.
17113 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17114 Filter Action is set to &quot;Move&quot;, and any value that
17115 &quot;Folder List&quot; has is ignored unless the type
17116 is set to &quot;Move&quot;.
17118 There are a few tokens that may be used in the names in the Folder List.
17119 They are all related to the date on which the filtering is taking place.
17120 The tokens are words surrounded by underscores.
17121 For example, if you want your filter to move messages to a folder named
17122 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17123 you could specify the folder as
17124 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17125 which would result in a file named something like
17126 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17128 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17129 which would result in a file named something like
17130 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17131 The available tokens are listed
17132 <A HREF="h_index_tokens">here</A>.
17134 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17135 for more information on Patterns.
17137 Look <A HREF="h_edit_nav_cmds">here</A>
17138 to see the available Editing and Navigation commands.
17140 &lt;End of help on this topic&gt;
17141 </BODY>
17142 </HTML>
17143 ======= h_config_score_fldr_type =======
17144 <HTML>
17145 <HEAD>
17146 <TITLE>Current Folder Type Explained</TITLE>
17147 </HEAD>
17148 <BODY>
17149 <H1>Current Folder Type Explained</H1>
17151 The Current Folder Type is part of the scoring rule's Pattern.
17152 It refers to the type of the folder that
17153 the message being scored is in.
17154 In order for a rule to be considered a match, the current folder must
17155 be of the type you set here.
17156 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17157 all what you might think.
17159 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17160 example, then
17161 that Pattern will only match if the current folder is a newsgroup and
17162 the rest of the Pattern matches.
17163 The value &quot;Specific&quot; may be used when you want to limit the match
17164 to a specific folder (not just a specific type of folder), or to a list of
17165 specific folders.
17167 In order to match a specific folder you Select the &quot;Specific&quot;
17168 button <EM>AND</EM> fill in
17169 the name (or list of names) of
17170 the folder in the &quot;Folder List&quot; field.
17171 If the current folder is any of the folders in the list, that is considered
17172 a match.
17173 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17174 of the folder (like what appears in your configuration file) or, if the
17175 folder is one of your incoming folders, it may be the nickname you've given
17176 the folder.
17177 Here are a couple samples of specific folder names:
17179 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17181 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17183 The easiest way to fill in the &quot;Folder List&quot; field is to use
17184 the T command that is available when the &quot;Folder List&quot; line is
17185 highlighted.
17186 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17187 Current Folder Type is set to &quot;Specific&quot;, and any value that
17188 &quot;Folder List&quot; has is ignored unless the type
17189 is set to &quot;Specific&quot;.
17191 When reading a newsgroup, there may be a performance penalty
17192 incurred when collecting the information necessary to check a Pattern.
17193 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17194 For example, if you have Index Line Coloring rules that have Score Intervals
17195 defined then the scores for all the visible messages will need to be calculated.
17196 If some of your Scoring rules have 
17197 a Current Folder Type of
17198 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17199 screen to draw more slowly when in a newsgroup.
17201 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17202 for more information on Patterns.
17204 Look <A HREF="h_edit_nav_cmds">here</A>
17205 to see the available Editing and Navigation commands.
17207 &lt;End of help on this topic&gt;
17208 </BODY>
17209 </HTML>
17210 ======= h_config_other_fldr_type =======
17211 <HTML>
17212 <HEAD>
17213 <TITLE>Current Folder Type Explained</TITLE>
17214 </HEAD>
17215 <BODY>
17216 <H1>Current Folder Type Explained</H1>
17218 The Current Folder Type is part of the rule's Pattern.
17219 It refers to the type of the folder being viewed.
17220 In order for a rule to be considered a match, the current folder must
17221 be of the type you set here.
17222 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17223 all what you might think.
17225 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17226 example, then
17227 that Pattern will only match if the current folder is a newsgroup.
17228 The value &quot;Specific&quot; may be used when you want to limit the match
17229 to a specific folder (not just a specific type of folder), or to a list of
17230 specific folders.
17232 In order to match a specific folder you Select the &quot;Specific&quot;
17233 button <EM>AND</EM> fill in
17234 the name (or list of names) of
17235 the folder in the &quot;Folder List&quot; field.
17236 If the current folder is any of the folders in the list, that is considered
17237 a match.
17238 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17239 of the folder (like what appears in your configuration file) or, if the
17240 folder is one of your incoming folders, it may be the nickname you've given
17241 the folder.
17242 Here are a couple samples of specific folder names:
17244 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17246 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17248 The easiest way to fill in the &quot;Folder List&quot; field is to use
17249 the T command that is available when the &quot;Folder List&quot; line is
17250 highlighted.
17251 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17252 Current Folder Type is set to &quot;Specific&quot;, and any value that
17253 &quot;Folder List&quot; has is ignored unless the type
17254 is set to &quot;Specific&quot;.
17256 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17257 for more information on Patterns.
17259 Look <A HREF="h_edit_nav_cmds">here</A>
17260 to see the available Editing and Navigation commands.
17262 &lt;End of help on this topic&gt;
17263 </BODY>
17264 </HTML>
17265 ======= h_config_incol_fldr_type =======
17266 <HTML>
17267 <HEAD>
17268 <TITLE>Current Folder Type Explained</TITLE>
17269 </HEAD>
17270 <BODY>
17271 <H1>Current Folder Type Explained</H1>
17273 The Current Folder Type is part of the Line Coloring rule's Pattern.
17274 It refers to the type of the folder for which the MESSAGE INDEX is
17275 being viewed.
17276 In order for a rule to be considered a match, the current folder must
17277 be of the type you set here.
17278 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17279 all what you might think.
17281 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17282 example, then
17283 that Pattern will only match if the current folder is a newsgroup and
17284 the rest of the Pattern matches.
17285 The value &quot;Specific&quot; may be used when you want to limit the match
17286 to a specific folder (not just a specific type of folder), or to a list of
17287 specific folders.
17289 In order to match a specific folder you Select the &quot;Specific&quot;
17290 button <EM>AND</EM> fill in
17291 the name (or list of names) of
17292 the folder in the &quot;Folder List&quot; field.
17293 If the current folder is any of the folders in the list, that is considered
17294 a match.
17295 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17296 of the folder (like what appears in your configuration file) or, if the
17297 folder is one of your incoming folders, it may be the nickname you've given
17298 the folder.
17299 Here are a couple samples of specific folder names:
17301 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17303 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17305 The easiest way to fill in the &quot;Folder List&quot; field is to use
17306 the T command that is available when the &quot;Folder List&quot; line is
17307 highlighted.
17308 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17309 Current Folder Type is set to &quot;Specific&quot;, and any value that
17310 &quot;Folder List&quot; has is ignored unless the type
17311 is set to &quot;Specific&quot;.
17313 When reading a newsgroup, there may be a performance penalty
17314 incurred when collecting the information necessary to check a Pattern.
17315 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17316 For example, a rule with a non-Normal Index Line Color
17317 and a Current Folder Type of
17318 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17319 screen to draw more slowly when in a newsgroup.
17321 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17322 for more information on Patterns.
17324 Look <A HREF="h_edit_nav_cmds">here</A>
17325 to see the available Editing and Navigation commands.
17327 &lt;End of help on this topic&gt;
17328 </BODY>
17329 </HTML>
17330 ======= h_config_filt_fldr_type =======
17331 <HTML>
17332 <HEAD>
17333 <TITLE>Current Folder Type Explained</TITLE>
17334 </HEAD>
17335 <BODY>
17336 <H1>Current Folder Type Explained</H1>
17338 The Current Folder Type is part of the Filtering rule's Pattern.
17339 It refers to the type of the folder for which the filtering is being done.
17340 In order for a rule to be considered a match, the current folder must
17341 be of the type you set here.
17342 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17343 all what you might think.
17345 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17346 example, then
17347 that Pattern will only match if the current folder is a newsgroup and
17348 the rest of the Pattern matches.
17349 The value &quot;Specific&quot; may be used when you want to limit the match
17350 to a specific folder (not just a specific type of folder), or to a list of
17351 specific folders.
17353 In order to match a specific folder you Select the &quot;Specific&quot;
17354 button <EM>AND</EM> fill in
17355 the name (or list of names) of
17356 the folder in the &quot;Folder List&quot; field.
17357 If the current folder is any of the folders in the list, that is considered
17358 a match.
17359 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17360 of the folder (like what appears in your configuration file) or, if the
17361 folder is one of your incoming folders, it may be the nickname you've given
17362 the folder.
17363 Here are a couple samples of specific folder names:
17365 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17367 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17369 The easiest way to fill in the &quot;Folder List&quot; field is to use
17370 the T command that is available when the &quot;Folder List&quot; line is
17371 highlighted.
17372 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17373 Current Folder Type is set to &quot;Specific&quot;, and any value that
17374 &quot;Folder List&quot; has is ignored unless the type
17375 is set to &quot;Specific&quot;.
17377 When reading a newsgroup, there may be a performance penalty
17378 incurred when collecting the information necessary to check a Pattern.
17379 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17380 For example, a rule with a Current Folder Type of either
17381 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17382 more slowly when opening a newsgroup.
17384 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17385 for more information on Patterns.
17387 Look <A HREF="h_edit_nav_cmds">here</A>
17388 to see the available Editing and Navigation commands.
17390 &lt;End of help on this topic&gt;
17391 </BODY>
17392 </HTML>
17393 ======= h_config_role_stat_imp =======
17394 <HTML>
17395 <HEAD>
17396 <TITLE>Message Important Status Explained</TITLE>
17397 </HEAD>
17398 <BODY>
17399 <H1>Message Important Status Explained</H1>
17401 This part of the Pattern may have one of three possible values.
17402 The default value is &quot;Don't care&quot;, which matches any message.
17403 The other two values are &quot;Yes&quot;, which means the message must be
17404 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17405 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17406 to be a match.
17408 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17409 for more information on Patterns.
17411 Look <A HREF="h_edit_nav_cmds">here</A>
17412 to see the available Editing and Navigation commands.
17414 &lt;End of help on this topic&gt;
17415 </BODY>
17416 </HTML>
17417 ======= h_config_role_stat_new =======
17418 <HTML>
17419 <HEAD>
17420 <TITLE>Message New Status Explained</TITLE>
17421 </HEAD>
17422 <BODY>
17423 <H1>Message New Status Explained</H1>
17425 This part of the Pattern may have one of three possible values.
17426 The default value is &quot;Don't care&quot;, which matches any message.
17427 The other two values are &quot;Yes&quot;, which means the message must be
17428 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17429 means the message must <EM>not</EM> be &quot;New&quot; in order
17430 to be a match.
17431 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17432 same as <EM>Seen</EM>.
17434 The nomenclature for New and Recent is a bit confusing:
17436 New means that the message is Unseen.
17437 It could have been in your mailbox for a long time but if you haven't looked
17438 at it, it is still considered New.
17439 That matches the default Alpine index display that shows an N for such a
17440 message.
17442 Recent means that the message was added to this folder since the last time
17443 you opened the folder.
17444 Alpine also shows an N by default for these types of messages.
17445 If you were to run two copies of Alpine that opened a folder one right after
17446 the other, a message would only show up as Recent in (at most) the first
17447 Alpine session.
17449 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17450 for more information on Patterns.
17452 Look <A HREF="h_edit_nav_cmds">here</A>
17453 to see the available Editing and Navigation commands.
17455 &lt;End of help on this topic&gt;
17456 </BODY>
17457 </HTML>
17458 ======= h_config_role_stat_recent =======
17459 <HTML>
17460 <HEAD>
17461 <TITLE>Message Recent Status Explained</TITLE>
17462 </HEAD>
17463 <BODY>
17464 <H1>Message Recent Status Explained</H1>
17466 This part of the Pattern may have one of three possible values.
17467 The default value is &quot;Don't care&quot;, which matches any message.
17468 The other two values are &quot;Yes&quot;, which means the message must be
17469 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17470 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17471 to be a match.
17472 &quot;Recent&quot; means that the message was added to the folder since
17473 the last time the folder was opened.
17474 If more than one mail client has the folder opened, the message will
17475 appear to be &quot;Recent&quot; to only one of the clients.
17477 The nomenclature for New and Recent is a bit confusing:
17479 New means that the message is Unseen.
17480 It could have been in your mailbox for a long time but if you haven't looked
17481 at it, it is still considered New.
17482 That matches the default Alpine index display that shows an N for such a
17483 message.
17485 Recent means that the message was added to this folder since the last time
17486 you opened the folder.
17487 Alpine also shows an N by default for these types of messages.
17488 If you were to run two copies of Alpine that opened a folder one right after
17489 the other, a message would only show up as Recent in (at most) the first
17490 Alpine session.
17492 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17493 for more information on Patterns.
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_stat_del =======
17502 <HTML>
17503 <HEAD>
17504 <TITLE>Message Deleted Status Explained</TITLE>
17505 </HEAD>
17506 <BODY>
17507 <H1>Message Deleted Status Explained</H1>
17509 This part of the Pattern may have one of three possible values.
17510 The default value is &quot;Don't care&quot;, which matches any message.
17511 The other two values are &quot;Yes&quot;, which means the message must be
17512 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17513 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17514 to be a match.
17516 If you are thinking of using this part of the Pattern as a way to prevent
17517 messages from being filtered more than once in a Filter Pattern,
17518 take a look at the Filter Option
17519 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17520 instead.
17521 It should work better than using this field since it will hide the filtered
17522 messages even if they are already Deleted.
17523 That option is at the bottom of the Filter configuration screen.
17525 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17526 for more information on Patterns.
17528 Look <A HREF="h_edit_nav_cmds">here</A>
17529 to see the available Editing and Navigation commands.
17531 &lt;End of help on this topic&gt;
17532 </BODY>
17533 </HTML>
17534 ======= h_config_role_stat_ans =======
17535 <HTML>
17536 <HEAD>
17537 <TITLE>Message Answered Status Explained</TITLE>
17538 </HEAD>
17539 <BODY>
17540 <H1>Message Answered Status Explained</H1>
17542 This part of the Pattern may have one of three possible values.
17543 The default value is &quot;Don't care&quot;, which matches any message.
17544 The other two values are &quot;Yes&quot;, which means the message must be
17545 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17546 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17547 to be a match.
17549 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17550 for more information on Patterns.
17552 Look <A HREF="h_edit_nav_cmds">here</A>
17553 to see the available Editing and Navigation commands.
17555 &lt;End of help on this topic&gt;
17556 </BODY>
17557 </HTML>
17558 ======= h_config_role_abookfrom =======
17559 <HTML>
17560 <HEAD>
17561 <TITLE>Address in Address Book Explained</TITLE>
17562 </HEAD>
17563 <BODY>
17564 <H1>Address in Address Book Explained</H1>
17566 This option gives you a way to match messages that contain an address
17567 that is in one of your address books.
17568 Only the simple entries in your address books are searched.
17569 Address book distribution lists are ignored!
17571 This part of the Pattern may have one of five possible values.
17572 The default value is &quot;Don't care&quot;, which matches any message.
17573 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17574 from the message must be in at least one of your
17575 address books in order to be a match.
17576 The value &quot;No, not in any address book&quot;
17577 means none of the addresses may
17578 be in any of your address books in order to be a match.
17580 The values &quot;Yes, in specific address books&quot; and
17581 &quot;No, not in any of specific address books&quot; are similar but instead
17582 of depending on all address books you are allowed to give a list of address
17583 books to look in.
17584 Usually this would be a single address book but it may be a
17585 list of address books as well.
17586 For each of these &quot;specific&quot; address book options you Select which
17587 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17588 name (or list of names) of the address book in the
17589 &quot;Abook List&quot; field.
17590 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17591 The easiest way to fill in the Abook List field it to use
17592 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17593 line is highlighted.
17594 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17595 option is set to one of the two &quot;Specific&quot;, values.
17597 The addresses from the message that are checked for are determined by the
17598 setting you have for &quot;Types of addresses to check for in address book&quot;.
17599 If you set this to &quot;From&quot; the From address from the message will
17600 be looked up in the address book.
17601 If you set it to &quot;To&quot; instead then the To addresses will be used.
17602 If any of the To addresses are in the address book then it is considered
17603 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17604 You could set it to both From and To, in which case all of the From and To
17605 addresses are used.
17606 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17607 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17608 exists or the From address if there is no Reply-To address.
17609 Same for the Sender address.
17611 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17612 for more information on Patterns.
17614 Look <A HREF="h_edit_nav_cmds">here</A>
17615 to see the available Editing and Navigation commands.
17617 &lt;End of help on this topic&gt;
17618 </BODY>
17619 </HTML>
17620 ======= h_config_inabook_from =======
17621 <HTML>
17622 <HEAD>
17623 <TITLE>From</TITLE>
17624 </HEAD>
17625 <BODY>
17626 <H1>From</H1>
17628 Setting the From line will cause the address from the From header line
17629 of the message to be checked for in the address book.
17631 &lt;End of help on this topic&gt;
17632 </BODY>
17633 </HTML>
17634 ======= h_config_inabook_replyto =======
17635 <HTML>
17636 <HEAD>
17637 <TITLE>Reply-To</TITLE>
17638 </HEAD>
17639 <BODY>
17640 <H1>Reply-To</H1>
17642 Setting the Reply-To line will cause the address from the Reply-To header line
17643 of the message to be checked for in the address book.
17644 However, if there is no Reply-To header line in the message the From header
17645 line will be used instead.
17646 We understand this is dumb but we don't have an easy way around it.
17648 &lt;End of help on this topic&gt;
17649 </BODY>
17650 </HTML>
17651 ======= h_config_inabook_sender =======
17652 <HTML>
17653 <HEAD>
17654 <TITLE>Sender</TITLE>
17655 </HEAD>
17656 <BODY>
17657 <H1>Sender</H1>
17659 Setting the Sender line will cause the address from the Sender header line
17660 of the message to be checked for in the address book.
17661 However, if there is no Sender header line in the message the From header
17662 line will be used instead.
17663 We understand this is dumb but we don't have an easy way around it.
17665 &lt;End of help on this topic&gt;
17666 </BODY>
17667 </HTML>
17668 ======= h_config_inabook_to =======
17669 <HTML>
17670 <HEAD>
17671 <TITLE>To</TITLE>
17672 </HEAD>
17673 <BODY>
17674 <H1>To</H1>
17676 Setting the To line will cause the address from the To header line
17677 of the message to be checked for in the address book.
17679 &lt;End of help on this topic&gt;
17680 </BODY>
17681 </HTML>
17682 ======= h_config_inabook_cc =======
17683 <HTML>
17684 <HEAD>
17685 <TITLE>CC</TITLE>
17686 </HEAD>
17687 <BODY>
17688 <H1>CC</H1>
17690 Setting the CC line will cause the address from the CC header line
17691 of the message to be checked for in the address book.
17693 &lt;End of help on this topic&gt;
17694 </BODY>
17695 </HTML>
17696 ======= h_config_role_stat_8bitsubj =======
17697 <HTML>
17698 <HEAD>
17699 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17700 </HEAD>
17701 <BODY>
17702 <H1>Raw 8-bit in Subject Explained</H1>
17704 It seems that lots of unwanted email contains unencoded 8-bit characters
17705 in the Subject.
17706 Normally, characters with the 8th bit set are not allowed in the Subject
17707 header unless they are MIME-encoded.
17708 This option gives you a way to match messages that have Subjects that
17709 contain unencoded 8-bit characters.
17711 This part of the Pattern may have one of three possible values.
17712 The default value is &quot;Don't care&quot;, which matches any message.
17713 The other two values are &quot;Yes&quot;, which means the Subject of
17714 the message must contain unencoded 8-bit characters (characters with the
17715 most significant bit set)
17716 in order to be a match; or &quot;No&quot;, which
17717 means the Subject must <EM>not</EM>
17718 contain unencoded 8-bit characters in order to be a match.
17720 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17721 for more information on Patterns.
17723 Look <A HREF="h_edit_nav_cmds">here</A>
17724 to see the available Editing and Navigation commands.
17726 &lt;End of help on this topic&gt;
17727 </BODY>
17728 </HTML>
17729 ======= h_config_role_bom =======
17730 <HTML>
17731 <HEAD>
17732 <TITLE>Beginning of Month</TITLE>
17733 </HEAD>
17734 <BODY>
17735 <H1>Beginning of Month</H1>
17737 This option gives you a limited ability to take different actions depending on whether
17738 this is the first time Alpine has been run this month or not.
17739 Though it would be nice to have such an option available, this is not the
17740 same as whether or not this is the first time a paricular folder has been
17741 opened this month.
17742 If you want some action (probably Filtering) to take place in a folder each
17743 month, then you will need to be sure that the folder is opened during the
17744 first Alpine session of the month in order for this option to be helpful.
17746 This part of the Pattern may have one of three possible values.
17747 The default value is &quot;Don't care&quot;, which matches any message.
17748 The other two values are &quot;Yes&quot;, which means this is the first
17749 time Alpine has been run this month;
17750 or &quot;No&quot;, which
17751 means this is not the first time Alpine has been run this month.
17753 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17754 for more information on Patterns.
17756 Here are some technical details.
17757 The way that Alpine decides if it is the beginning of the month or not is
17758 to compare today's date with the date stored in the
17759 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17760 variable in the config file.
17761 If the month of today's date is later than the month stored in the variable,
17762 then this is considered to be the first time you have run Alpine this month, and
17763 that turns the Beginning of the Month option on.
17765 Look <A HREF="h_edit_nav_cmds">here</A>
17766 to see the available Editing and Navigation commands.
17768 &lt;End of help on this topic&gt;
17769 </BODY>
17770 </HTML>
17771 ======= h_config_role_boy =======
17772 <HTML>
17773 <HEAD>
17774 <TITLE>Beginning of Year</TITLE>
17775 </HEAD>
17776 <BODY>
17777 <H1>Beginning of Year</H1>
17779 This option gives you a limited ability to take different actions depending on whether
17780 this is the first time Alpine has been run this year or not.
17781 Though it would be nice to have such an option available, this is not the
17782 same as whether or not this is the first time a paricular folder has been
17783 opened this year.
17784 If you want some action (probably Filtering) to take place in a folder each
17785 year, then you will need to be sure that the folder is opened during the
17786 first Alpine session of the year in order for this option to be helpful.
17788 This part of the Pattern may have one of three possible values.
17789 The default value is &quot;Don't care&quot;, which matches any message.
17790 The other two values are &quot;Yes&quot;, which means this is the first
17791 time Alpine has been run this year;
17792 or &quot;No&quot;, which
17793 means this is not the first time Alpine has been run this year.
17795 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17796 for more information on Patterns.
17798 Here are some technical details.
17799 The way that Alpine decides if it is the beginning of the year or not is
17800 to compare today's date with the date stored in the
17801 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17802 variable in the config file.
17803 If the year of today's date is later than the year stored in the variable,
17804 then this is considered to be the first time you have run Alpine this year, and
17805 that turns the Beginning of the Year option on.
17807 Look <A HREF="h_edit_nav_cmds">here</A>
17808 to see the available Editing and Navigation commands.
17810 &lt;End of help on this topic&gt;
17811 </BODY>
17812 </HTML>
17813 ======= h_config_role_inick =======
17814 <HTML>
17815 <HEAD>
17816 <TITLE>Initialize Values From Role Explained</TITLE>
17817 </HEAD>
17818 <BODY>
17819 <H1>Initialize Values From Role Explained</H1>
17821 This is a power user feature.
17822 You will usually want to leave this field empty.
17823 The value of this field is the nickname of another one of your roles.
17824 The Action values from that other role
17825 are used as the initial values of the Action items for this role.
17826 If you put something in any of the action fields for this role, that will
17827 override whatever was in the corresponding field of the initializer role.
17829 You might use this field if the &quot;Action&quot; part of one of your roles
17830 is something you want to use in more than one role.
17831 Instead of filling in those action values again for each role, you
17832 may give the nickname of the role where the values are filled in.
17833 It's just a shortcut way to define Role Actions.
17835 Here's an example to help explain how this works.
17836 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17837 (among other things)
17839 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17841 set.
17842 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17843 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17844 from role1 by default (and any of the other inheritable action values
17845 that are set).
17846 So if role2 had
17848 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17850 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17851 However, if role2 had
17853 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17855 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17857 If you wish,
17858 you may choose a nickname from your list of roles by using the
17859 &quot;T&quot; command.
17860 If the role you are using to initialize also has a role it initializes from,
17861 then that initialization happens first.
17862 That is, inheritance works as expected with the grandparent and
17863 great-grandparent (and so on) roles having the expected effect.
17865 Look <A HREF="h_edit_nav_cmds">here</A>
17866 to see the available Editing and Navigation commands.
17868 &lt;End of help on this topic&gt;
17869 </BODY>
17870 </HTML>
17871 ======= h_config_role_setfrom =======
17872 <HTML>
17873 <HEAD>
17874 <TITLE>Set From Explained</TITLE>
17875 </HEAD>
17876 <BODY>
17877 <H1>Set From Explained</H1>
17879 This describes part of the action to be taken if the Pattern for this
17880 role is a match.
17881 This field consists of a single address that will be used as the From
17882 address on the message you are sending.
17883 This should be a fully-qualified address like
17885 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17887 or just
17889 <CENTER><SAMP>user@domain</SAMP></CENTER>
17891 If you wish,
17892 you may choose an address from your address book with the
17893 &quot;T&quot; command.
17895 If this is left blank, then your normal From address will be used.
17897 You may also find it useful to add the changed From address to the
17898 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17899 configuration option.
17901 Look <A HREF="h_edit_nav_cmds">here</A>
17902 to see the available Editing and Navigation commands.
17904 &lt;End of help on this topic&gt;
17905 </BODY>
17906 </HTML>
17907 ======= h_config_role_setreplyto =======
17908 <HTML>
17909 <HEAD>
17910 <TITLE>Set Reply-To Explained</TITLE>
17911 </HEAD>
17912 <BODY>
17913 <H1>Set Reply-To Explained</H1>
17915 This describes part of the action to be taken if the Pattern for this
17916 role is a match.
17917 This field consists of a single address that will be used as the Reply-To
17918 address on the message you are sending.
17919 This may be a fully-qualified address like
17921 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17923 or just
17925 <CENTER><SAMP>user@domain</SAMP></CENTER>
17927 If you wish,
17928 you may choose an address from your address book with the
17929 &quot;T&quot; command.
17931 If this is left blank, then there won't be a Reply-To address unless
17932 you have configured one specially with the
17933 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17934 configuration option.
17936 Look <A HREF="h_edit_nav_cmds">here</A>
17937 to see the available Editing and Navigation commands.
17939 &lt;End of help on this topic&gt;
17940 </BODY>
17941 </HTML>
17942 ======= h_config_role_setfcc =======
17943 <HTML>
17944 <HEAD>
17945 <TITLE>Set Fcc Explained</TITLE>
17946 </HEAD>
17947 <BODY>
17948 <H1>Set Fcc Explained</H1>
17950 This describes part of the action to be taken if the Pattern for this
17951 role is a match.
17952 This field consists of a single folder name that will be used in
17953 the Fcc field of the message you are sending.
17954 You may put anything here that you would normally type into the Fcc
17955 field from the composer.
17957 In addition, an fcc of &quot;&quot; (two double quotation marks) means
17958 no Fcc.
17960 A blank field here means that Alpine will use its normal rules for deciding
17961 the default value of the Fcc field.
17962 For many roles, perhaps most, it may make more sense for you to use the
17963 other Alpine facilities for setting the Fcc.
17964 In particular, if you want the Fcc to depend on who you are sending the
17965 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
17966 is probably more useful.
17967 In that case, you would want to leave the Fcc field here blank.
17968 However, if you have a role that depends on who the message you are replying
17969 to was From, or what address that message was sent to;
17970 then it might make sense to set the Fcc for that role here.
17972 If you wish,
17973 you may choose a folder from your folder collections by using the
17974 &quot;T&quot; command.
17976 Look <A HREF="h_edit_nav_cmds">here</A>
17977 to see the available Editing and Navigation commands.
17979 &lt;End of help on this topic&gt;
17980 </BODY>
17981 </HTML>
17982 ======= h_config_role_usesmtp =======
17983 <HTML>
17984 <HEAD>
17985 <TITLE>Use SMTP Server Explained</TITLE>
17986 </HEAD>
17987 <BODY>
17988 <H1>Use SMTP Server Explained</H1>
17990 This describes part of the action to be taken if the Pattern for this
17991 role is a match.
17992 If this field has a value, then it will be used as the SMTP server
17993 to send mail when this role is being used (unless the SMTP server variable
17994 is set in the system-wide fixed configuration file).
17995 It has the same semantics as the
17996 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17997 variable in the Setup/Config screen.
17999 If you are using this to post from home when you are at home and from
18000 work when you are at work you need to be careful about postponing messages.
18001 When you postpone a composition that was using a role with this variable
18002 set, the SMTP server list will be saved
18003 with the postponed composition.
18004 It cannot be changed later.
18005 Because of this, you may want to make this a list of SMTP servers
18006 with the preferred server at the front of the list and alternate servers
18007 later in the list.
18008 In your &quot;Home&quot; role you would put the home SMTP server first and
18009 the work SMTP server last.
18010 In your &quot;Work&quot; role you would put the work SMTP server first and
18011 the home SMTP server last.
18012 Then if you start a composition as &quot;Work&quot;, postpone
18013 it, and then later resume it from home the work SMTP server will fail but
18014 the home SMTP server later in the list will succeed.
18016 You may be able to simplify things by making the regular
18017 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18018 variable in the Setup/Config screen a list instead of using roles
18019 to set the SMTP server.
18022 Look <A HREF="h_edit_nav_cmds">here</A>
18023 to see the available Editing and Navigation commands.
18025 &lt;End of help on this topic&gt;
18026 </BODY>
18027 </HTML>
18028 ======= h_config_role_usenntp =======
18029 <HTML>
18030 <HEAD>
18031 <TITLE>Use NNTP Server Explained</TITLE>
18032 </HEAD>
18033 <BODY>
18034 <H1>Use NNTP Server Explained</H1>
18036 This describes part of the action to be taken if the Pattern for this
18037 role is a match.
18038 If this field has a value, then it will be used as the NNTP server
18039 to post to newsgroups when this role is being used (unless the NNTP server
18040 variable
18041 is set in the system-wide fixed configuration file).
18042 It has the same semantics as the
18043 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18044 variable in the Setup/Config screen.
18046 This role setting can facilitate posting to the right nntp server for someone
18047 who reads news from various news sources.  The feature
18048 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
18049 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
18050 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
18051 nntp servers for roles may be more desirable for some people.
18053 If you are using this to post from home when you are at home and from
18054 work when you are at work you need to be careful about postponing messages.
18055 When you postpone a composition that was using a role with this variable
18056 set, the NNTP server list will be saved
18057 with the postponed composition.
18058 It cannot be changed later.
18059 Because of this, you may want to make this a list of NNTP servers
18060 with the preferred server at the front of the list and alternate servers
18061 later in the list.
18062 In your &quot;Home&quot; role you would put the home NNTP server first and
18063 the work NNTP server last.
18064 In your &quot;Work&quot; role you would put the work NNTP server first and
18065 the home NNTP server last.
18066 Then if you start a composition as &quot;Work&quot;, postpone
18067 it, and then later resume it from home the work NNTP server will fail but
18068 the home NNTP server later in the list will succeed.
18070 You may be able to simplify things by making the regular
18071 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18072 variable in the Setup/Config screen a list instead of using roles
18073 to set the NNTP server.
18076 Look <A HREF="h_edit_nav_cmds">here</A>
18077 to see the available Editing and Navigation commands.
18079 &lt;End of help on this topic&gt;
18080 </BODY>
18081 </HTML>
18082 ======= h_config_role_setotherhdr =======
18083 <HTML>
18084 <HEAD>
18085 <TITLE>Set Other Headers Explained</TITLE>
18086 </HEAD>
18087 <BODY>
18088 <H1>Set Other Headers Explained</H1>
18090 This describes part of the action to be taken if the Pattern for this
18091 role is a match.
18092 This field gives you a way to set values for headers besides
18093 &quot;From&quot; and &quot;Reply-To&quot;.
18094 If you want to set either of those, use the specific
18095 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18097 This field is similar to the
18098 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18099 Each header you specify here must include the header tag 
18100 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18101 and may optionally include a value for that header.
18102 In order to see these headers when you compose using this role you 
18103 must use the rich header
18104 <!--chtml if pinemode="function_key"-->(F5)
18105 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18106 Here's an example that shows how you might set the To address.
18108 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18110 Headers set in this way are different from headers set with the
18111 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18112 will replace any value that already exists.
18113 For example, if you are Replying to a message there will already be at
18114 least one address in the To header (the address you are Replying to).
18115 However, if you Reply using a role that sets the To header, that role's
18116 To header value will be used instead.
18118 Limitation: Because commas are used to separate the list of
18119 Other Headers, it is not possible to have the value of a
18120 header contain a comma;
18121 nor is there currently an &quot;escape&quot; mechanism provided
18122 to make this work.
18124 Look <A HREF="h_edit_nav_cmds">here</A>
18125 to see the available Editing and Navigation commands.
18127 &lt;End of help on this topic&gt;
18128 </BODY>
18129 </HTML>
18130 ======= h_config_role_setlitsig =======
18131 <HTML>
18132 <HEAD>
18133 <TITLE>Set Literal Signature Explained</TITLE>
18134 </HEAD>
18135 <BODY>
18136 <H1>Set Literal Signature Explained</H1>
18138 This describes part of the action to be taken if the Pattern for this
18139 role is a match.
18140 This field contains the actual text for your signature, as opposed to
18141 the name of a file containing your signature.
18142 If this is defined it takes precedence over any value set in the
18143 &quot;Set Signature&quot; field.
18145 This is simply a different way to store the signature.
18146 The signature is stored inside your Alpine configuration file instead of in
18147 a separate file.
18148 Tokens work the same way they do with
18149 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18150 help text there for more information.
18153 The two character sequence &#92;n (backslash followed by
18154 the character n) will be used to signify a line-break in your signature.
18155 You don't have to enter the &#92;n, but it will be visible in the
18156 CHANGE THIS ROLE RULE window after you are done editing the signature.
18158 Look <A HREF="h_edit_nav_cmds">here</A>
18159 to see the available Editing and Navigation commands.
18161 &lt;End of help on this topic&gt;
18162 </BODY>
18163 </HTML>
18164 ======= h_config_role_setsig =======
18165 <HTML>
18166 <HEAD>
18167 <TITLE>Set Signature Explained</TITLE>
18168 </HEAD>
18169 <BODY>
18170 <H1>Set Signature Explained</H1>
18172 This describes part of the action to be taken if the Pattern for this
18173 role is a match.
18175 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18176 option from Setup/Config
18177 or the &quot;Set LiteralSig&quot; option for this role are defined,
18178 then this option will be ignored.
18179 You can tell that that is the case because the value of this
18180 option will show up as
18182 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18184 You may either use all Literal Signatures (signatures stored in your
18185 configuration file) throughout Alpine, or all signature files.
18186 You can't mix the two.
18188 This field consists of a filename that will be used as the signature
18189 file when using this role.
18191 If the filename is followed by a vertical bar (|) then instead
18192 of reading the contents of the file the file is assumed to be a
18193 program that will produce the text to be used on its standard output.
18194 The program can't have any arguments and doesn't receive any input from Alpine,
18195 but the rest of the processing works as if the contents came from a file.
18197 Instead of storing the data in a local file, the
18198 signature data may be stored remotely in an IMAP folder.
18199 In order to do this, 
18200 you must use a remote name for the signature.
18201 A remote signature name might look like:
18203 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18206 The syntax used here is the same as the syntax used for a remote
18207 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18208 Note that you may not access an existing signature file remotely,
18209 you have to create a new <EM>folder</EM> that contains the signature data.
18210 If the name you use here for the signature data is a remote name, then when
18211 you edit the file using the &quot;F&quot; command the data will
18212 be saved remotely in the folder.
18213 You aren't required to do anything special to create the folder, it
18214 gets created if you use a remote name.
18217 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18218 the name of the file) you have specified.
18219 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18221 Besides containing regular text, a signature file may also
18222 contain (or a signature program may produce) tokens that are replaced with text
18223 that depends on the message you are replying to or forwarding.
18224 The tokens all look like _word_ (a word surrounded by underscores).
18225 For example, if the token
18227 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18229 is included in the text of the signature file, then when you reply to
18230 or forward a message, the token will be replaced with the actual date
18231 the message you are replying to or forwarding was sent.
18233 If you use a role that has a signature file for a plain composition
18234 (that is, not a reply or forward) then there is no original message, so
18235 any tokens that depend on the message will be replaced with nothing.
18236 So if you want a signature file to be useful for new compositions it
18237 shouldn't include any of the tokens that depend on the message being
18238 replied to or forwarded.
18240 The list of available tokens is
18241 <A HREF="h_index_tokens">here</A>.
18243 Actually, for the adventurous, there is a way to conditionally include text based
18244 on whether or not a token would result in specific replacement text.
18245 For example, you could include some text based on whether or not
18246 the _NEWS_ token would result in any newsgroups if it was used.
18247 It's explained in detail
18248 <A HREF="h_reply_token_conditionals">here</A>.
18250 In the very unlikely event that you want to include a literal token in
18251 a signature file, you must precede it with a backslash character.
18252 For example, to include the literal text _DATE_ you must actually use
18253 &#92;_DATE_.
18254 It is not possible to have a literal backslash followed by an expanded token.
18256 A blank field here means that Alpine will use its normal rules for deciding
18257 which file (if any) to use for the signature file.
18259 An alternate method for storing the signature is available in
18260 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18262 Look <A HREF="h_edit_nav_cmds">here</A>
18263 to see the available Editing and Navigation commands.
18265 &lt;End of help on this topic&gt;
18266 </BODY>
18267 </HTML>
18268 ======= h_config_role_settempl =======
18269 <HTML>
18270 <HEAD>
18271 <TITLE>Set Template Explained</TITLE>
18272 </HEAD>
18273 <BODY>
18274 <H1>Set Template Explained</H1>
18276 This describes part of the action to be taken if the Pattern for this
18277 role is a match.
18278 This field consists of a filename that will be used as the template
18279 file when using this role.
18280 The template file is a file that is included at the top of the message you
18281 are composing.
18283 If the filename is followed by a vertical bar (|) then instead
18284 of reading the contents of the file the file is assumed to be a
18285 program that will produce the text to be used on its standard output.
18286 The program can't have any arguments and doesn't receive any input from Alpine,
18287 but the rest of the processing works as if the contents came from a file.
18289 Instead of storing the data in a local file, the
18290 template may be stored remotely in an IMAP folder.
18291 In order to do this, 
18292 you must use a remote name for the template.
18293 A remote template name might look like:
18295 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18298 The syntax used here is the same as the syntax used for a remote
18299 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18300 Note that you may not access an existing template file remotely,
18301 you have to create a new <EM>folder</EM> that contains the template data.
18302 If the name you use here for the template is a remote name, then when
18303 you edit the file using the &quot;F&quot; command the data will
18304 be saved remotely in the folder.
18305 You aren't required to do anything special to create the folder, it
18306 gets created if you use a remote name.
18308 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18309 the name of the file) you have specified.
18310 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18312 Besides containing regular text, the template file may also
18313 contain (or a template file program may produce) tokens that are replaced with text
18314 that depends on the message you are replying to or forwarding.
18315 The tokens all look like _word_ (a word surrounded by underscores).
18316 For example, if the token
18318 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18320 is included in the text of the template file, then when you reply to
18321 or forward a message, the token will be replaced with the actual date
18322 the message you are replying to or forwarding was sent.
18324 If you use a role that has a template file for a plain composition
18325 (that is, not a reply or forward) then there is no original message, so
18326 any tokens that depend on the message will be replaced with nothing.
18327 So if you want a template file to be useful for new compositions it
18328 shouldn't include any of the tokens that depend on the message being
18329 replied to or forwarded.
18331 The list of available tokens is
18332 <A HREF="h_index_tokens">here</A>.
18334 Actually, for the adventurous, there is a way to conditionally include text based
18335 on whether or not a token would result in specific replacement text.
18336 For example, you could include some text based on whether or not
18337 the _NEWS_ token would result in any newsgroups if it was used.
18338 It's explained in detail
18339 <A HREF="h_reply_token_conditionals">here</A>.
18341 In the very unlikely event that you want to include a literal token in
18342 a template file, you must precede it with a backslash character.
18343 For example, to include the literal text _DATE_ you must actually use
18344 &#92;_DATE_.
18345 It is not possible to have a literal backslash followed by an expanded token.
18347 A blank template field means that Alpine will not use a template file when
18348 this role is being used.
18350 Look <A HREF="h_edit_nav_cmds">here</A>
18351 to see the available Editing and Navigation commands.
18353 &lt;End of help on this topic&gt;
18354 </BODY>
18355 </HTML>
18356 ======= h_config_filt_stat_imp =======
18357 <HTML>
18358 <HEAD>
18359 <TITLE>Set Important Status Explained</TITLE>
18360 </HEAD>
18361 <BODY>
18362 <H1>Set Important Status Explained</H1>
18364 This describes part of the action to be taken if the Pattern for this
18365 filter is a match.
18366 If set to &quot;Don't change it&quot; then this does nothing.
18367 If set to &quot;Set this state&quot; then the Important flag is set
18368 for the matching message.
18369 If set to &quot;Clear this state&quot; then the Important flag is cleared
18370 for the matching message.
18371 The important flag usually causes an asterisk to show up in the MESSAGE
18372 INDEX.
18373 It may also be useful when selecting a set of messages
18374 with the Select command.
18376 Look <A HREF="h_edit_nav_cmds">here</A>
18377 to see the available Editing and Navigation commands.
18379 &lt;End of help on this topic&gt;
18380 </BODY>
18381 </HTML>
18382 ======= h_config_filt_stat_new =======
18383 <HTML>
18384 <HEAD>
18385 <TITLE>Set New Status Explained</TITLE>
18386 </HEAD>
18387 <BODY>
18388 <H1>Set New Status Explained</H1>
18390 This describes part of the action to be taken if the Pattern for this
18391 filter is a match.
18392 If set to &quot;Don't change it&quot; then this does nothing.
18393 If set to &quot;Set this state&quot; then the
18394 matching message is marked New.
18395 If set to &quot;Clear this state&quot; then the
18396 matching message is marked Seen.
18398 Look <A HREF="h_edit_nav_cmds">here</A>
18399 to see the available Editing and Navigation commands.
18401 &lt;End of help on this topic&gt;
18402 </BODY>
18403 </HTML>
18404 ======= h_config_filt_stat_ans =======
18405 <HTML>
18406 <HEAD>
18407 <TITLE>Set Answered Status Explained</TITLE>
18408 </HEAD>
18409 <BODY>
18410 <H1>Set Answered Status Explained</H1>
18412 This describes part of the action to be taken if the Pattern for this
18413 filter is a match.
18414 If set to &quot;Don't change it&quot; then this does nothing.
18415 If set to &quot;Set this state&quot; then the Answered flag is set
18416 for the matching message.
18417 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18418 for the matching message.
18420 Look <A HREF="h_edit_nav_cmds">here</A>
18421 to see the available Editing and Navigation commands.
18423 &lt;End of help on this topic&gt;
18424 </BODY>
18425 </HTML>
18426 ======= h_config_filt_stat_del =======
18427 <HTML>
18428 <HEAD>
18429 <TITLE>Set Deleted Status Explained</TITLE>
18430 </HEAD>
18431 <BODY>
18432 <H1>Set Deleted Status Explained</H1>
18434 This describes part of the action to be taken if the Pattern for this
18435 filter is a match.
18436 If set to &quot;Don't change it&quot; then this does nothing.
18437 If set to &quot;Set this state&quot; then the
18438 matching message is marked Deleted.
18439 If set to &quot;Clear this state&quot; then the
18440 matching message is marked UnDeleted.
18442 You should not use this option unless you are prepared to have matching
18443 messages expunged from the folder permanently.
18444 For example, if you type the Expunge command, this filter is applied
18445 before the expunge, so matching messages will be marked Deleted and then
18446 will be permanently expunged from the folder.
18447 However, since the index isn't redrawn in between the time that the message
18448 is marked Deleted and the time that you are asked to expunge, the only
18449 indication that you are expunging the message comes in the number of messages
18450 being expunged.
18451 The same thing may happen when you close a folder.
18452 It is also possible that an expunge not initiated by you will
18453 delete matching messages.
18455 Look <A HREF="h_edit_nav_cmds">here</A>
18456 to see the available Editing and Navigation commands.
18458 &lt;End of help on this topic&gt;
18459 </BODY>
18460 </HTML>
18461 ======= h_config_role_scoreval =======
18462 <HTML>
18463 <HEAD>
18464 <TITLE>Score Value Explained</TITLE>
18465 </HEAD>
18466 <BODY>
18467 <H1>Score Value Explained</H1>
18469 A message's score is the sum of the Score Values from all of the Scoring rules
18470 with Patterns that match the message.
18471 The value you give here is the Score Value associated with this rule.
18472 A Score Value is an integer between -100 and 100, with the default
18473 value of zero.
18475 Alternatively, if the
18476 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18477 field is defined
18478 (on the line right below the &quot;Score Value&quot; field)
18479 then the &quot;Score Value&quot; is ignored and
18480 the &quot;Score From Header&quot; field is used instead.
18482 Look <A HREF="h_edit_nav_cmds">here</A>
18483 to see the available Editing and Navigation commands.
18485 &lt;End of help on this topic&gt;
18486 </BODY>
18487 </HTML>
18488 ======= h_config_role_scorehdrtok =======
18489 <HTML>
18490 <HEAD>
18491 <TITLE>Score Value From Header Explained</TITLE>
18492 </HEAD>
18493 <BODY>
18494 <H1>Score Value From Header Explained</H1>
18496 This option provides a way to use a number that appears in the headers of your
18497 messages as the message's score, or as a component of that score.
18498 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18499 The idea behind this option is that there may be a score embedded in the
18500 headers of messages that has already been calculated outside of Alpine.
18501 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18502 somewhere in that header there is a score.
18504 The value for this option is the name of the header followed by parentheses
18505 with two arguments inside:
18507 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18509 No space is allowed between the comma and the start of the field_separators.
18510 It would be interpreted as the first separator if it was there.
18511 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18512 starts after that and goes to the second separator, and so on.
18513 It's easier to explain with examples.
18515 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18517 In the above example the header that is used is the &quot;X-Spam&quot; header.
18518 The value of that header (the part after the colon and the space) is split
18519 into fields separated by spaces.
18521 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18523 The second field is selected and converted to an integer. It only makes sense
18524 if Field2 really is an integer.
18526 Here's an example of a SpamAssassin header.
18527 The exact look of the header will vary, but if your incoming mail
18528 contains headers that look like the following
18530 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18532 you might want to use the hits value as a score.
18533 Since the score is an integer value you can't make use of the decimal part of
18534 the number, but
18535 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18536 and &quot;.&quot; as your separators.
18538 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18540 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18541 hits.
18542 The second field is &quot;10&quot; so the score value would be 10.
18544 Another example we've seen has headers that look like
18546 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18548 Because there are two equals before the 7% the value
18550 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18552 should capture the probability as the score.
18554 The Score From Header scoring value actually works just like the
18555 regular Score Value in that the rest of the pattern has to match before
18556 it is used and the scores from all the different scoring rules that
18557 match for a particular message are added together.
18558 When using the Score From Header method it may (or may not) make sense to
18559 use only a single scoring rule with a pattern that matches every message.
18561 Look <A HREF="h_edit_nav_cmds">here</A>
18562 to see the available Editing and Navigation commands.
18564 &lt;End of help on this topic&gt;
18565 </BODY>
18566 </HTML>
18567 ======= h_config_role_replyuse =======
18568 <HTML>
18569 <HEAD>
18570 <TITLE>Reply Use Explained</TITLE>
18571 </HEAD>
18572 <BODY>
18573 <H1>Reply Use Explained</H1>
18575 This option determines how this particular role will be used when Replying
18576 to a message.
18577 There are three possible values for this option.
18578 The value &quot;Never&quot;
18579 means that this role will not be a candidate for use when Replying.
18580 The role's Pattern will not be checked for a match, however the role will
18581 be available to be manually switched to if there is a confirmation prompt.
18584 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18585 mean that you do want to consider this role when Replying.
18586 For either of these settings, the role's Pattern will be compared with
18587 the message being replied to.
18588 If there is a match then this role will either be used without confirmation
18589 or will be the default when confirmation is asked for, depending on
18590 which of the two options is selected.
18591 If confirmation is requested, you will also have a chance to
18592 manually change the role to any one of your other roles.
18595 You won't be prompted for confirmation if none of your role Patterns
18596 match the message being replied to.
18597 This is independent of the value of the current option.
18598 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18599 feature may be used to change this behavior.
18601 &lt;End of help on this topic&gt;
18602 </BODY>
18603 </HTML>
18604 ======= h_config_role_forwarduse =======
18605 <HTML>
18606 <HEAD>
18607 <TITLE>Forward Use Explained</TITLE>
18608 </HEAD>
18609 <BODY>
18610 <H1>Forward Use Explained</H1>
18612 This option determines how this particular role will be used when Forwarding
18613 a message.
18614 There are three possible values for this option.
18615 The value &quot;Never&quot;
18616 means that this role will not be a candidate for use when Forwarding.
18617 The role's Pattern will not be checked for a match, however the role will
18618 be available to be manually switched to if there is a confirmation prompt.
18621 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18622 mean that you do want to consider this role when Forwarding.
18623 For either of these settings, the role's Pattern will be compared with
18624 the message being forwarded.
18625 If there is a match then this role will either be used without confirmation
18626 or will be the default when confirmation is asked for, depending on
18627 which of the two options is selected.
18628 If confirmation is requested, you will also have a chance to
18629 manually change the role to any one of your other roles.
18632 You won't be prompted for confirmation if none of your role Patterns
18633 match the message being forwarded.
18634 This is independent of the value of the current option.
18635 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18636 feature may be used to change this behavior.
18638 &lt;End of help on this topic&gt;
18639 </BODY>
18640 </HTML>
18641 ======= h_config_role_composeuse =======
18642 <HTML>
18643 <HEAD>
18644 <TITLE>Compose Use Explained</TITLE>
18645 </HEAD>
18646 <BODY>
18647 <H1>Compose Use Explained</H1>
18649 This option determines how this particular role will be used when Composing
18650 a new message using the &quot;Compose&quot; command.
18651 This does not affect what happens when using the &quot;Role&quot; command
18652 to compose a new message.
18653 The &quot;Role&quot; command allows you to select a role from all of the
18654 roles you have defined, regardless of what Uses you've assigned to those
18655 roles.
18658 There are three possible values for this option.
18659 The value &quot;Never&quot;
18660 means that this role will not be a candidate for use when Composing.
18661 The role's Current Folder Type will not be checked for a match, however the role
18662 will be available to be manually switched to if there is a confirmation prompt.
18665 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18666 mean that you do want to consider this role when Composing.
18667 For either of these settings,
18668 the role's Current Folder Type will be checked (since there is no message
18669 to compare with, the rest of the Pattern is considered a match).
18670 If there is a match then this role will either be used without confirmation
18671 or will be the default when confirmation is asked for, depending on
18672 which of the two options is selected.
18673 If confirmation is requested, you will also have a chance to
18674 manually change the role to any one of your other roles.
18677 When using the Compose command the role checking is a little different
18678 because there is no message being replied to or forwarded.
18679 Because of this the Current Folder Type is checked but the header pattern
18680 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18681 A role is considered to be a match if it is a candidate for Compose Use and
18682 its Current Folder Type matches the currently open folder.
18683 This could be useful if you want to set a role based on the folder you
18684 are reading, or the type of folder you are reading.
18687 You won't be prompted for confirmation if none of your role Patterns
18688 are a match.
18689 This is independent of the value of the current option.
18690 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18691 feature may be used to change this behavior.
18693 &lt;End of help on this topic&gt;
18694 </BODY>
18695 </HTML>
18696 ======= h_config_filter_folder =======
18697 <HTML>
18698 <HEAD>
18699 <TITLE>Filter Folder Explained</TITLE>
18700 </HEAD>
18701 <BODY>
18702 <H1>Filter Folder Explained</H1>
18704 When the Filter Action is set to &quot;Move&quot;,
18705 the folder or folders specified here will be used to store messages matching
18706 the provided pattern.
18709 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18710 here.
18713 If you wish,
18714 you may choose a folder from your folder collections by using the
18715 &quot;T&quot; command.
18717 Besides regular text, the folder name may also contain
18718 tokens that are replaced with text representing the current date
18719 when you run Alpine.
18720 For example, if the folder name you use is
18722 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18724 that is replaced with something like
18726 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18730 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18732 becomes
18734 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18736 The token names must be surrounded by underscores in order to be recognized
18737 as tokens.
18738 The tokens that may be used are those that are derived from the current date.
18739 They're listed near the bottom of the list of tokens give
18740 <A HREF="h_index_tokens">here</A>.
18742 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18743 for more information on Patterns.
18745 Look <A HREF="h_edit_nav_cmds">here</A>
18746 to see the available Editing and Navigation commands.
18748 &lt;End of help on this topic&gt;
18749 </BODY>
18750 </HTML>
18751 ======= h_config_filter_kw_set =======
18752 <HTML>
18753 <HEAD>
18754 <TITLE>Set These Keywords Explained</TITLE>
18755 </HEAD>
18756 <BODY>
18757 <H1>Set These Keywords Explained</H1>
18759 This describes part of the action to be taken if the Pattern for this
18760 filter is a match.
18761 Read a little about keywords in the help text for the
18762 <A HREF="h_common_flag">Flag</A> command.
18763 This option is a list of keywords that will be Set when there is a match.
18764 If you wish, you may choose keywords from the list of keywords you have
18765 defined with the &quot;T&quot; command.
18766 You may add new keywords by defining them in the
18767 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18768 If you have given a keyword a nickname when configuring it,
18769 that nickname may be used instead of the actual keyword.
18772 Look <A HREF="h_edit_nav_cmds">here</A>
18773 to see the available Editing and Navigation commands.
18775 &lt;End of help on this topic&gt;
18776 </BODY>
18777 </HTML>
18778 ======= h_config_filter_kw_clr =======
18779 <HTML>
18780 <HEAD>
18781 <TITLE>Clear These Keywords Explained</TITLE>
18782 </HEAD>
18783 <BODY>
18784 <H1>Clear These Keywords Explained</H1>
18786 This describes part of the action to be taken if the Pattern for this
18787 filter is a match.
18788 Read a little about keywords in the help text for the
18789 <A HREF="h_common_flag">Flag</A> command.
18790 This option is a list of keywords that will be Cleared when there is a match.
18791 If you wish, you may choose keywords from the list of keywords you have
18792 defined with the &quot;T&quot; command.
18793 You may add new keywords by defining them in the
18794 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18795 If you have given a keyword a nickname when configuring it,
18796 that nickname may be used instead of the actual keyword.
18799 Look <A HREF="h_edit_nav_cmds">here</A>
18800 to see the available Editing and Navigation commands.
18802 &lt;End of help on this topic&gt;
18803 </BODY>
18804 </HTML>
18805 ======= h_index_tokens =======
18806 <HTML>
18807 <HEAD>
18808 <TITLE>Tokens for Index and Replying</TITLE>
18809 </HEAD>
18810 <BODY>
18812 This set of special tokens may be used in the
18813 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18814 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18815 in signature files,
18816 in template files used in
18817 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18818 that is the target of a Filter Rule.
18819 Some of them aren't available in all situations.
18821 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18822 option, but they must be surrounded by underscores for the
18823 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18824 and in the target of Filter Rules.
18828 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18830 <DL>
18831 <DT>SUBJECT</DT>
18832 <DD>
18833 This token represents the Subject the sender gave the message.
18834 Alternatives for use in the index screen are
18835 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18836 You may color the subject text in the MESSAGE INDEX screen differently by using the
18837 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18838 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18839 options available from
18840 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18841 </DD>
18843 <DT>FROM</DT>
18844 <DD>
18845 This token represents the personal name (or email address if the name
18846 is unavailable) of the person specified in the message's &quot;From:&quot;
18847 header field.
18848 You may color the from text in the MESSAGE INDEX screen differently by using the
18849 <A HREF="h_config_index_from_color">Index From Color</A>
18850 option available from
18851 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18852 </DD>
18854 <DT>ADDRESS</DT>
18855 <DD>
18856 This is similar to the &quot;FROM&quot; token, only it is always the
18857 email address, never the personal name.
18858 For example, &quot;mailbox@domain&quot;.
18859 </DD>
18861 <DT>MAILBOX</DT>
18862 <DD>
18863 This is the same as the &quot;ADDRESS&quot; except that the 
18864 domain part of the address is left off.
18865 For example, &quot;mailbox&quot;.
18866 </DD>
18868 <DT>SENDER</DT>
18869 <DD>
18870 This token represents the personal name (or email address) of the person
18871 listed in the message's &quot;Sender:&quot; header field.
18872 </DD>
18874 <DT>TO</DT>
18875 <DD>
18876 This token represents the personal names (or email addresses if the names
18877 are unavailable) of the persons specified in the
18878 message's &quot;To:&quot; header field.
18879 </DD>
18881 <DT>NEWSANDTO</DT>
18882 <DD>
18883 This token represents the newsgroups from the
18884 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18885 the personal names (or email addresses if the names
18886 are unavailable) of the persons specified in the
18887 message's &quot;To:&quot; header field.
18888 </DD>
18890 <DT>TOANDNEWS</DT>
18891 <DD>
18892 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18893 </DD>
18895 <DT>NEWS</DT>
18896 <DD>
18897 This token represents the newsgroups from the
18898 message's &quot;Newsgroups:&quot; header field.
18899 </DD>
18901 <DT>CC</DT>
18902 <DD>
18903 This token represents the personal names (or email addresses if the names
18904 are unavailable) of the persons specified in the
18905 message's &quot;Cc:&quot; header field.
18906 </DD>
18908 <DT>RECIPS</DT>
18909 <DD>
18910 This token represents the personal names (or email addresses if the names
18911 are unavailable) of the persons specified in both the
18912 message's &quot;To:&quot; header field and
18913 the message's &quot;Cc:&quot; header field.
18914 </DD>
18916 <DT>NEWSANDRECIPS</DT>
18917 <DD>
18918 This token represents the newsgroups from the
18919 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18920 the personal names (or email addresses if the names
18921 are unavailable) of the persons specified in the
18922 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18923 </DD>
18925 <DT>RECIPSANDNEWS</DT>
18926 <DD>
18927 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18928 </DD>
18930 <DT>INIT</DT>
18931 <DD>
18932 This token represents the initials from the personal name
18933 of the person specified in the message's &quot;From:&quot;
18934 header field.
18935 If there is no personal name, it is blank.
18936 </DD>
18938 <DT>DATE</DT>
18939 <DD>
18940 This token represents the date on which the message was sent, according
18941 to the &quot;Date&quot; header field.
18942 It has the format MMM DD. For example, &quot;Oct 23&quot;.
18943 The feature
18944 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
18945 which adjusts for the timezone the message was sent from,
18946 may have an effect on the value of this token as well as the values of
18947 all of the other DATE or TIME tokens.
18948 Some of the DATE and TIME tokens are displayed in a locale-specific
18949 way unless the option
18950 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
18951 </DD>
18953 <DT>SMARTDATE</DT>
18954 <DD>
18955 This token represents the date on which the message was sent, according
18956 to the &quot;Date&quot; header field.
18957 It is &quot;Today&quot; if the message was sent today,
18958 &quot;Yesterday&quot; for yesterday,
18959 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
18960 message is from last year and is more than six months old it includes the year, as well.
18961 See the SMARTDATE alternatives below, as well.
18962 </DD>
18964 <DT>SMARTTIME</DT>
18965 <DD>
18966 This token represents the most relevant elements of the date on which
18967 the message was sent (according to the &quot;Date&quot; header field),
18968 in a compact form. If the message was sent today, only the time is used
18969 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
18970 the past week, the day of the week and the hour are used
18971 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
18972 given as date, month, and year (e.g. &quot;23Aug00&quot;,
18973 &quot;9Apr98&quot;).
18974 </DD>
18976 <DT>SMARTDATETIME</DT>
18977 <DD>
18978 This is a combination of SMARTDATE and SMARTTIME.
18979 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
18980 case it is SMARTTIME.
18981 See the SMARTDATETIME alternatives below, as well.
18982 </DD>
18984 <DT>DATEISO</DT>
18985 <DD>
18986 This token represents the date on which the message was sent, according
18987 to the &quot;Date&quot; header field.
18988 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
18989 </DD>
18991 <DT>SHORTDATEISO</DT>
18992 <DD>
18993 This token represents the date on which the message was sent, according
18994 to the &quot;Date&quot; header field.
18995 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
18996 </DD>
18998 <DT>SHORTDATE1</DT>
18999 <DD>
19000 This token represents the date on which the message was sent, according
19001 to the &quot;Date&quot; header field.
19002 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
19003 </DD>
19005 <DT>SHORTDATE2</DT>
19006 <DD>
19007 This token represents the date on which the message was sent, according
19008 to the &quot;Date&quot; header field.
19009 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
19010 </DD>
19012 <DT>SHORTDATE3</DT>
19013 <DD>
19014 This token represents the date on which the message was sent, according
19015 to the &quot;Date&quot; header field.
19016 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
19017 </DD>
19019 <DT>SHORTDATE4</DT>
19020 <DD>
19021 This token represents the date on which the message was sent, according
19022 to the &quot;Date&quot; header field.
19023 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
19024 </DD>
19026 <DT>LONGDATE</DT>
19027 <DD>
19028 This token represents the date on which the message was sent, according
19029 to the &quot;Date&quot; header field.
19030 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
19031 </DD>
19033 <DT>SMARTDATE alternatives</DT>
19034 <DD>
19035 There are several versions of SMARTDATE that are all the same except
19036 for the way they format dates far in the past.
19037 SMARTDATE formats the date using the information from your locale settings
19038 to format the date string. It may end up formatting dates so that they look
19039 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19040 The feature
19041 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19042 may have an affect on the values of these tokens.
19043 If you want more control you may use one of the following.
19044   <DL>
19045   <DT>SMARTDATE</DT> <DD>If the option
19046 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19047 then this will be locale specific. Control this with the
19048 LC_TIME locale setting on a UNIX system. On Windows
19049 the Regional Options control panel may be used to set the Short date
19050 format. At the programming level, the strftime routine is what Alpine
19051 uses to print the date.
19052 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19053 to SMARTDATES1.</DD>
19054   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
19055   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19056   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
19057   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
19058   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
19059   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
19060   </DL>
19061 </DD>
19063 <DT>SMARTDATETIME alternatives</DT>
19064 <DD>
19065 There are several versions of SMARTDATETIME that are all very similar.
19066 The ones that end in 24 use a 24-hour clock for Today's messages instead
19067 of a 12-hour clock.
19068 The other variation is
19069 for the way they format dates far in the past.
19070 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
19071 to format the date string. It may end up formatting dates so that they look
19072 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19073 The feature
19074 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19075 may have an affect on the values of these tokens.
19076 The possible choices are:
19077   <DL>
19078   <DT>SMARTDATETIME</DT> <DD>If the option
19079 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19080 then this will be locale specific. Control this with the
19081 LC_TIME locale setting on a UNIX system. On Windows
19082 the Regional Options control panel may be used to set the Short date
19083 format. At the programming level, the strftime routine is what Alpine
19084 uses to print the date.
19085 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19086 to SMARTDATETIMES1.</DD>
19087   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19088   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19089   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19090   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19091   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19092   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19093   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19094   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19095   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19096   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19097   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19098   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19099   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19100   </DL>
19101 </DD>
19103 <DT>DAYDATE</DT>
19104 <DD>
19105 This token represents the date on which the message was sent, according
19106 to the &quot;Date&quot; header field.
19107 It looks like &quot;Sat, 23 Oct 1998&quot;.
19108 This token is never converted in any locale-specific way.
19109 </DD>
19111 <DT>PREFDATE</DT>
19112 <DD>
19113 This token represents the date on which the message was sent, according
19114 to the &quot;Date&quot; header field.
19115 It is your operating system's idea of the preferred date representation for the current locale.
19116 Internally it uses the %x version of the date from the strftime routine.
19117 </DD>
19119 <DT>PREFTIME</DT>
19120 <DD>
19121 This token represents the time at which the message was sent, according
19122 to the &quot;Date&quot; header field.
19123 It is the preferred time representation for the current locale.
19124 Internally it uses the %X version of the time from the strftime routine.
19125 </DD>
19127 <DT>PREFDATETIME</DT>
19128 <DD>
19129 This token represents the date and time at which the message was sent, according
19130 to the &quot;Date&quot; header field.
19131 It is the preferred date and time representation for the current locale.
19132 Internally it uses the %c version of the time from the strftime routine.
19133 </DD>
19135 <DT>DAY</DT>
19136 <DD>
19137 This token represents the day of the month on which the message was sent,
19138 according to the &quot;Date&quot; header field.
19139 For example, &quot;23&quot; or &quot;9&quot;.
19140 </DD>
19142 <DT>DAY2DIGIT</DT>
19143 <DD>
19144 This token represents the day of the month on which the message was sent,
19145 according to the &quot;Date&quot; header field.
19146 For example, &quot;23&quot; or &quot;09&quot;.
19147 It is always 2 digits.
19148 </DD>
19150 <DT>DAYORDINAL</DT>
19151 <DD>
19152 This token represents the ordinal number that is the day of
19153 the month on which the message was sent,
19154 according to the &quot;Date&quot; header field.
19155 For example, &quot;23rd&quot; or &quot;9th&quot;.
19156 </DD>
19158 <DT>DAYOFWEEK</DT>
19159 <DD>
19160 This token represents the day of the week on which the message was sent,
19161 according to the &quot;Date&quot; header field.
19162 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19163 </DD>
19165 <DT>DAYOFWEEKABBREV</DT>
19166 <DD>
19167 This token represents the day of the week on which the message was sent,
19168 according to the &quot;Date&quot; header field.
19169 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19170 </DD>
19172 <DT>MONTHABBREV</DT>
19173 <DD>
19174 This token represents the month the message was sent, according
19175 to the &quot;Date&quot; header field.
19176 For example, &quot;Oct&quot;.
19177 </DD>
19179 <DT>MONTHLONG</DT>
19180 <DD>
19181 This token represents the month in which the message was sent, according
19182 to the &quot;Date&quot; header field.
19183 For example, &quot;October&quot;.
19184 </DD>
19186 <DT>MONTH</DT>
19187 <DD>
19188 This token represents the month in which the message was sent, according
19189 to the &quot;Date&quot; header field.
19190 For example, &quot;10&quot; or &quot;9&quot;.
19191 </DD>
19193 <DT>MONTH2DIGIT</DT>
19194 <DD>
19195 This token represents the month in which the message was sent, according
19196 to the &quot;Date&quot; header field.
19197 For example, &quot;10&quot; or &quot;09&quot;.
19198 It is always 2 digits.
19199 </DD>
19201 <DT>YEAR</DT>
19202 <DD>
19203 This token represents the year the message was sent, according
19204 to the &quot;Date&quot; header field.
19205 For example, &quot;1998&quot; or &quot;2001&quot;.
19206 </DD>
19208 <DT>YEAR2DIGIT</DT>
19209 <DD>
19210 This token represents the year the message was sent, according
19211 to the &quot;Date&quot; header field.
19212 For example, &quot;98&quot; or &quot;01&quot;.
19213 It is always 2 digits.
19214 </DD>
19216 <DT>TIME24</DT>
19217 <DD>
19218 This token represents the time at which the message was sent, according
19219 to the &quot;Date&quot; header field.
19220 There is no adjustment made for different time zones, so you'll get
19221 the time the message was sent according to the time zone the sender
19222 was in.
19223 It has the format HH:MM. For example, &quot;17:28&quot;.
19224 </DD>
19226 <DT>TIME12</DT>
19227 <DD>
19228 This token represents the time at which the message was sent, according
19229 to the &quot;Date&quot; header field.
19230 This time is for a 12 hour clock.
19231 It has the format HH:MMpm.
19232 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19233 </DD>
19235 <DT>TIMEZONE</DT>
19236 <DD>
19237 This token represents the numeric timezone from
19238 the &quot;Date&quot; header field.
19239 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19240 </DD>
19242 </DL>
19245 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19247 <DL>
19248 <DT>MSGNO</DT>
19249 <DD>
19250 This token represents the message's current position in the folder that,
19251 of course, may change as the folder is sorted or new mail arrives.
19252 </DD>
19254 <DT>STATUS</DT>
19255 <DD>
19256 This token represents a three character wide field displaying various
19257 aspects of the message's state.
19258 The first character is either blank,
19259 a '*' for message marked Important, or a '+' indicating a message
19260 addressed directly to you (as opposed to your having received it via a
19261 mailing list, for example).
19262 When the feature
19263 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19264 is set, if the first character would have been
19265 blank then it will instead be a '-' if the message is cc'd to you.
19266 The second character is typically blank,
19267 though the arrow cursor may occupy it if either the 
19268 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19269 or the
19270 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19271 is set (or you actually are on a slow link).
19272 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19273 '<A HREF="h_flag_answered">A</A>' (Answered),
19274 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19275 '<A HREF="h_flag_new">N</A>' (New), or blank.
19277 If you are using a threaded view of the index and this message is at the
19278 top of a collapsed portion of a thread,
19279 then this token refers to all of the messages in the collapsed portion of
19280 the thread instead of just the top message.
19281 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19282 are marked Important, else a '+' if any of the messages are addressed
19283 to you, else a '-' if any of the messages are cc'd to you.
19284 The third character will be a 'D' if <EM>all</EM> of the messages
19285 in the collapsed thread are marked deleted,
19286 an 'A' if <EM>all</EM> of the messages
19287 in the collapsed thread are marked answered,
19288 it will be an 'N' if any of
19289 the messages are undeleted and unseen, and it will be blank otherwise.
19290 </DD>
19292 <DT>FULLSTATUS</DT>
19293 <DD>
19294 This token represents a less abbreviated alternative
19295 to the &quot;STATUS&quot; token.
19296 It is six characters wide.
19297 The first character is '+', '-', or blank, the
19298 second blank, the third either '*' or blank, the fourth
19299 '<A HREF="h_flag_new">N</A>' or blank,
19300 the fifth '<A HREF="h_flag_answered">A</A>'
19301 or blank, and the sixth character is
19302 either '<A HREF="h_flag_deleted">D</A>' or
19303 blank.
19305 If you are using a threaded view of the index and this message is at the
19306 top of a collapsed portion of a thread,
19307 then this token refers to all of the messages in the collapsed portion of
19308 the thread instead of just the top message.
19309 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19310 of the messages in the collapsed thread are addressed to you or cc'd to you.
19311 The third character will be '*' if any of the messages are marked
19312 Important.
19313 The fourth character will be 'N' if all of the messages in the thread
19314 are New, else 'n' if some of the messages in the thread are New, else blank.
19315 The fifth character will be 'A' or 'a' or blank, and the sixth character
19316 will be 'D' or 'd' or blank.
19317 </DD>
19319 <DT>IMAPSTATUS</DT>
19320 <DD>
19321 This token represents an even less abbreviated alternative to the
19322 &quot;STATUS&quot; token.
19323 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19324 an 'N' if the message is new to this folder since the last time
19325 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19326 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19327 new to the folder since it was last opened <EM>but</EM> has not been
19328 viewed, or a blank if the message has been in the folder since it was
19329 last opened and has been viewed.
19331 If you are using a threaded view of the index and this message is at the
19332 top of a collapsed portion of a thread,
19333 then the fourth character will be
19334 'N' if all of the messages in the thread are unseen and recent;
19335 else 'n' if some of the messages in the thread are unseen and recent;
19336 else 'U' if all of the messages in the thread are unseen and not recent;
19337 else 'u' if some of the messages in the thread are unseen and not recent;
19338 else 'R' if all of the messages in the thread are seen and recent;
19339 else 'r' if some of the messages in the thread are seen and recent;
19340 else blank.
19341 </DD>
19343 <DT>SHORTIMAPSTATUS</DT>
19344 <DD>
19345 This is the same as the last four of the six characters of IMAPSTATUS,
19346 so the '+' To Me information will be missing.
19347 </DD>
19349 <DT>SIZE</DT>
19350 <DD>
19351 This token represents the total size, in bytes, of the message.
19352 If a &quot;K&quot; (Kilobyte)
19353 follows the number, the size is approximately 1,000
19354 times that many bytes (rounded to the nearest 1,000).
19355 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19356 1,000,000 times that many bytes.
19357 Commas are not used in this field.
19358 This field is seven characters wide, including the enclosing parentheses.
19359 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19360 The progression of sizes used looks like:
19363 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19365 </DD>
19367 <DT>SIZECOMMA</DT>
19368 <DD>
19369 This token represents the total size, in bytes, of the message.
19370 If a &quot;K&quot; (Kilobyte)
19371 follows the number, the size is approximately 1,000
19372 times that many bytes (rounded to the nearest 1,000).
19373 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19374 1,000,000 times that many bytes.
19375 Commas are used if the number shown is 1,000 or greater.
19376 The SIZECOMMA field is one character wider than the SIZE field.
19377 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19378 The progression of sizes used looks like:
19381 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19383 </DD>
19385 <DT>KSIZE</DT>
19386 <DD>
19387 This token represents the total size of the message, expressed in
19388 kilobytes or megabytes, as most appropriate.
19389 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19390 The progression of sizes used looks like:
19393 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19395 </DD>
19397 <DT>SIZENARROW</DT>
19398 <DD>
19399 This token represents the total size, in bytes, of the message.
19400 If a &quot;K&quot; (Kilobyte)
19401 follows the number, the size is approximately 1,000
19402 times that many bytes.
19403 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19404 1,000,000 times that many bytes.
19405 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19406 1,000,000,000 times that many bytes.
19407 This field uses only five characters of screen width, including the enclosing
19408 parentheses.
19409 The progression of sizes used looks like:
19412 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19414 </DD>
19416 <DT>DESCRIPSIZE</DT>
19417 <DD>
19418 This token is intended to represent a more useful description of the
19419 message than just its size, but it isn't very useful at this point.
19420 The plus sign in this view means there are attachments.
19421 Note that including this token in
19422 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19423 display a little while Alpine collects the necessary information.
19424 </DD>
19426 <DT>SUBJKEY</DT>
19427 <DD>
19428 This token is the same as the SUBJECT token unless keywords are set for
19429 the message.
19430 In that case, a list of keywords enclosed in braces will be prepended to
19431 the subject of the message.
19432 Only those keywords that you have defined in your
19433 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19434 in Setup/Config are considered in the list.
19435 In other words, keywords that have been set by some other means, perhaps
19436 by another email program, won't show up unless included in
19437 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19438 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19439 prepended to the subject in the MESSAGE TEXT screen.
19440 If you have given a keyword a nickname
19441 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19442 instead of the actual keyword.
19443 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19444 option may be used to modify this token slightly.
19445 It is also possible to color keywords in the index using the
19446 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19447 </DD>
19449 <DT>SUBJKEYINIT</DT>
19450 <DD>
19451 This token is the same as the SUBJKEY token except that instead of
19452 prepending a list of keywords to the subject, a list of first initials
19453 of keywords will be prepended instead.
19454 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19455 set (or Work and Now are the Alpine nicknames of keywords that are set)
19456 then the SUBJKEY token would cause a result like
19458 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19460 whereas the SUBJKEYINIT token would give
19462 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19464 Only those keywords that you have defined in your
19465 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19466 in Setup/Config are considered in the list.
19467 In other words, keywords that have been set by some other means, perhaps
19468 by another email program, won't show up unless included in
19469 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19470 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19471 option may be used to modify this token slightly.
19472 It is also possible to color keywords in the index using the
19473 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19474 </DD>
19476 <DT>SUBJECTTEXT</DT>
19477 <DD>
19478 Same as SUBJECT but if there is room in the Subject field for more text,
19479 the opening part of the text of the message is displayed after the subject.
19480 The time needed to fetch the text may cause a performance problem
19481 which can, of course, be avoided by using the SUBJECT version of
19482 the Subject instead.
19483 You may color this opening text differently by using the
19484 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19485 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19486 You may adjust the characters that are displayed between the Subject and the
19487 opening text with the option
19488 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19489 </DD>
19491 <DT>SUBJKEYTEXT</DT>
19492 <DD>
19493 Same as SUBJKEY but with the opening message text.
19494 </DD>
19496 <DT>OPENINGTEXT</DT>
19497 <DD>
19498 This is similar to SUBJECTTEXT.
19499 Instead of combining the Subject and the opening text in a single
19500 field in the index screen this token allows you to allocate a
19501 separate column just for the opening text of the message.
19502 The time needed to fetch this text may cause a performance problem.
19503 You may color this opening text differently by using the
19504 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19505 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19506 </DD>
19508 <DT>OPENINGTEXTNQ</DT>
19509 <DD>
19510 This is very similar to OPENINGTEXT.
19511 The NQ stands for No Quotes.
19512 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19513 For some messages this may be confusing.
19514 For example, a message might have a line preceding some quoted
19515 text that reads something like &quot;On May 8th person A said.&quot;
19516 That no longer makes sense after the quoted text is deleted and it
19517 will appear that person A said whatever the text after the quote
19518 is, even though that is really person B talking.
19519 </DD>
19521 <DT>SUBJKEYINITTEXT</DT>
19522 <DD>
19523 Same as SUBJKEYINIT but with the opening message text.
19524 </DD>
19526 <DT>KEY</DT>
19527 <DD>
19528 This is a space-delimited list of keywords that are set for the message.
19529 Only those keywords that you have defined in your
19530 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19531 in Setup/Config are considered in the list.
19532 In other words, keywords that have been set by some other means, perhaps
19533 by another email program, won't show up unless included in
19534 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19535 If you have given a keyword a nickname
19536 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19537 instead of the actual keyword.
19538 It is also possible to color keywords in the index using the
19539 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19540 This token defaults to an arbitrary width of 5.
19541 You should set it to whatever width suits you using something
19542 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19543 </DD>
19545 <DT>KEYINIT</DT>
19546 <DD>
19547 This is a list of keyword initials that are set for the message.
19548 If you have given a keyword a nickname
19549 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19550 is displayed instead of the initial of the actual keyword.
19551 It is also possible to color keyword initials in the index using the
19552 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19553 This token defaults to an arbitrary width of 2.
19554 You should set it to whatever width suits you using something
19555 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19556 </DD>
19558 <DT>PRIORITY</DT>
19559 <DD>
19560 The X-Priority header is a non-standard header that is used in a
19561 somewhat standard way by many mail programs.
19562 Alpine expects the value of this header to be a digit with a value
19563 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19564 Since this priority is something that the sender sets it is only an indication
19565 of the priority that the sender attaches to the mail and it is therefore almost
19566 totally unreliable for use as a filtering criterion.
19567 This token will display the numeric value of the priority if it is between
19568 1 and 5.
19569 It will be suppressed (blank) if the value is 3, which is normal priority.
19570 This token may be colored with the
19571 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19572 </DD>
19574 <DT>PRIORITYALPHA</DT>
19575 <DD>
19576 This is a more verbose interpretation of the X-Priority field.
19577 Once again nothing is displayed unless the value of the field
19578 is 1, 2, 4, or 5.
19579 The values displayed for those values are:
19581 <TABLE>
19582 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19583 <TR> <TD>2</TD> <TD>High</TD> </TR>
19584 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19585 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19586 </TABLE>
19588 This token may be colored with the
19589 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19590 </DD>
19592 <DT>PRIORITY!</DT>
19593 <DD>
19594 This is a one character, non-numeric version of the X-Priority field.
19595 If the value of the X-Priority header is 1 or 2 an exclamation
19596 point is displayed.
19597 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19598 This token may be colored with the
19599 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19600 </DD>
19602 <DT>ATT</DT>
19603 <DD>
19604 This is a one column wide field that represents the number of attachments
19605 a message has. It will be blank if there are no attachments, a single
19606 digit for one to nine attachments, or an asterisk for more than nine.
19607 Note that including this token in
19608 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19609 display a little while Alpine collects the necessary information.
19610 </DD>
19612 <DT>FROMORTO</DT>
19613 <DD>
19614 This token represents <EM>either</EM> the personal name (or email address) of
19615 the person listed in the message's &quot;From:&quot; header
19616 field, <EM>or</EM>, if that address is yours or one of your
19617 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19618 the first person specified in the
19619 message's &quot;To:&quot; header field
19620 with the prefix &quot;To: &quot; prepended.
19621 If the from address is yours and there is also no &quot;To&quot; address,
19622 Alpine will use the address on the &quot;Cc&quot; line.
19623 If there is no address there, either, Alpine will look for a newsgroup name
19624 from the &quot;Newsgroups&quot; header field and put
19625 that after the &quot;To: &quot; prefix.
19626 </DD>
19628 <DT>FROMORTONOTNEWS</DT>
19629 <DD>
19630 This is almost the same as <EM>FROMORTO</EM>.
19631 The difference is that newsgroups aren't considered.
19632 When a message is from you, doesn't have a To or Cc, and does have
19633 a Newsgroups header; this token will be your name instead of the name
19634 of the newsgroup (like it would be with FROMORTO).
19635 </DD>
19637 <DT>TEXT</DT>
19638 <DD>
19639 This is a different sort of token.
19640 It allows you to display a label within each index line.
19641 It will be the same fixed text for each line.
19642 It is different from all the other tokens in that there is no space column
19643 displayed after this token.
19644 Instead, it is butted up against the following field.
19645 It also has a different syntax.
19646 The text to display is given following a colon after the
19647 word &quot;TEXT&quot;.
19648 For example,
19650 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19652 would insert the literal text &quot;abc=&quot; (without the quotes)
19653 into the index display line.
19654 You must quote the text if it includes space characters, like
19656 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19658 </DD>
19660 <DT>HEADER</DT>
19661 <DD>
19662 This allows you to display the text from a particular header line in the
19663 message.
19664 The syntax for this token is substantially different from all the others
19665 in order that you might be able to display a portion of the text following
19666 a particular header.
19667 The header name you are interested in is given following a colon
19668 after the word &quot;HEADER&quot;.
19669 For example,
19671 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19673 would display the text of the X-Spam header, if any.
19674 Like for other index tokens a width field may (and probably should)
19675 follow this.
19677 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19679 displays the first ten characters of the X-Spam header.
19680 Unlike other index tokens, the syntax for HEADER is more flexible.
19681 An optional second argument comes after a comma inside the parentheses.
19682 It specifies the &quot;field&quot; number.
19683 By default, the field separator is a space character.
19684 No extra space characters are allowed in the argument list.
19686 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19688 would display the second field, left-justified, in a 10 character
19689 wide field.
19690 The second field would consist of all the text after the first space
19691 up to the next space or the end of the header.
19692 The default field number is zero, which stands for the entire line.
19693 There is also an optional third argument that is a list of field
19694 separators. It defaults to a space character.
19695 The example
19697 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19699 would cause the field separators to be any of colon, percent,
19700 or space (there is a space character between the percent and the
19701 right parenthesis).
19702 The first field runs from the start of the header value up to the first
19703 colon, percent, or space; the second goes from there to the next; and so on.
19704 In order to use a comma character as a field separator you must escape
19705 it by preceding it with a backslash (&#92;).
19706 The same is true of the backslash character itself.
19707 There is one further optional argument.
19708 It is an R or an L to specify right or left adjustment of the text
19709 within the field.
19710 The default is to left justify, however if you are displaying numbers
19711 you might prefer to right justify.
19713 Here's an example of a SpamAssassin header.
19714 The exact look of the header will vary, but if your incoming mail
19715 contains headers that look like the following
19717 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19719 you might want to display the hits value.
19720 The first field starts with the Y in Yes.
19721 To get what you're interested in you might use &quot;=&quot; and
19722 space as the field separators and display the third field, like
19724 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19726 or maybe you would break at the dot instead
19728 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19730 Another example we've seen has headers that look like
19732 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19734 Because there are two equals and a comma before the 7% and a comma
19735 after it, the token
19737 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19739 should display the probability (for example 7% or 83%) right justified
19740 in a 3-wide field.
19741 </DD>
19743 <DT>ARROW</DT>
19744 <DD>
19745 This gives an alternative way to display the current message in the
19746 MESSAGE INDEX screen.
19747 Usually the current message is indicated by the line being shown in
19748 reverse video.
19749 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19750 the current line will include an &quot;arrow&quot; that
19751 looks like
19753 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19755 in the ARROW token's field.
19756 For all of the non-current messages, the ARROW field will be filled
19757 with blanks.
19758 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19759 may be adjusted.
19760 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19761 For example, if you use ARROW(3) you will get
19763 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19765 and ARROW(1) will give you just
19767 <CENTER><SAMP>&gt;</SAMP></CENTER>
19769 It is also possible to set the color of the ARROW field.
19770 By default (and for non-current messages) the arrow is colored the same
19771 as the index line it is part of.
19772 You may set it to be another color with the 
19773 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19774 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19775 </DD>
19777 <DT>SCORE</DT>
19778 <DD>
19779 This gives the
19780 <a href="h_rules_score">score</a>
19781 of each message.
19782 This will be six columns wide to accomodate the widest possible score.
19783 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19784 to limit the width of the field to the widest score that
19785 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19786 If you have not defined any score rules the scores will all be zero.
19787 If any of your score rules contain AllText or BodyText patterns
19788 then including SCORE in the <!--#echo var="VAR_index-format"-->
19789 may slow down the display of the MESSAGE INDEX screen.
19790 </DD>
19791 </DL>
19794 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19796 <DL>
19797 <DT>CURNEWS</DT>
19798 <DD>
19799 This token represents the current newsgroup if there is one.
19800 For example, &quot;comp.mail.pine&quot;.
19801 </DD>
19803 <DT>MSGID</DT>
19804 <DD>
19805 This token represents the message ID of the message.
19806 This token does not work with Filter Rule folder names.
19807 </DD>
19809 <DT>CURDATE</DT>
19810 <DD>
19811 This token represents the current date.
19812 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19813 </DD>
19815 <DT>CURDATEISO</DT>
19816 <DD>
19817 This token represents the current date.
19818 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19819 </DD>
19821 <DT>CURDATEISOS</DT>
19822 <DD>
19823 This token represents the current date.
19824 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19825 </DD>
19827 <DT>CURPREFDATE</DT>
19828 <DD>
19829 This token represents the current date.
19830 It is your operating system's idea of the preferred date representation for the current locale.
19831 Internally it uses the %x version of the date from the strftime routine.
19832 </DD>
19834 <DT>CURPREFTIME</DT>
19835 <DD>
19836 This token represents the current time.
19837 It is the preferred time representation for the current locale.
19838 Internally it uses the %X version of the time from the strftime routine.
19839 </DD>
19841 <DT>CURPREFDATETIME</DT>
19842 <DD>
19843 This token represents the current date and time.
19844 It is the preferred date and time representation for the current locale.
19845 Internally it uses the %c version of the time from the strftime routine.
19846 </DD>
19848 <DT>CURTIME24</DT>
19849 <DD>
19850 This token represents the current time.
19851 It has the format HH:MM. For example, &quot;17:28&quot;.
19852 </DD>
19854 <DT>CURTIME12</DT>
19855 <DD>
19856 This token represents the current time.
19857 This time is for a 12 hour clock.
19858 It has the format HH:MMpm.
19859 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19860 </DD>
19862 <DT>CURDAY</DT>
19863 <DD>
19864 This token represents the current day of the month.
19865 For example, &quot;23&quot; or &quot;9&quot;.
19866 </DD>
19868 <DT>CURDAY2DIGIT</DT>
19869 <DD>
19870 This token represents the current day of the month.
19871 For example, &quot;23&quot; or &quot;09&quot;.
19872 It is always 2 digits.
19873 </DD>
19875 <DT>CURDAYOFWEEK</DT>
19876 <DD>
19877 This token represents the current day of the week.
19878 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19879 </DD>
19881 <DT>CURDAYOFWEEKABBREV</DT>
19882 <DD>
19883 This token represents the current day of the week.
19884 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19885 </DD>
19887 <DT>CURMONTH</DT>
19888 <DD>
19889 This token represents the current month.
19890 For example, &quot;10&quot; or &quot;9&quot;.
19891 </DD>
19893 <DT>CURMONTH2DIGIT</DT>
19894 <DD>
19895 This token represents the current month.
19896 For example, &quot;10&quot; or &quot;09&quot;.
19897 It is always 2 digits.
19898 </DD>
19900 <DT>CURMONTHLONG</DT>
19901 <DD>
19902 This token represents the current month.
19903 For example, &quot;October&quot;.
19904 </DD>
19906 <DT>CURMONTHABBREV</DT>
19907 <DD>
19908 This token represents the current month.
19909 For example, &quot;Oct&quot;.
19910 </DD>
19912 <DT>CURYEAR</DT>
19913 <DD>
19914 This token represents the current year.
19915 For example, &quot;1998&quot; or &quot;2001&quot;.
19916 </DD>
19918 <DT>CURYEAR2DIGIT</DT>
19919 <DD>
19920 This token represents the current year.
19921 For example, &quot;98&quot; or &quot;01&quot;.
19922 It is always 2 digits.
19923 </DD>
19925 <DT>LASTMONTH</DT>
19926 <DD>
19927 This token represents last month.
19928 For example, if this is November (the 11th month),
19929 it is equal to &quot;10&quot; or if this is October (the 10th month),
19930 it is &quot;9&quot;.
19931 It is possible that this and the other tokens beginning with LASTMONTH
19932 below could be useful when used with a Filtering Rule that
19933 has the &quot;Beginning of Month&quot; option set.
19934 </DD>
19936 <DT>LASTMONTH2DIGIT</DT>
19937 <DD>
19938 This token represents last month.
19939 For example, if this is November (the 11th month),
19940 it is equal to &quot;10&quot; or if this is October (the 10th month),
19941 it is &quot;09&quot;.
19942 It is always 2 digits.
19943 </DD>
19945 <DT>LASTMONTHLONG</DT>
19946 <DD>
19947 This token represents last month.
19948 For example, if this is November the value is &quot;October&quot;.
19949 </DD>
19951 <DT>LASTMONTHABBREV</DT>
19952 <DD>
19953 This token represents last month.
19954 For example, if this is November the value is &quot;Oct&quot;.
19955 </DD>
19957 <DT>LASTMONTHYEAR</DT>
19958 <DD>
19959 This token represents what the year was a month ago.
19960 For example, if this is October, 1998, it is &quot;1998&quot;.
19961 If this is January, 1998, it is &quot;1997&quot;.
19962 </DD>
19964 <DT>LASTMONTHYEAR2DIGIT</DT>
19965 <DD>
19966 This token represents what the year was a month ago.
19967 For example, if this is October, 1998, it is &quot;98&quot;.
19968 If this is January, 1998, it is &quot;97&quot;.
19969 </DD>
19971 <DT>LASTYEAR</DT>
19972 <DD>
19973 This token represents last year.
19974 For example, if this is 1998, it equals &quot;1997&quot;.
19975 It is possible that this
19976 could be useful when used with a Filtering Rule that
19977 has the &quot;Beginning of Year&quot; option set.
19978 </DD>
19980 <DT>LASTYEAR2DIGIT</DT>
19981 <DD>
19982 This token represents last year.
19983 For example, if this is 1998, it equals &quot;97&quot;.
19984 It is always 2 digits.
19985 </DD>
19987 <DT>ROLENICK</DT>
19988 <DD>
19989 This token represents the nickname of the
19990 role currently being used.  If no role is being used,
19991 then no text will be printed for this token.
19992 This token does not work with Filter Rule folder names.
19993 </DD>
19994 </DL>
19997 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
19998 See the help for the
19999 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
20000 to see why you might want to use this.
20001 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
20002 must be surrounded by underscores when used.
20004 <DL>
20005 <DT>NEWLINE</DT>
20006 <DD>
20007 This is an end of line marker.
20008 </DD>
20009 </DL>
20012 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
20014 <DL>
20015 <DT>CURSORPOS</DT>
20016 <DD>
20017 This token is different from the others.
20018 When it is replaced it is replaced with nothing, but it sets an Alpine
20019 internal variable that tells the composer to start with the cursor
20020 positioned at the position where this token was.
20021 If both the template file and the signature file contain
20022 a &quot;CURSORPOS&quot; token, then the position in the template file
20023 is used.
20024 If there is a template file and neither it nor the signature file contains
20025 a &quot;CURSORPOS&quot; token, then the cursor is positioned
20026 after the end of the contents of the
20027 template file when the composer starts up.
20028 </DD>
20029 </DL>
20032 &lt;End of help on this topic&gt;
20033 </BODY>
20034 </HTML>
20035 ======= h_reply_token_conditionals =======
20036 <HTML>
20037 <HEAD>
20038 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
20039 </HEAD>
20040 <BODY>
20041 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
20043 Conditional text inclusion may be used with
20044 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20045 in signature files, and in template files used in
20046 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
20047 It may <EM>not</EM> be used with the
20048 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
20051 There is a limited if-else capability for including text.
20052 The if-else condition is based
20053 on whether or not a given token would result in replacement text you
20054 specify.
20055 The syntax of this conditional inclusion is
20057 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
20059 The left parenthesis must follow the underscore immediately, with no
20060 intervening space.
20061 It means the token is expanded and the results of that expansion are
20062 compared against the &quot;match_this&quot; argument.
20063 If there is an exact match, then the &quot;if_matched&quot; text is used
20064 as the replacement text.
20065 Otherwise, the &quot;if_not_matched&quot; text is used.
20066 One of the most useful values for the &quot;match_this&quot; argument is
20067 the empty string, &quot;&quot;.
20068 In that case the expansion is compared against the empty string.
20070 Here's an example to make it clearer.
20071 This text could be included in one of your template files:
20073 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20075 If that is included in a template file that you are using while replying
20076 to a message (because you chose to use the role it was part of),
20077 and that message has a newsgroup header and a newsgroup in that header,
20078 then the text
20080 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20082 will be included in the message you are about to compose.
20083 On the other hand, if the message you are replying to does not have
20084 a newsgroup, then the text
20086 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20088 would be included instead.
20089 This would also work in signature files and in
20090 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20091 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20092 or &quot;if_not_matched&quot; arguments contain
20093 spaces, parentheses, or commas;
20094 they have to be quoted with double quotation marks (like in the example
20095 above).
20096 If you want to include a literal quote (&quot;) in the text you must escape the
20097 quote by preceding it with a backslash (&#92;) character.
20098 If you want to include a literal backslash character you must escape it
20099 by preceding it with another backslash.
20101 The comma followed by &quot;if_not_matched&quot; is optional.
20102 If there is no &quot;if_not_matched&quot;
20103 present then no text is included if the not_matched case is true.
20104 Here's another example:
20106 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20108 Here you can see that tokens may appear in the arguments.
20109 The same is true for tokens with the conditional parentheses.
20110 They may appear in arguments,
20111 though you do have to be careful to get the quoting and escaping of
20112 nested double quotes correct.
20113 If this was in the signature file being used and you were replying to a message
20114 sent to comp.mail.pine the resulting text would be:
20116 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20118 If you were replying to a message that wasn't sent to any newsgroup the
20119 resulting text would be a single blank line.
20120 The reason you'd get a blank line is because the end of the line is
20121 outside of the conditional, so is always included.
20122 If you wanted to get rid of that blank line you could do so by moving
20123 the end of line inside the conditional.
20124 In other words, it's ok to have multi-line
20125 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20126 template file.
20127 The text just continues until the next double quotation, even if it's not
20128 on the same line.
20130 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20132 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20134 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20135 while reading the newsgroup comp.mail.pine the resulting text would be:
20137 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20139 If you were replying to a message while reading an email folder instead
20140 of a newsgroup the resulting leadin text would be
20142 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20144 Here's one more (contrived) example illustrating a matching argument
20145 that is not the empty string.
20147 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20149 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20150 were replying to
20151 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20152 would be
20154 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20156 But if you were replying to a message sent on Oct. 27 (and that wasn't
20157 today) you would get
20159 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20162 &lt;End of help on this topic&gt;
20163 </BODY>
20164 </HTML>
20165 ======= h_composer_cntxt_nick =======
20166 <HTML>
20167 <HEAD>
20168 <TITLE>Collection Nickname Explained</TITLE>
20169 </HEAD>
20170 <BODY>
20171 <H1>Collection Edit Help -- Nickname Field</H1>
20173 This field is provided so you can add a short nickname to use when
20174 referring to this collection within Alpine.  Spaces are allowed, and
20175 you don't need to use double-quotes.  However, the double-quote
20176 character is not allowed.
20178 Look <A HREF="h_edit_nav_cmds">here</A>
20179 to see the available Editing and Navigation commands.
20181 &lt;End of help on this topic&gt;
20182 </BODY>
20183 </HTML>
20184 ======= h_folder_server_syntax =======
20185 <HTML>
20186 <HEAD>
20187 <TITLE>Server Name Syntax</TITLE>
20188 </HEAD>
20189 <BODY>
20190 <H1>Server Name Syntax</H1>
20192 This help describes the syntax that may be used for server names
20193 that may be associated with remote folders or SMTP servers.
20196 A server name is the hostname of the server.
20197 It's a good idea to use the host's fully-qualified network name.
20200 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20203 However, IP addresses are allowed if surrounded
20204 with square-brackets.
20207 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20210 An optional network port number may be supplied by appending
20211 a colon (:) followed by the port number
20212 to the server name.
20213 By default, the IMAP port number, 143, is used.
20216 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20219 Besides server name and optional port number, various other optional
20220 parameters may be supplied that alter Alpine's interaction with the server.
20221 A parameter is supplied by appending a slash (/) character followed by
20222 the parameter's name and,
20223 depending on the particular parameter, the value assigned to that
20224 name, to the server name (and optional port number).
20225 Parameter names are <EM>not</EM> case sensitive.
20226 Currently supported parameters include:
20228 <DL>
20230 <DT>User</DT>
20231 <DD>This parameter requires an associated value, and is intended to
20232 provide the username identifier with which to establish the server
20233 connection.
20234 If your SMTP server offers SMTP AUTH authentication, adding this 
20235 parameter to the
20236 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20237 option will cause Alpine to attempt to authenticate to the server using the
20238 supplied username.
20239 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20240 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20241 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20242 option (or to the server name for any folder collection using NNTP)
20243 will cause Alpine to attempt
20244 to authenticate to the server using the supplied username.
20245 An example might be:
20248 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20251 </DD>
20253 <DT>TLS</DT>
20254 <DD>
20255 Normally, when a new connection is made an attempt is made to 
20256 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20257 If that fails then a non-encrypted connection will be attempted instead.
20258 This is a unary parameter indicating communication with the server must 
20259 take place over a TLS connection. If the attempt to use TLS fails then
20260 this parameter will cause the connection to fail instead of falling
20261 back to an unsecure connection.
20264 <CENTER><SAMP>/tls</SAMP></CENTER>
20267 </DD>
20269 <DT>SSL</DT>
20270 <DD>
20271 This is a unary parameter indicating communication with the server should 
20272 take place over a Secure Socket Layer connection.  The server must support
20273 this method, and be prepared to accept connections on the appropriate
20274 port (993 by default).
20275 Alpine must be linked with an SSL library for this option to be operational.
20278 <CENTER><SAMP>/ssl</SAMP></CENTER>
20281 </DD>
20283 <DT>TLS1</DT>
20284 <DD>
20285 This parameter indicates that the connection to the server will be made
20286 over the SSL port, but using the TLSv1 protocol, instead of the usual
20287 SSLv3 or SSLv2 protocols.
20288 Alpine must be linked with an SSL library for this option to be operational.
20291 <CENTER><SAMP>/tls1</SAMP></CENTER>
20294 </DD>
20296 <DT>DTLS1</DT>
20297 <DD>
20298 This parameter indicates that the connection to the server will be made
20299 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20300 SSLv3 or SSLv2 protocols.
20301 Alpine must be linked with an SSL library for this option to be operational.
20304 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20307 </DD>
20309 <DT>TLS1_1</DT>
20310 <DD>
20311 This parameter indicates that the connection to the server will be made
20312 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20313 SSLv3 or SSLv2 protocols.
20314 Alpine must be linked with an SSL library for this option to be operational.
20317 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20320 </DD>
20322 <DT>TLS1_2</DT>
20323 <DD>
20324 This parameter indicates that the connection to the server will be made
20325 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20326 SSLv3 or SSLv2 protocols.
20327 Alpine must be linked with an SSL library for this option to be operational.
20330 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20333 </DD>
20336 <DT>NoValidate-Cert</DT>
20337 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20338 This is needed if the server uses self-signed certificates or if Alpine
20339 cannot validate the certificate for some other known reason.
20341 </DD>
20343 <DT>Anonymous</DT>
20344 <DD>This is a unary parameter (that means it does not have a value)
20345 indicating that the connection be logged in as
20346 &quot;anonymous&quot; rather than a specific user.
20347 Not all servers offer anonymous
20348 access; those which do generally only offer read-only access to certain
20349 &quot;public&quot; folders.
20352 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20355 </DD>
20357 <DT>Secure</DT>
20358 <DD>This is a unary parameter indicating that the connection use the
20359 most secure authentication method mutually supported by Alpine and the
20360 server.
20361 Alpine is capable of authenticating connections to 
20362 the server using several methods.
20363 By default, Alpine will attempt each
20364 method until either a connection is established or the
20365 list of methods is exhausted.
20366 This parameter causes Alpine to instead fail 
20367 the connection if the first (generally most &quot;secure&quot;) method fails.
20370 <CENTER><SAMP>/secure</SAMP></CENTER>
20373 </DD>
20375 <DT>Submit</DT>
20376 <DD>This is a unary parameter for use with the
20377 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20378 It indicates that the connection should be made to the Submit server
20379 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20380 (port 587) instead of the SMTP port (25).
20381 At the time this help was written the submit option was equivalent to
20382 specifying port 587.
20385 <CENTER><SAMP>/submit</SAMP></CENTER>
20389 <CENTER><SAMP>host:587</SAMP></CENTER>
20392 </DD>
20394 <DT>Debug</DT>
20395 <DD>This is a unary parameter indicating that the connection be established
20396 in a verbose mode.  Basically, it causes Alpine to log the communication with
20397 the server in Alpine's debug file.
20398 Normally, the pine -d command-line flag would be used instead.
20400 </DD>
20402 <DT>NoRsh</DT>
20403 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20404 the UNIX remote shell program.
20405 Including &quot;NoRsh&quot; will cause connections to this server to skip
20406 the &quot;rsh&quot; attempt.
20407 This might be useful to avoid long timeouts caused by rsh firewalls, for
20408 example.
20410 </DD>
20412 <DT>Loser</DT>
20413 <DD>This option makes sense only for IMAP servers that do not perform
20414 a SEARCH command correctly. If your filtering rules
20415 fail to filter some messages, that should have been filtered, then this
20416 option will make Alpine download all data necessary to perform that search.
20417 There is a performance penalty when using this option. Downloading the
20418 data to perfom the search will take longer than requesting the IMAP
20419 server to perform the filtering, but the filtering will be done correctly.
20421 </DD>
20424 <DT>Service</DT>
20425 <DD>This parameter requires an associated value.  The default value is
20426 &quot;IMAP&quot; which indicates communication with the server based
20427 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20428 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20430 Other service values include:
20431  <DL>
20432  <DT>NNTP</DT>
20433  <DD>This value indicates communication with the server takes place via
20434 the Network News Transfer Protocol.  Use this to define a collection
20435 of newsgroups on a remote news server.  So
20438 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20440 or just
20442 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20445 is the way to specify NNTP access.
20447  </DD>
20449  <DT>POP3</DT>
20450  <DD>This value indicates communication with the server takes place via the
20451 Post Office Protocol 3 protocol.
20454 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20456 or just
20458 <CENTER><SAMP>/POP3</SAMP></CENTER>
20461 Note that there are several important issues
20462 to consider when selecting this option:
20463 <OL>
20464  <LI> POP3 provides access to only your INBOX.  In other words,
20465 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20466  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20467 model and will leave your mail on the server. Refer to the
20468 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20469  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20470 </OL>
20471 </DD>
20472 </DL>
20473 </DL>
20476 Note that it is possible to include more than one parameter in a server
20477 specification by concatenating the parameters. For example:
20480 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20484 &lt;End of help on this topic&gt;
20485 </BODY>
20486 </HTML>
20487 ======= h_composer_cntxt_server =======
20488 <HTML>
20489 <HEAD>
20490 <TITLE>Collection Server: Explained</TITLE>
20491 </HEAD>
20492 <BODY>
20493 <H1>Collection Edit Help -- Server Field</H1>
20495 This collection's &quot;Server:&quot; definition indicates the
20496 hostname of the server providing access to the folders in this
20497 collection.
20498 The syntax of this server name is the same as for other server names used
20499 in remote folder names in
20500 Alpine and is described
20501 <A HREF="h_folder_server_syntax">here</A>.
20504 &lt;End of help on this topic&gt;
20505 </BODY>
20506 </HTML>
20507 ======= h_composer_cntxt_path =======
20508 <HTML>
20509 <HEAD>
20510 <TITLE>Collection Path: Explained</TITLE>
20511 </HEAD>
20512 <BODY>
20513 <H1>Collection Edit Help -- Path Field</H1>
20515 The collection's &quot;Path:&quot; definition indicates the location
20516 of the folders in this collection.  If the path or any of its components
20517 do not exist, Alpine will prompt you for their creation when exiting the
20518 Add/Change screen.
20520 <P> 
20521 By default the path is interpreted as defining a section of your personal
20522 folder area.  This area and how you specify it are defined by the
20523 server, if one is specified in the collection, or, typically, the home
20524 directory if no server is defined.
20527 To define a collection outside the default &quot;area&quot;, prefix
20528 the path with the &quot;namespace&quot; to use when interpreting the
20529 given path.  If a namespace is specified, the Path begins with the
20530 sharp, &quot;#&quot;, character followed by the name of the namespace
20531 and then the namespace's path-element-delimiter.  Aside from the
20532 path's format, namespaces can also imply access rights, content
20533 policy, audience, location, and, occasionally, access methods.
20536 Each server exports its own set (possibly of size one) of 
20537 namespaces.  Hence, it's likely communication with your server's
20538 administrator will be required for specific configurations.  Some of
20539 the more common namespaces, however, include:
20541 <DL>
20542 <DT>#news.</DT>
20543 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20544 names are hierarchically defined with each level delimited by a period.
20545 </DD>
20546 <DT>#public/</DT>
20547 <DD>This specifies a folder area that the server may export to the general
20548 public.
20549 </DD>
20550 <DT>#shared/</DT>
20551 <DD>This specifies a folder area that the folder may export to groups
20552 of users.
20553 </DD>
20554 <DT>#ftp/</DT>
20555 <DD>This specifies a folder area that is the same as that it may have 
20556 exported via the &quot;File Transfer Protocol&quot;.
20557 </DD>
20558 <DT>#mh/</DT>
20559 <DD>This specifies the personal folder area associated with folders
20560 and directories that were created using the MH message handling system.
20561 </DD>
20562 </DL>
20565 In addition, the server may support access to other user's folders,
20566 provided you have suitable permissions.  Common methods use a prefix
20567 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20568 indicate the root of the other user's folder area.
20571 No, nothing's simple.
20574 &lt;End of help on this topic&gt;
20575 </BODY>
20576 </HTML>
20577 ======= h_composer_cntxt_view =======
20578 <HTML>
20579 <HEAD>
20580 <TITLE>Collection View: Explained</TITLE>
20581 </HEAD>
20582 <BODY>
20583 <H1>Collection Edit Help -- View Field</H1>
20585 The collection's &quot;View:&quot; definition provides a way to limit
20586 the displayed list of folders within a collection.  By default, only
20587 folders that contain the specified characters anywhere in their name
20588 are shown in the collection's folder list.
20591 Additionally, you can use a wildcard character to better control
20592 the list of folders selected for display.  The wildcard specifier is
20593 the star, &quot;*&quot;, character.
20596 So, for example, to define a collection of all folders ending with
20597 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20598 quote characters!).  Or, similarly, to define a collection of folders
20599 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20600 specify a view of &quot;a*z&quot;.
20603 &lt;End of help on this topic&gt;
20604 </BODY>
20605 </HTML>
20606 ======= h_composer_abook_add_server =======
20607 <HTML>
20608 <HEAD>
20609 <TITLE>Addressbook Server Name Field Explained</TITLE>
20610 </HEAD>
20611 <BODY>
20612 This field should be left blank if the address book is stored in a regular
20613 file on this system.  If it is a remote address book stored on an IMAP
20614 server then this is the name of that IMAP server.
20616 Look <A HREF="h_edit_nav_cmds">here</A>
20617 to see the available Editing and Navigation commands.
20619 &lt;End of help on this topic&gt;
20620 </BODY>
20621 </HTML>
20622 ======= h_composer_abook_add_folder =======
20623 <HTML>
20624 <HEAD>
20625 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20626 </HEAD>
20627 <BODY>
20628 For a remote address book (one for which the Server Name is filled in)
20629 this is the name of a folder on the remote server. The address book data
20630 will be stored in this folder. This folder should be used only for
20631 storing this single address book, not for other address books or for
20632 other messages.
20634 For a local address book (one for which the Server Name is not filled in)
20635 this is the name of a file in which the address book will be stored.
20636 The file is in the same directory as the Alpine configuration file if the
20637 configuration file is local.
20638 If the configuration file is remote, then this will be in the home directory
20639 for Unix Alpine and in the directory specified by the
20640 &quot;-aux local_directory&quot; command line argument.
20642 Look <A HREF="h_edit_nav_cmds">here</A>
20643 to see the available Editing and Navigation commands.
20645 &lt;End of help on this topic&gt;
20646 </BODY>
20647 </HTML>
20648 ======= h_composer_abook_add_nick =======
20649 <HTML>
20650 <HEAD>
20651 <TITLE>Addressbook NickName Field Explained</TITLE>
20652 </HEAD>
20653 <BODY>
20654 This is just an optional nickname for this address book. If present, it
20655 is used in some of the displays and error messages in the address book
20656 maintenance screens. It is for your convenience only and serves no
20657 other purpose.
20659 Look <A HREF="h_edit_nav_cmds">here</A>
20660 to see the available Editing and Navigation commands.
20662 &lt;End of help on this topic&gt;
20663 </BODY>
20664 </HTML>
20665 ======= h_composer_qserv_cn =======
20666 <HTML>
20667 <HEAD>
20668 <TITLE>Directory Query Form Explained</TITLE>
20669 </HEAD>
20670 <BODY>
20672 Fill in as many of these fields as you wish to narrow down your
20673 search. All the fields you fill in must match in order for an entry
20674 to be returned. You may use the wildcard character &quot;*&quot; in
20675 any of the fields, it matches any zero or more characters at that
20676 point in the string. There are no implicit wildcards, so the match is
20677 exact unless you include wildcards.
20680 Note that if an attribute isn't present at all, then the match will fail.
20681 For example, if a server doesn't support the Locality attribute, then no
20682 matter what you put in the Locality field (other than leaving it empty)
20683 the search will fail.
20686 This field, the Common Name field, is typically a person's full name.
20689 <H1>EDITING and NAVIGATION COMMANDS</H1>
20690 <!--chtml if pinemode="function_key"-->
20691 <PRE>
20692 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20693 ^B (Left Arrow)    Back character       | ^D       Delete current character
20694 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20695 ^P (Up Arrow)      Previous line        |
20696 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20697 ^A                 Beginning of line    |            delete current line
20698 ^E                 End of line          | F10      Undelete line(s)
20699 F7                 Previous page        |
20700 F8                 Next page            |-------------------------------------
20701 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20702 ----------------------------------------|
20703 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20704 F2   Cancel      |   F1    Get help     |
20705 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20706 </PRE>
20707 <!--chtml else-->
20708 <PRE>
20709 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20710 ^B (Left Arrow)    Back character       | ^D       Delete current character
20711 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20712 ^P (Up Arrow)      Previous line        |
20713 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20714 ^A                 Beginning of line    |            delete current line
20715 ^E                 End of line          | ^U       Undelete line(s)
20716 ^Y                 Previous page        |
20717 ^V                 Next page            |-------------------------------------
20718 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20719 ----------------------------------------|
20720 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20721 ^C   Cancel      |   ^G    Get help     |
20722 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20723 </PRE>
20724 <!--chtml endif-->
20725 <P><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_composer_qserv_sn =======
20733 The Surname is usually the family name of a person.
20735 <End of help on this topic>
20736 ======= h_composer_qserv_gn =======
20738 This is the part of a person's name that isn't the surname or initials.
20740 <End of help on this topic>
20741 ======= h_composer_qserv_mail =======
20743 This is the email address of a person.
20745 <End of help on this topic>
20746 ======= h_composer_qserv_org =======
20748 This is the organization a person belongs to.
20750 <End of help on this topic>
20751 ======= h_composer_qserv_unit =======
20753 This is the organizational unit a person belongs to.
20755 <End of help on this topic>
20756 ======= h_composer_qserv_country =======
20758 This is the country a person belongs to.
20760 <End of help on this topic>
20761 ======= h_composer_qserv_state =======
20763 This is the state a person belongs to.
20765 <End of help on this topic>
20766 ======= h_composer_qserv_locality =======
20768 This is the locality a person belongs to.
20770 <End of help on this topic>
20771 ======= h_composer_qserv_custom =======
20773 This one is for advanced users only! If you put something in this field,
20774 then the rest of the fields are ignored.
20776 This field may be set to the string representation of an LDAP search
20777 filter (see RFC1960). Here are some examples:
20779 To search for an entry with a surname equal to "clinton" you could set
20780 the custom filter to:
20782      (sn=clinton)
20783     
20784 This is equivalent to putting "clinton" in the SurName field.
20785 To search for an entry that has a surname that begins with "clint" and
20786 has a givenname equal to "william" you could use:
20788      (&(sn=clint*)(givenname=william))
20789     
20790 This is equivalent to setting the SurName field to "clint*" and the
20791 GivenName field to "william".
20792 To search for an entry where either the common name OR the email address
20793 contains "abcde" you could use:
20795      (|(cn=*abcde*)(mail=*abcde*))
20797 That isn't equivalent to anything you can do by setting the other fields
20798 because of the OR.
20800 <End of help on this topic>
20801 ======= h_composer_qserv_qq =======
20803 This one is a little different from the rest of the categories.  It causes
20804 a search to be formed from the configured search filter that you filled
20805 in when you added the directory server to your configuration. It can also
20806 be combined with the other fields if you'd like.
20808 <End of help on this topic>
20809 ======= h_address_format =======
20810 <HTML>
20811 <HEAD>
20812 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20813 </HEAD>
20814 <BODY>
20815 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20817 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20818 and then a domain, with no spaces.  
20819 For example, jsmith@art.example.com might be the email address
20820 of a person  
20821 with the username &quot;jsmith&quot; who has an account in the domain
20822 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20823 right of the &quot;@&quot; sign can vary - a shorter example would be 
20824 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20825 organization's domain is specified after the &quot;@&quot; sign); a longer 
20826 example would be 
20827  jsingh@shakti.edutech.example.com
20828 (here, the name of the host &quot;shakti&quot; in the domain 
20829 edutech.example.com is also specified).  
20830 <P>  
20831 If you do not know the exact email address of someone you want to write 
20832 to, ask them what it is using other means of communication than email; or 
20833 use the tools for 
20834 finding people's addresses that are available on the Internet.
20836 If you are sending to someone on the same system as you are, you can leave
20837 the &quot;@&quot; sign and all the information to its right off of the 
20838 address, and Alpine will fill it in automatically, 
20839 unless the feature 
20840 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20843 When an email address you send a message to is not reachable -- either because 
20844 it is simply an incorrect address, or because email can temporarily not be 
20845 delivered to it due to a technical problem on the way to or at the recipient's 
20846 end -- you will almost always get an error notification email message back.
20848 If you encounter problems with, or have questions about, email delivery or
20849 email address syntax, contact your local network computing consultants.
20850 <P><UL>
20851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20852 </UL>
20854 &lt;End of help on this topic&gt;
20855 </BODY>
20856 </HTML>
20857 ======= h_flag_user_flag =======
20858 <HTML>
20859 <HEAD>
20860 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20861 </HEAD>
20862 <BODY>
20863 <H1>STATUS FLAG: User Defined Keyword</h1>
20865 This is a keyword that is defined for this folder.
20866 It was most likely defined by the owner of the folder.
20867 Alpine will not set or clear this flag on its own.
20869 <P><UL>
20870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20871 </UL><P>
20872 &lt;End of help on this topic&gt;
20873 </BODY>
20874 </HTML>
20875 ======= h_flag_important =======
20876 <html>
20877 <title>STATUS FLAG: Important</title>
20878 <body>
20879 <h1>STATUS FLAG: Important</h1>
20882 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20883 MESSAGE&nbsp;INDEX
20884 screen, can only be set by the user, and is intended to be used in
20885 whatever fashion makes sense to you.  You are the only one that can set or
20886 clear it. 
20889 &lt;End of help on this topic&gt;
20890 </BODY>
20891 </HTML>
20892 ======= h_flag_new =======
20893 <html>
20894 <title>STATUS FLAG: New</title>
20895 <body>
20896 <h1>STATUS FLAG: New</h1>
20899 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20900 MESSAGE&nbsp;INDEX screen,
20901 is automatically set when messages are delivered to your Inbox (or other
20902 folder specified outside of Alpine).  Likewise, it is cleared automatically
20903 the first time you read the message it is associated with.
20906 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20907 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20908 you'd like to be reminded of it next time you read mail.  This can be done
20909 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20913 &lt;End of help on this topic&gt;
20914 </BODY>
20915 </HTML>
20916 ======= h_flag_answered =======
20917 <html>
20918 <title>STATUS FLAG: Answered</title>
20919 <body>
20920 <h1>STATUS FLAG: Answered</h1>
20922 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20923 MESSAGE&nbsp;INDEX
20924 screen, is automatically set when you reply to a message.  This flag is not
20925 automatically cleared.
20928 &lt;End of help on this topic&gt;
20929 </BODY>
20930 </HTML>
20931 ======= h_flag_forwarded =======
20932 <html>
20933 <title>STATUS FLAG: Forwarded</title>
20934 <body>
20935 <h1>STATUS FLAG: Forwarded</h1>
20937 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
20938 MESSAGE&nbsp;INDEX
20939 screen, is automatically set when you forward a message.  This flag is not
20940 automatically cleared.
20943 &lt;End of help on this topic&gt;
20944 </BODY>
20945 </HTML>
20946 ======= h_flag_deleted =======
20947 <html>
20948 <title>STATUS FLAG: Deleted</title>
20949 <body>
20950 <h1>STATUS FLAG: Deleted</h1>
20952 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
20953 MESSAGE&nbsp;INDEX
20954 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
20955 It is cleared
20956 when you use the &quot;U&nbsp;Undelete&quot; command.
20959 Messages marked with this flag will be permanently removed from
20960 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
20961 command, or
20962 when you indicate acceptance of their removal upon leaving the folder.
20965 Note, there can be other actions implicit in the
20966 &quot;D&nbsp;Delete&quot; command,
20967 such as advancing to the next message, that may be momentarily undesirable.
20968 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
20969 flag <A HREF="h_common_flag">explicitly</A>.
20972 &lt;End of help on this topic&gt;
20973 </BODY>
20974 </HTML>
20975 ====== h_config_incoming_timeo ======
20976 <HTML>
20977 <HEAD>
20978 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
20979 </HEAD>
20980 <BODY>
20981 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
20983 This option has no effect unless the feature
20984 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20985 is set, which in turn has no effect unless
20986 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20987 is set.
20989 Sets the time in seconds that Alpine will
20990 attempt to open a network connection used for monitoring for Unseen
20991 messages in Incoming Folders. The default is 5.
20992 If a connection has not completed within this many seconds Alpine will
20993 give up and consider it a failed connection.
20995 <UL>   
20996 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20997 </UL><P>
20998 &lt;End of help on this topic&gt;
20999 </BODY>
21000 </HTML>
21001 ====== h_config_psleep ======
21002 <HTML>
21003 <HEAD>
21004 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
21005 </HEAD>
21006 <BODY>
21007 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
21010 In the good old days a mailcap viewer was used to examine an 
21011 attachment before saving it, and after viewing the attachment control 
21012 would return to the operating system when the viewer was closed. Therefore, 
21013 when the mailcap viewer returned control to the operating system, it 
21014 could be assumed that the user who opened the attachment was done
21015 examining it, and the copy of the attachment that was used, could be removed.
21018 However, today this assumption is not longer valid. Some viewers return 
21019 control to the operating system before they actually read the attachment
21020 to be examined. This causes Alpine to delete the attachment before it 
21021 is read by the viewer, causing the viewer to fail opening the attachment.
21024 In order to work around this problem, Alpine checks, after the viewer has 
21025 returned control to the operating system, if there is any process that is 
21026 using the attachment. This variable controls the number of seconds that 
21027 must elapse between checks. Once it is found that no process is using the 
21028 attachment, this is removed.
21031 The minimum value for this variable is 60 (checks will be made once per 
21032 minute), and the maximum value is 600 (checks will be made once every 10 
21033 minutes). The default value is 60.
21036 <UL>   
21037 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21038 </UL><P>
21039 &lt;End of help on this topic&gt;
21040 </BODY>
21041 </HTML>
21042 ====== h_config_incoming_interv ======
21043 <HTML>
21044 <HEAD>
21045 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
21046 </HEAD>
21047 <BODY>
21048 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
21050 This option has no effect unless the feature
21051 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21052 is set, which in turn has no effect unless
21053 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21054 is set.
21056 This option specifies, in seconds, how often Alpine will check
21057 for new mail and state changes in Incoming Folders when Incoming Folders
21058 Checking is turned on.
21059 The default is 3 minutes (180).
21060 This value applies only to folders that are local to the system that
21061 Alpine is running on or that are accessed using the IMAP protocol.
21062 The similar option
21063 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
21064 applies to all other monitored folders.
21066 <UL>   
21067 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21068 </UL><P>
21069 &lt;End of help on this topic&gt;
21070 </BODY>
21071 </HTML>
21072 ====== h_config_incoming_second_interv ======
21073 <HTML>
21074 <HEAD>
21075 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21076 </HEAD>
21077 <BODY>
21078 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21080 This option has no effect unless the feature
21081 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21082 is set, which in turn has no effect unless
21083 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21084 is set.
21086 This option together with the option
21087 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21088 specifies, in seconds, how often Alpine will check
21089 for new mail and state changes in Incoming Folders when Incoming Folders
21090 Checking is turned on.
21091 The default for this option is 3 minutes (180).
21092 For folders that are local to this system or
21093 that are accessed using the IMAP protocol
21094 the value of the option
21095 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21096 is used.
21097 For all other monitored folders, the value of this option is used.
21099 The reason there are two separate options is because it is usually
21100 less expensive to check local and IMAP folders than it is to check
21101 other types, like POP or NNTP folders.
21102 You may want to set this secondary value to a higher number than
21103 the primary check interval.
21105 <UL>   
21106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21107 </UL><P>
21108 &lt;End of help on this topic&gt;
21109 </BODY>
21110 </HTML>
21111 ====== h_config_incoming_list ======
21112 <HTML>
21113 <HEAD>
21114 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21115 </HEAD>
21116 <BODY>
21117 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21119 This option has no effect unless the feature
21120 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21121 is set, which in turn has no effect unless
21122 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21123 is set.
21125 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21126 normally monitor all Incoming Folders.
21127 You may use this option to restrict the list of monitored folders to a
21128 subset of all Incoming Folders.
21130 <UL>   
21131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21132 </UL><P>
21133 &lt;End of help on this topic&gt;
21134 </BODY>
21135 </HTML>
21136 ====== h_config_pers_name ======
21137 <HTML>
21138 <HEAD>
21139 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21140 </HEAD>
21141 <BODY>
21142 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21144 This value is used to determine the full name part of the "From" address
21145 on messages you send.
21146 <!--chtml if pinemode="os_windows"-->
21147  PC-Alpine requires that this be set in order to properly construct the "From" address.
21148 <!--chtml else-->
21149  If unset, Unix Alpine will obtain your full name from
21150  the system password file. PC-Alpine, on the other hand, requires that this be set.
21151 <!--chtml endif-->
21153 If you want to change the value of what gets included in the From header
21154 in messages you send (other than just the Personal Name)
21155 look <A HREF="h_config_change_your_from">here</A> for a description.
21156 <P><UL>
21157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21158 </UL><P>
21159 &lt;End of help on this topic&gt;
21160 </BODY>
21161 </HTML>
21162 ====== h_config_pruned_folders ======
21163 <html>
21164 <header>
21165 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21166 </header>
21167 <body>
21168 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21170 This variable allows you to define a list of one or more folders that
21171 Alpine will offer to prune for you in the same way it automatically offers
21172 to prune your "sent-mail" folder each month.
21173 Each folder in this list must be a folder in your default folder collection
21174 (the first folder collection if you have more than one), and it is just
21175 the relative name of the folder in the collection, not the fully-qualified name.
21176 It is similar to sent-mail.
21177 Instead of something like
21179 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21181 the correct value to use would be
21183 <CENTER><SAMP>folder</SAMP></CENTER>
21185 There is an assumption here that your first collection is the folders in
21187 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21190 Once a month, for each folder listed, Alpine will offer to move
21191 the contents of the folder to a new folder of the same name but with
21192 the previous month's date appended.  Alpine will then look for any such
21193 date-appended folder names created for a previous month, and offer each
21194 one it finds for deletion.
21197 If you decline the first offer, no mail is moved and no new folder is
21198 created.
21201 The new folders will be created
21202 in your default folder collection.
21205 <UL>   
21206 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21207 </UL><P>
21208 &lt;End of help on this topic&gt;
21209 </body>
21210 </html>
21211 ====== h_config_upload_cmd ======
21212 <HTML>
21213 <HEAD>
21214 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21215 </HEAD>
21216 <BODY>
21217 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21219 This option affects the behavior of the Composer's &quot;Read File&quot; 
21220 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21221 commands.  It specifies
21222 a Unix program name, and any necessary command line arguments, that Alpine can
21223 use to transfer files from your personal computer into messages that you are
21224 composing.<P>
21226 <B>Note:</B> this facility is intended for use with serial line transfer 
21227 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21228 to work with TCP/IP file transfer programs such as ftp.<P>
21230 If a program is specified, the commands listed above are modified to offer a
21231 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21232 specified here must match the transfer program or protocol available on the
21233 personal computer.<P>
21235 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21236 the specified upload program finishes, Alpine expects the uploaded data to be
21237 contained in this file.<P>
21239 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21240 generates a
21241 temporary file name that it will pass to the specified Unix program.  Alpine
21242 will read the resulting uploaded text from this file and then delete it when
21243 the upload command is finished.<P>
21245 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21246 prompt
21247 you for the name of the file that is to contain the uploaded information that
21248 it is to attach.  Alpine will attach this file to the composition, but will
21249 <B>not</B> delete this file after the upload command is finished.<P>
21251 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21252 command
21253 line arguments.  Alpine will replace this symbol with the name of the file
21254 being used to exchange the uploaded information.  This token allows you to
21255 position the file name where it is required in the Unix program's command
21256 line arguments.<P>
21258 If the &quot;_FILE_&quot; token is not present in the specified command, the
21259 temporary file's name is automatically appended to the specified Unix
21260 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21261 <B>last</B> command line argument.
21262 <P><UL>
21263 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21264 </UL><P>
21265 &lt;End of help on this topic&gt;
21266 </BODY>
21267 </HTML>
21268 ====== h_config_upload_prefix ======
21269 <HTML>
21270 <HEAD>
21271 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21272 </HEAD>
21273 <BODY>
21274 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21276 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21277 It defines text to be written to the terminal emulator (via standard output)
21278 immediately prior to starting upload command.  This is useful for
21279 integrated serial line file transfer agents that permit command passing
21280 (e.g., Kermit's APC method).<P>
21282 The special token &quot;_FILE_&quot; may be included in the string specification.
21283 That symbol will be replaced with the (Alpine-created) name of the temporary
21284 file in which Alpine will expect to find the uploaded file.
21285 <P><UL>
21286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21287 </UL><P>
21288 &lt;End of help on this topic&gt;
21289 </BODY>
21290 </HTML>
21291 ====== h_config_download_cmd ======
21292 <HTML>
21293 <HEAD>
21294 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21295 </HEAD>
21296 <BODY>
21297 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21299 This option affects the behavior of the Export command.  It specifies a Unix
21300 program name, and any necessary command line arguments, that Alpine can use to
21301 transfer the exported message to your personal computer's disk.<P>
21302 Note: this facility is intended for use with serial line transfer 
21303 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21304 to work with TCP/IP file transfer programs such as ftp.<P>
21305 If a program is specified, the Export command is modified to offer a
21306 subcommand (^V) to activate the transfer (in lieu of saving it to
21307  the machine where Alpine is running).  Obviously, the Unix program
21308 specified here must match the transfer program or protocol available on the
21309 personal computer.<P>
21311 When this subcommand is selected and before Alpine invokes the specified Unix
21312 program, Alpine will create a temporary file containing the text of the
21313 exported message.  Alpine uses this file to pass the exported message text to
21314 the specified Unix program.<P>
21316 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21317 line arguments.  Alpine will replace this symbol with the temporary file's name
21318 before executing the Unix program.  This token allows you to position the
21319 file name where it is required in the Unix program's command line arguments.
21321 If the &quot;_FILE_&quot; token is not present in the specified command, the
21322 temporary file's name is automatically appended to the specified Unix
21323 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21324 <B>last</B> command line argument.
21325 <P><UL>
21326 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21327 </UL><P>
21328 &lt;End of help on this topic&gt;
21329 </BODY>
21330 </HTML>
21331 ====== h_config_download_prefix ======
21332 <HTML>
21333 <HEAD>
21334 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21335 </HEAD>
21336 <BODY>
21337 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21339 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21340 It defines text to be written to the terminal emulator (via standard output)
21341 immediately prior to starting the download command.  This is useful for
21342 integrated serial line file transfer agents that permit command passing
21343 (e.g., Kermit's APC method).
21345 The special token &quot;_FILE_&quot; may be included in the string 
21346 specification.
21347 That symbol will be replaced with the (Alpine-created) name of the temporary
21348 file into which Alpine will place the message to be downloaded.
21349 <P><UL>
21350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21351 </UL><P>
21352 &lt;End of help on this topic&gt;
21353 </BODY>
21354 </HTML>
21355 ====== h_config_mailcap_path ======
21356 <HTML>
21357 <HEAD>
21358 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21359 </HEAD>
21360 <BODY>
21361 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21362 This variable is used to replace Alpine's default mailcap file search path.
21363 It takes one or more file names (full paths must be specified) in which to
21364 look for mail capability data.  The default search path can be found in this
21365 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21366 If there is more than one file name listed, list members should be delimited
21367 by 
21368 <!--chtml if pinemode="os_windows"-->
21369 a semi-colon (;) under Windows; for example:<PRE>
21370         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21371 </PRE>
21372 <!--chtml else-->
21373 a colon (:) under UNIX; for example:<PRE>
21374         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21375 </PRE>
21376 <!--chtml endif-->
21377 <P><UL>
21378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21379 </UL>
21381 &lt;End of help on this topic&gt;
21382 </BODY>
21383 </HTML>
21384 ====== h_config_mimetype_path ======
21385 <HTML>
21386 <HEAD>
21387 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21388 </HEAD>
21389 <BODY>
21390 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21392 This variable is used to replace Alpine's default mime.types file search path.
21393 It takes one or more file names (full paths must be specified) in which to
21394 look for file-name-extension to MIME type mapping data.  The default search
21395 path can be found in this
21396 <A HREF="h_news_config">Alpine Configuration</A> help.
21400 If there is more than one file name listed, list members should be delimited
21401 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21403 &lt;End of help on this topic&gt;
21404 </BODY></HTML>
21405 ====== h_config_set_att_ansi ======
21406 <HTML><HEAD>
21407 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21408 </HEAD>
21409 <BODY>
21410 <H1>OPTION: Set printer to attached ansi printer</H1>
21412 Type "S" to set your printer to "attached-to-ansi".<BR>
21413 It is OK to include "attached-to-ansi" in your personal list below.
21415 &lt;End of help on this topic&gt;
21416 </BODY></HTML>
21417 ====== h_config_set_att_ansi2 ======
21418 <HTML><HEAD>
21419 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21420 </HEAD>
21421 <BODY>
21422 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21424 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21425 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21426 list below.
21430 This is the same as the "attached-to-ansi" option except that a
21431 formfeed character will not be appended to the end of the print job.
21432 If your printer already ejects the paper by itself at the end of the
21433 job, you may prefer the "no-formfeed" form of this printer so that you
21434 don't get an extra blank page between print jobs.
21437 &lt;End of help on this topic&gt;
21438 </BODY></HTML>
21439 ====== h_config_set_att_wyse ======
21440 <HTML><HEAD>
21441 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21442 </HEAD>
21443 <BODY>
21444 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21446 Type "S" to set your printer to "attached-to-wyse".<BR>
21447 It is OK to include "attached-to-wyse" in your personal list below.
21449 This is very similar to "attached-to-ansi".
21450 The only difference is in the control characters sent to turn the printer
21451 on and off.
21452 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21453 to turn on the printer and ESC LEFT_BRACKET 4 i
21454 to turn it off.
21455 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21456 &lt;End of help on this topic&gt;
21457 </BODY></HTML>
21458 ====== h_config_set_att_wyse2 ======
21459 <HTML><HEAD>
21460 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21461 </HEAD>
21462 <BODY>
21463 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21465 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21466 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21467 list below.
21471 This is the same as the "attached-to-wyse" option except that a
21472 formfeed character will not be appended to the end of the print job.
21473 If your printer already ejects the paper by itself at the end of the
21474 job, you may prefer the "no-formfeed" form of this printer so that you
21475 don't get an extra blank page between print jobs.
21478 &lt;End of help on this topic&gt;
21479 </BODY></HTML>
21480 ====== h_config_set_stand_print ======
21481 <HTML>
21482 <HEAD>
21483 <TITLE>OPTION: Set default printer</TITLE>
21484 </HEAD>
21485 <H1>OPTION: Set default printer</H1>
21486 <BODY>
21487 Move to the printer you want and type "S" to set it to be your
21488 default printer.  This list is not modifiable by you and has been
21489 set up by the system administrators.  If there is more than one printer
21490 listed in the Command List, you will be able to cycle through that
21491 whole list at the time you print, starting with your default.
21492 It is OK to include entries from this Standard list in your personal
21493 list below.
21495 &lt;End of help on this topic&gt;
21496 </BODY>
21497 </HTML>
21498 ====== h_config_set_custom_print ======
21499 <HTML>
21500 <HEAD>
21501 <TITLE>OPTION: Set default printer</TITLE>
21502 </HEAD>
21503 <H1>OPTION: Set default printer</H1>
21504 <BODY>
21505 You may add as many print commands as you want to your personal list.
21506 Specify one of them as your default printer by moving to the printer
21507 you want and typing "S".  If there is more than one printer listed
21508 in the Command List, you will be able to cycle through that list at
21509 the time you print, starting with your default.  It is OK to include
21510 entries from the Standard list above or to include the command
21511 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21512 "attached-to-wyse-no-formfeed" as one of the entries here.
21514 &lt;End of help on this topic&gt;
21515 </BODY>
21516 </HTML>
21517 ====== h_config_user_id =====
21518 <HTML>
21519 <HEAD>
21520 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21521 </HEAD>
21522 <BODY>
21523 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21525 This value is used as part of the "From" address on messages you send.
21526 It is also the default login name for remote IMAP server access.  Set this
21527 to the username part you want to appear on outgoing email.
21529 If you want to change the value of what gets included in the From header
21530 in messages you send (other than just the User ID)
21531 look <A HREF="h_config_change_your_from">here</A> for a description.
21533 <P><UL>   
21534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21535 </UL><P>
21536 &lt;End of help on this topic&gt;
21537 </BODY>
21538 </HTML>
21539 ====== h_config_user_dom =====
21540 <HTML>
21541 <HEAD>
21542 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21543 </HEAD>
21544 <BODY>
21545 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21547 This value specifies the domain part (right-hand side) of your return
21548 address on outgoing email and is also used as the default domain for email
21549 composed to a local user.
21550 <!--chtml if pinemode="os_windows"-->
21551  This value is required for PC-Alpine. If you are unsure as to what this should be,
21552  contact your local help desk, system administrator, or Internet Service Provider.
21553 <!--chtml else-->
21554  If unset, Unix Alpine will obtain the domain from
21555  the system.  Often this value will be set for your whole site by the
21556  system administrator.<P>
21557 <!--chtml endif-->
21558 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21559 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21561 If you want to change the value of what gets included in the From header
21562 in messages you send (other than just the User Domain)
21563 look <A HREF="h_config_change_your_from">here</A> for a description.
21564 <P><UL>
21565 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21566 </UL><P>
21567 &lt;End of help on this topic&gt;
21568 </BODY>
21569 </HTML>
21570 ====== h_config_smtp_server =====
21571 <HTML>
21572 <HEAD>
21573 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21574 </HEAD>
21575 <BODY>
21576 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21577 This value specifies the name of one or more SMTP 
21578 (Simple Mail Transfer Protocol) servers for sending mail. 
21579 <!--chtml if pinemode="os_windows"-->
21580 You must have an SMTP server for use with PC-Alpine.
21581 SMTP servers are
21582 normally set up by a system administrator for use by all members of a given
21583 campus or department.
21584 Contact your local help desk to ask what SMTP
21585 servers you should use.  
21586 <!--chtml else-->
21587 Unix Alpine users may not need to set an SMTP server.
21588 Alpine will attempt to execute the program (usually sendmail) that is used
21589 to insert mail into the mail system.
21590 If this works for you, you may leave this option blank.
21591 If there is an SMTP server running on the Unix host you may be able to
21592 improve sending performance slightly by setting the SMTP server option
21593 to &quot;localhost&quot; or to the actual name of the Unix host.
21595 If the Unix host doesn't work the way Alpine was expecting you will need to
21596 set the value of this option.
21597 SMTP servers are
21598 normally set up by a system administrator for use by all members of a given
21599 campus or department.
21600 Contact your local help desk to ask what SMTP
21601 servers you should use.  
21602 <!--chtml endif-->
21604 Your SMTP server may offer SMTP AUTH authentication.
21605 It may even require it.
21606 If your SMTP server offers SMTP AUTH authentication you may specify a
21607 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21608 This parameter requires an associated value,
21609 the username identifier with which to establish the server
21610 connection.
21611 An example might be:
21614 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21617 If AUTH authentication is offered by the server, this will cause Alpine to
21618 attempt to use it.
21619 If AUTH authentication is not offered by the server, this will cause Alpine
21620 to fail sending with an error similar to:
21623 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21626 Another type of authentication that is used by some ISPs is called
21627 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21628 which means that you have to authenticate
21629 yourself to the POP or IMAP server by opening a mailbox before you
21630 can send mail.
21631 To do this, you usually only have to open your INBOX.
21634 You may tell Alpine to use the
21635 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21636 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21637 parameter
21638 in this option.
21639 At this time &quot;/submit&quot; is simply equivalent to specifying
21640 port 587, though it may imply more than that at some point in the future.
21641 Some ISPs are blocking port 25 in order to reduce the amount of spam
21642 being sent to their users.
21643 You may find that the submit option allows you to get around such a block.
21646 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21649 To specify any non-standard port number on the SMTP server you may follow
21650 the hostname with a colon followed by the portnumber.
21653 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21656 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21657 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21658 If that fails then a non-encrypted connection will be attempted instead.
21659 You may specify that a TLS connection is required if you wish.
21660 If you append &quot;/tls&quot; to the name then the connection will fail
21661 instead of falling back to a non-secure connection.
21664 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21668 For more details about server name possibilities see
21669 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21672 <UL>
21673 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21674 </UL>
21676 &lt;End of help on this topic&gt;
21677 </BODY>
21678 </HTML>
21679 ====== h_config_nntp_server =====
21680 <HTML>
21681 <HEAD>
21682 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21683 <BODY>
21684 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21686 This value specifies the name of one or more NNTP
21687 (Network News Transfer Protocol)
21688 servers for reading and posting USENET news.
21689 NNTP servers are normally
21690 set up by a system administrator for use by all members of a given campus
21691 or department.
21692 Contact your local help desk to ask what NNTP servers you should use.  
21693 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21694 Often Unix Alpine users will find that this variable has been
21695 set for the whole system (and they don't have to worry about it).  
21696 <!--chtml endif-->
21697 When you define an NNTP server here, Alpine implicitly defines a news
21698 collection for you, assuming that server as the news server and assuming
21699 that you will use the NNTP protocol and a local newsrc configuration file
21700 for reading news.
21701 For more about reading news with Alpine, see
21702 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21704 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21705 or &quot;AUTHINFO USER&quot; authentication.
21706 It may even require it.
21707 If your NNTP server does offer such authentication you may specify a user name
21708 parameter to cause Alpine to attempt to authenticate.
21709 The same is true for the server name in a folder collection that uses NNTP.
21710 This parameter requires an associated value,
21711 the username identifier with which to establish the server connection.
21712 An example might be:
21715 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21718 If authentication is offered by the server, this will cause Alpine to
21719 attempt to use it.
21720 If authentication is not offered by the server, this will cause Alpine
21721 to fail with an error similar to:
21724 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21726 For more details about the server name possibilities see
21727 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21728 <P><UL>
21729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21730 </UL><P>
21731 &lt;End of help on this topic&gt;
21732 </BODY>
21733 </HTML>
21734 ====== h_config_inbox_path =====
21735 <HTML>
21736 <HEAD>
21737 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21738 </HEAD>
21739 <BODY>
21740 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21742 This value overrides the default value of your INBOX name/path/location.
21743 <!--chtml if pinemode="os_windows"-->
21744 PC-Alpine users must specify an inbox path and it must be a folder on an
21745 IMAP server.  
21746 <!--chtml else-->
21747 Unix and VMS Alpine users will often find that this variable
21748 has been pre-configured by your system administrator.  
21749 <!--chtml endif-->
21750 You may be able to specify an alternate INBOX that is either a local folder 
21751 or a folder on an IMAP server.
21753 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21754 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21755 mail server.
21757 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21758 details on the syntax of folder definitions.
21760 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21761 mail is disappearing.
21762 <P><UL>
21763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21764 </UL><P>
21765 &lt;End of help on this topic&gt;
21766 </BODY>
21767 </HTML>
21768 ====== h_config_change_your_from =====
21769 <HTML>
21770 <HEAD>
21771 <TITLE>How to Change your From Address</TITLE>
21772 </HEAD>
21773 <BODY>
21774 <H1>How to Change your From Address</H1>
21776 If the From address that Alpine includes in mail that you send is not correct,
21777 you may want to configure a different default value for the From address.
21778 You may follow these directions to change the default:
21781 <UL>
21782   <LI> Go to the Main Alpine Menu
21783   <LI> From there type the Setup Command
21784   <LI> From there type the Config Command
21785 </UL>
21788 You've probably already seen this SETUP CONFIGURATION screen.
21789 If not, there are many options you may want to set here.
21790 To set the value of the From header you may use the
21791 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21792 Find it by scrolling down a few pages or use the WhereIs command to
21793 search for &quot;customized&quot;.
21794 You may want to read the help text associated with the option.
21796 To add a custom From header, type the Add command and enter the
21797 full header line, including the leading &quot;From:&nbsp;&quot;.
21798 For example:
21800 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21802 Now exit the Setup command and try sending mail to yourself to see
21803 what the From line looks like.
21805 When you are in the composer you may edit the custom From line by typing
21806 Ctrl-R while your cursor is in the headers of the message and then moving
21807 to the From line and editing.
21808 If you want to leave the default value the same but add the possibility
21809 of being able to edit the header when you compose, add just the header
21810 name without a value.
21811 For example:
21813 <CENTER><SAMP>From:</SAMP></CENTER>
21815 If you change your From address you may also find it useful to add the
21816 changed From address to the
21817 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21818 configuration option.
21820 <UL>   
21821 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21822 </UL><P>
21823 &lt;End of help on this topic&gt;
21824 </BODY>
21825 </HTML>
21826 ====== h_config_default_fcc =====
21827 <HTML>
21828 <HEAD>
21829 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21830 </HEAD>
21831 <BODY>
21832 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21834 This value specifies where a copy of outgoing mail should be saved.  If
21835 this is not a path name, it will be in the default collection for saves.
21836 Any valid folder specification, local or IMAP, is allowed.  This default
21837 folder carbon copy only applies when the 
21838 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21839 is set to use the default folder.  
21840 <!--chtml if pinemode="os_windows"-->
21841 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21842 <!--chtml else-->
21843 Unix Alpine default
21844 is normally &quot;sent-mail&quot; in the default folder collection. 
21845 <!--chtml endif-->
21847 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21848 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21849 IMAP server (remember that in order to later access this remote folder through Alpine, it
21850 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21851 for more information). An example:<p>
21852 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21854 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21856 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21857 details on the syntax of folder definitions.
21859 <UL>   
21860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21861 </UL><P>
21862 &lt;End of help on this topic&gt;
21863 </BODY>
21864 </HTML>
21865 ====== h_config_def_save_folder =====
21866 <HTML>
21867 <HEAD>
21868 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21869 </HEAD>
21870 <BODY>
21871 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21873 This option determines the default folder name for save-message operations 
21874 (&quot;saves&quot;).
21876 If this is not a path name, it will be in the default collection for saves.
21877 Any valid folder specification, local or IMAP, is allowed.  This default
21878 folder only applies when the
21879 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21880 doesn't override it.  
21881 <!--chtml if pinemode="os_windows"-->
21882 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21883 <!--chtml else-->
21884 Unix Alpine default
21885 is normally &quot;saved-messages&quot; in the default folder collection.
21886 <!--chtml endif-->
21887 If you access your email through an IMAP server, especially if you often switch between Unix
21888 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21889 IMAP server (remember that in order to later access this remote folder through Alpine, it
21890 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21891 for more information). An example:<p>
21892 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21894 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21895 details on the syntax of folder definitions.
21897 <UL>   
21898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21899 </UL><P>
21900 &lt;End of help on this topic&gt;
21901 </BODY>
21902 </HTML>
21903 ====== h_config_postponed_folder =====
21904 <HTML>
21905 <HEAD>
21906 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21907 </HEAD>
21908 <BODY>
21909 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21911 This value overrides the default name for the folder where postponed
21912 messages are saved.  If this is not a path name, it will be in the default
21913 collection for message Saves.  Any valid folder specification, local or
21914 remote, is allowed. 
21915 PC-Alpine default
21916 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21917 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21918 in the default collection. 
21920 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21921 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21922 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21923 in all Alpine copies you use. 
21924 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21925 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21926 for more information). An
21927 example:<p> 
21928 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21930 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21931 details on the syntax of folder definitions.
21933 <UL>   
21934 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21935 </UL><P>
21936 &lt;End of help on this topic&gt;
21937 </BODY>
21938 </HTML>
21939 ====== h_config_read_message_folder =====
21940 <HTML>
21941 <HEAD>
21942 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
21943 </HEAD>
21944 <BODY>
21945 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
21947 By virtue of specifying a folder name here, Alpine will be configured to
21948 save all messages that you have read during a session into the designated
21949 &quot;read messages&quot; folder.  This allows you to more easily distinguish
21950 between your really new email (in your INBOX) and those that you have
21951 already read.  Depending on how you define the 
21952 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21953 setting, you may or may not be asked when you quit
21954 Alpine if you want read messages to be moved to this folder.  In either
21955 case, moving the messages means they will be deleted from your INBOX.
21957 If this is not a path name, it will be in the default collection for
21958 saves.  Any valid folder specification, local or remote (via IMAP), is
21959 allowed.  There is no default for the name of the read message folder.
21961 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21962 details on the syntax of folder definitions.
21964 <UL>   
21965 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21966 </UL><P>
21967 &lt;End of help on this topic&gt;
21968 </BODY>
21969 </HTML>
21970 ====== h_config_form_folder =====
21971 <HTML>
21972 <HEAD>
21973 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
21974 </HEAD>
21975 <BODY>
21976 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
21978 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
21979 contain messages that you have composed and that are intended to be
21980 sent in their original form repeatedly.
21983 Setting this variable will alter Alpine's usual behavior when you
21984 execute the Compose command.  Normally, Alpine offers a chance to
21985 continue a postponed or interrupted message should one or the other
21986 exist.  When this variable is set to a folder name that exists, Alpine
21987 will also offer the chance to select a message from the folder to
21988 insert into the composer (much like when continuing a postponed message).
21989 The difference, however, is that Alpine will not automatically delete
21990 the selected message from the Form Letter Folder.
21992 Setting this variable will also affect Alpine's behavior when you
21993 Postpone a message from the composer.  Normally, Alpine simply stashes
21994 the message away in your
21995 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
21996 Regardless of the specified folder's existence, Alpine will ask which
21997 folder you intend the message to be stored in.  Choose the
21998 &quot;F&quot; option to store the message in your Form Letter Folder.
21999 This is the most common way to add a message to the folder.
22002 Another method of adding messages to the folder is via the Alpine
22003 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
22004 you expect to send in the same form again, you can enter the Form
22005 Letter Folder's name in this field.  Alpine, as usual, will copy the
22006 message as it's sent.  Note, when you later select this message from 
22007 your Form Letter Folder, it will have the same recipients as the original
22008 message.
22011 To delete a message from the Form Letter Folder, you can either select
22012 the folder from a suitable FOLDER LIST screen, or use the Delete
22013 command in the MESSAGE INDEX offered when selecting from the folder as
22014 part of the Compose command.  You can delete a Form Letter Folder just
22015 as any other folder from a suitable FOLDER LIST screen.
22018 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
22019 facility can be used
22020 to replace the Form Letter Folder.
22023 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22024 details on the syntax of folder definitions.
22027 <UL>   
22028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22029 </UL><P>
22030 &lt;End of help on this topic&gt;
22031 </BODY>
22032 </HTML>
22033 ====== h_config_archived_folders =====
22034 <HTML>
22035 <HEAD>
22036 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
22037 </HEAD>
22038 <BODY>
22039 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
22041 This is like
22042 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
22043 only more general.  You may archive
22044 any of the folders in your incoming collection.  This is a list of folder
22045 pairs, with the first separated from the second in the pair by a space.
22046 The first folder in a pair is the folder you want to archive, and the
22047 second folder is the folder that read messages from the first should be
22048 moved to.  Depending on how you define the
22049 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22050 setting, you may or may not be asked when you
22051 leave the first folder if you want read messages to be moved to the
22052 second folder.  In either case, moving the messages means they will be
22053 deleted from the first folder.
22055 The name of the first folder in each pair can be either the technical
22056 specification of the folder (like what appears in your configuration file)
22057 or (much easier) the nickname that you gave the folder when you made it
22058 an incoming folder.
22060 For example:<p>
22061 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
22062 <p>or, using nicknames:<p>
22063 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
22065 If these are not path names, they will be in the default collection for
22066 saves. Any valid folder specification, local or remote (via IMAP), is
22067 allowed. There is no default.
22069 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22070 details on the syntax of folder definitions.
22072 <UL>   
22073 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22074 </UL><P>
22075 &lt;End of help on this topic&gt;
22076 </BODY>
22077 </HTML>
22078 ====== h_config_newsrc_path ======
22079 <HTML>
22080 <HEAD>
22081 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22082 </HEAD>
22083 <BODY>
22084 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22086 This option overrides the default name Alpine uses for your "newsrc" news
22087 status and subscription file.  If set, Alpine will take this value as the
22088 full pathname for the desired newsrc file.<P>
22090 If this option is <B>not</B> set, 
22091 <!--chtml if pinemode="os_windows"-->
22092 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22093 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22094 directory as your pinerc file for NEWSRC.
22095 <!--chtml else-->
22096 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22097 your account's home directory).
22098 <!--chtml endif-->
22099 <P><UL>
22100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22101 </UL>
22103 &lt;End of help on this topic&gt;
22104 </BODY>
22105 </HTML>
22106 ====== h_config_literal_sig =====
22107 <HTML>
22108 <HEAD>
22109 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22110 </HEAD>
22111 <BODY>
22112 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22114 With this option your actual signature, as opposed to
22115 the name of a file containing your signature,
22116 is stored in the Alpine configuration file.
22117 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22120 This is simply a different way to store the signature.
22121 The signature is stored inside your Alpine configuration file instead of in
22122 a separate file.
22123 Tokens work the same way they do with the
22124 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22125 help.
22128 The Setup/Signature command on Alpine's MAIN MENU will edit
22129 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22130 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22131 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22132 instead.
22135 The two character sequence &#92;n (backslash followed by
22136 the character n) will be used to signify a line-break in your signature.
22137 You don't have to enter the &#92;n, but it will be visible in the
22138 SETUP CONFIGURATION window after you are done editing the signature.
22141 <UL>   
22142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22143 </UL><P>
22144 &lt;End of help on this topic&gt;
22145 </BODY>
22146 </HTML>
22147 ====== h_config_signature_file =====
22148 <HTML>
22149 <HEAD>
22150 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22151 </HEAD>
22152 <BODY>
22153 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22155 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22156 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22157 You can tell that that is the case because the value of the
22158 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22160 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22162 You may either use all Literal Signatures (signatures stored in your
22163 configuration file) throughout Alpine, or all signature files.
22164 You can't mix the two.
22166 This is the name of a file that will be automatically inserted into
22167 outgoing messages.
22168 It typically contains information such as your
22169 name, email address and organizational affiliation.
22170 Alpine adds the
22171 signature into the message as soon as you enter the composer so you
22172 can choose to remove it or edit it on a message by message basis.
22173 Signature file placement in message replies is controlled by the
22174 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22175 setting in the feature list.
22178 The default file name is
22179 <!--chtml if pinemode="os_windows"-->
22180 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22181 PINERC file is a local file.
22182 If your PINERC file is remote, then it will be in the directory specified
22183 by the &quot;-aux local_directory&quot; command line option.
22184 <!--chtml else-->
22185 &quot;.signature&quot;.
22186 <!--chtml endif-->
22189 To create or edit your signature file choose Setup from the MAIN MENU
22190 and then select S for Signature (Main/Setup/Signature).  This puts you
22191 into the Signature Editor where you can enter a <EM>few</EM> lines of
22192 text containing your identity and affiliation.
22195 If the filename is followed by a vertical bar (|) then instead
22196 of reading the contents of the file the file is assumed to be a
22197 program that will produce the text to be used on its standard output.
22198 The program can't have any arguments and doesn't receive any input from Alpine,
22199 but the rest of the processing works as if the contents came from a file.
22202 Instead of storing the data in a local file, the
22203 signature data may be stored remotely in an IMAP folder.
22204 In order to do this, 
22205 you must use a remote name for the file.
22206 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22208 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22211 The syntax used here is the same as the syntax used for remote configuration
22212 files from the command line.
22213 Note that you may not access an existing signature file remotely,
22214 you have to create a new <EM>folder</EM> that contains the signature data.
22215 If the name you use here for the signature file is a remote name, then when
22216 you edit the file from the Setup/Signature command the data will be stored
22217 remotely in the folder.
22218 You aren't required to do anything special to create the folder, it
22219 gets created automatically if you use a remote name.
22222 Besides regular text, the signature file may also contain
22223 (or a signature program may produce) tokens that
22224 are replaced with text that usually depends on the message you are replying
22225 to or forwarding.
22226 For example, if the signature file contains the token
22228 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22230 anywhere in the text, then that token is replaced by the date
22231 the message you are replying to or forwarding was sent.
22232 If it contains
22234 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22236 that is replaced with the current date.
22237 The first is an example of a token that depends on the message you
22238 are replying to (or forwarding) and the second is an example which
22239 doesn't depend on anything other than the current date.
22240 You have to be a little careful with this facility since tokens that
22241 depend on the message you are replying to or forwarding will be replaced
22242 by nothing in the case where you are composing a new message from scratch.
22243 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22244 in this respect.
22245 It allows you to use different signature files in different cases.
22248 The list of tokens available for use in the signature file is
22249 <A HREF="h_index_tokens">here</A>.
22252 Instead of, or along with the use of &quot;roles&quot; to give you
22253 different signature files in different situations, there is also
22254 a way to conditionally include text based
22255 on whether or not a token would result in specific replacement text.
22256 For example, you could include some text based on whether or not
22257 the _NEWS_ token would result in any newsgroups if it was used.
22258 This is explained in detail
22259 <A HREF="h_reply_token_conditionals">here</A>.
22260 This isn't for the faint of heart.
22262 In the very unlikely event that you want to include a literal token
22263 in the signature you must precede it with a backslash character.
22264 For example,
22266 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22268 would produce something like
22270 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22272 It is not possible to have a literal backslash followed by an expanded token.
22274 An alternate method for storing the signature data is available by using the
22275 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22276 This variable will be used by default.
22278 <UL>   
22279 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22280 </UL><P>
22281 &lt;End of help on this topic&gt;
22282 </BODY>
22283 </HTML>
22284 ====== h_config_init_cmd_list =====
22285 <HTML>
22286 <HEAD>
22287 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22288 </HEAD>
22289 <BODY>
22290 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22292 The initial keystroke--or command--list option lets you start Alpine at
22293 any place you like.
22294 Whatever keystrokes you specify here will be executed
22295 by Alpine upon startup as a macro.
22296 The words SPACE, TAB, DOWN, UP, LEFT, and
22297 RIGHT indicate the pressing of those keys.
22298 CR indicates the pressing of the RETURN key.
22299 F1 through F12 represent the function keys, and ^ followed
22300 by a character indicates that key pressed along with the control key (in
22301 other words, ^P means Ctrl-P).
22302 As a shortcut notation, an element of the list may be several characters
22303 surrounded by double-quotes (").
22304 That will be expanded into the individual keystrokes
22305 (excluding the double-quote characters).
22306 For example, the quoted-string
22308 <P><CENTER>"ABC"</CENTER>
22311 is interpreted the same as the three separate list members
22313 <P><CENTER>A and B and C</CENTER>
22316 which is also the same as
22318 <P><CENTER>A,B,C</CENTER>
22321 An example: To view message 1 on startup,
22322 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22324 <P><CENTER>I,J,1,CR,V</CENTER>
22327 An equivalent version of this is
22329 <P><CENTER>"IJ1",CR,V</CENTER>
22332 Restrictions: You cannot pre-type into the composer with the initial
22333 keystroke list, and you cannot mix function key commands with letter
22334 commands.
22336 <P><UL>   
22337 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22338 </UL>
22340 &lt;End of help on this topic&gt;
22341 </BODY>
22342 </HTML>
22343 ====== h_config_comp_hdrs =====
22344 <html>
22345 <header>
22346 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22347 </header>
22348 <body>
22349 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22351 You can control which headers you want visible when composing outgoing
22352 email using this option.
22353 You can specify any of the regular set, any
22354 <A HREF="h_compose_richhdr">Rich Header</A>,
22355 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22356 that you have already defined.
22357 If you use this setting at all, you must specify all the
22358 headers you want to see, you can't just add to the regular header set.
22359 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22361 Note that the "Newsgroups:" header will be abbreviated in the Composer
22362 display, but should be spelled out in full here.<p>
22363 <UL>   
22364 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22365 </UL><P>
22366 &lt;End of help on this topic&gt;
22367 </body>
22368 </html>
22369 ====== h_config_custom_hdrs =====
22370 <HTML>
22371 <HEAD>
22372 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22373 </HEAD>
22374 <BODY>
22375 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22377 You may add your own custom headers to outgoing messages.
22378 Each header you specify here must include the header tag 
22379 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22380 and may optionally include a value for that header.
22381 If you want to see these custom headers each time you compose a message,
22382 you must add them to your
22383 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22384 otherwise they become part
22385 of the rich header set that you only see when you press the
22386 <A HREF="h_compose_richhdr">Rich Header</A>
22387 <!--chtml if pinemode="function_key"-->(F5)
22388 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22389 (If you are looking for a way to change which headers are <EM>displayed</EM>
22390 when you view a message, take a look at the
22391 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22392 option instead.)
22393 Here's an example that shows how you might set your From address
22395 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22397 and another showing how you might set a Reply-To address
22399 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22401 You may also set non-standard header values here.
22402 For example, you could add
22404 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22406 or even
22408 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22410 If you include a value after the colon then that header will be included
22411 in your outgoing messages unless you delete it before sending.
22412 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22413 it will not be included in outgoing messages unless you edit a value
22414 in manually.
22415 For example, if
22417 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22419 is in the list, then the Reply-To header will be available for editing
22420 but won't be included unless a value is added while in the composer.
22422 It's actually a little more complicated than that.
22423 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22424 defaults.
22425 If the message you are about to compose already has a value for a header,
22426 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22427 For example, if you are Replying to a message the Subject field
22428 will already be filled in.
22429 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22430 custom subject will <EM>NOT</EM> be used.
22431 The subject derived from the subject of the message you are Replying
22432 to will be used instead.
22434 It is also possible to make header setting even more complicated and more
22435 automatic by using
22436 <A HREF="h_rules_roles">Roles</A>,
22437 but if all you want to do is set a default value for a header, you don't
22438 need to think about Roles.
22440 If you change your From address you may also find it useful to add the
22441 changed From address to the
22442 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22443 configuration option.
22445 Limitation: Because commas are used to separate the list of
22446 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22447 header contain a comma.
22448 Nor is there currently an &quot;escape&quot; mechanism provided
22449 to make this work.
22450 <P><UL>
22451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22452 </UL>
22454 &lt;End of help on this topic&gt;
22455 </BODY>
22456 </HTML>
22457 ====== h_config_viewer_headers =====
22458 <HTML>
22459 <HEAD>
22460 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22461 </HEAD>
22462 <BODY>
22463 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22465 You may change the default list of headers that are viewed by listing
22466 the headers you want to view here.  If the headers in your
22467 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22468 will be shown.  The order of the headers you list will be honored.  If
22469 the special value &quot;all-except&quot; is included as the first
22470 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22471 message except those in the list will be shown.  The values are all
22472 case insensitive.
22475 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22476 then the original default headers are ignored.  So, if you just wanted
22477 to add the header Organization to the list, you would have to list
22478 Organization plus all of the other headers originally in the default
22479 list.  If you just included Organization and nothing else, then you
22480 would see only the Organization header, nothing else.
22483 The default list of headers includes:
22484 <UL>
22485   <LI>From
22486   <LI>Resent-From
22487   <LI>To
22488   <LI>Resent-To
22489   <LI>Cc
22490   <LI>Resent-cc
22491   <LI>Bcc
22492   <LI>Newsgroups
22493   <LI>Followup-To
22494   <LI>Date
22495   <LI>Resent-Date
22496   <LI>Subject
22497   <LI>Resent-Subject
22498   <LI>Reply-To
22499 </UL>
22502 If you are looking for a way to control which headers are included in
22503 outgoing mail and are visible or not in the composer, take a look at the
22504 options
22505 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22506 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22507 this option.
22509 <UL>   
22510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22511 </UL><P>
22512 &lt;End of help on this topic&gt;
22513 </BODY>
22514 </HTML>
22515 ====== h_config_viewer_margin_left =====
22516 <HTML>
22517 <HEAD>
22518 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22519 </HEAD>
22520 <BODY>
22521 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22523 This variable controls the left-hand vertical margin's width in
22524 Alpine's Message Viewing screen.
22525 Its value is the number of space characters preceding each displayed line.
22526 For consistency with
22527 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22528 you may specify the column number to start in
22529 (column numbering begins with number 1)
22530 instead of the width of the margin by appending a lower case letter
22531 &quot;c&quot; to the number.
22532 For example, a value of &quot;2c&quot; means to start the text in column two,
22533 which is entirely equivalent to a value of &quot;1&quot;, which means to
22534 leave a margin of 1 space.
22536 The default is a left margin of 0 (zero).
22537 Misconfigurations (for example, negative values or values with starting
22538 left columns greater than the ending right column)
22539 are silently ignored.
22540 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22541 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22542 instead.
22545 &lt;End of help on this topic&gt;
22546 </BODY>
22547 </HTML>
22548 ====== h_config_viewer_margin_right =====
22549 <HTML>
22550 <HEAD>
22551 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22552 </HEAD>
22553 <BODY>
22554 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22556 This variable controls the right-hand vertical margin's width in
22557 Alpine's Message Viewing screen.
22558 Its value is the number of space characters following each displayed line.
22559 You may specify the column number to end the text in
22560 (column numbering begins with number 1)
22561 instead of the width of the margin by appending a lower case letter
22562 &quot;c&quot; to the number.
22563 For example, a value of &quot;76c&quot; means to end the text in column 76.
22564 If the screen is 80 characters wide, this is equivalent to a value
22565 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22566 However, if you use different size screens at different times, then these
22567 two values are not equivalent.
22569 The default right margin is 4.
22570 Misconfigurations (for example, negative values or values with starting
22571 left columns greater than the ending right column)
22572 are silently ignored.
22573 If the number of columns for text between the
22574 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22575 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22576 instead.
22579 &lt;End of help on this topic&gt;
22580 </BODY>
22581 </HTML>
22582 ====== h_config_quote_suppression =====
22583 <HTML>
22584 <HEAD>
22585 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22586 </HEAD>
22587 <BODY>
22588 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22590 This option should be used with care.
22591 It will cause some of the quoted text to be eliminated from the
22592 display when viewing a message in the MESSAGE TEXT screen.
22593 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22594 value &quot;5&quot;,
22595 this will cause quoted text that is longer than five lines to be truncated.
22596 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22597 Quoted text of more than six lines will have the first five lines displayed
22598 followed by a line that looks something like
22600 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22602 As a special case, if exactly one line of quoted text would be hidden, the
22603 entire quote will be shown instead.
22604 So for the above example, quoted text that is exactly six lines long will
22605 will be shown in its entirety.
22606 (In other words, instead of hiding a single line and adding a line
22607 that announces that one line was hidden, the line is just shown.)
22609 If the sender of a message has carefully chosen the quotes that he or she
22610 includes, hiding those quotes may change the meaning of the message.
22611 For that reason, Alpine requires that when you want to set the value of this
22612 variable to something less than four lines, you actually have to set it
22613 to the negative of that number.
22614 So if you want to set this option to &quot;3&quot;, you actually have to
22615 set it to &quot;-3&quot;.
22616 The only purpose of this is to get you to think about whether or not you
22617 really want to do this!
22618 If you want to delete all quoted text you set the value of this option
22619 to the special value &quot;-10&quot;.
22621 The legal values for this option are
22623 <TABLE>   
22624 <TR>
22625   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22626   <TD> Default, don't hide anything </TD>
22627 </TR>
22628 <TR>
22629   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22630   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22631 </TR>
22632 <TR>
22633   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22634   <TD> Suppress if more than that many lines </TD>
22635 </TR>
22636 <TR>
22637   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22638   <TD> Suppress all quoted lines </TD>
22639 </TR>
22640 </TABLE>
22642 If you set this option to a non-default value you may sometimes wish to
22643 view the quoted text that is not shown.
22644 When this is the case, the
22645 <A HREF="h_common_hdrmode">HdrMode Command</A>
22646 may be used to show the hidden text.
22647 Typing the &quot;H&quot; command once will show the hidden text.
22648 Typing a second &quot;H&quot; will also turn on Full Header mode.
22649 The presence or absence of the HdrMode command is determined by the
22650 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22651 Feature-List option in your Alpine configuration, so you will want to
22652 be sure that is turned on if you use quote suppression.
22654 For the purposes of this option, a quote is a line that begins with the
22655 character &quot;&gt;&quot;.
22657 Quotes are only suppressed when displaying a message on the screen.
22658 The entire quote will be left intact when printing or forwarding or something
22659 similar.
22661 &lt;End of help on this topic&gt;
22662 </BODY>
22663 </HTML>
22664 ====== h_config_saved_msg_name_rule =====
22665 <HTML>
22666 <HEAD>
22667 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22668 </HEAD>
22669 <BODY>
22670 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22672 This option determines the default folder name when saving
22673 a message.
22676 The default option is &quot;default-folder&quot;, which is the folder
22677 called &quot;saved-messages&quot; in Unix Alpine and
22678 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22679 the Alpine option called
22680 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22683 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22684 get the chosen option's value for the message being saved (or for the
22685 first message being saved if using an aggregrate save).
22686 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22687 value of who the message came from (i.e. the from address).
22688 Alpine then attempts to save the message to a folder matching that value.
22689 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22690 &quot;by-sender&quot;.
22691 The opposite is also true.
22692 If &quot;by-recipient&quot; is chosen and the message was posted to a
22693 newsgroup, Alpine will use the newsgroup name.
22694 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22695 &quot;by-from&quot;.
22698 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22699 to use the personal name part of the address instead of the mailbox part.
22700 If any of the &quot;by-nick&quot; options are chosen, the
22701 address is looked up in your address book and if found, the
22702 nickname for that entry is used.
22703 Only simple address book entries are checked, not distribution lists.
22704 Similarly, if any of the
22705 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22706 address book entry is used.
22707 If by-realname, or the by-nick or by-fcc lookups result in no value,
22708 then if the chosen option ends with the &quot;then-from&quot;,
22709 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22710 or &quot;then-recip&quot; suffix, Alpine
22711 reverts to the same behavior as &quot;by-from&quot;,
22712 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22713 depending on which option was specified.
22714 If the chosen option doesn't end with one of
22715 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22716 folder when no match is found in the address book.
22719 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22720 to save to the folder that you saved to the last time you saved a
22721 message.  The first time you save a message in an Alpine session, Alpine
22722 attempts to save the message to the default folder.
22725 Here is an example to make some of the options clearer.
22726 If the message is From
22728 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22730 and this rule is set to &quot;by-from&quot;, then the default folder offered
22731 in the save dialog would be &quot;flint&quot;.
22733 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22734 be &quot;Fred Flintstone&quot;.
22736 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22737 for the address &quot;flint@bedrock.org&quot; in your address book.
22738 If an entry is found and it has a nickname associated with it, that nickname
22739 will be offered as the default folder.
22740 If not, the default saved message folder will be offered as the default.
22742 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22743 for the address &quot;flint@bedrock.org&quot; in your address book.
22744 If an entry is found and it has an Fcc associated with it, that Fcc
22745 will be offered as the default folder.
22746 If not, the default saved message folder will be offered as the default.
22748 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22749 for the address &quot;flint@bedrock.org&quot; in your address book.
22750 If an entry is found and it has a nickname associated with it, that nickname
22751 will be offered as the default folder.
22752 If it is not found (or has no nickname) then the default offered will be
22753 the same as it would be for the &quot;by-from&quot; rule.
22754 That is, it would be &quot;flint&quot;
22756 <UL>   
22757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22758 </UL><P>
22759 &lt;End of help on this topic&gt;
22760 </BODY>
22761 </HTML>
22762 ====== h_config_fcc_rule =====
22763 <HTML>
22764 <HEAD>
22765 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22766 </HEAD>
22767 <BODY>
22768 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22770 This option determines the default name for folder carbon copy. Choose
22771 one:
22773 <DL>
22774 <DT>default-fcc</DT>
22775 <DD>This is the normal default, the value of which is set in the
22776 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22777 configuration.
22778 </DD>
22780 <DT>last-fcc-used</DT>
22781 <DD> Causes Alpine to use the folder that was last
22782 used in the fcc field
22783 </DD>
22785 <DT>by-nickname</DT>
22786 <DD>Means that Alpine will use the nickname
22787 from your address book that matches the first address in the To line.
22788 If there is no match, it will use the value of the
22789 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22790 </DD>
22792 <DT>by-recipient</DT>
22793 <DD>Means Alpine will form a folder name
22794 based on the left hand side of the first address in the To line.
22795 </DD>
22797 <DT>by-nick-then-recip</DT>
22798 <DD>Means that it will use the
22799 matching nickname from your address book if there is one, otherwise it
22800 will extract the recipient name from the address and use that (like
22801 by-recipient).
22802 </DD>
22804 <DT>current-folder</DT>
22805 <DD>Causes a copy to be written to
22806 the currently open folder, unless that is the INBOX.  In the case
22807 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22808 used instead.
22809 </DD>
22810 </DL>
22813 Note: Whatever the fcc specified by the rule here, it will be
22814 over-ridden by any fcc entries you have in your address book.
22817 <UL>   
22818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22819 </UL><P>
22820 &lt;End of help on this topic&gt;
22821 </BODY>
22822 </HTML>
22823 ====== h_config_sort_key =====
22824 <HTML>
22825 <HEAD>
22826 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22827 </HEAD>
22828 <BODY>
22829 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22831 This option determines the order in which messages will be displayed in
22832 the MESSAGE INDEX screen.  Choose from:
22834 <UL>
22835  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22836  <LI> <A HREF="h_index_sort_date">Date</A>
22837  <LI> <A HREF="h_index_sort_subj">Subject</A>
22838  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22839  <LI> <A HREF="h_index_sort_thread">Thread</A>
22840  <LI> <A HREF="h_index_sort_from">From</A>
22841  <LI> <A HREF="h_index_sort_size">Size</A>
22842  <LI> <A HREF="h_index_sort_score">Score</A>
22843  <LI> <A HREF="h_index_sort_to">To</A>
22844  <LI> <A HREF="h_index_sort_cc">Cc</A>
22845 </UL>
22848 Each type of sort may also be reversed.
22849 Normal default is by &quot;Arrival&quot;.
22852 A possible point of confusion arises when you change the configuration
22853 of the <!--#echo var="VAR_sort-key"-->.
22854 The folder will normally be re-sorted when you go back to viewing the
22855 index.
22856 However, if you have manually sorted the folder with the
22857 Sort
22858 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22859 command, then it will not be re-sorted until the next time it is opened.
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_other_startup =====
22869 <HTML>
22870 <HEAD>
22871 <TITLE>OPTION: Set Startup Rule</TITLE>
22872 </HEAD>
22873 <BODY>
22874 <H1>OPTION: Set Startup Rule</H1>
22876 This option determines which message will be the <EM>current message</EM> when
22877 the folder is first opened.
22878 It works the same way that the option
22879 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22880 works, so look there for help.
22881 It may be used for any folder, not just incoming folders.
22884 <UL>   
22885 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22886 </UL><P>
22887 &lt;End of help on this topic&gt;
22888 </BODY>
22889 </HTML>
22890 ====== h_config_perfolder_sort =====
22891 <HTML>
22892 <HEAD>
22893 <TITLE>Set Sort Order</TITLE>
22894 </HEAD>
22895 <BODY>
22896 <H1>Set Sort Order</H1>
22898 This option determines the order in which messages will be displayed in
22899 the MESSAGE INDEX screen when the Current Folder Type set in the
22900 Pattern is a match. Choose from:
22902 <UL>
22903  <LI> <A HREF="h_index_sort_default">Default</A>
22904  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22905  <LI> <A HREF="h_index_sort_date">Date</A>
22906  <LI> <A HREF="h_index_sort_subj">Subject</A>
22907  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22908  <LI> <A HREF="h_index_sort_thread">Thread</A>
22909  <LI> <A HREF="h_index_sort_from">From</A>
22910  <LI> <A HREF="h_index_sort_size">Size</A>
22911  <LI> <A HREF="h_index_sort_score">Score</A>
22912  <LI> <A HREF="h_index_sort_to">To</A>
22913  <LI> <A HREF="h_index_sort_cc">Cc</A>
22914 </UL>
22917 Each type of sort may also be reversed.
22918 Normal default is by &quot;Arrival&quot;.
22921 A possible point of confusion arises when you change the configuration
22922 of the Sort Order for the currently open folder.
22923 The folder will normally be re-sorted when you go back to viewing the
22924 index.
22925 However, if you have manually sorted the folder with the
22926 Sort
22927 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22928 command, then it will not be re-sorted until the next time it is opened.
22931 <UL>   
22932 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22933 </UL><P>
22934 &lt;End of help on this topic&gt;
22935 </BODY>
22936 </HTML>
22937 ====== h_config_fld_sort_rule =====
22938 <HTML>
22939 <HEAD>
22940 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
22941 </HEAD>
22942 <BODY>
22943 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
22945 This option controls the order in which folder list entries will be
22946 presented in the FOLDER LIST screen.  Choose one of the following:
22948 <DL>
22949 <DT>Alphabetical</DT>
22950 <DD>sort by alphabetical name independent of type
22951 </DD>
22953 <DT>Alpha-with-dirs-last</DT>
22954 <DD>sort by alphabetical name grouping directory entries
22955 to the end of the list
22956 </DD>
22958 <DT>Alpha-with-dirs-first</DT>
22959 <DD>sort by alphabetical name grouping directory entries
22960 to the start of the list
22961 </DD>
22962 </DL>
22964 The normal default is &quot;Alphabetical&quot;.
22967 <UL>   
22968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22969 </UL><P>
22970 &lt;End of help on this topic&gt;
22971 </BODY>
22972 </HTML>
22973 ====== h_config_ab_sort_rule =====
22974 <HTML>
22975 <HEAD>
22976 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
22977 </HEAD>
22978 <BODY>
22979 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
22981 This option controls the order in which address book entries will be
22982 presented.  Choose one of the following:
22984 <DL>
22985 <DT>fullname</DT>
22986 <DD>use fullname field, lists mixed in
22987 </DD>
22989 <DT>fullname-with-lists-last</DT>
22990 <DD>use fullname field, but put lists at end
22991 </DD>
22993 <DT>nickname</DT>
22994 <DD>use nickname field, lists mixed in
22995 </DD>
22997 <DT>nickname-with-lists-last</DT>
22998 <DD>use nickname field, but put lists at end
22999 </DD>
23001 <DT>dont-sort</DT>
23002 <DD>don't change order of file
23003 </DD>
23004 </DL>
23007 The normal default is &quot;fullname-with-lists-last&quot;.
23008 If you use an address book from more than one computer and those
23009 computers sort the address book differently then the sort order
23010 will be the order where the last change to the address book was
23011 made.
23012 There are two reasons the sorting might be different on different
23013 systems.
23014 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
23015 places.
23016 Second, the collation rules on the two computers may be different.
23017 For example, one system might ignore special characters while the other
23018 doesn't or one may sort upper and lower case letters together while
23019 the other doesn't.
23020 In any case, the order you see is the order on the system where the
23021 last change was made, for example by an address book edit or a
23022 Take Address command.
23025 <UL>   
23026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23027 </UL><P>
23028 &lt;End of help on this topic&gt;
23029 </BODY>
23030 </HTML>
23031 ====== h_config_post_char_set =====
23032 <HTML>
23033 <HEAD>
23034 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
23035 </HEAD>
23036 <BODY>
23037 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
23039 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
23040 when sending messages.
23044 When sending a message the text typed in the composer is
23045 labeled with the character set specified by this option.
23046 If the composed text is not fully representable in the 
23047 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
23048 instead;
23051 Attachments are labeled with your
23052 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
23055 Generally, there should be little need to set this option.
23056 If left unset, the
23057 default behavior is to label composed text as specifically as
23058 possible.  That is, if the composed text has no non-ASCII characters,
23059 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
23060 only ISO-8859-15 characters, it is labeled as such.  Alpine will
23061 attempt to automatically detect a number of character sets including ISO-8859-15,
23062 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23063 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
23064 If the message contains a mix of character sets,
23065 it is labeled as &quot;UTF-8.&quot;
23069 This setting is provided to allow you to force a particular character set that
23070 Alpine does not automatically detect. For example, if a message is representable
23071 in more than one character set then Alpine may choose a different default
23072 than you want.
23073 Lastly, by setting this option explicitly to
23074 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23075 &quot;UTF-8&quot; instead of something more specific.
23078 In the Setup/Config screen you may choose from a list of all the
23079 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23082 The options
23083 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23084 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23085 are closely related.
23086 Setting the feature
23087 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23088 should cause this option to be ignored.
23091 <UL>   
23092 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23093 </UL><P>
23094 &lt;End of help on this topic&gt;
23095 </BODY>
23096 </HTML>
23097 ====== h_config_unk_char_set =====
23098 <HTML>
23099 <HEAD>
23100 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23101 </HEAD>
23102 <BODY>
23103 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23105 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23106 when reading or replying to messages.
23110 A text message should either be made up of all US-ASCII characters
23111 or it should contain a charset label which tells the software which
23112 character set encoding to use to interpret the message.
23113 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23114 This message is outside of the standards so any attempt to read it could fail.
23115 When Alpine attempts to read such a message it will try to interpret the
23116 text in the character set you specify here.
23117 For example, if you have correspondents who send you unlabeled messages that
23118 are usually made up of characters from the WINDOWS-1251 character set, setting
23119 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23120 allow you to read those messages.
23121 Of course, if the unlabeled message is actually in some other character set,
23122 then you may see garbage on your screen.
23124 Instead of just unlabeled text, this option also affects text which is labeled
23125 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23126 or &quot;US-ASCII&quot;.
23129 In the Setup/Config screen you may choose from a list of all the
23130 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23133 <UL>   
23134 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23135 </UL><P>
23136 &lt;End of help on this topic&gt;
23137 </BODY>
23138 </HTML>
23139 ====== h_config_char_set =====
23140 <HTML>
23141 <HEAD>
23142 <TITLE>OPTION: Display Character Set</TITLE>
23143 </HEAD>
23144 <BODY>
23145 <H1>OPTION: Display Character Set</H1>
23147 The Display Character Set configuration option is used when viewing messages.
23149 Alpine uses Unicode characters internally and 
23150 it is a goal for Alpine to handle email in many different languages.
23151 Alpine will properly display only left-to-right character sets
23152 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23153 font is in use, in the sense that
23154 characters are assumed to take up zero, one, or two character cell
23155 widths from left to right on the screen. This is true even in PC-Alpine.
23158 Alpine recognizes some local character sets that are right-to-left
23159 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23160 (Arabic) and properly converts texts in these character sets to/from
23161 Unicode; however, there are known display bugs with these character
23162 sets.
23165 There are three possible configuration character settings and some
23166 environment variable settings that can affect how Alpine
23167 handles international characters.
23168 The first two of these are only available in UNIX Alpine.
23169 The three configuration options are
23170 Display Character Set,
23171 Keyboard Character Set, and
23172 <!--#echo var="VAR_posting-character-set"-->.
23173 The Keyboard Character Set defaults to being the same value
23174 as the Display Character Set, and that is usually correct, because
23175 the keyboard almost always produces characters in the same character set
23176 as the display displays.
23177 The Display Character Set is the character set that Alpine
23178 will attempt to use when sending characters to the display.
23181 By default, the Display Character Set variable is not set and UNIX Alpine
23182 will attempt to get this information from the environment.
23183 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23184 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23185 An explicit configuration setting for Display Character Set will,
23186 of course, override any default setting.
23188 For PC-Alpine the Display Character Set
23189 and the Keyboard Character Set
23190 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23193 It is probably best to use UNIX Alpine in a terminal emulator
23194 capable of displaying UTF-8 characters, since that will allow you to
23195 view just about any received text that is correctly formatted (note,
23196 however, the above comments about known index display bugs with certain
23197 character sets). You'll need to have an emulator that uses a UTF-8 font
23198 and you'll need to set up your environment to use a UTF-8 charmap. For
23199 example, on a Linux system you might include
23201 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23204 or something similar in your UNIX startup files.
23205 You'd also have to select a UTF-8 font in your terminal emulator.
23208 The types of values that the character set variables may be set to are
23209 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23210 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23211 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23212 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23213 In the Setup/Config screen you may choose from a list of all the
23214 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23215 Here is a list of many of the possible character sets:
23218 <TABLE>
23219 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23220 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23221 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23222 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23223 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23224 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23225 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23226 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23227 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23228 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23229 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23230 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23231 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23232 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23233 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23234 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23235 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23236 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23237 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23238 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23239 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23240 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23241 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23242 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23243 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23244 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23245 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23246 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23247 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23248 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23249 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23250 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23251 </TABLE>
23254 When reading incoming email, Alpine understands many different
23255 character sets and is able to convert the incoming mail into Unicode.
23256 The Unicode will be converted to the Display Character Set
23257 for display on your terminal.
23258 Characters typed at the keyboard will be converted from the
23259 Keyboard Character Set to Unicode for Alpine's internal
23260 use.
23261 You may find that you can read some malformed messages that do not
23262 contain a character set label by setting the option
23263 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23266 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23267 The default behavior obtained by leaving this variable unset is usually
23268 what is wanted. In that default case, Alpine will attempt
23269 to label the message with the most specific character set from the
23270 rather arbitrary set
23272 US-ASCII, ISO-8859-15,
23273 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23274 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23277 For example, if the message is made up of only US-ASCII characters, it
23278 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23279 that will be the label. If that doesn't work the same is tried for the
23280 remaining members of the list.
23283 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23284 explicit value instead.
23285 For example, if you usually send messages in Greek, setting this
23286 option to ISO-8859-7 will result in messages being labeled as
23287 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23288 are only Greek characters, or UTF-8 if there are some characters
23289 that aren't representable in ISO-8859-7.
23290 Another possibility is to set this option explicitly to UTF-8.
23291 In that case
23292 Alpine labels only ascii messages as US-ASCII and all other
23293 messages as UTF-8.
23296 The options
23297 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23298 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23299 are closely related to this option.
23300 Setting the feature
23301 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23302 should cause this option to be ignored.
23305 When displaying a message, Alpine compares this setting to the character
23306 set specified in the message.  If not all of the
23307 characters in the message can be displayed using the Display Character Set
23308 then Alpine places an editorial
23309 comment in the displayed text (enclosed in square-brackets) indicating
23310 that some characters may not be displayed correctly.
23311 This comment may be eliminated by turning on the option
23312 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23315 <UL>   
23316 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23317 </UL><P>
23318 &lt;End of help on this topic&gt;
23319 </BODY>
23320 </HTML>
23321 ====== h_config_key_char_set =====
23322 <HTML>
23323 <HEAD>
23324 <TITLE>OPTION: Keyboard Character Set</TITLE>
23325 </HEAD>
23326 <BODY>
23327 <H1>OPTION: Keyboard Character Set</H1>
23329 UNIX Alpine only.
23331 The Keyboard Character Set identifies the character set of the characters
23332 coming from your keyboard.
23333 It defaults to having the same value as your
23334 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23335 which in turn defaults to a value obtained from your environment.
23336 It is unlikely that you will need to use this option, because the keyboard
23337 almost always produces the same kind of characters as the display displays.
23340 This character set is also used when accessing files in your local
23341 file system.
23342 The names of the files are assumed to be in the same character set as
23343 what the keyboard produces, as well as the contents of the files.
23346 In the Setup/Config screen you may choose from a list of all the
23347 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23350 The options
23351 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23352 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23353 are closely related.
23354 Setting the feature
23355 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23356 should cause this option to be ignored.
23359 <UL>   
23360 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23361 </UL><P>
23362 &lt;End of help on this topic&gt;
23363 </BODY>
23364 </HTML>
23365 ====== h_config_editor =====
23366 <HTML>
23367 <HEAD>
23368 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23369 </HEAD>
23370 <BODY>
23371 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23373 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23374 normally an alternative to Alpine's internal composer (Pico).  You could use
23375 this setting to specify an alternate editor to use occasionally or if you
23376 have a favorite editor and want to use it all the time (see the 
23377 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23378 If you specify multiple editors for this option, ^_ will invoke the first one 
23379 of those specified that exists and is executable.  When specifying a program 
23380 for use here, make sure that the format of the text it saves -- which, when 
23381 you exit it, will become the message body in Alpine -- is appropriate 
23382 for the body of an email message; avoid proprietary formats that may result in 
23383 a message body that the recipient of your message will be unable to decipher.
23385 <!--chtml if pinemode="os_windows"-->
23386 <!--chtml else-->
23387 If you are in doubt about what editors are available on your system, or which 
23388 of them may be appropriate for specification here, ask your local computing 
23389 support staff.  
23390 <!--chtml endif-->
23392 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23393 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23394 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23395 use that.
23397 <P><UL>
23398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23399 </UL>
23401 &lt;End of help on this topic&gt;
23402 </BODY>
23403 </HTML>
23404 ====== h_config_speller =====
23405 <HTML>
23406 <HEAD>
23407 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23408 </HEAD>
23409 <BODY>
23410 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23412 UNIX Alpine only.
23414 For PC-Alpine, you must install the aspell library code that you
23415 may get from
23416 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23418 This option affects the behavior of the ^T (spell check) command in the
23419 Composer.  It specifies the program invoked by ^T in the Composer.
23420 By default, Alpine uses
23422 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23424 if it knows where to find &quot;aspell&quot;.
23425 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23426 then the command used is
23428 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23430 Otherwise, the ancient &quot;spell&quot; command is used.
23432 If you specify a value for this command (with full pathname) then that is what
23433 will be used instead of any of the defaults.
23434 When invoking this
23435 spell-checking program, Alpine appends a tempfile name (where the message is
23436 passed) to the command line. Alpine expects the speller to correct the
23437 spelling in that file. When you exit from that program Alpine will read the
23438 tempfile back into the composer.
23440 Don't set this speller option to the standard Unix spell command.
23441 That won't work because spell works in a different way.
23444 <UL>   
23445 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23446 </UL><P>
23447 &lt;End of help on this topic&gt;
23448 </BODY>
23449 </HTML>
23450 ====== h_config_aspell_dictionary =====
23451 <HTML>
23452 <HEAD>
23453 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
23454 </HEAD>
23455 <BODY>
23456 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
23458 PC Alpine only.
23460 This option specifies a list of dictionaries you will use with
23461 aspell. A sample entry is &quot;en_US&quot; for american english, or
23462 &quot;en_GB&quot; for brittish english.
23465 <UL>   
23466 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23467 </UL><P>
23468 &lt;End of help on this topic&gt;
23469 </BODY>
23470 </HTML>
23471 ====== h_config_display_filters =====
23472 <HTML>
23473 <HEAD>
23474 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23475 </HEAD>
23476 <BODY>
23477 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23479 This option defines a list of text-filtering commands (programs or
23480 scripts) that may be used to filter text portions of received messages
23481 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23482 display screen, exporting to a text file).  
23483 For security reasons, the full path name of the
23484 filter command must be specified.
23487 The command is executed and the message is piped into its standard input. 
23488 The standard output of the command is read back by Alpine.  The
23489 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23491 <P> 
23492 The filter's use is based on the configured &quot;trigger&quot; string.  The
23493 format of a filter definition is:
23495 <P>   
23496 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23499 You can specify as many filters as you wish, separating them with a comma.  
23500 Each filter can have only one trigger and command.  Thus, two trigger 
23501 strings that invoke the same command require separate filter 
23502 specifications. 
23504 <P> 
23505 The &quot;trigger&quot; is simply text that, if found in the message,
23506 will invoke the associated command.  If the trigger contains any space
23507 characters, it must be placed within quotes.  Likewise, should you
23508 wish a filter to be invoked unconditionally, define the trigger as the
23509 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23510 trigger string is found anywhere in the text of the message the filter
23511 is invoked.  Placing the trigger text within the tokens defined below
23512 changes where within the text the trigger must be before considering
23513 it a match.
23515 <P>  
23516 Trigger Modifying Tokens:
23517 <DL>
23518 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23519 <DD>This token tells Alpine to invoke the supplied command
23520 if the text is in a character set matching <VAR>string</VAR>
23521 (e.g., ISO-8859-2 or ISO-2022-JP).
23522 </DD>
23525 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23526 <DD>This token tells Alpine to invoke the supplied command
23527 if the enclosed <VAR>string</VAR> is found to be the first
23528 non-whitespace text.
23529 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23530 the space character.
23531 </DD>
23533 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23534 <DD>This token tells Alpine to invoke the supplied command
23535 if the enclosed <VAR>string</VAR> is found at the beginning
23536 of any line in the text.
23537 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23538 the space character.
23539 </DD>
23540 </DL>
23543 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23544 the command line to be invoked if the trigger string is found.  Below
23545 are tokens that Alpine will recognize and replace with special values
23546 when the command is actually invoked.
23549 Command Modifying Tokens:
23551 <DL>
23552 <DT>_TMPFILE_</DT>
23553 <DD>When the command is executed, this token is 
23554 replaced with the path and name of the temporary 
23555 file containing the text to be filtered.  Alpine 
23556 expects the filter to replace this data with the 
23557 filter's result.
23560 NOTE: Use of this token implies that the text to 
23561 be filtered is not piped into standard input of the 
23562 executed command and its standard output is ignored. 
23563 Alpine restores the tty modes before invoking the
23564 filter in case the filter interacts with the user
23565 via its own standard input and output.  
23566 </DD>
23567                         
23568 <DT>_RESULTFILE_</DT>
23569 <DD>When the command is executed, this token is 
23570 replaced with the path and name of a temporary 
23571 file intended to contain a status message from the 
23572 filter.  Alpine displays this in the message status 
23573 field. 
23574 </DD>
23576 <DT>_DATAFILE_</DT>
23577 <DD>When the command is executed, this token is 
23578 replaced with the path and name of a temporary 
23579 file that Alpine creates once per session and deletes 
23580 upon exit.  The file is intended to be used by the 
23581 filter to store state information between instances 
23582 of the filter.
23583 </DD>
23584    
23585 <DT>_PREPENDKEY_</DT>
23586 <DD>When the command is executed, this token indicates that a random
23587 number will be passed down the input stream before the message text.
23588 This number could be used as a session key.  It is sent in this way to
23589 improve security.  The number is unique to the current Alpine session
23590 and is only generated once per session.
23591 </DD>
23593 <DT>_SILENT_</DT>
23594 <DD>When the filter is executed, this token tells Alpine not to repaint
23595 the screen while the command is being executed. This can be used with 
23596 filters that do not interact with the user, and therefore repainting 
23597 the screen is not necessary. 
23598 </DD>
23599 </DL>
23602 The feature
23603 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23605 Performance caveat/considerations:
23606 <BR>
23607 Testing for the trigger and invoking the filter doesn't come for free.
23608 There is overhead associated with searching for the trigger string, testing
23609 for the filter's existence and actually piping the text through the filter.
23610 The impact can be reduced if the Trigger Modifying Tokens above are 
23611 employed.
23613 &lt;End of help on this topic&gt;
23614 </BODY>
23615 </HTML>
23616 ====== h_config_sending_filter =====
23617 <HTML>
23618 <HEAD>
23619 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23620 </HEAD>
23621 <BODY>
23622 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23623       
23624 This option defines a list of text-filtering commands (programs and
23625 scripts) that may be selectively invoked to process a message just before
23626 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23627 select which filter (or none) to apply to the message before it is sent. 
23628 For security reasons, the full path of the filter program must be
23629 specified.
23632 Command Modifying Tokens:
23634 <DL>
23635 <DT>_RECIPIENTS_</DT>
23636 <DD>When the command is executed, this token is replaced 
23637 with the space delimited list of recipients of the 
23638 message being sent. 
23639 </DD>
23640         
23641 <DT>_TMPFILE_</DT>
23642 <DD>
23643 When the command is executed, this token is 
23644 replaced with the path and name of the temporary 
23645 file containing the text to be filtered.  Alpine 
23646 expects the filter to replace this data with the 
23647 filter's result.
23650 NOTE: Use of this token implies that the text to 
23651 be filtered is not piped into standard input of the 
23652 executed command and its standard output is ignored. 
23653 Alpine restores the tty modes before invoking the
23654 filter in case the filter interacts with the user
23655 via its own standard input and output.  
23656 </DD>
23657                         
23658 <DT>_RESULTFILE_</DT>
23659 <DD>When the command is executed, this token is 
23660 replaced with the path and name of a temporary 
23661 file intended to contain a status message from the 
23662 filter.  Alpine displays this in the message status 
23663 field. 
23664 </DD>
23666 <DT>_DATAFILE_</DT>
23667 <DD>When the command is executed, this token is replaced 
23668 in the command line with the path and name of a 
23669 temporary file that Alpine creates once per session 
23670 and deletes upon exit.  The file is intended to be 
23671 used by the filter to store state information between 
23672 instances of the filter.
23673 </DD>
23674    
23675 <DT>_PREPENDKEY_</DT>
23676 <DD>When the command is executed, this token indicates 
23677 that a random number will be passed down the input 
23678 stream before the message text.  This number could 
23679 be used as a session key.  It is sent in this way 
23680 to improve security.  The number is unique to the 
23681 current Alpine session and is only generated once per 
23682 session. 
23683 </DD>
23685 <DT>_INCLUDEALLHDRS_</DT>
23686 <DD>When the command is executed, this token indicates 
23687 that the headers of the message will be passed down the input stream
23688 before the message text.
23689 </DD>
23691 <DT>_MIMETYPE_</DT>
23692 <DD>When the command is executed, this token is replaced in the
23693 command name with a temporary file name used to accept any new MIME
23694 Content-Type information necessitated by the output of the filter.
23695 Upon the filter's exit, if the file contains new MIME type
23696 information, Alpine verifies its format and replaces the outgoing
23697 message's MIME type information with that contained in the file. This
23698 is basically a cheap way of sending something other than Text/Plain.
23699 </DD>
23700 </DL>
23702 <P>   
23703 NOTE: Only the body text, which is visible in the Composer, is piped
23704 through this filter.  Attachments are not sent to the filter.
23705 <P>   
23706 Sending filters are not used if the feature
23707 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23709 <UL>   
23710 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23711 </UL><P>
23712 &lt;End of help on this topic&gt;
23713 </BODY>
23714 </HTML>
23715 ====== h_config_keywords =====
23716 <HTML>
23717 <HEAD>
23718 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23719 </HEAD>
23720 <BODY>
23721 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23723 You may define your own set of keywords and optionally set them on a
23724 message by message basis.
23725 These are similar to the &quot;Important&quot; flag which the user
23726 may set using the Flag command.
23727 The difference is that the Important flag is always present for each folder.
23728 User-defined keywords are chosen by the user.
23729 You may set up the list of possible keywords here, or you may add keywords
23730 from the Flag Details screen that you
23731 can get to after typing the
23732 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23733 command.
23734 After the keywords have been defined,
23735 then you use the <A HREF="h_common_flag">Flag command</A>
23736 to set or clear the keywords in each message.
23737 The behavior of the flag command may be modified by using the
23738 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23739 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23742 Keywords may be used when Selecting messages (Select Keyword).
23743 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23744 Filter Rules may be used to set keywords automatically.
23745 Keywords may be displayed as part of the Subject of a message by using
23746 the SUBJKEY or SUBJKEYINIT tokens in the
23747 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23748 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23749 option may be used to modify the display of keywords using
23750 SUBJKEY and SUBJKEYINIT slightly.
23751 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23752 screen by using the KEY or KEYINIT tokens.
23753 It is also possible to color keywords in the index using the
23754 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23755 Keywords are not supported by all mail servers.
23758 You may give keywords nicknames if you wish.
23759 If the keyword definition you type in contains a SPACE character, then the
23760 actual value of the keyword is everything after the last SPACE and the
23761 nickname for that keyword is everything before the last SPACE.
23762 For example, suppose you are trying to interoperate with another email program
23763 that uses a particular keyword with an unpleasant name.
23764 Maybe it uses a keyword called
23766 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23768 but for you that keyword means that the message is work-related.
23769 You could define a keyword to have the value
23771 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23773 and then you would use the name &quot;Work&quot; when dealing with
23774 that keyword in Alpine.
23775 If you defined it as
23777 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23779 the nickname would be everything before the last SPACE, that is the nickname
23780 would be &quot;My Work&quot;.
23782 Some commonly used keywords begin with dollar signs.
23783 This presents a slight complication, because the dollar sign is normally used
23784 to signify
23785 <A HREF="h_news_config">environment variable expansion</A>
23786 in the Alpine configuration.
23787 In order to specify a keyword that begins with a dollar sign you must
23788 precede the dollar sign with a second dollar sign to escape its special
23789 meaning.
23790 For example, if you want to include the keyword
23792 <CENTER><SAMP>$Label1</SAMP></CENTER>
23794 as one of your possible keywords, you must enter the text
23796 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23799 instead.
23801 There are a couple limitations.
23802 First, not all servers support keywords.
23803 Second, some servers (including the IMAP server included with Alpine)
23804 have a per folder limit on the number of keywords that may be defined.
23805 This count commonly includes every keyword you have ever used in the
23806 folder, even if it is no longer being used.
23807 In other words, you can add keywords but you cannot remove them easily.
23808 If you have changed keywords over the life of a folder and find that
23809 you have reached such a limit, one possible solution might be to copy
23810 all of the messages to a newly created folder (using Alpine) and then
23811 delete the original and rename the new folder.
23812 The reason this might work is that only the keywords currently set in
23813 any of the messages will be used in the new folder, hopefully putting you
23814 under the limit.
23817 <UL>   
23818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23819 </UL><P>
23820 &lt;End of help on this topic&gt;
23821 </BODY>
23822 </HTML>
23823 ====== h_config_alt_addresses =====
23824 <HTML>
23825 <HEAD>
23826 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23827 </HEAD>
23828 <BODY>
23829 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23831 This option provides a place for you to list alternate email addresses
23832 you may have.
23833 Each address in the list should be the actual email address part of an
23834 address, without the full name field or the angle brackets.
23835 For example:
23838 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23841 The matching is case-insensitive, so this would match any of
23842 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23843 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23846 If set, the option affects the behavior of the Reply
23847 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23848 a message has been addressed specifically to you.
23851 In the default INDEX display
23852 the personal name (or email address) of
23853 the person listed in the message's &quot;From:&quot; header
23854 field is usually displayed except when that address is yours or one of your
23855 alternate addresses.
23856 In that case you will usually see the name of
23857 the first person specified in the
23858 message's &quot;To:&quot; header field
23859 with the prefix &quot;To: &quot; prepended.
23862 With respect to Reply, the reply-to-all option will exclude addresses
23863 listed here.
23866 The feature
23867 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23868 is somewhat related to this option.
23871 In addition to a list of actual addresses,
23872 you may use regular expressions (as used with egrep with the ignore case flag)
23873 to describe the addresses you want to match.
23874 Alpine will somewhat arbitrarily interpret your entry as a regular
23875 expression if it contains any of the characters
23876 *, |, +, ?, {, [, ^, $, or &#92;.
23877 Otherwise, it will be treated literally.
23878 The feature
23879 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23880 may be used to turn off regular expression processing regardless of whether or not
23881 special characters appear in the entry.
23884 A description of how regular expressions work is beyond the
23885 scope of this help text, but some examples follow.
23888 The entry
23891 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23894 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23895 address with a domain name of <SAMP>example.com</SAMP> (such as
23896 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23897 one of your alternate addresses.
23898 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23899 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23900 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23901 Complicating things further, the dollar sign
23902 is special in the Alpine configuration (it signifies environment variable expansion)
23903 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23904 Quotes around the whole expression will not escape the dollar sign successfully.
23905 So this example should look like
23908 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23912 The entry
23915 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23918 would match
23919 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23920 as <SAMP>fred@example.com</SAMP>.
23923 You could match all addresses that look like
23924 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23925 entry
23928 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23931 Notice that you have to escape the plus sign with a backslash because plus
23932 is a special character in regular expressions.
23933 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23934 the expression
23937 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
23940 would do it, but it would be easier to just add fred@example.com as a
23941 separate entry.
23944 One more example, a match of all first-level subdomains, is given by
23947 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
23951 Because the regular expression matching is based on an old library
23952 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
23953 but they should be close.
23956 <UL>   
23957 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23958 </UL><P>
23959 &lt;End of help on this topic&gt;
23960 </BODY>
23961 </HTML>
23962 ====== h_config_abook_formats =====
23963 <HTML>
23964 <HEAD>
23965 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
23966 </HEAD>
23967 <BODY>
23968 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
23970 This option specifies the format that address books are displayed in.
23971 Normally, address books are displayed with the nicknames in the first
23972 column, the fullnames in the second column, and addresses in the third
23973 column.  The system figures out reasonable defaults for the widths of
23974 the columns.  An address book may be given a different format by
23975 listing special tokens in the order you want them to display.  The
23976 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
23977 So, for example, to get the default behavior you could list
23980 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
23983 (You can also use the token DEFAULT to get the default behavior for
23984 an address book format.)
23987 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
23988 is a list, so if you have more than one address book you may have a
23989 separate format for each by putting its format at the corresponding
23990 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
23994 Listed first are the personal address books, then the global address
23995 books.  So, if you have two personal address books and one global
23996 address book, you may have up to three formats in the
23997 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
23998 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
23999 are address books, the last element is used repeatedly.
24003 Each of the tokens may also be optionally followed by parentheses with
24004 either a number or a percentage inside the parentheses.  For example,
24005 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
24006 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
24007 of the available space (the screen width minus the space for
24008 inter-column spaces) to the fullnames column, while plain
24009 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
24010 reasonable number of columns.
24013 There are always 2 spaces between every column, so if you use
24014 fixed column widths (like 13) you should remember to take that into
24015 account.
24018 <UL>   
24019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24020 </UL><P>
24021 &lt;End of help on this topic&gt;
24022 </BODY>
24023 </HTML>
24024 ====== h_config_set_index_format =====
24025 <HTML>
24026 <HEAD>
24027 <TITLE>Set Index Format</TITLE>
24028 </HEAD>
24029 <BODY>
24030 <H1>Set Index Format</H1>
24032 This option is used to customize the content of lines in the
24033 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
24034 This action works exactly like the regular
24035 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
24036 except that you can have a folder-specific value for it if you specify it here.
24037 Consult the help for
24038 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
24039 for more information.
24042 <UL>   
24043 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24044 </UL><P>
24045 &lt;End of help on this topic&gt;
24046 </BODY>
24047 </HTML>
24048 ====== h_config_index_format =====
24049 <HTML>
24050 <HEAD>
24051 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
24052 </HEAD>
24053 <BODY>
24054 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
24056 This option is used to customize the content of lines in the
24057 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
24058 to convey some amount of immediately relevant information about each 
24059 message in the current folder.
24062 Alpine provides a pre-defined set of informational fields with
24063 reasonable column widths automatically computed.  You can, however,
24064 replace this default set by listing special tokens in the order you
24065 want them displayed.
24068 The list of available tokens is
24069 <A HREF="h_index_tokens">here</A>.
24072 Spaces are used to separate listed tokens.  Additionally, you can
24073 specify how much of the screen's width the token's associated data
24074 should occupy on the index line by appending to the token a pair of
24075 parentheses enclosing either a number or percentage.  For example,
24076 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
24077 column, and &quot;SUBJECT(20%)&quot; means to
24078 allocate 20% of the available space
24079 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
24080 attempt to figure out a reasonable amount of space.
24083 There is always one space between every pair of columns, so if you use fixed
24084 column widths (like 13) you should remember to take that into account.
24085 Several of the fields are virtually fixed-width, so it doesn't make
24086 much sense to specify the width for them.  The fields STATUS,
24087 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
24088 and DESCRIPSIZE all fall into that category.
24089 You <EM>may</EM> specify widths for those if you wish, but
24090 you're probably better off letting the system pick those widths.  <P>
24093 The default is equivalent to:
24096 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24099 This means that the four fields without percentages will be allocated
24100 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24101 the from and subject fields.  If one of those two fields is specified
24102 as a percentage and the other is left for the system to choose, then
24103 the percentage is taken as an absolute percentage of the screen, not
24104 of the space remaining after allocating the first four columns.  It
24105 doesn't usually make sense to do it that way.  If you leave off all
24106 the widths, then the subject and from fields (if both are present) are
24107 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24108 the default.
24111 What you are most likely to do with this configuration option is to
24112 specify which fields appear at all, which order they appear in, and the
24113 percentage of screen that is used for the from and subject fields if you
24114 don't like the 2 to 1 default.
24117 If you want to retain the default format that Pine 4.64 had, use
24120 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
24122 <EM>and</EM> set the feature
24123 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
24124 <UL>   
24125 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24126 </UL><P>
24127 &lt;End of help on this topic&gt;
24128 </BODY>
24129 </HTML>
24130 ====== h_config_reply_intro =====
24131 <HTML>
24132 <HEAD>
24133 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24134 </HEAD>
24135 <BODY>
24136 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24138 This option is used to customize the content of the introduction line
24139 that is included when replying to a message and including the original
24140 message in the reply.
24141 The normal default (what you will get if you delete this variable) looks
24142 something like:
24144 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24146 where the day of the week is only included if it is available in the
24147 original message.
24148 You can replace this default with text of your own.
24149 The text may contain tokens that are replaced with text
24150 that depends on the message you are replying to.
24151 For example, the default is equivalent to:
24153 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24156 Since this variable includes regular text mixed with special tokens
24157 the tokens have to be surrounded by underscore characters.
24158 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24159 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24160 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24162 The list of available tokens is
24163 <A HREF="h_index_tokens">here</A>.
24166 By default, the text is all on a single line and is followed by a blank line.
24167 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24168 than 80 characters when replying to a particular message, it is shortened.
24169 However, if you use the token
24171 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24174 anywhere in the value, no end of line or blank line is appended, and no
24175 shortening is done.
24176 The _NEWLINE_ token may be used to get rid of the blank line following
24177 the text, to add more blank lines, or to form a multi-line
24178 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24179 To clarify how _NEWLINE_ works recall that the default value is:
24181 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24184 That is equivalent to
24186 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24189 In the former case, two newlines are added automatically because
24190 no _NEWLINE_ token appears in the value of the option (for backwards
24191 compatibility). In the latter case, the newlines are explicit.
24192 If you want to remove the blank line that follows the
24193 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24194 _NEWLINE_ token like
24196 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24199 Because of the backwards compatibility problem, it is not possible to
24200 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24201 and that will cause the automatic adding of two newlines!
24202 If you want, you may embed newlines in the middle of the text, as well,
24203 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24206 By default, no attempt is made to localize the date.
24207 If you prefer a localized form you may find that one of the tokens
24208 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24209 If you want more control one of the many other date tokens, such as _DATEISO_,
24210 might be better.
24213 For the adventurous, there is a way to conditionally include text based
24214 on whether or not a token would result in specific replacement text.
24215 For example, you could include some text based on whether or not
24216 the _NEWS_ token would result in any newsgroups if it was used.
24217 It's explained in detail
24218 <A HREF="h_reply_token_conditionals">here</A>.
24221 In the very unlikely event that you want to include a literal token
24222 in the introduction line you must precede it with a backslash character.
24223 For example,
24225 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24227 would produce something like
24229 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24231 It is not possible to have a literal backslash followed by an expanded token.
24233 <UL>   
24234 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24235 </UL><P>
24236 &lt;End of help on this topic&gt;
24237 </BODY>
24238 </HTML>
24239 ====== h_config_remote_abook_history =====
24240 <HTML>
24241 <HEAD>
24242 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24243 </HEAD>
24244 <BODY>
24245 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24247 Sets how many extra copies of
24248 remote address book
24249 data will be kept in each remote address book folder.
24250 The default is three.
24251 These extra copies are simply old versions of the data. Each time a change
24252 is made a new copy of the address book data is appended to the folder. Old
24253 copies are trimmed, if possible, when Alpine exits.
24254 An old copy can be put back into use by
24255 deleting and expunging newer versions of the data from the folder.
24256 Don't delete the first message from the folder. It is a special header
24257 message for the remote address book and it must be there.
24258 This is to prevent regular folders from being used as remote address book
24259 folders and having their data destroyed.
24261 This option is also used to determine how many extra copies of remote
24262 Alpine configuration files are kept.
24264 <UL>   
24265 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24266 </UL><P>
24267 &lt;End of help on this topic&gt;
24268 </BODY>
24269 </HTML>
24270 ====== h_config_remote_abook_validity =====
24271 <HTML>
24272 <HEAD>
24273 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24274 </HEAD>
24275 <BODY>
24276 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24278 Sets the minimum number of minutes that a
24279 remote address book will be considered up to date.
24280 Whenever an entry contained in a remote address book is used,
24281 if more than this many minutes have
24282 passed since the last check the remote server will be queried to see if the
24283 address book has changed.
24284 If it has changed, the local copy is updated.
24285 The default value is five minutes.
24286 The special value of -1 means never check.
24287 The special value of zero means only check when the address book is first
24288 opened.
24290 No matter what the value, the validity check is always done when the
24291 address book is about to be changed by the user.
24292 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24293 while in the address book maintenance screen for the remote address book.
24295 <UL>   
24296 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24297 </UL><P>
24298 &lt;End of help on this topic&gt;
24299 </BODY>
24300 </HTML>
24301 ====== h_config_user_input_timeo =====
24302 <HTML>
24303 <HEAD>
24304 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24305 </HEAD>
24306 <BODY>
24307 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24309 If this is set to an integer greater than zero, then this is the number
24310 of <EM>hours</EM> to wait for user input before Alpine times out.
24311 If Alpine is
24312 in the midst of composing a message or is waiting for user response to
24313 a question, then it will not timeout.
24314 However, if Alpine is sitting idle waiting for
24315 the user to tell it what to do next and the user does not give any
24316 input for this many hours, Alpine will exit.
24317 No expunging or moving of read
24318 messages will take place.
24319 It will exit similarly to the way it would exit
24320 if it received a hangup signal.
24321 This may be useful for cleaning up unused Alpine sessions that have been
24322 forgotten by their owners.
24323 The Alpine developers envision system administrators
24324 setting this to a value of several hours (24?) so that it won't surprise
24325 a user who didn't want to be disconnected.
24327 <UL>   
24328 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24329 </UL><P>
24330 &lt;End of help on this topic&gt;
24331 </BODY>
24332 </HTML>
24333 ====== h_config_ssh_open_timeo =====
24334 <HTML>
24335 <HEAD>
24336 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24337 </HEAD>
24338 <BODY>
24339 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24341 Sets the time in seconds that Alpine will
24342 attempt to open a UNIX secure shell connection.
24343 The default is 15, the minimum non-zero value is 5,
24344 and the maximum is unlimited. If this is set to zero ssh connections
24345 will be completely disabled.
24347 <UL>   
24348 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24349 </UL><P>
24350 &lt;End of help on this topic&gt;
24351 </BODY>
24352 </HTML>
24353 ====== h_config_rsh_open_timeo =====
24354 <HTML>
24355 <HEAD>
24356 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24357 </HEAD>
24358 <BODY>
24359 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24361 Sets the time in seconds that Alpine will
24362 attempt to open a UNIX remote shell connection.
24363 The default is 15, the minimum non-zero value is 5,
24364 and the maximum is unlimited. If this is set to zero rsh connections
24365 will be completely disabled.
24366 This might be useful if rsh connections will never work in your environment
24367 but are causing delays due to firewalls or some other reason.
24369 <UL>   
24370 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24371 </UL><P>
24372 &lt;End of help on this topic&gt;
24373 </BODY>
24374 </HTML>
24375 ====== h_config_tcp_open_timeo =====
24376 <HTML>
24377 <HEAD>
24378 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24379 </HEAD>
24380 <BODY>
24381 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24383 Sets the time in seconds that Alpine will
24384 attempt to open a network connection. The default is 30, the minimum is 5,
24385 and the maximum is system defined (typically 75). If a connection has not
24386 completed within this many seconds Alpine will give up and consider it a
24387 failed connection.
24389 <UL>   
24390 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24391 </UL><P>
24392 &lt;End of help on this topic&gt;
24393 </BODY>
24394 </HTML>
24395 ====== h_config_tcp_readwarn_timeo =====
24396 <HTML>
24397 <HEAD>
24398 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24399 </HEAD>
24400 <BODY>
24401 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24403 Sets the time in seconds that Alpine will
24404 wait for a network read before warning you that things are moving slowly
24405 and possibly giving you the option to break the connection.
24406 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24407 1000 seconds.
24409 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24411 <UL>   
24412 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24413 </UL><P>
24414 &lt;End of help on this topic&gt;
24415 </BODY>
24416 </HTML>
24417 ====== h_config_tcp_writewarn_timeo =====
24418 <HTML>
24419 <HEAD>
24420 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24421 </HEAD>
24422 <BODY>
24423 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24425 Sets the time in seconds that Alpine will
24426 wait for a network write before warning you that things are moving slowly
24427 and possibly giving you the option to break the connection.
24428 The default is 0 which means it is unset. If set to a non-zero value, the
24429 minimum is 5 and the maximum is 1000.
24431 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24433 <UL>   
24434 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24435 </UL><P>
24436 &lt;End of help on this topic&gt;
24437 </BODY>
24438 </HTML>
24439 ====== h_config_tcp_query_timeo =====
24440 <HTML>
24441 <HEAD>
24442 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24443 </HEAD>
24444 <BODY>
24445 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24447 When Alpine times out a network read or write it will normally just display
24448 a message saying &quot;Still waiting&quot;.
24449 However, if enough time has elapsed since it started waiting it will offer
24450 to let you break the connection.
24451 That amount of time is set by this option, which defaults to 60 seconds,
24452 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24454 <UL>   
24455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24456 </UL><P>
24457 &lt;End of help on this topic&gt;
24458 </BODY>
24459 </HTML>
24460 ====== h_config_incoming_folders =====
24461 <HTML>
24462 <HEAD>
24463 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24464 </HEAD>
24465 <BODY>
24466 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24468 This is a list of one or more folders other than <EM>INBOX</EM> that
24469 may receive new messages.
24470 It is related to the
24471 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24472 feature.
24473 This variable is normally manipulated with the Add, Delete, and Rename
24474 commands in the FOLDER LIST for the Incoming Message Folders collection.
24476 <UL>   
24477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24478 </UL><P>
24479 &lt;End of help on this topic&gt;
24480 </BODY>
24481 </HTML>
24482 ====== h_config_folder_spec =====
24483 <HTML>
24484 <HEAD>
24485 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24486 </HEAD>
24487 <BODY>
24488 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24490 This is a list of one or more collections where saved mail is stored. 
24491 The first collection in this list is the default
24492 collection for <EM>Save</EM>s,
24493 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24495 This variable is normally manipulated using the Setup/collectionList screen.
24497 <UL>   
24498 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24499 </UL><P>
24500 &lt;End of help on this topic&gt;
24501 </BODY>
24502 </HTML>
24503 ====== h_config_news_spec =====
24504 <HTML>
24505 <HEAD>
24506 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24507 </HEAD>
24508 <BODY>
24509 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24511 This is a list of collections where news folders are located.
24513 This variable is normally manipulated using the Setup/collectionList screen.
24515 <UL>   
24516 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24517 </UL><P>
24518 &lt;End of help on this topic&gt;
24519 </BODY>
24520 </HTML>
24521 ====== h_config_address_book =====
24522 <HTML>
24523 <HEAD>
24524 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24525 </HEAD>
24526 <BODY>
24527 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24529 A list of personal address books.
24530 Each entry in the list is an
24531 optional nickname followed by a pathname or file name relative to the home
24532 directory.
24533 The nickname is separated from the rest of the line with whitespace.
24534 Instead of a local pathname or file name, a remote folder name can be given.
24535 This causes the address book to
24536 be a Remote address book.
24538 Use the Setup/AddressBook screen to modify this variable.
24540 <UL>   
24541 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24542 </UL><P>
24543 &lt;End of help on this topic&gt;
24544 </BODY>
24545 </HTML>
24546 ====== h_config_glob_addrbook =====
24547 <HTML>
24548 <HEAD>
24549 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24550 </HEAD>
24551 <BODY>
24552 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24554 A list of shared address books.  Each entry in the list is an
24555 optional nickname followed by a pathname or file name relative to the home
24556 directory.
24557 A SPACE character separates the nickname from the rest of the line.
24558 Instead of a local pathname or file name, a remote folder name can be given.
24559 This causes the address book to
24560 be a Remote address book.
24561 Global address books are
24562 defined to be ReadOnly.
24564 Use the Setup/AddressBook screen to modify this variable.
24566 <UL>   
24567 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24568 </UL><P>
24569 &lt;End of help on this topic&gt;
24570 </BODY>
24571 </HTML>
24572 ====== h_config_last_vers =====
24573 <HTML>
24574 <HEAD>
24575 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24576 </HEAD>
24577 <BODY>
24578 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24580 This is set automatically by Alpine. 
24581 It is used to keep track of the last version of Alpine that
24582 was run by the user.
24583 Whenever the version number increases, a new version message is printed out.
24584 This may not be set in the system-wide configuration files.
24586 <UL>   
24587 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24588 </UL><P>
24589 &lt;End of help on this topic&gt;
24590 </BODY>
24591 </HTML>
24592 ====== h_config_printer =====
24593 <HTML>
24594 <HEAD>
24595 <TITLE>OPTION: Printer</TITLE>
24596 </HEAD>
24597 <BODY>
24598 <H1>OPTION: Printer</H1>
24600 Your default printer selection.
24602 Use the Setup/Printer screen to modify this variable.
24604 <UL>   
24605 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24606 </UL><P>
24607 &lt;End of help on this topic&gt;
24608 </BODY>
24609 </HTML>
24610 ====== h_config_print_cat =====
24611 <HTML>
24612 <HEAD>
24613 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24614 </HEAD>
24615 <BODY>
24616 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24618 This is an internal Alpine variable.
24619 It will be equal to 1, 2, or 3 depending on whether the default printer is
24620 attached, standard, or a personal print command.
24622 Use the Setup/Printer screen to modify this variable.
24624 <UL>   
24625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24626 </UL><P>
24627 &lt;End of help on this topic&gt;
24628 </BODY>
24629 </HTML>
24630 ====== h_config_print_command =====
24631 <HTML>
24632 <HEAD>
24633 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24634 </HEAD>
24635 <BODY>
24636 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24638 List of personal print commands.
24640 Use the Setup/Printer screen 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_pat_old =====
24649 <HTML>
24650 <HEAD>
24651 <TITLE>OPTION: Patterns</TITLE>
24652 </HEAD>
24653 <BODY>
24654 <H1>OPTION: Patterns</H1>
24656 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24657 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24658 and Patterns-Other.
24659 Patterns-Scores and Patterns-Filters have been replaced since then by
24660 Patterns-Scores2 and Patterns-Filters2.
24662 Use the Setup/Rules screens to modify these variable.
24664 <UL>   
24665 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24666 </UL><P>
24667 &lt;End of help on this topic&gt;
24668 </BODY>
24669 </HTML>
24670 ====== h_config_pat_roles =====
24671 <HTML>
24672 <HEAD>
24673 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24674 </HEAD>
24675 <BODY>
24676 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24678 List of rules used for roles.
24679 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24680 other options.
24682 Use the Setup/Rules/Roles screen to modify this variable.
24684 <UL>   
24685 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24686 </UL><P>
24687 &lt;End of help on this topic&gt;
24688 </BODY>
24689 </HTML>
24690 ====== h_config_pat_filts =====
24691 <HTML>
24692 <HEAD>
24693 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24694 </HEAD>
24695 <BODY>
24696 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24698 List of rules used for filters.
24700 Use the Setup/Rules/Filters screen to modify this variable.
24702 <UL>   
24703 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24704 </UL><P>
24705 &lt;End of help on this topic&gt;
24706 </BODY>
24707 </HTML>
24708 ====== h_config_pat_scores =====
24709 <HTML>
24710 <HEAD>
24711 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24712 </HEAD>
24713 <BODY>
24714 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24716 List of rules used for scoring.
24718 Use the Setup/Rules/SetScores screen to modify this variable.
24720 <UL>   
24721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24722 </UL><P>
24723 &lt;End of help on this topic&gt;
24724 </BODY>
24725 </HTML>
24726 ====== h_config_pat_other =====
24727 <HTML>
24728 <HEAD>
24729 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24730 </HEAD>
24731 <BODY>
24732 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24734 List of rules used for miscellaneous configuration.
24736 Use the Setup/Rules/Other screen to modify this variable.
24738 <UL>   
24739 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24740 </UL><P>
24741 &lt;End of help on this topic&gt;
24742 </BODY>
24743 </HTML>
24744 ====== h_config_pat_incols =====
24745 <HTML>
24746 <HEAD>
24747 <TITLE>OPTION: patterns-indexcolors</TITLE>
24748 </HEAD>
24749 <BODY>
24750 <H1>OPTION: patterns-indexcolors</H1>
24752 List of rules used for coloring lines in the index.
24754 Use the Setup/Rules/Indexcolor screen to modify this variable.
24756 <UL>   
24757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24758 </UL><P>
24759 &lt;End of help on this topic&gt;
24760 </BODY>
24761 </HTML>
24762 ====== h_config_pat_srch =====
24763 <HTML>
24764 <HEAD>
24765 <TITLE>OPTION: patterns-search</TITLE>
24766 </HEAD>
24767 <BODY>
24768 <H1>OPTION: patterns-search</H1>
24770 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24772 Use the Setup/Rules/searCh screen to modify this variable.
24774 <UL>   
24775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24776 </UL><P>
24777 &lt;End of help on this topic&gt;
24778 </BODY>
24779 </HTML>
24780 ====== h_config_font_name =====
24781 <HTML>
24782 <HEAD>
24783 <TITLE>OPTION: Font Name</TITLE>
24784 </HEAD>
24785 <BODY>
24786 <H1>OPTION: Font Name</H1>
24788 PC-Alpine only.
24790 Name of normal font.
24792 Use the pulldown Config menu to modify this variable.
24794 <UL>   
24795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24796 </UL><P>
24797 &lt;End of help on this topic&gt;
24798 </BODY>
24799 </HTML>
24800 ====== h_config_font_size =====
24801 <HTML>
24802 <HEAD>
24803 <TITLE>OPTION: Font Size</TITLE>
24804 </HEAD>
24805 <BODY>
24806 <H1>OPTION: Font Size</H1>
24808 PC-Alpine only.
24810 Size of normal font.
24812 Use the pulldown Config menu to modify this variable.
24814 <UL>   
24815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24816 </UL><P>
24817 &lt;End of help on this topic&gt;
24818 </BODY>
24819 </HTML>
24820 ====== h_config_font_style =====
24821 <HTML>
24822 <HEAD>
24823 <TITLE>OPTION: Font Style</TITLE>
24824 </HEAD>
24825 <BODY>
24826 <H1>OPTION: Font Style</H1>
24828 PC-Alpine only.
24830 Style of normal font.
24832 Use the pulldown Config menu to modify this variable.
24834 <UL>   
24835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24836 </UL><P>
24837 &lt;End of help on this topic&gt;
24838 </BODY>
24839 </HTML>
24840 ====== h_config_font_char_set =====
24841 <HTML>
24842 <HEAD>
24843 <TITLE>OPTION: Font Character Set</TITLE>
24844 </HEAD>
24845 <BODY>
24846 <H1>OPTION: Font Character Set</H1>
24848 PC-Alpine only.
24850 Character set of normal font.
24852 Use the pulldown Config menu to modify this variable.
24854 <UL>   
24855 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24856 </UL><P>
24857 &lt;End of help on this topic&gt;
24858 </BODY>
24859 </HTML>
24860 ====== h_config_print_font_name =====
24861 <HTML>
24862 <HEAD>
24863 <TITLE>OPTION: Print-Font-Name</TITLE>
24864 </HEAD>
24865 <BODY>
24866 <H1>OPTION: Print-Font-Name</H1>
24868 PC-Alpine only.
24870 Name of printer font.
24872 Use the pulldown Config menu to modify this variable.
24874 <UL>   
24875 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24876 </UL><P>
24877 &lt;End of help on this topic&gt;
24878 </BODY>
24879 </HTML>
24880 ====== h_config_print_font_size =====
24881 <HTML>
24882 <HEAD>
24883 <TITLE>OPTION: Print-Font-Size</TITLE>
24884 </HEAD>
24885 <BODY>
24886 <H1>OPTION: Print-Font-Size</H1>
24888 PC-Alpine only.
24890 Size of printer font.
24892 Use the pulldown Config menu to modify this variable.
24894 <UL>   
24895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24896 </UL><P>
24897 &lt;End of help on this topic&gt;
24898 </BODY>
24899 </HTML>
24900 ====== h_config_print_font_style =====
24901 <HTML>
24902 <HEAD>
24903 <TITLE>OPTION: Print-Font-Style</TITLE>
24904 </HEAD>
24905 <BODY>
24906 <H1>OPTION: Print-Font-Style</H1>
24908 PC-Alpine only.
24910 Style of printer font.
24912 Use the pulldown Config menu to modify this variable.
24914 <UL>   
24915 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24916 </UL><P>
24917 &lt;End of help on this topic&gt;
24918 </BODY>
24919 </HTML>
24920 ====== h_config_print_font_char_set =====
24921 <HTML>
24922 <HEAD>
24923 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24924 </HEAD>
24925 <BODY>
24926 <H1>OPTION: Print-Font-Char-Set</H1>
24928 PC-Alpine only.
24930 Character set of printer font.
24932 Use the pulldown Config menu to modify this variable.
24934 <UL>   
24935 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24936 </UL><P>
24937 &lt;End of help on this topic&gt;
24938 </BODY>
24939 </HTML>
24940 ====== h_config_window_position =====
24941 <HTML>
24942 <HEAD>
24943 <TITLE>OPTION: Window-Position</TITLE>
24944 </HEAD>
24945 <BODY>
24946 <H1>OPTION: Window-Position</H1>
24948 PC-Alpine only.
24950 Position on the screen of the Alpine window.
24952 Alpine normally maintains this variable itself, and it is set automatically. 
24953 This variable is provided to those who wish to use the same window position 
24954 across different machines from the same configuration.
24955 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
24956 must also be set for this setting to be used.
24958 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
24959 C is the number of columns, R is the number of rows, and X and Y specify the
24960 top left corner of the window.
24962 <UL>   
24963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24964 </UL><P>
24965 &lt;End of help on this topic&gt;
24966 </BODY>
24967 </HTML>
24968 ====== h_config_cursor_style =====
24969 <HTML>
24970 <HEAD>
24971 <TITLE>OPTION: Cursor Style</TITLE>
24972 </HEAD>
24973 <BODY>
24974 <H1>OPTION: Cursor Style</H1>
24976 PC-Alpine only.
24978 Cursor style.
24980 Use the pulldown Config menu to modify this variable.
24982 <UL>   
24983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24984 </UL><P>
24985 &lt;End of help on this topic&gt;
24986 </BODY>
24987 </HTML>
24988 ====== h_config_ldap_servers =====
24989 <HTML>
24990 <HEAD>
24991 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
24992 </HEAD>
24993 <BODY>
24994 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
24996 List of LDAP servers and associated data.
24998 Use the Setup/Directory screen to modify this variable.
25000 <UL>   
25001 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25002 </UL><P>
25003 &lt;End of help on this topic&gt;
25004 </BODY>
25005 </HTML>
25006 ====== h_config_sendmail_path =====
25007 <HTML>
25008 <HEAD>
25009 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
25010 </HEAD>
25011 <BODY>
25012 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
25014 This names the path to an
25015 alternative program, and any necessary arguments, to be used in posting
25016 mail messages. See the Technical notes for more information.
25018 <UL>   
25019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25020 </UL><P>
25021 &lt;End of help on this topic&gt;
25022 </BODY>
25023 </HTML>
25024 ====== h_config_oper_dir =====
25025 <HTML>
25026 <HEAD>
25027 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
25028 </HEAD>
25029 <BODY>
25030 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
25032 This names the root of the
25033 tree to which you are restricted when reading and writing folders and
25034 files. It is usually used in the system-wide,
25035 <EM>fixed</EM> configuration file.
25037 <UL>   
25038 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25039 </UL><P>
25040 &lt;End of help on this topic&gt;
25041 </BODY>
25042 </HTML>
25043 ====== h_config_rshpath =====
25044 <HTML>
25045 <HEAD>
25046 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
25047 </HEAD>
25048 <BODY>
25049 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
25051 Sets the name of the command used to open a UNIX remote shell
25052 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
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_rshcmd =====
25061 <HTML>
25062 <HEAD>
25063 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
25064 </HEAD>
25065 <BODY>
25066 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
25068 Sets the format of the command used to
25069 open a UNIX remote shell connection. The default is
25070 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25071 provided command. The first is for the command's pathname, the second is
25072 for the host to connnect to, the third is for the user to connect as, and
25073 the fourth is for the connection method (typically <CODE>imap</CODE>).
25075 <UL>   
25076 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25077 </UL><P>
25078 &lt;End of help on this topic&gt;
25079 </BODY>
25080 </HTML>
25081 ====== h_config_sshpath =====
25082 <HTML>
25083 <HEAD>
25084 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
25085 </HEAD>
25086 <BODY>
25087 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
25089 Sets the name of the command used to open a UNIX secure shell
25090 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
25092 <UL>   
25093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25094 </UL><P>
25095 &lt;End of help on this topic&gt;
25096 </BODY>
25097 </HTML>
25098 ====== h_config_sshcmd =====
25099 <HTML>
25100 <HEAD>
25101 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
25102 </HEAD>
25103 <BODY>
25104 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
25106 Sets the format of the command used to
25107 open a UNIX secure shell connection. The default is
25108 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25109 provided command. The first is for the command's pathname, the second is
25110 for the host to connnect to, the third is for the user to connect as, and
25111 the fourth is for the connection method (typically <CODE>imap</CODE>).
25113 <UL>   
25114 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25115 </UL><P>
25116 &lt;End of help on this topic&gt;
25117 </BODY>
25118 </HTML>
25119 ====== h_config_new_ver_quell =====
25120 <HTML>
25121 <HEAD>
25122 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
25123 </HEAD>
25124 <BODY>
25125 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
25127 When a new version of Alpine is run for the first time it offers a
25128 special explanatory screen to the user upon startup.  This option
25129 helps control when and if that special screen appears for users that
25130 have previously run Alpine.  It takes as its value an Alpine version
25131 number.  Alpine versions less than the specified value will supress this
25132 special screen while versions equal to or greater than that specified
25133 will behave normally.
25135 <UL>   
25136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25137 </UL><P>
25138 &lt;End of help on this topic&gt;
25139 </BODY>
25140 </HTML>
25141 ====== h_config_disable_drivers =====
25142 <HTML>
25143 <HEAD>
25144 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25145 </HEAD>
25146 <BODY>
25147 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25149 This variable is a list of mail drivers that will be disabled.
25150 The candidates for disabling are listed below.
25151 There may be more in the future if you compile Alpine with
25152 a newer version of the c-client library.
25155 <UL>
25156 <LI> mbox
25157 <LI> mbx
25158 <LI> mh
25159 <LI> mmdf
25160 <LI> mtx
25161 <LI> mx
25162 <LI> news
25163 <LI> phile
25164 <LI> tenex
25165 <LI> unix
25166 </UL>
25169 The <EM>mbox</EM> driver enables the following behavior: if there is a
25170 file called <CODE>mbox</CODE>
25171 in your home directory, and if that file is either empty or in Unix mailbox
25172 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25173 will automatically transfer mail from the system mail spool directory into the
25174 <CODE>mbox</CODE> file and
25175 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25176 this will not happen.
25179 It is not recommended to disable the driver that supports the system default
25180 mailbox format. On most non-SCO systems, that driver is the
25181 <EM>unix</EM> driver.
25182 On most SCO systems, it is the <EM>mmdf</EM> driver.
25183 The system default driver may be
25184 configured to something else on your system; check with your system manager
25185 for additional information.
25188 It is most likely not very useful for you to disable any of the drivers other
25189 than possibly <EM>mbox</EM>.
25190 You could disable some of the others if you know for
25191 certain that you don't need them but the performance gain in doing so
25192 is very modest.
25194 <UL>   
25195 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25196 </UL><P>
25197 &lt;End of help on this topic&gt;
25198 </BODY>
25199 </HTML>
25200 ====== h_config_disable_auths =====
25201 <HTML>
25202 <HEAD>
25203 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25204 </HEAD>
25205 <BODY>
25206 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25208 This variable is a list of SASL (Simple Authentication and Security
25209 Layer) authenticators that will be disabled.
25210 SASL is a mechanism for
25211 authenticating to IMAP, POP3, SMTP, and other network servers.
25214 Alpine matches its list of supported authenticators with the server to
25215 determine the most secure authenticator that is supported by both.
25216 If no matching authenticators are found, Alpine will revert to plaintext
25217 login (or, in the case of SMTP, will be unable to authenticate at all).
25219 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25222 Normally, you will not disable any authenticators.
25223 There are two exceptions:
25225 <OL>
25226 <LI> You use a broken server that advertises an authenticator,
25227 but does not actually implement it.
25228 <LI> You have a Kerberos-capable version of Alpine and the server is
25229 also Kerberos-capable, but you can not obtain Kerberos
25230 credentials on the server machine, thus you desire to disable
25231 GSSAPI (which in turn disables Alpine's Kerberos support).
25232 </OL>
25234 It is never necessary to disable authenticators, since Alpine will try
25235 other authenticators before giving up.
25236 However, disabling the relevant authenticator avoids annoying error messages.
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_abook_metafile =====
25245 <HTML>
25246 <HEAD>
25247 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25248 </HEAD>
25249 <BODY>
25250 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25252 This is usually set by Alpine and is the name of a file
25253 that contains data about
25254 remote address books and remote configuration files.
25256 <UL>   
25257 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25258 </UL><P>
25259 &lt;End of help on this topic&gt;
25260 </BODY>
25261 </HTML>
25262 ====== h_config_composer_wrap_column =====
25263 <HTML>
25264 <HEAD>
25265 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25266 </HEAD>
25267 <BODY>
25268 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25271 This option specifies an aspect of Alpine's Composer.  This gives the
25272 maximum width that auto-wrapped lines will have.  It's also the maximum
25273 width of lines justified using the <A HREF="h_compose_justify">^J
25274 Justify</A> command.  The normal default
25275 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25276 in order to
25277 prevent very long lines from being sent in outgoing mail.  When the mail
25278 is actually sent, trailing spaces will be stripped off of each line.
25281 <UL>   
25282 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25283 </UL><P>
25284 &lt;End of help on this topic&gt;
25285 </BODY>
25286 </HTML>
25287 ====== h_config_deadlets =====
25288 <HTML>
25289 <HEAD>
25290 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25291 </HEAD>
25292 <BODY>
25293 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25296 This option affects Alpine's behavior when you cancel a message being
25297 composed.  Alpine's usual behavior is to write the canceled message to
25298 a file named 
25299 <!--chtml if pinemode="os_windows"-->
25300 &quot;DEADLETR&quot;,
25301 <!--chtml else-->
25302 &quot;dead.letter&quot; in your home directory,
25303 <!--chtml endif-->
25304 overwriting any previous message.
25306 If you set this option to a value higher than one, then that many copies
25307 of dead letter files will be saved.
25308 For example, if you set this option to &quot;3&quot; then you may have
25309 files named
25310 <!--chtml if pinemode="os_windows"-->
25311 &quot;DEADLETR&quot;,
25312 &quot;DEADLETR2&quot;, and
25313 &quot;DEADLETR3&quot;.
25314 <!--chtml else-->
25315 &quot;dead.letter&quot;,
25316 &quot;dead.letter2&quot;, and
25317 &quot;dead.letter3&quot; in your home directory.
25318 <!--chtml endif-->
25319 In this example, the most recently cancelled message will be in
25320 <!--chtml if pinemode="os_windows"-->
25321 &quot;DEADLETR&quot;,
25322 <!--chtml else-->
25323 &quot;dead.letter&quot;,
25324 <!--chtml endif-->
25325 and the third most recently cancelled message will be in
25326 <!--chtml if pinemode="os_windows"-->
25327 &quot;DEADLETR3&quot;.
25328 <!--chtml else-->
25329 &quot;dead.letter3&quot;.
25330 <!--chtml endif-->
25331 The fourth most recently cancelled message will no longer be saved.
25334 If you set this option to zero, then NO record of canceled messages is
25335 maintained.
25337 If the feature
25338 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25339 is set, that overrides whatever you set for this option.
25340 If this option had existed at the time, then the Quell feature would not
25341 have been added, but it is still there for backwards compatibility.
25342 So, in order for this option to have the desired effect, make sure the
25343 Quell feature is turned off.
25346 <UL>   
25347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25348 </UL><P>
25349 &lt;End of help on this topic&gt;
25350 </BODY>
25351 </HTML>
25352 ====== h_config_maxremstream =====
25353 <HTML>
25354 <HEAD>
25355 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25356 </HEAD>
25357 <BODY>
25358 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25360 This option affects low-level behavior of Alpine.
25361 The default value for this option is <EM>3</EM>.
25362 If your INBOX is accessed using the IMAP protocol
25363 from an IMAP server, that connection is kept open throughout the
25364 duration of your Alpine session, independent of the value of this option.
25365 The same is true of any 
25366 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25367 you have defined.
25368 This option controls Alpine's behavior when connecting to remote IMAP folders
25369 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25370 It specifies the maximum number of remote IMAP connections (other than
25371 those mentioned above) that Alpine will use for accessing the rest of your
25372 folders.
25373 If you set this option to zero, you will turn off most remote connection
25374 re-use.
25375 It's difficult to understand exactly what this option does, and it is usually
25376 fine to leave it set to its default value.
25377 It is probably more likely that you will be interested in setting the
25378 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25379 instead of changing the value of this option.
25380 A slightly longer explanation of what is going on with this option
25381 is given in the next paragraphs.
25384 There are some time costs involved in opening and closing remote IMAP 
25385 folders, the main costs being the time you have to wait for the connection
25386 to the server and the time for the folder to open.
25387 Opening a folder may involve not only the time the server takes to do its
25388 processing but time that Alpine uses to do filtering.
25389 These times can vary widely.
25390 They depend on how loaded the server is, how large
25391 the folder being opened is, and how you set up filtering, among other things.
25392 Once Alpine has opened a connection to a particular folder, it will attempt
25393 to keep that connection open in case you use it again.
25394 In order to do this,
25395 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25396 this option) IMAP connections you have alloted for this purpose.
25398 For example, suppose the value of this option is set to &quot;2&quot;.
25399 If your INBOX is accessed on a remote server using the IMAP protocol, that
25400 doesn't count as one of the remote connections but it is always kept open.
25401 If you then open another IMAP folder, that would be your first
25402 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25403 If you open a third folder the second will be left open, in case you
25404 return to it.
25405 You won't be able to tell it has been left open.
25406 It will appear to be closed when you leave the folder but the connection
25407 will remain in the background.
25408 Now suppose you go back to the second folder (the first folder after the
25409 INBOX).
25410 A connection to that folder is still open so you won't have to wait
25411 for the startup time to open it.
25412 Meanwhile, the connection to the third folder will be left behind.
25413 Now, if you open a fourth folder, you will bump into the
25414 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25415 than INBOX and you have the option set to &quot;2&quot;.
25416 The connection that is being used for
25417 the third folder will be re-used for this new fourth folder.
25418 If you go back to the third folder after this, it is no longer already
25419 connected when you get there.
25420 You'll still save some time since Alpine will re-use the connection to the
25421 fourth folder and you have already logged in on that connection,
25422 but the folder will have to be re-opened from scratch.
25424 If a folder is large and the startup cost is dominated by the time it takes
25425 to open that folder or to run filters on it, then it will pay to make the
25426 value of this option large enough to keep it open.
25427 On the other hand, if you only revisit a handful of folders or if
25428 the folders are small, then it might
25429 make more sense to keep this number small so that the reconnect
25430 time (the time to start up a new connection and authenticate)
25431 is eliminated instead.
25433 You may also need to consider the impact on the server.
25434 On the surface, a larger number here may cause a larger impact on the
25435 server, since you will have more connections open to the server.
25436 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25437 associated with reopening a folder, but the <EM>server</EM> will be
25438 avoiding those costs as well.
25440 When twenty five minutes pass without any active use of an IMAP connection
25441 being saved for possible re-use, that connection will be shut down,
25444 <UL>   
25445 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25446 </UL><P>
25447 &lt;End of help on this topic&gt;
25448 </BODY>
25449 </HTML>
25450 ====== h_config_permlocked =====
25451 <HTML>
25452 <HEAD>
25453 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25454 </HEAD>
25455 <BODY>
25456 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25458 This option affects low-level behavior of Alpine.
25459 There is no default value for this option.
25460 It is related to the options
25461 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25462 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25463 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25466 Note: changes made to this list take effect the next time you open a
25467 folder in the list.
25470 This is a list of folders that will be permanently kept open once they
25471 are first opened.
25472 The names in this list may be either the nickname of an Incoming folder
25473 or the full technical specification of a folder.
25474 The folders in this list need not be remote IMAP folders, they could usefully
25475 be local folders, as well.
25476 If a folder in the list is a newsgroup or is not accessed either locally
25477 or via IMAP, then the entry will be ignored.
25478 For example, folders accessed via NNTP or POP3 will not be kept open, since
25479 the way that new mail is found with those protocols involves closing and
25480 reopening the connection.
25482 Once a Stay Open folder has been opened, new-mail checking will continue
25483 to happen on that folder for the rest of the Alpine session.
25484 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25485 need to be added explicitly.
25487 Another difference that you may notice between a Stay Open folder and a
25488 non-Stay Open folder is which message is selected as the current message
25489 when you enter the folder index.
25490 Normally, the starting position for an incoming folder (which most Stay Open
25491 folders will likely be) is controlled by the
25492 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25493 However, if a folder is a Stay Open folder, when you re-enter the folder
25494 after the first time the current message will be the same as it was when
25495 you left the folder.
25496 An exception is made if you use the TAB command to get to the folder.
25497 In that case, the message number will be incremented by one from what it
25498 was when you left the folder.
25500 The above special behavior is thought to be useful.
25501 However, it is special and different from what you might at first expect.
25502 The feature
25503 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25504 may be used to turn off this special treatment.
25506 If the message that was current when you left the folder no longer exists,
25507 then the regular startup rule will be used instead.
25510 <UL>   
25511 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25512 </UL><P>
25513 &lt;End of help on this topic&gt;
25514 </BODY>
25515 </HTML>
25516 ====== h_config_viewer_overlap =====
25517 <html>
25518 <header>
25519 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25520 </header>
25521 <body>
25522 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25524 This option specifies an aspect of Alpine's Message Viewing screen.  When
25525 the space bar is used to page forward in a message, the number of lines
25526 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25527 bottom of the screen.  That is, if this was set to two lines, then the
25528 bottom two lines of the screen would be repeated on the top of the next
25529 screen.  The normal default value is "2".<p>
25530 <UL>   
25531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25532 </UL><P>
25533 &lt;End of help on this topic&gt;
25534 </body>
25535 </html>
25536 ====== h_config_scroll_margin =====
25537 <HTML>
25538 <HEAD>
25539 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25540 </HEAD>
25541 <BODY>
25542 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25544 This option controls when Alpine's line-by-line scrolling occurs.
25545 Typically, when a selected item is at the top or bottom screen edge
25546 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25547 displayed items are scrolled down or up by a single line.
25550 This option allows you to tell Alpine the number of lines from the top and
25551 bottom screen edge that line-by-line paging should occcur.  For example,
25552 setting this value to one (1) will cause Alpine to scroll the display
25553 vertically when you move to select an item on the display's top or
25554 bottom edge.
25557 By default, this variable is zero, indicating that scrolling happens
25558 when you move up or down to select an item immediately off the display's
25559 top or bottom edge.
25562 <UL>   
25563 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25564 </UL><P>
25565 &lt;End of help on this topic&gt;
25566 </BODY>
25567 </HTML>
25568 ====== h_config_wordseps =====
25569 <HTML>
25570 <HEAD>
25571 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25572 </HEAD>
25573 <BODY>
25574 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25576 This option affects how a &quot;word&quot; is defined in the composer.
25577 The definition of a word is used when using the Forward Word and Backward
25578 Word commands in the composer, as well as when using the spell checker.
25579 Whitespace is always considered a word separator.
25580 Punctuation (like question marks, periods, commas, and so on) is always
25581 a word separator if it comes at the end of a word.
25582 By default, a punctuation character that is in the middle of a word does
25583 not break up that word as long as the character before and the character
25584 after it are both alphanumeric.
25585 If you add a character to this option it will be considered a
25586 word separator even when it occurs in the middle of an alphanumeric word.
25587 For example, if you want to skip through each part of an address instead
25588 of skipping the whole address at once you might want to include &quot;@&quot;
25589 and &quot;.&quot; in this list.
25590 If you want the word-skipper to stop on each part of a UNIX filename you
25591 could add &quot;/&quot; to the list.
25592 The equal sign and dash are other possibilities you might find helpful.
25594 <UL>   
25595 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25596 </UL><P>
25597 &lt;End of help on this topic&gt;
25598 </BODY>
25599 </HTML>
25600 ====== h_config_reply_indent_string =====
25601 <HTML>
25602 <HEAD>
25603 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25604 </HEAD>
25605 <BODY>
25606 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25608 This option specifies an aspect of Alpine's Reply command.
25609 When a message is replied to and the text of the message is included, the
25610 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25611 to each line indicating it is quoted text.
25612 (In case you haven't seen this before, &quot;string&quot; is a technical term
25613 that means chunk of text.)
25616 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25617 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25618 use one of the standard values,
25619 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25622 This option specifies a different value for that string.
25623 If you wish to use a string that begins or ends with a space,
25624 enclose the string in double quotes.
25627 Besides simple text, the prepended string can be based
25628 on the message being replied to.
25629 The following tokens are substituted for the message's corresponding value:
25631 <DL>
25632 <DT>_FROM_</DT>
25633 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25634 If the name is longer than six characters, only the first six characters are
25635 used.
25636 </DD>
25638 <DT>_NICK_</DT>
25639 <DD>This token gets replaced with the nickname of the message sender's
25640 address as found in your addressbook.
25641 If no addressbook entry is found,
25642 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25643 If the nickname is longer than six characters, only the first six characters are
25644 used.
25645 </DD>
25647 <DT>_INIT_</DT>
25648 <DD>This token gets replaced with the initials of the sender of the message.
25649 </DD>
25651 </DL>
25653 NOTE: When the
25654 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25655 feature is enabled, you are given the opportunity to edit the string, whether 
25656 it is the default or one automatically generated using the above tokens.
25658 If you change your <!--#echo var="VAR_reply-indent-string"-->
25659 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25660 quoted text will not be flowed
25661 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25662 when you reply.
25663 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25664 set to the default value.
25666 <UL>   
25667 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25668 </UL><P>
25669 &lt;End of help on this topic&gt;
25670 </BODY>
25671 </HTML>
25672 ====== h_config_quote_replace_string =====
25673 <HTML>
25674 <HEAD>
25675 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25676 </HEAD>
25677 <BODY>
25678 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25680 This option specifies what string to use as a quote when <b>viewing</b> a
25681 message.  The standard way of quoting messages when replying is the string
25682 &quot;&gt;&nbsp;&quot; (quote space).
25683 With this variable set, viewing a message will
25684 replace occurrences of 
25685 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25686 This setting works best when
25687 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25688 or the equivalent setting in your correspondents' mail programs
25689 is set to the default
25690 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25691 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25693 By default, this setting will only work on messages that are flowed, which is
25694 the default way of sending messages for many mail clients including
25695 Alpine.  Enable the feature
25696 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25697 to also have quote-replacement performed on non-flowed messages.
25700 Setting this option will replace  &quot;&gt;&quot; and 
25701 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25702 spaces. To preserve those spaces enclose the full string in double quotes.
25704 No padding to separate the text of the message from the quote string is
25705 added. This means that if you do not add trailing spaces to the value of
25706 this variable, text will be displayed right next to the quote string,
25707 which may be undesirable. This can be avoided by adding a new string
25708 separated by a space from your selection of quote string replacement. This
25709 last string will be used for padding. For example, setting this variable to 
25710 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25711 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25712 a space from the last quote string to make it more readable.
25714 One possible setting for this variable could be
25715 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25716 would have the effect of indenting each level of quoting four spaces and
25717 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25718 more discernible by setting colors for quoted text.
25720 Replying to or forwarding the viewed message will preserve the original
25721 formatting of the message, so quote-replacement will not be performed on
25722 messages that are being composed.
25724 <UL>   
25725 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25726 </UL><P>
25727 &lt;End of help on this topic&gt;
25728 </BODY>
25729 </HTML>
25730 ====== h_config_empty_hdr_msg =====
25731 <HTML>
25732 <HEAD>
25733 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25734 </HEAD>
25735 <BODY>
25736 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25738 When sending, if both the To and Cc fields are empty and you
25739 are sending the message to a Bcc,
25740 Alpine will put a special address in the To line.  The default value is:
25743 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25746 The reason for this is to avoid embarrassment caused by some Internet
25747 mail transfer software that interprets a &quot;missing&quot;
25748 <SAMP>To:</SAMP> header as an error and replaces it with an
25749 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25750 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25751 Bcc.  You may change the part of this message that comes before the
25752 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25753 variable to something else.
25756 The normal default is &quot;undisclosed-recipients&quot;.
25759 <UL>   
25760 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25761 </UL><P>
25762 &lt;End of help on this topic&gt;
25763 </BODY>
25764 </HTML>
25765 ====== h_config_status_msg_delay =====
25766 <HTML>
25767 <HEAD>
25768 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25769 </HEAD>
25770 <BODY>
25771 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25773 This option has evolved over time, causing the possible values to be
25774 counter-intuitive.
25775 Read carefully before you set this option.
25776 First we explain what the option does, then there is a longer discussion
25777 following that.
25779 If this is set to zero, the default value, it has <EM>no</EM> effect.
25780 Positive and negative values serve two similar, but different purposes.
25782 If it is set to a positive number, it causes the cursor to move to the
25783 status line whenever a status message is printed and pause there for this
25784 many seconds.
25785 It will probably only be useful if the 
25786 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25787 also turned on.
25788 Setting this option to a positive number can only be used to
25789 <EM>increase</EM> the status message delay.
25790 This may be useful for Braille displays, or other non-traditional displays.
25792 If it is set to a negative number the interpretation is a bit complicated.
25793 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25794 allow you to read important status messages.
25795 Of course, this may cause you to miss some important messages.
25796 If you see a message flash by but miss what it says you can use the
25797 Journal command from the MAIN MENU to read it.
25798 If you set this option to a negative value, the delay will be
25799 no more than one second less than the absolute value
25800 of the value you set.
25801 So if you set it to -1, the delay will be no more than zero seconds, no
25802 delay at all.
25803 If you set it to -2, the delay will be no more than 1 second.
25804 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25805 If the delay that Alpine would have used by default is less than this delay,
25806 then the smaller delay set by Alpine will be used.
25807 Setting this option to a negative value can only reduce the amount of
25808 delay, never increase it.
25810 Here is a more detailed explanation.
25811 Status messages are the messages that show up spontaneously in the
25812 status message line, usually the third line from the bottom of the screen.
25813 By default, Alpine assigns each status message it produces a minimum
25814 display time.
25815 Some status messages have a minimum display time of zero.
25816 You can see an example of such a message by paging up in this help text
25817 until you reach the top of the screen.
25818 If you try to page past the top you will see the message
25820 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25822 in the status line.
25823 If there is another more important use of the status message line this message
25824 might be replaced quickly, or it even might not be shown at all.
25825 However, if there is no reason to get rid of the message, it might stay
25826 there for several seconds while you read the help.
25827 An example where it is replaced immediately happens when you page up in
25828 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25829 command right after paging up.
25830 The message will disappear immediately without causing a delay (unless you
25831 have set this option to a positive value) to allow you to type input for
25832 the &quot;WhereIs&quot; command.
25833 Since it isn't a very important message, Alpine has set its minimum display
25834 time to zero seconds.
25836 Other messages have minimum display times of three or more seconds.
25837 These are usually error messages that Alpine thinks you ought to see.
25838 For example, it might be a message about a failed Save or a failed folder open.
25839 It is often the case that this minimum display time won't delay you in
25840 any way because the status message line is not needed for another reason.
25841 However, there are times when Alpine has to delay what it is doing in
25842 order to display a status message for the minimum display time.
25843 This happens when a message is being displayed and Alpine wants to ask
25844 for input from the keyboard.
25845 For example, when you Save a message you use the status message line.
25846 You get a prompt there asking for the name of the folder to save to.
25847 If there is a status message being displayed that has not
25848 yet displayed for its minimum
25849 time Alpine will display that status message surrounded with the characters
25850 &gt; and &lt; to show you that it is delaying.
25851 That might happen, for example, if you tried to save to a folder that
25852 caused an error, then followed that immediately with another Save command.
25853 You might find yourself waiting for a status message like
25855 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25857 to finish displaying for three seconds.
25858 If that is something you find happening to you frequently, you may use
25859 negative values of this option to decrease or eliminate that delay, at
25860 the risk of missing the message.
25862 <UL>   
25863 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25864 </UL><P>
25865 &lt;End of help on this topic&gt;
25866 </BODY>
25867 </HTML>
25868 ====== h_config_active_msg_interval =====
25869 <HTML>
25870 <HEAD>
25871 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25872 </HEAD>
25873 <BODY>
25874 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25876 When Alpine is delayed for some reason it usually shows that
25877 something is happening with a small animated display in the status
25878 message line near the bottom of the screen.
25879 This option sets how frequently the characters (for example, a spinning bar)
25880 in the active status message lines are updated.
25881 At most, it can be set to be udpated 20 times per second. 
25884 Setting this value to zero will prevent display of the animations
25885 altogether.
25888 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25889 can be used to remove the randomness from this animated display.
25892 <UL>   
25893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25894 </UL><P>
25895 &lt;End of help on this topic&gt;
25896 </BODY>
25897 </HTML>
25898 ====== h_config_mailchecknoncurr =====
25899 <HTML>
25900 <HEADER>
25901 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25902 </HEADER>
25903 <BODY>
25904 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25906 This option is closely related to the
25907 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25908 option, as well as the
25909 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25910 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25911 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25912 new-mail checking is disabled and this option will have no effect.
25914 Normally this option is set to zero, which means that the value used will be
25915 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25916 If you set this option to a value different from zero
25917 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25918 then that is the check interval that will be used
25919 for folders that are not the currently open folder or the INBOX.
25920 You may not even have any folders that are noncurrent and not the INBOX.
25921 If you do, it is likely that they are due to
25922 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25923 you have configured.
25924 This option also affects the rate of mail checking done on cached
25925 connections to folders you previously had open but are no longer actively
25926 using.
25927 You aren't expected to understand that last sentence, but if you are interested
25928 take a look at
25929 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25930 and the related options.
25932 <UL>   
25933 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25934 </UL><P>
25935 &lt;End of help on this topic&gt;
25936 </BODY>
25937 </HTML>
25938 ====== h_config_fifopath =====
25939 <HTML>
25940 <HEADER>
25941 <TITLE>OPTION: NewMail FIFO Path</TITLE>
25942 </HEADER>
25943 <BODY>
25944 <H1>OPTION: NewMail FIFO Path</H1>
25946 This option is only available in UNIX Alpine.
25947 However, there is a very similar feature built in to PC-Alpine.
25948 In PC-Alpine's Config menu at the top of the screen
25949 is an option called &quot;New Mail Window&quot;.
25951 You may have Alpine create a FIFO special file (also called a named pipe) where
25952 it will send a one-line message each time a new message is received in
25953 the current folder, the INBOX, or any open
25954 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
25955 To protect against two different Alpines both writing to the same FIFO, Alpine
25956 will only create the FIFO and write to it if it doesn't already exist.
25958 A possible way to use this option would be to have a separate window
25959 on your screen running the command
25961 <CENTER><SAMP>cat filename</SAMP></CENTER>
25963 where &quot;filename&quot; is the name of the file given for this option.
25964 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
25965 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
25966 You may be tempted to use &quot;tail -f filename&quot; to view the new
25967 mail log.
25968 However, the common implementations of the tail command will not do what you
25969 are hoping.
25971 The width of the messages produced for the FIFO may be altered with the
25972 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
25974 On some systems, fifos may only be created in a local filesystem.
25975 In other words, they may not be in NFS filesystems.
25976 This requirement is not universal.
25977 If the system you are using supports it, it should work.
25978 (It is often the case that your home directory is in an NFS filesystem.
25979 If that is the case, you might try using a file in the &quot;/tmp&quot;
25980 filesystem, which is usually a local filesytem.)
25981 Even when it is possible to use an NFS-mounted filesystem as a place to name
25982 the fifo (for example, your home directory), it will still be the case that
25983 the reader (probably the &quot;cat&quot; command) and the
25984 writer (Alpine) of the fifo must be running on the same system.
25986 <UL>   
25987 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25988 </UL><P>
25989 &lt;End of help on this topic&gt;
25990 </BODY>
25991 </HTML>
25992 ====== h_config_newmailwidth =====
25993 <HTML>
25994 <HEADER>
25995 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
25996 </HEADER>
25997 <BODY>
25998 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
26000 For UNIX Alpine, this option is only useful if you have turned on the
26001 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
26002 That option causes new mail messages to be sent to a fifo file.
26003 Those messages will be 80 characters wide by default.
26004 You can change the width of those messages by changing this option.
26005 For example, if you are reading those messages in another window you might
26006 want to set this width to the width of that other window.
26008 If you are using PC-Alpine, it has an option in the Config menu to turn
26009 on the &quot;New Mail Window&quot;.
26010 This present option also controls the width of that window.
26012 <UL>   
26013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26014 </UL><P>
26015 &lt;End of help on this topic&gt;
26016 </BODY>
26017 </HTML>
26018 ====== h_config_mailcheck =====
26019 <HTML>
26020 <HEADER>
26021 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
26022 </HEADER>
26023 <BODY>
26024 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
26026 This option specifies, in seconds,
26027 how often Alpine will check for new mail.
26028 If set to zero, new-mail checking is disabled.
26029 (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
26030 current message is the last message of the folder.)
26031 There is a minimum value for this option, normally 15 seconds.
26032 The default value is normally 150 seconds.
26033 The higher you set this option, the easier it is on the server.
26035 There are some situations where automatic new-mail checking does not work.
26036 See the discussion about new-mail checking in
26037 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
26039 The new-mail checking will not happen exactly at the frequency that you specify.
26040 For example, Alpine may elect to defer a non-INBOX mail check if you
26041 are busy typing.
26042 Or, it may check more frequently than you have specified if that is
26043 thought to be necessary to keep the server from closing the connection
26044 to the folder due to inactivity.
26045 If Alpine checks for new mail as a side effect of another command, it will reset
26046 the timer, so that new-mail checking may seem to happen irregularly instead of
26047 every X seconds like clockwork.
26049 If you are anxious to know about new mail as soon as possible, set the check
26050 interval low, and you'll know about the new mail by approximately
26051 that amount of time after it arrives.
26052 If you aren't so worried about knowing right away, set this option to a
26053 higher value.
26054 That will save the server some processing time and may save you some of
26055 the time you spend waiting for new-mail checks to happen if you are
26056 dealing with a slow server or slow network connection.
26058 If you suspect that new-mail checking is causing slow downs for you,
26059 you may want to look into the options
26060 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
26061 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
26062 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
26063 which refine when mail checking is done.
26065 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
26066 there is a minimum time
26067 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
26068 between new-mail checks.
26069 Because of this minimum you may notice that new mail does not
26070 appear promptly when you expect it.
26071 The reason for this is to protect the server from over-zealous opening and
26072 closing of the Mail Drop folder, since that is a costly operation.
26074 <UL>   
26075 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26076 </UL><P>
26077 &lt;End of help on this topic&gt;
26078 </BODY>
26079 </HTML>
26080 ====== h_config_quell_checks_comp =====
26081 <HTML>
26082 <HEAD>
26083 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
26084 </HEAD>
26085 <BODY>
26086 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
26088 This option is closely related to the
26089 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26090 option, the
26091 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26092 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
26094 If this option is set, then the normal new-mail checking that happens
26095 while you are composing will not happen for folders other than your
26096 INBOX (which depends on the setting
26097 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
26099 You might want to set this option if you are experiencing delays while
26100 composing that you think might be related to the speed of the new-mail
26101 checks.
26103 Even with this option turned on, an occasional new-mail check may be done
26104 in order to keep the server from killing the connection to the folder.
26105 For example, IMAP servers may remove a connection to a folder if there
26106 has been no activity on the connection for 30 minutes or more.
26107 Instead of letting that happen, Alpine will check for new mail before the
26108 30 minutes is up even though you have turned on this feature to quell
26109 those checks.
26111 Besides new-mail checks, checkpoint operations on the folders
26112 will also be quelled when you set this option.
26113 The purpose of checkpointing is to write the changes to a folder out to
26114 disk periodically in order to avoid losing those changes when system or
26115 software problems occur.
26116 New-mail checking and checkpointing while you are not composing are not
26117 affected by this option.
26120 &lt;End of help on this topic&gt;
26121 </BODY>
26122 </HTML>
26123 ====== h_config_quell_checks_comp_inbox =====
26124 <HTML>
26125 <HEAD>
26126 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
26127 </HEAD>
26128 <BODY>
26129 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26131 This option is closely related to the
26132 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26133 option, the
26134 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26135 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26137 If this option is set, then the normal new-mail checking that happens
26138 while you are composing will not happen for your INBOX.
26139 Checking of other folders is controlled in a similar way with the
26140 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26142 You might want to set this option if you are experiencing delays while
26143 composing that you think might be related to the speed of the new-mail
26144 checks.
26146 Even with this option turned on, an occasional new-mail check may be done
26147 in order to keep the server from killing the connection to the folder.
26148 For example, IMAP servers may remove a connection to a folder if there
26149 has been no activity on the connection for 30 minutes or more.
26150 Instead of letting that happen, Alpine will check for new mail before the
26151 30 minutes is up even though you have turned on this feature to quell
26152 those checks.
26154 Besides new-mail checks, checkpoint operations on the INBOX
26155 will also be quelled when you set this option.
26156 The purpose of checkpointing is to write the changes to a folder out to
26157 disk periodically in order to avoid losing those changes when system or
26158 software problems occur.
26159 New-mail checking and checkpointing while you are not composing are not
26160 affected by this option.
26162 &lt;End of help on this topic&gt;
26163 </BODY>
26164 </HTML>
26165 ====== h_config_maildropcheck =====
26166 <HTML>
26167 <HEADER>
26168 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26169 </HEADER>
26170 <BODY>
26171 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26173 New-mail checking for a
26174 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26175 mail checking for a regular folder.
26176 One of the differences is that the connection to the Mail Drop is not
26177 kept open and so the cost of checking
26178 (delay for you and additional load for the server) may be significant.
26179 Because of this additional cost we set a minimum time that
26180 must pass between checks.
26181 This minimum only applies to the automatic checking done by Alpine.
26182 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26183 at the end of a folder index, then the check is done right away.
26185 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26186 new-mail checks.
26187 You may want to set this minimum high in order to avoid experiencing some
26188 of the delays associated with the checks.
26189 Note that the time between checks is still controlled by the regular
26190 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26191 When Alpine is about to do an automatic check for new mail (because
26192 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26193 new-mail check
26194 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26195 the Mail Drop is checked for new mail as well.
26196 Therefore, it is only useful to set this option to a value that is higher
26197 than the <!--#echo var="VAR_mail-check-interval"-->.
26199 If this option is set to zero, automatic Mail Drop new-mail
26200 checking is disabled.
26201 There is a minimum value, normally 60 seconds.
26202 The default value is normally 60 seconds as well.
26203 This applies to the INBOX and to the currently open folder if that is
26204 different from the INBOX.
26207 <UL>   
26208 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26209 </UL><P>
26210 &lt;End of help on this topic&gt;
26211 </BODY>
26212 </HTML>
26213 ====== h_config_nntprange =====
26214 <HTML>
26215 <HEADER>
26216 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26217 </HEADER>
26218 <BODY>
26219 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26221 This option applies only to newsgroups accessed using the NNTP protocol.
26222 It does not, for example,
26223 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26226 When you open a connection to a News server using the NNTP protocol, you
26227 normally have access to all of the articles in each newsgroup.
26228 If a server keeps a large backlog of messages it may speed performance
26229 some to restrict attention to only the newer messages in a group.
26230 This option allows you to set how many article numbers should be checked
26231 when opening a newsgroup.
26232 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26233 of messages you ever want to see.
26234 For example, if you only ever wanted to look at the last 500 messages in each
26235 newsgroup you could set this option to 500.
26236 In actuality, it isn't quite that.
26237 Instead, for performance reasons, it specifies the range of article
26238 numbers to be checked, beginning
26239 with the highest numbered article and going backwards from there.
26240 If there are messages that have been canceled or deleted
26241 their article numbers are still counted as part of the range.
26243 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26244 numbers
26245 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26247 to be considered when reading a newsgroup.
26248 The number of messages that show up in your index will be less than or equal
26249 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26252 The purpose of this option is simply to speed up access when reading news.
26253 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26254 numbers, and can avoid downloading any information about the ignored articles.
26255 There is a cost you pay for this speedup.
26256 That cost is that there is no way for you to see those ignored articles.
26257 The articles that come before the range you specify are invisible to you and
26258 to Alpine, as if they did not exist at all.
26259 There is no way to see those messages using, for example, an unexclude command
26260 or something similar.
26261 The only way to see those articles is to set this option high enough (or
26262 set it to zero) and then to reopen the newsgroup.
26265 If this option is set to 0 (which is also the default),
26266 then the range is unlimited.
26267 This option applies globally to all NNTP servers and to all newsgroups
26268 on those servers.
26269 There is no way to set different values for different newsgroups or servers.
26272 <UL>   
26273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26274 </UL><P>
26275 &lt;End of help on this topic&gt;
26276 </BODY>
26277 </HTML>
26278 ====== h_config_news_active =====
26279 <html>
26280 <header>
26281 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26282 </header>
26283 <body>
26284 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26286 This option tells Alpine where to look for the "active file" for newsgroups
26287 when accessing news locally, rather than via NNTP.  The default path is
26288 usually "/usr/lib/news/active".<p>
26289 <UL>   
26290 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26291 </UL><P>
26292 &lt;End of help on this topic&gt;
26293 </body>
26294 </html>
26295 ====== h_config_news_spool =====
26296 <html>
26297 <header>
26298 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26299 </header>
26300 <body>
26301 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26303 This option tells Alpine where to look for the "news spool" for newsgroups
26304 when accessing news locally, rather than via NNTP.  The default path is
26305 usually "/var/spool/news".<p>
26306 <UL>   
26307 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26308 </UL><P>
26309 &lt;End of help on this topic&gt;
26310 </body>
26311 </html>
26312 ====== h_config_image_viewer =====
26313 <html>
26314 <header>
26315 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26316 </header>
26317 <body>
26318 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26319 <body>
26320 This option specifies the program Alpine should call to view MIME
26321 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26322 no longer needed, but remains for backward compatibility.  The more
26323 general method for associating external printing and viewing programs with
26324 specific MIME data types is to use the system's (or your personal)
26325 "mailcap" configuration file.<p>
26326 <UL>   
26327 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26328 </UL><P>
26329 &lt;End of help on this topic&gt;
26330 </body>
26331 </html>
26332 ====== h_config_domain_name =====
26333 <HTML>
26334 <HEAD>
26335 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26336 </HEAD>
26337 <BODY>
26338 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26340 This option is used only if the 
26341 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26342 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26343 strips the hostname from your return (&quot;From&quot;) address and when 
26344 completing unqualified addresses that you enter into the composer.
26346 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26347 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26350 <!--chtml if pinemode="os_windows"-->
26351 <P>This option is not applicable to PC-Alpine.
26352 <!--chtml else-->
26354 <!--chtml endif-->
26355 <UL>
26356 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26357 </UL>
26359 &lt;End of help on this topic&gt;
26360 </BODY>
26361 </HTML>
26362 ====== h_config_prune_date =====
26363 <HTML>
26364 <HEAD>
26365 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26366 </HEAD>
26367 <BODY>
26368 <H1>OPTION: Last-Time-Prune Question</H1>
26370 This value records the last time you were asked about deleting old
26371 sent-mail.
26372 It is set automatically by Alpine at the beginning of each month.
26373 In the past, if you wished to suppress the monthly sent-mail
26374 pruning feature, you could set this to a date in the future.
26375 This value is relative to the year 1900, so 
26376 to set this, for example, to October 2005, use 105.10.
26378 You can still do that if you wish, or you can use the
26379 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26380 a little more convenient to use.
26382 <UL>   
26383 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26384 </UL><P>
26385 &lt;End of help on this topic&gt;
26386 </BODY>
26387 </HTML>
26388 ====== h_config_goto_default =====
26389 <HTML>
26390 <HEAD>
26391 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26392 </HEAD>
26393 <BODY>
26394 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26396 This value affects Alpine's behavior when you use the Goto command.
26397 Alpine's usual behavior has two parts.  If your current folder is
26398 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26399 default.  If the current folder is other than &quot;Inbox&quot;,
26400 &quot;Inbox&quot; is offered as the default.
26403 The available options include:
26405 <DL>
26407  <DT>folder-in-first-collection</DT>
26409  <DD> Alpine will offer the most recently visited folder in the default
26410 collection found in the &quot;Collection List&quot; screen as the default.
26411 </DD>
26413  <DT> inbox-or-folder-in-first-collection</DT>
26415  <DD> If the current folder is &quot;Inbox&quot;,
26416 Alpine will offer the most recently visited folder in the
26417 default collection found in the &quot;Collection List&quot; screen.
26418 If the current folder is other than &quot;Inbox&quot;,
26419 &quot;Inbox&quot; is offered as the default.
26420 </DD>
26422  <DT> inbox-or-folder-in-recent-collection</DT>
26424  <DD> This is Alpine's default behavior.
26425 If the current folder is &quot;Inbox&quot;,
26426 Alpine will offer the last open
26427 folder as the default.
26428 If the current folder is other than &quot;Inbox&quot;,
26429 &quot;Inbox&quot; is offered as the default.
26430 </DD>
26432  <DT> first-collection-with-inbox-default</DT>
26434  <DD> Instead of offering the most recently visited folder in the default
26435 collection, the default collection is offered but with &quot;Inbox&quot; as
26436 the default folder.
26437 If you type in a folder name it will be in the default collection.
26438 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26439 </DD>
26441  <DT> most-recent-folder</DT>
26443  <DD> The last accepted value simply causes the most recently opened
26444 folder to be offered as the default regardless of the currently opened
26445 folder.
26446 </DD>
26447 </DL>
26450 NOTE: The default while a newsgroup is open remains the same; the last
26451 open newsgroup.
26454 <UL>   
26455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26456 </UL><P>
26457 &lt;End of help on this topic&gt;
26458 </BODY>
26459 </HTML>
26460 ====== h_config_thread_lastreply_char =====
26461 <HTML>
26462 <HEAD>
26463 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26464 </HEAD>
26465 <BODY>
26466 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26468 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26469 INDEX display when using a
26470 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26471 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26472 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26473 The value of this option is a single character.
26474 This character is used instead of the vertical line character when there are
26475 no more replies directly to the parent of the current message.
26476 It can be used to &quot;round-off&quot; the bottom of the vertical line
26477 by setting it to a character such as a backslash (&#92;) or
26478 a backquote (&#96;).
26479 The default value of this option is the backslash character (&#92;).
26480 This option may not be set to the Empty Value.
26481 In that case, the default will be used instead.
26484 <UL>   
26485 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26486 </UL><P>
26487 &lt;End of help on this topic&gt;
26488 </BODY>
26489 </HTML>
26490 ====== h_config_thread_indicator_char =====
26491 <HTML>
26492 <HEAD>
26493 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26494 </HEAD>
26495 <BODY>
26496 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26498 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26499 INDEX display when using a
26500 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26501 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26502 The value of this option is a single character.
26503 This character is used to indicate that part of a thread (a conversation) is
26504 hidden beneath a message.
26505 The message could be expanded
26506 if desired with the &quot;/&quot; Collapse/Expand command.
26507 By default, the value of this option is the greater than sign (&gt;).
26509 If this option is set to the Empty Value, then the column (and the following
26510 blank column) will be deleted from the display.
26513 This option is closely related to the
26514 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26515 Another similar option that affects the thread display is the
26516 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
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_thread_exp_char =====
26526 <HTML>
26527 <HEAD>
26528 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26529 </HEAD>
26530 <BODY>
26531 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26533 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26534 INDEX display when using a
26535 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26536 than &quot;none&quot;.
26537 The value of this option is a single character.
26538 This character is used to indicate that part of a thread has been expanded
26539 and could be collapsed if desired with
26540 the &quot;/&quot; Collapse/Expand command.
26541 By default, the value of this option is a dot (.).
26543 If this option is set to the Empty Value, then the column (and the following
26544 blank column) will be deleted from the display.
26547 This option is closely related to the
26548 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26549 Another similar option that affects the thread display is the
26550 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26553 <UL>   
26554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26555 </UL><P>
26556 &lt;End of help on this topic&gt;
26557 </BODY>
26558 </HTML>
26559 ====== h_config_thread_index_style =====
26560 <HTML>
26561 <HEAD>
26562 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26563 </HEAD>
26564 <BODY>
26565 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26567 When a folder is sorted by Threads or OrderedSubject,
26568 this option will affect the INDEX displays.
26571 The possible values for this option are:
26573 <DL>
26574 <DT>regular-index-with-expanded-threads</DT>
26575 <DD>This is the default display.
26576 If the configuration option
26577 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26578 is set to something other than &quot;none&quot;, then this setting
26579 will cause Alpine to start off with a MESSAGE INDEX with all of
26580 the threads expanded.
26581 That is, each message will have a line in the MESSAGE INDEX display.
26582 The Collapse/Expand command (/) may be used to manually collapse or
26583 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26585 This setting affects the display when the folder is first threaded.
26586 The collapsed state may also be re-initialized by re-sorting the folder manually
26587 using the SortIndex command ($).
26588 After re-sorting the threads will once again all be expanded, even if you
26589 have previously collapsed some of them.
26591 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26592 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26593 in a different order.
26594 </DD>
26596 <DT>regular-index-with-collapsed-threads</DT>
26597 <DD>If the configuration option
26598 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26599 is set to something other than &quot;none&quot;, then this setting
26600 will cause Alpine to start out with all of the threads collapsed instead of
26601 starting out with all of the threads expanded.
26602 The Collapse/Expand command (/) may be used to manually collapse or
26603 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26605 This setting affects the display when the folder is first threaded.
26606 The collapsed state may also be re-initialized by re-sorting the folder manually
26607 using the SortIndex command ($).
26608 After re-sorting the threads will once again all be collapsed, even if you
26609 have previously expanded some of them.
26610 </DD>
26612 <DT>separate-index-screen-always</DT>
26613 <DD>With this setting and the next, you will see an index of threads
26614 instead of an
26615 index of messages, provided you have sorted by Threads or OrderedSubject.
26617 The THREAD INDEX contains a '*' in the first column if any message in the thread
26618 is marked Important.
26619 If not, it contains a '+' if any message in the thread is to you.
26620 The second column is blank. The third column contains a 'D' if all of the
26621 messages in the thread are deleted.
26622 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26624 When you view a particular thread from the THREAD INDEX you will be
26625 in the MESSAGE INDEX display
26626 but the index will only contain messages from the thread you are viewing.
26627 </DD>
26629 <DT>separate-index-screen-except-for-single-messages</DT>
26630 <DD>This is very similar to the option above.
26631 When you are in the THREAD INDEX, one of the available commands
26632 is &quot;ViewThd&quot;.
26633 With the setting &quot;separate-index-screen-always&quot; (the option above)
26634 when you view a particular thread you will be in the
26635 MESSAGE INDEX display and the index will only contain messages from
26636 the thread you are viewing.
26637 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26638 will be an index with only one message in it.
26639 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26640 setting instead, then that index that contains a single message
26641 will be skipped and you will go directly from the THREAD INDEX into the
26642 MESSAGE TEXT screen.
26643 </DD>
26645 </DL>
26648 <UL>   
26649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26650 </UL><P>
26651 &lt;End of help on this topic&gt;
26652 </BODY>
26653 </HTML>
26654 ====== h_config_thread_disp_style =====
26655 <HTML>
26656 <HEAD>
26657 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26658 </HEAD>
26659 <BODY>
26660 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26662 When a folder is sorted by Threads or OrderedSubject,
26663 this option will affect the MESSAGE INDEX display.
26664 By default, Alpine will display the MESSAGE INDEX in the
26665 &quot;show-thread-structure&quot; style if a folder is sorted
26666 by Threads or OrderedSubject.
26669 The possible values for this option are:
26671 <DL>
26672 <DT>none</DT>
26673 <DD>Regular index display.
26674 The same index line as would be displayed without threading is used.
26675 The only difference will be in the order of the messages.
26676 </DD>
26678 <DT>show-thread-structure</DT>
26679 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26680 lines will be added to make it easier to see the relationships among
26681 the messages in a thread (a conversation).
26682 </DD>
26684 <DT>mutt-like</DT>
26685 <DD>This is the same as the option above except that the Subject
26686 is suppressed (is blank) if it matches the previous Subject in the thread.
26687 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26688 Here is an example of what a mutt-like index might look like.
26689 In this example, the first column represents the message number, the
26690 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26691 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26692 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26693 is set to a backslash:
26694 <PRE>
26695 &nbsp;&nbsp;&nbsp;1    Some topic
26696 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26697 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26698 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26699 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26700 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26701 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26702 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26703 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26704 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26705 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26706 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26707 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26708 &nbsp;&nbsp;&nbsp;14    Next topic
26709 </PRE>
26710 </DD>
26712 <DT>indent-subject-1</DT>
26713 <DD>Threaded Subjects will be indented one space per level of the conversation.
26714 The bars and lines that show up in the show-thread-structure display will
26715 not be there with this style.
26716 </DD>
26718 <DT>indent-subject-2</DT>
26719 <DD>Same as above but indent two spaces per level instead of one space.
26720 </DD>
26722 <DT>indent-from-1</DT>
26723 <DD>Similar to indent-subject-1, except that instead of indenting the
26724 Subject field one space the From field of a thread will be indented one
26725 space per level of the conversation.
26726 </DD>
26728 <DT>indent-from-2</DT>
26729 <DD>Same as above but indent two spaces per level instead of one space.
26730 </DD>
26732 <DT>show-structure-in-from</DT>
26733 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26734 and horizontal lines just like with the show-thread-structure option, but
26735 the From field is used to show the relationships instead of the Subject field. 
26736 </DD>
26738 </DL>
26741 <UL>   
26742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26743 </UL><P>
26744 &lt;End of help on this topic&gt;
26745 </BODY>
26746 </HTML>
26747 ====== h_config_pruning_rule =====
26748 <HTML>
26749 <HEAD>
26750 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26751 </HEAD>
26752 <BODY>
26753 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26755 By default, Alpine will ask at the beginning of each month whether or not
26756 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26757 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26758 change the format of the folder to sent-mail-yyyy-mm.)
26759 It will also ask whether you would like to delete old sent-mail folders.
26760 If you have defined
26761 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26763 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26764 Alpine will also ask about pruning those folders.
26767 With this option you may provide an automatic answer to these questions.
26768 The default value is to ask you what you'd like to do.
26771 The six possible values for this option are:
26773 <DL>
26774 <DT>ask about rename, ask about deleting</DT>
26775 <DD>This is the default.
26776 Alpine will ask whether you want to rename the folders and whether you
26777 want to delete each of the old folders.
26778 </DD>
26780 <DT>ask about rename, don't delete</DT>
26781 <DD>Alpine will ask whether you want to rename the folders, but won't
26782 ask about or delete old folders.
26783 </DD>
26785 <DT>always rename, ask about deleting</DT>
26786 <DD>This means you want to always answer yes and have Alpine automatically
26787 rename the folder if possible.
26788 You will also be asked about deleting old folders.
26789 </DD>
26791 <DT>always rename, don't delete</DT>
26792 <DD>This means you want to always answer yes and have Alpine automatically
26793 rename the folder if possible.
26794 There will be no deleting of old folders.
26795 </DD>
26797 <DT>don't rename, ask about deleting</DT>
26798 <DD>This means you want to always answer no.
26799 Alpine will not rename the folder.
26800 You will be asked about deleting old folders.
26801 </DD>
26803 <DT>don't rename, don't delete</DT>
26804 <DD>This means you want to always answer no.
26805 Alpine will not rename the folder.
26806 There will be no deleting of old folders, either.
26807 </DD>
26808 </DL>
26811 <UL>   
26812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26813 </UL><P>
26814 &lt;End of help on this topic&gt;
26815 </BODY>
26816 </HTML>
26817 ====== h_config_reopen_rule =====
26818 <HTML>
26819 <HEAD>
26820 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26821 </HEAD>
26822 <BODY>
26823 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26825 Alpine normally checks for new mail in the currently open folder
26826 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26829 There are some situations where automatic new-mail checking does not work.
26830 For example, if a mail folder is opened using the POP protocol or a newsgroup
26831 is being read using the NNTP protocol, then new-mail checking is disabled.
26834 It may be possible to check for new mail in these cases by reopening the
26835 folder.
26836 Alpine does not do this for you automatically, but you may do the commands
26837 manually to cause this to happen.
26838 You reopen by going back to the folder list screen from the message
26839 index screen with the &quot;&lt;&quot; command,
26840 and then going back into the message index screen with
26841 the &quot;&gt;&quot; command.
26842 (Actually, any method you would normally use to open a folder will work the
26843 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26844 For example, the GoTo Folder command will work, or you may use L to go to the
26845 Folder List screen and Carriage Return to reopen the folder.)
26848 There are some cases where Alpine knows that reopening the folder should
26849 be useful as a way to discover new mail.
26850 At the time of this writing, connections made using the POP protocol,
26851 news reading using the NNTP protocol, local news reading, and local
26852 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26853 fall into this category.
26854 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26855 has no way of knowing, so it might also just be an exercise in futility.
26856 All remote, ReadOnly folders other than those listed just above fall into this
26857 category.
26858 The setting of this option together with the type of folder
26859 controls how Alpine will react to the apparent attempt to reopen a folder.
26862 If you don't reopen, then you will just be back in
26863 the message index with no change.
26864 You left the index and came back, but the folder remained &quot;open&quot;
26865 the whole time.
26866 However, if you do reopen the folder, the folder is closed and then reopened.
26867 In this case, the current state of the open folder is lost.
26868 The New status, Important and Answered flags,
26869 selected state, Zoom state, collapsed or expanded state of threads,
26870 current message number,
26871 and any other temporary state is all lost when the reopen happens.
26872 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26875 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26876 several places.
26877 That really implies the case where Alpine knows it is a good way to discover
26878 new mail, which is more than just POP and NNTP, but POP and NNTP are
26879 the cases of most interest.
26880 This option probably has more possible values than it deserves. They are:
26882 <DL>
26883 <DT>Always reopen</DT>
26884 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26885 whenever you type a command that implies a reopen, regardless of the
26886 access method.
26887 In other words, it is assumed you would always answer Yes if asked
26888 about reopening.
26889 </DD>
26891 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26892 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26893 will ask you whether to reopen other remote folders,
26894 with a default answer of Yes.
26895 </DD>
26897 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26898 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26899 will ask you whether to reopen other remote folders,
26900 with a default answer of No.
26901 </DD>
26903 <DT>Yes for POP/NNTP, No for other remote</DT>
26904 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26905 will assume a No answer for all other remote folders.
26906 </DD>
26908 <DT>Always ask [Yes]</DT>
26909 <DD>Alpine will not differentiate based on access method.
26910 It will always ask for all remote folders, with a default answer of Yes.
26911 </DD>
26913 <DT>Always ask [No]</DT>
26914 <DD>Alpine will not differentiate based on access method.
26915 It will always ask for all remote folders, with a default answer of No.
26916 </DD>
26918 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26919 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26920 of Yes.
26921 It will never attempt to reopen other remote folders.
26922 </DD>
26924 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26925 <DD>This is the default.
26926 Alpine will ask if the access method is POP or NNTP, with a default answer
26927 of No.
26928 It will never attempt to reopen other remote folders.
26929 </DD>
26931 <DT>Never reopen</DT>
26932 <DD>Alpine will never attempt to reopen already open folders.
26933 </DD>
26934 </DL>
26937 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
26938 any of the other situations where it is likely that reopening is a good way
26939 to discover new mail.
26942 There is an alternative that may be of useful in some situations.
26943 Instead of manually checking for new mail you can set up a
26944 <A HREF="h_maildrop">Mail Drop</A>
26945 and automatically check for new mail.
26948 <UL>   
26949 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26950 </UL><P>
26951 &lt;End of help on this topic&gt;
26952 </BODY>
26953 </HTML>
26954 ====== h_config_inc_startup =====
26955 <HTML>
26956 <HEAD>
26957 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
26958 </HEAD>
26959 <BODY>
26960 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
26962 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
26963 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
26964 It determines which message will be the <EM>current message</EM> when
26965 the folder is first opened.
26966 The default value is &quot;first-unseen&quot;.
26969 The seven possible values for this option are:
26971 <DL>
26972 <DT>first-unseen</DT>
26973 <DD>The current message is set to the first
26974 unseen message that has not been marked deleted, or the last message if
26975 all of the messages have been seen previously.
26976 Messages which have not been seen or which have been seen but re-marked
26977 as New are considered unseen messages.
26978 See the note at the bottom of this help about newsgroups.
26979 </DD>
26981 <DT>first-recent</DT>
26982 <DD>Similar to the default, but rather than starting on the first
26983 unseen message Alpine starts on the first <EM>recent</EM> message.
26984 A message is recent if it arrived since the last time the folder was
26985 open.  This value causes the current message to be set to the first
26986 recent message if there is one, otherwise to the last
26987 message in the folder.
26988 </DD>
26990 <DT>first-important</DT>
26991 <DD>This will result in the current message being set to the first
26992 message marked Important (but not Deleted).
26993 If no messages are marked Important, then it will be the last message.
26994 Messages are marked Important by <EM>you</EM>, not by the sender, using
26996 <A HREF="h_common_flag">Flag command</A>.
26997 Or they may be marked Important by an Alpine
26998 <A HREF="h_mainhelp_filtering">Filter</A>
26999 that you have set up.
27000 </DD>
27002 <DT>first-important-or-unseen</DT>
27003 <DD>This selects the first of the first unseen and the first important
27004 messages.
27005 </DD>
27007 <DT>first-important-or-recent</DT>
27008 <DD>This selects the first of the first recent and the first important
27009 messages.
27010 </DD>
27012 <DT>first</DT>
27013 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
27014 If all messages are deleted you start on the last message.
27015 </DD>
27017 <DT>last</DT>
27018 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
27019 If all messages are deleted you start on the last message.
27020 </DD>
27021 </DL>
27024 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
27025 &quot;first-recent&quot; are the same and are affected by whether or not the
27026 feature 
27027 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
27028 is turned on. 
27029 Also, there is no permanent storage in news for an Important flag.
27030 This means that no messages will be marked Important when a newsgroup is
27031 first opened.
27034 <UL>   
27035 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27036 </UL><P>
27037 &lt;End of help on this topic&gt;
27038 </BODY>
27039 </HTML>
27040 ====== h_config_browser =====
27041 <HTML>
27042 <HEAD>
27043 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
27044 </HEAD>
27045 <BODY>
27046 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
27047 <!--chtml if pinemode="os_windows"-->
27048 PC-Alpine users do not need to enter anything here, unless:<UL>
27049 <LI> they want to override, for use with Alpine, the application defined
27050 in the Windows operating system for handling URLs; or
27051 <LI> they are (planning on) using the same configuration file with 
27052 Unix Alpine.
27053 </UL>
27055 Note that if using a viewer that has a space in its path, you should
27056 use the DOS name for that directory or file. Example:
27057 <PRE>
27058 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
27059 </PRE>
27060 <HR><P>
27061 <!--chtml endif-->
27062 This option affects Alpine's handling of URLs that are found in 
27063 messages you read.  Normally, only URLs Alpine can handle directly
27064 are automatically offered for selection in the &quot;Message
27065 Text&quot; screen.  When one or more applications
27066 capable of deciphering URLs on their command line are added here, Alpine
27067 will choose the first available to display URLs it cannot handle directly.
27068 A viewer's availability is based on its being specified with a <B>full
27069 directory path</B> and the evaluation of any optionally supplied
27070 parameters described below.
27073 Additionally, to support various connection methods and applications, each
27074 entry in this list can optionally begin with one or more of
27075 the following special tokens.  The allowed tokens include:
27078 <DL>
27079 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
27080 <DD>
27081 The <VAR>test-string</VAR> is a shell command that Alpine will run to
27082 evaluate a viewer's availability.  The command specified by the test
27083 string is run and if its resulting exit status is non-zero, Alpine will
27084 not consider the associated viewer for use.
27085 </DD>
27087 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
27088 <DD>
27089 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
27090 URL schemes that are to be used with the associated viewer.  This is
27091 the way to configure Alpine to recognize URLs other than the built-in set.
27093 It can also be used to override Alpine's built-in handlers.
27094 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
27095 and Alpine would use (provided it passed all other criteria) the associated
27096 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
27098 </DD>
27099 </DL>
27102 By default, Alpine will simply append a space character followed by the
27103 selected URL prior to launching the command in your specified SHELL.  You can
27104 optionally specify where in the command the selected URL should appear
27105 by using the &quot;_URL_&quot; token.  All occurrences found in the command
27106 will be replaced with the selected URL before the command is handed
27107 to the shell.  If such replacement occurs, the default appending of the
27108 selected URL does not take place.
27111 NOTE: If the viewer you specify has any command-line arguments,
27112 including the &quot;_URL_&quot; token, you will need to add a
27113 double-quote character before the command path and after the last
27114 argument (see the &quot;lynx&quot; example below).
27117 So, here are some example entries:
27118 <PRE>
27119 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
27120               &quot;/usr/local/bin/lynx _URL_&quot;
27121               C:&#92;BIN&#92;NETSCAPE.BAT
27122 </PRE>
27124 This example shows that for the first viewer in the list to be used
27125 the environment variable &quot;DISPLAY&quot; must be defined.  If it
27126 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
27127 If neither condition is met,
27128 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
27129 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
27130 If the path to &quot;lynx&quot; is invalid,
27131 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27132 Note that the last
27133 entry is a DOS/Windows path.  This is one way to support Alpine running
27134 on more than one architecture with the same configuration file.<P>
27136 <!--chtml if pinemode="os_windows"-->
27137 <!--chtml else-->
27138 Note that depending on the type of browser used and the method of 
27139 its invocation (such as whether it will open in a separate window) from
27140 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27141 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27142 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27143 In other words, launching the browser from Alpine may make Alpine 
27144 &quot;disappear&quot; (although it is still &quot;running&quot;)
27145 until you close the browser again.<P>  
27146 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27147 environment: for advanced users and  systems administrators</A>
27148 </UL>
27149 <!--chtml endif-->
27150 <P>If you are unsure what browsers are available on your system or how to 
27151 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27152 local computing support staff.
27153 <P><UL>
27154 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27155 </UL>
27157 &lt;End of help on this topic&gt;
27158 </BODY>
27159 </HTML>
27160 ====== h_config_browser_xterm =====
27161 <HTML>
27162 <HEAD>
27163 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27164 </HEAD>
27165 <BODY>
27166 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27167 environment: for advanced users and  systems administrators</H1>
27168 If you are using Alpine with an X-terminal (emulator) and want to define an 
27169 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27170 you may want to do so in a manner that causes any <B>already</B> 
27171 invoked viewer application to be used for viewing URLs you select from Alpine 
27172 messages, and a <B>new</B> URL-viewer process to be 
27173 started <B>only</B> if the same application has <B>not already</B> 
27174 been launched -- for one reason, to avoid file-locking contentions among 
27175 multiple invocations of the same URL-viewer application.  
27176 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27177 option does not do this.)  A method of doing that would be:<OL>
27178 <LI> use 
27179 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27180 check (using commands appropriate for your Unix shell
27181 in place of <VAR>test-string</VAR>) for the presence of a 
27182 lockfile created by the URL-viewer application -- which implies that the 
27183 application is already running, though this is not foolproof. 
27184 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27185 application with its appropriate command line option(s) to 
27186 show the URL selected from the Alpine message in an already open window of 
27187 that application, or perhaps in a new window of that application.  
27189 <LI> In the 
27190 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27191 application without those command line options, but this time using the 
27192 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27193 is defined.
27194 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27195 windows environment (for instance, using VT-100 terminal emulation), you 
27196 may wish to specify a non-X windows URL-viewer application such as Lynx
27197 as the last entry.
27198 </OL><BR>
27199 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27200 the command shell, the URL-viewer application(s), and possibly the specific 
27201 version of the latter, you are using.  
27203 Relevant command 
27204 line options for the Netscape browser for showing URLs (selected from Alpine) 
27205 when Netscape is already running are discussed in the document
27206 &quot;Remote Control of UNIX Netscape&quot; 
27207 found at the URL (as of 12 Aug. 1998):
27210 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27212 <P>(If the URL-viewer application is 
27213 <B>not</B> running on the same host as Alpine, but being launched from an 
27214 applications server, you may not be able to use the command line options for 
27215 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27217 <!--chtml if this-method="shown-to-work"-->
27218 An example using the Korn shell and the Netscape browser (first entry wrapped 
27219 because of its length, but should all appear on one line):
27221 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27223 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27224               &quot;/usr/local/bin/lynx '_URL_'&quot;
27226 <!--chtml endif-->
27228 <UL>   
27229 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27230 </UL><P>
27231 &lt;End of help on this topic&gt;
27232 </BODY>
27233 </HTML>
27234 ====== h_config_enable_full_hdr =====
27235 <HTML>
27236 <HEAD>
27237 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27238 </HEAD>
27239 <BODY>
27240 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27242 This feature enables the &quot;H Full Headers&quot; command which toggles between
27243 the display of all headers in the message and the normal edited view of
27244 headers.  The Full Header command also controls which headers are included
27245 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27246 Full Header mode will respect the
27247 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27248 feature setting.)
27250 If Full Header mode is turned on and you Forward a message, you will
27251 be asked if you'd like to forward the message as an attachment, as opposed
27252 to including the text of the message in the body of your new message.
27254 If you have also turned on the
27255 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27256 option then the Full Headers command actually rotates through three states
27257 instead of just two.
27258 The first is the normal view with long quotes suppressed.
27259 The second is the normal view but with the long quotes included.
27260 The last enables the display of all headers in the message.
27261 When using Export, Pipe, Print, Forward, or Reply the quotes are
27262 never suppressed, so the first two states are identical.
27264 Normally, the Header Mode will reset
27265 to the default behavior when moving to a new message.
27266 The mode can be made to persist from message to message by setting the feature
27267 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27269 <UL>   
27270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27271 </UL><P>
27272 &lt;End of help on this topic&gt;
27273 </BODY>
27274 </HTML>
27275 ====== h_config_enable_full_hdr_and_text =====
27276 <HTML>
27277 <HEAD>
27278 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27279 </HEAD>
27280 <BODY>
27281 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27283 This feature affects how the &quot;H Full Headers&quot; command displays
27284 message text.  If set, the raw message text will be displayed.  This
27285 especially affects MIME formatted email, where the entire MIME format
27286 will be displayed.  This feature similarly affects how messages are
27287 included for the Export, Pipe, Print, Forward, and Reply functions.
27289 When viewing a raw message that has attachments with this feature set,
27290 you will not be able to view attachments without first leaving full 
27291 headers mode.  This is because MIME parsing is not done on the raw message.
27293 <UL>   
27294 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27295 </UL><P>
27296 &lt;End of help on this topic&gt;
27297 </BODY>
27298 </HTML>
27299 ====== h_config_enable_pipe =====
27300 <HTML>
27301 <HEAD>
27302 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27303 </HEAD>
27304 <BODY>
27305 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27307 This feature enables the "| Pipe" command that sends the current message
27308 to the specified command for external processing.
27311 A short description of how the pipe command works is given
27312 <A HREF="h_pipe_command">here</A>.
27315 <UL>   
27316 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27317 </UL><P>
27318 &lt;End of help on this topic&gt;
27319 </BODY>
27320 </HTML>
27321 ====== h_config_quell_full_hdr_reset =====
27322 <HTML>
27323 <HEAD>
27324 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27325 </HEAD>
27326 <BODY>
27327 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27329 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27330 normally resets to the default state when switching to a new message.
27331 For example, if you've used the &quot;H&quot; command to turn on Full
27332 Headers for a message you are viewing, and then you type the Next command
27333 to look at the next message, the full headers will no longer be shown.
27334 Setting this feature disables that reset.
27335 Instead, the Header Mode remains the same from message to message.
27338 The presence or absence of the HdrMode command is determined by the
27339 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27340 Feature-List option.
27342 <UL>   
27343 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27344 </UL><P>
27345 &lt;End of help on this topic&gt;
27346 </BODY>
27347 </HTML>
27348 ====== h_config_enable_tab_complete =====
27349 <HTML>
27350 <HEAD>
27351 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27352 </HEAD>
27353 <BODY>
27354 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27356 This feature enables the TAB key when at a prompt for a filename. In this
27357 case, TAB will cause the partial name already entered to be automatically
27358 completed, provided the partial name is unambiguous.
27359 This feature is on by default.
27361 Similarly, this feature also enables TAB completion of address book
27362 nicknames when at a prompt for a nickname,
27363 or when typing in an address field in the composer.
27365 &lt;End of help on this topic&gt;
27366 </BODY>
27367 </HTML>
27368 ====== h_config_quit_wo_confirm =====
27369 <HTML>
27370 <HEAD>
27371 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27372 </HEAD>
27373 <BODY>
27374 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27376 This feature controls whether or not Alpine will ask for confirmation when a
27377 Quit command is received.
27379 &lt;End of help on this topic&gt;
27380 </BODY>
27381 </HTML>
27382 ====== h_config_quote_replace_noflow =====
27383 <HTML>
27384 <HEAD>
27385 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27386 </HEAD>
27387 <BODY>
27388 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27390 This feature, which is only active when
27391 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27392 also set,
27393 enables quote-replacement on non-flowed messages.  It is off
27394 by default because a non-flowed message is more dependent on its format,
27395 and thus quote-replacement may cause less-than-pleasing results.
27396 Setting this feature will cause quote-replacement similar to that of flowed
27397 messages, but with the added possibility of long lines being wrapped
27398 into new lines if the Quote-Replacement-String is longer than the string
27399 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27401 &lt;End of help on this topic&gt;
27402 </BODY>
27403 </HTML>
27404 ====== h_config_enable_jump =====
27405 <HTML>
27406 <HEAD>
27407 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27408 </HEAD>
27409 <BODY>
27410 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27412 When this feature is set you may enter a number (followed by RETURN)
27413 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27414 screens.  In other words, it obviates the need for typing the "J" for the
27415 Jump command.
27417 &lt;End of help on this topic&gt;
27418 </BODY>
27419 </HTML>
27420 ====== h_config_enable_alt_ed =====
27421 <HTML>
27422 <HEAD>
27423 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27424 </HEAD>
27425 <BODY>
27426 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27428 If this feature is set (the default), and the 
27429 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27430 <B>is not</B> set, entering
27431 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27432 for the name of the editor you would like to use.
27434 If the environment variable $EDITOR is set, its value will be offered as
27435 a default.
27437 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27438 <B>is</B> set, the ^_ key will activate the specified
27439 editor without prompting, in which case it is not necessary to
27440 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27442 <UL>   
27443 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27444 </UL><P>
27445 &lt;End of help on this topic&gt;
27446 </BODY>
27447 </HTML>
27448 ====== h_config_alt_ed_now =====
27449 <HTML>
27450 <HEAD>
27451 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27452 </HEAD>
27453 <BODY>
27454 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27456 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27457 variable are both set, Alpine will
27458 automatically activate the specified editor when the cursor is moved from
27459 the header of the message being composed into the message text.  For
27460 replies, the alternate editor will be activated immediately.  If this
27461 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27462 automatically ask for the name of an alternate editor when the cursor
27463 is moved out of the header being composed, or if a reply is being done.
27465 <P><UL>
27466 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27467 </UL>
27469 &lt;End of help on this topic&gt;
27470 </BODY>
27471 </HTML>
27472 ====== h_config_enable_bounce =====
27473 <HTML>
27474 <HEAD>
27475 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27476 </HEAD>
27477 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27478 <BODY>
27480 Setting this feature enables the "B Bounce" command, which will prompt
27481 for an address and *remail* the message to the new recipient.  This command
27482 is used to re-direct messages that you have received in error, or need to
27483 be redirected for some other reason (e.g. list moderation).  The final
27484 recipient will see a header indicating that you have Resent the msg, but
27485 the message's From: header will show the original author of the message,
27486 and replies to it will go back to that author, and not to you.
27488 &lt;End of help on this topic&gt;
27489 </BODY>
27490 </HTML>
27491 ====== h_config_enable_agg_ops =====
27492 <HTML>
27493 <HEAD>
27494 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27495 </HEAD>
27496 <BODY>
27497 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27499 When this feature is set you may use the commands and subcommands that relate to
27500 performing operations on more than one message at a time.  We call these
27501 &quot;aggregate operations&quot;.  In particular, the 
27502 <!--chtml if pinemode="function_key"-->&quot;F5
27503 <!--chtml else-->&quot;;
27504 <!--chtml endif--> Select&quot;, 
27506 <!--chtml if pinemode="function_key"-->
27507 &quot;F6
27508 <!--chtml else-->
27509 &quot;A 
27510 <!--chtml endif-->
27511 Apply&quot;, and 
27512 <!--chtml if pinemode="function_key"-->
27513 &quot;F4
27514 <!--chtml else-->
27515 &quot;Z 
27516 <!--chtml endif-->
27517 Zoom&quot; commands are enabled by this feature.  Select is used to
27518 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27519 then be used to apply any message command to all of the selected/tagged
27520 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27521 view between just those Selected and all messages in the folder.
27523 This feature also enables the 
27524 <!--chtml if pinemode="function_key"-->
27525 &quot;F7&quot; 
27526 <!--chtml else-->
27527 &quot;^X&quot; 
27528 <!--chtml endif-->
27530 subcommand in the MESSAGE INDEX 
27531 WhereIs command that causes all messages matching the WhereIs argument to 
27532 become selected; and the Select, Select Current, and ZoomMode commands in the
27533 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27535 Some related help topics are
27536 <UL>
27537 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27538 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27539 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27540 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27541 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27542 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27543 </UL>
27545 <UL>   
27546 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27547 </UL><P>
27548 &lt;End of help on this topic&gt;
27549 </BODY>
27550 </HTML>
27552 ====== h_config_enable_flag =====
27553 <HTML>
27554 <HEAD>
27555 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27556 </HEAD>
27557 <BODY>
27558 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27560 Setting this feature enables the
27561 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27562 command that allows you to
27563 manipulate the status flags associated with a message.  By default, Flag
27564 will set the "Important" flag, which results in an asterisk being
27565 displayed in column one of the MESSAGE INDEX for such messages.
27567 &lt;End of help on this topic&gt;
27568 </BODY>
27569 </HTML>
27570 ====== h_config_flag_screen_default =====
27571 <HTML>
27572 <HEAD>
27573 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27574 </HEAD>
27575 <BODY>
27576 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27578 The feature modifies the behavior of the
27579 <a href="h_common_flag">Flag</a>
27580 command (provided it too is
27581 <A HREF="h_config_enable_flag">enabled</A>).
27582 By default, when the "* Flag" command is selected,
27583 Alpine offers a prompt to set one of several flags and also offers the
27584 option of entering the detailed flag manipulation screen via the "^T"
27585 key. Enabling this feature causes Alpine to immediately enter the detailed
27586 flag screen rather than first offer the simple prompt.
27588 <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.
27590 &lt;End of help on this topic&gt;
27591 </BODY>
27592 </HTML>
27593 ====== h_config_flag_screen_kw_shortcut =====
27594 <HTML>
27595 <HEAD>
27596 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27597 </HEAD>
27598 <BODY>
27599 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27601 This feature modifies the behavior of the
27602 <a href="h_common_flag">Flag</a> command
27603 and the <A HREF="h_index_cmd_select">Select</A> command.
27604 This feature is set by default.
27605 When this feature is not set, when the "* Flag" command is selected,
27606 Alpine offers a prompt to set one of several flags and also offers the
27607 option of entering the detailed flag manipulation screen via the "^T"
27608 key.
27609 If you have
27610 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27611 defined, then enabling this feature adds a shortcut way to set or unset
27612 keywords.
27613 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27614 a keyword if you've given it a nickname) and that will set the keyword.
27616 An example is easier to understand than the explanation.
27617 The flag command can always be used to set the system flags.
27618 For example, to set the Answered flag you would type
27620 <CENTER><SAMP>* A</SAMP></CENTER>
27622 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27623 option in the Config screen.
27624 By default, to set a keyword like &quot;Work&quot; you would usually
27625 have to go to the Flag Details screen using
27626 the &quot;^T To Flag Details&quot; command.
27627 Instead, if you have enabled this feature, you may type
27629 <CENTER><SAMP>* W</SAMP></CENTER>
27631 to set the Work flag, or
27633 <CENTER><SAMP>* ! W</SAMP></CENTER>
27635 to unset it.
27636 Just like for the other flag setting commands, the case of the letter does
27637 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27638 keyword.
27640 Notice that you can only use this trick for one keyword that begins
27641 with &quot;W&quot;.
27642 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27643 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27644 your list of keywords.
27645 Also, there are five letters that are reserved for system
27646 flags and the NOT command.
27647 If you type &quot;* A&quot; it will always set the Answered flag, not
27648 your &quot;Aardvark&quot; keyword.
27649 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27650 the Flag Details screen.
27652 Because enabling the
27653 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27654 option causes Alpine to skip directly to the Flag Details screen when the
27655 Flag command is used, 
27656 setting it will cause this feature to have no effect at all.
27658 Similarly, when Selecting by Keyword, setting this option will allow you
27659 to use Keyword initials instead of full keywords.
27661 &lt;End of help on this topic&gt;
27662 </BODY>
27663 </HTML>
27664 ====== h_config_can_suspend =====
27665 <HTML>
27666 <HEAD>
27667 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27668 </HEAD>
27669 <BODY>
27670 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27672 Setting this feature will allow you to type ^Z (Control Z) to 
27673 <!--chtml if pinemode="os_windows"-->
27674 minimize Alpine into its icon, bringing into focus whatever
27675 application is running behind the PC-Alpine window.
27676 <!--chtml else-->
27677 temporarily suspend Alpine.
27680 This does not exit Alpine, but puts it in the background to watch
27681 for new mail and such.  Normally, you type a command, such
27682 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27685 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27686 adjusts whether Alpine is placed into the background of the shell its 
27687 running in or starts a news shell.
27688 <!--chtml endif-->
27691 <UL>   
27692 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27693 </UL><P>
27694 &lt;End of help on this topic&gt;
27695 </BODY>
27696 </HTML>
27697 ====== h_config_take_lastfirst ======
27698 <HTML>
27699 <HEAD>
27700 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27701 </HEAD>
27702 <BODY>
27703 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27705 Normally, when TakeAddr is used to copy an address from a message into
27706 an address book entry, Alpine will attempt to rewrite the full name of the
27707 address in the form
27710 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27712 instead of<P>
27714 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27717 It does this because many people find it useful to sort by Last name
27718 instead of First name.  If this feature is set, then the TakeAddr command
27719 will not attempt to reverse the name in this manner.
27721 &lt;End of help on this topic&gt;
27722 </BODY></HTML>
27723 ====== h_config_disable_regex ======
27724 <HTML>
27725 <HEAD>
27726 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27727 </HEAD>
27728 <BODY>
27729 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27731 Normally, the
27732 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27733 option is interpreted as a regular expression.
27734 One type of address that might cause trouble is an address that
27735 contains a plus sign.
27736 If you want to have an address with a plus as one of your
27737 <!--#echo var="VAR_alt-addresses"-->
27738 and you don't want to use regular expressions, then setting this
27739 feature will cause Alpine to treat the addresses you list literally instead.
27741 &lt;End of help on this topic&gt;
27742 </BODY></HTML>
27743 ====== h_config_take_fullname ======
27744 <HTML>
27745 <HEAD>
27746 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27747 </HEAD>
27748 <BODY>
27749 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27751 Normally, when TakeAddr is used to copy an address or addresses
27752 from a message into an address book entry, Alpine will try to preserve
27753 the full name associated with each address in the list of addresses.
27754 The reason for this is so that if the entry is a list or later becomes a
27755 list, then information about the individual addresses in the list
27756 is preserved.
27757 If you would rather just have the simple addresses in the list of addresses,
27758 set this feature. For example, with the default setting you might
27759 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27761 <PRE>
27762  Nickname  : nick
27763  Fullname  : Bedrock Elders
27764  Fcc       :
27765  Comment   :
27766  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27767              Barney Rubble &lt;rubble@bedrock.org&gt;
27768 </PRE>
27770 but with this feature set it would look like
27772 <PRE>
27773  Nickname  : nick
27774  Fullname  : Bedrock Elders
27775  Fcc       :
27776  Comment   :
27777  Addresses : flint@bedrock.org,
27778              rubble@bedrock.org
27779 </PRE>
27781 instead. Note the difference in the Addresses field.
27783 &lt;End of help on this topic&gt;
27784 </BODY></HTML>
27785 ====== h_config_print_from ======
27786 <HTML>
27787 <HEAD>
27788 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27789 </HEAD>
27790 <BODY>
27791 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27793 If this feature is set, then the Berkeley-mail style From line is included
27794 at the start of each message that is printed.  This line looks something
27795 like the following, with the address replaced by the address from the
27796 From line of the message being printed:
27798 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27799 14:11:06 1998
27801 &lt;End of help on this topic&gt;
27802 </BODY>
27803 </HTML>
27804 ====== h_config_expanded_distlists ======
27805 <HTML>
27806 <HEAD>
27807 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27808 </HEAD>
27809 <BODY>
27810 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27811 If this feature is set, then distribution lists in the address book
27812 screen will always be expanded automatically.
27814 &lt;End of help on this topic&gt;
27815 </BODY>
27816 </HTML>
27817 ====== h_config_compose_news_wo_conf ======
27818 <HTML>
27819 <HEAD>
27820 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27821 </HEAD>
27822 <BODY>
27823 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27824 This feature controls one aspect of Alpine's Composer.  If you enter the
27825 composer while reading a newsgroup, you will normally be prompted to
27826 determine whether you intend the new message to be posted to the current
27827 newsgroup or not.  If this feature is set, Alpine will not prompt you
27828 in this situation, and will assume that you do indeed wish to post
27829 to the newsgroup you are reading.
27831 &lt;End of help on this topic&gt;
27832 </BODY>
27833 </HTML>
27834 ====== h_config_compose_rejects_unqual ======
27835 <HTML>
27836 <HEAD>
27837 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27838 </HEAD>
27839 <BODY>
27840 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27842 This feature controls one aspect of the message composer; in particular,
27843 what happens when an unqualified name is entered into an address header.
27844 If set, unqualified names entered as addresses will be treated as errors
27845 unless they match an addressbook nickname.  Alpine will not attempt to turn
27846 them into complete addresses by adding your local domain.<P>
27848 A complete (fully qualified) address is one containing a username followed
27849 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27850 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27851 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27853 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27857 When you enter a fully qualified address, Alpine does not interpret or
27858 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27859 your system.  Alpine conforms to the Internet standards governing message
27860 headers and will not send an unqualifed name to the MTA.  Therefore, when
27861 you enter an unqualified name, Alpine will normally attempt to turn it into
27862 a fully qualified address, first by checking to see if you have entered a
27863 matching nickname in your addressbook, or failing that, by simply adding
27864 your own domain to the name entered.  So if your address is
27865 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27866 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27867 that into &quot;fred@example.com&quot;.<P>
27869 There are situations where it is not desirable for Alpine to interpret such
27870 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27871 turned out to be a typo (intended to be an addressbook nickname), but
27872 there actually was a &quot;fred&quot; in your local domain, the message might 
27873 be mis-delivered without your realizing it.  In order to reduce the likelihood
27874 of such accidents, setting this feature will cause Alpine to treat such
27875 addresses as errors, and require that you explicitly enter the full local
27876 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27877 matches an address book nickname.<P>
27879 Consider this a safety feature against mis-directed mail.
27881 <UL>   
27882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27883 </UL><P>
27884 &lt;End of help on this topic&gt;
27885 </BODY>
27886 </HTML>
27887 ====== h_config_quell_local_lookup ======
27888 <HTML>
27889 <HEAD>
27890 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27891 </HEAD>
27892 <BODY>
27893 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27895 This feature controls an aspect of Alpine's Composer, and if needed, will
27896 usually be set by your system manager in Alpine's system-wide configuration
27897 file. Specifically, if this feature is set, Alpine will not attempt to look
27898 in the system password file to find a Full Name for the entered address.
27900 Normally, names you enter into address fields (e.g. To: or Cc:) are
27901 checked against your address book(s) to see if they match an address book
27902 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27903 the Unix password file.  If the entered name matches a username in the
27904 system password file, Alpine extracts the corresponding Full Name information
27905 for that individual, and adds that to the address being entered.
27907 However, password file matching can have surprising (incorrect) results if
27908 other users of the system do not receive mail at the domain you are using.
27909 That is, if either the 
27910 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27911 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27912 option
27913 is set such that the administrative domain of other users on the system
27914 isn't accurately reflected, Alpine should be told that a passwd file match
27915 is coincidental, and Full Name info will be incorrect.  For example, a
27916 personal name from the password file could get falsely paired with the
27917 entered name as it is turned into an address in the configured domain.
27919 If you are seeing this behavior, enabling this feature will prevent Unix
27920 Alpine from looking up names in the password file to find the Full Name
27921 for incomplete addresses you enter.<P>
27922 <UL>
27923 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27924 </UL>
27926 &lt;End of help on this topic&gt;
27927 </BODY>
27928 </HTML>
27929 ====== h_config_tab_checks_recent ======
27930 <HTML>
27931 <HEAD>
27932 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27933 </HEAD>
27934 <BODY>
27935 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
27937 In a FOLDER LIST screen, the TAB key usually just changes which
27938 folder is highlighted.
27939 If this feature is set, then the TAB key will cause the number of
27940 recent messages and the total number of messages in the highlighted folder
27941 to be displayed instead.
27944 &lt;End of help on this topic&gt;
27945 </BODY>
27946 </HTML>
27947 ====== h_config_maildrops_preserve_state ======
27948 <HTML>
27949 <HEAD>
27950 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
27951 </HEAD>
27952 <BODY>
27953 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
27955 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
27956 Normally, when mail is moved from a Mail Drop folder to a destination
27957 folder, it is delivered as new mail.
27958 Any Seen/New, Answered, Important/Flagged state that has changed will be
27959 ignored.
27960 All of the mail will be considered unSeen, unAnswered, and unImportant after
27961 it is moved.
27963 If this feature is set, then the state changes that have been made
27964 to the messages in the Mail Drop folder will be preserved.
27966 In any case, messages that are already marked Deleted when the
27967 mail is to be moved from the Mail Drop will be ignored.
27969 &lt;End of help on this topic&gt;
27970 </BODY>
27971 </HTML>
27972 ====== h_config_preopen_stayopens ======
27973 <HTML>
27974 <HEAD>
27975 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
27976 </HEAD>
27977 <BODY>
27978 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
27980 This feature is related to the option
27981 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27982 Normally, Stay Open folders are only opened on demand, when the user
27983 asks to open them.
27984 From then on they are kept open for the duration of the session.
27985 However, if this feature is set, then the Stay Open folders will all be
27986 opened at startup, at the same time that the INBOX is opened.
27989 &lt;End of help on this topic&gt;
27990 </BODY>
27991 </HTML>
27992 ====== h_config_expunge_inbox ======
27993 <HTML>
27994 <HEAD>
27995 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
27996 </HEAD>
27997 <BODY>
27998 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
28000 The INBOX is normally treated differently from regular folders in several
28001 ways.
28002 One of the differences is that the normal &quot;close&quot; sequence of
28003 events is deferred until Alpine is exited, instead of happening when you
28004 leave the INBOX to view another folder.
28005 The &quot;close&quot; sequence normally includes the Expunging
28006 of deleted messages
28007 (either automatically or after a prompt, controlled by the features
28008 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28009 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28010 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28011 handling of the
28012 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
28015 If this feature is set the &quot;close&quot; sequence handling will take
28016 place every time you leave the INBOX.
28017 The INBOX will still be kept open, but the offer to Expunge and the archiving
28018 to the <!--#echo var="VAR_read-message-folder"-->
28019 will take place each time you leave the INBOX instead of only once at the
28020 end of the session.
28023 &lt;End of help on this topic&gt;
28024 </BODY>
28025 </HTML>
28026 ====== h_config_expunge_stayopens ======
28027 <HTML>
28028 <HEAD>
28029 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
28030 </HEAD>
28031 <BODY>
28032 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
28034 This feature is related to the option
28035 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28036 Stay Open folders are treated differently from regular folders in several
28037 ways.
28038 One of the differences is that the normal &quot;close&quot; sequence of
28039 events is deferred until Alpine is exited, instead of happening when you
28040 leave the folder to view another folder.
28041 The &quot;close&quot; sequence normally includes the Expunging
28042 of deleted messages
28043 (either automatically or after a prompt, controlled by the features
28044 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28045 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28046 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28047 handling of
28048 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
28051 If this feature is set the &quot;close&quot; sequence handling will take
28052 place when you leave the Stay Open folder.
28053 The folder will still be kept open, but the offer to Expunge and the archiving
28054 will take place each time you leave the folder instead of only once at the
28055 end of the session.
28056 This feature does not affect the INBOX, which will still only be processed
28057 when you exit Alpine.
28058 However, there is a similar feature that affects only the INBOX called
28059 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
28062 &lt;End of help on this topic&gt;
28063 </BODY>
28064 </HTML>
28065 ====== h_config_preserve_start_stop ======
28066 <HTML>
28067 <HEAD>
28068 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
28069 </HEAD>
28070 <BODY>
28071 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
28073 This feature controls how special control key characters, typically
28074 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
28075 are known as the "stop" and "start" characters and are sometimes used in
28076 communications paths to control data flow between devices that operate at
28077 different speeds.
28081 By default, Alpine turns the system's handling of these special characters
28082 off except during printing.  However, if you see Alpine reporting input errors
28083 such as:
28085 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
28087 and, at the same time, see your display become garbled, then it is likely
28088 that setting this option will solve the problem.  Be aware, though, that
28089 enabling this feature will also cause Alpine to ostensibly "hang" 
28090 whenever the Ctrl-S key combination is entered as the system is now
28091 interpreting such input as a "stop output" command.  To "start
28092 output"  again, simply type Ctrl-Q. 
28094 &lt;End of help on this topic&gt;
28095 </BODY>
28096 </HTML>
28097 ====== h_config_enable_incoming ======
28098 <HTML>
28099 <HEAD>
28100 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
28101 </HEAD>
28102 <BODY>
28103 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
28105 Alpine's Incoming Message Folders collection
28106 provides a convenient way to access multiple incoming folders.
28107 It is also useful if you have accounts on multiple computers.
28110 If set, this feature defines a pseudo-folder collection called
28111 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
28112 in this collection will be your INBOX, which will no longer show up in
28113 your Default folder collection.
28116 You may add more folders to the Incoming Message Folders collection by
28117 using the
28118 <!--chtml if pinemode="function_key"-->
28119 &quot;F10
28120 <!--chtml else-->
28121 &quot;A
28122 <!--chtml endif-->
28123 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
28124 the host the folder is stored on (which defaults to the same host used
28125 for your INBOX), a nickname, and the actual folder name.  Once a set
28126 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
28127 or MESSAGE TEXT screens) may be used to scan the folders for those
28128 with Recent messages.  If you add more folders to
28129 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
28130 no effect.
28132 NOTE: Normally the software that actually delivers mail (the stuff that happens
28133 before Alpine is involved) is in a better position to do delivery filtering
28134 than is Alpine itself.
28135 If possible, you may want to look at programs such as
28136 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28137 filtering programs.
28138 If you'd prefer to have Alpine do the filtering for you, you may set that
28140 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28142 <UL>   
28143 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28144 </UL><P>
28145 &lt;End of help on this topic&gt;
28146 </BODY>
28147 </HTML>
28148 ====== h_config_enable_incoming_checking ======
28149 <HTML>
28150 <HEAD>
28151 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28152 </HEAD>
28153 <BODY>
28154 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28156 This feature is only operational if you have enabled the optional
28157 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28158 If you do have Incoming Message Folders and you also set this feature,
28159 then the number of Unseen messages in each folder will be displayed
28160 in the FOLDER LIST screen for the Incoming Message Folders.
28161 The number of Unseen messages in a folder will be displayed in parentheses
28162 to the right of the name of each folder.
28163 If there are no Unseen messages in a folder then only the name
28164 is displayed, not a set of parentheses with zero inside them.
28165 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28166 the Incoming Message Folders to cause an immediate update.
28168 If a check for Unseen messages fails for a particular folder then Alpine
28169 will no longer attempt to check that folder for the duration of the
28170 session and this will be indicated by a question mark inside the
28171 parentheses.
28173 The features
28174 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28175 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28176 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28177 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28178 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28179 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28180 all affect how this feature behaves.
28182 <UL>   
28183 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28184 </UL><P>
28185 &lt;End of help on this topic&gt;
28186 </BODY>
28187 </HTML>
28188 ====== h_config_incoming_checking_total ======
28189 <HTML>
28190 <HEAD>
28191 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28192 </HEAD>
28193 <BODY>
28194 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28196 This option has no effect unless the feature
28197 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28198 is set, which in turn has no effect unless
28199 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28200 is set.
28202 When incoming folder checking is turned on the default is to display
28203 the number of unseen messages in each folder.
28204 More precisely, it is the number of undeleted unseen messages.
28205 Using this option you may also display the total number of messages
28206 in each folder.
28207 Instead of a single number representing the number of unseen messages
28208 you will get two numbers separated by a slash character.
28209 The first is the number of unseen messages and the second is the
28210 total number of messages.
28212 You may also use the recent message count instead of the unseen message
28213 count by turning on the feature
28214 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28216 <UL>   
28217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28218 </UL><P>
28219 &lt;End of help on this topic&gt;
28220 </BODY>
28221 </HTML>
28222 ====== h_config_incoming_checking_recent ======
28223 <HTML>
28224 <HEAD>
28225 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28226 </HEAD>
28227 <BODY>
28228 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28230 This option has no effect unless the feature
28231 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28232 is set, which in turn has no effect unless
28233 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28234 is set.
28236 When incoming folder checking is turned on the default is to display
28237 the number of unseen messages in each folder.
28238 More precisely, it is the number of undeleted unseen messages.
28239 Using this option you may display the number of recent messages instead
28240 of the number of unseen messages.
28241 A message is only counted as recent if this is the first session to
28242 see it, so the recent count might be less than the unseen count.
28243 The difference between the two would be accounted for by the unseen messages
28244 in the folder which were there previously but have not been looked at yet.
28246 If you simultaneously run more than one email client at a time
28247 (for example, you run more than one Alpine in parallel) then turning
28248 this feature on can cause some confusion.
28249 The confusion stems from the fact that each message is only considered to be
28250 recent in one session.
28251 That means that the counts of new messages may be different in the two
28252 Alpines running side by side, because each incoming message will only be
28253 counted as recent in one of the two sessions.
28255 You may also display the total number of messages
28256 in each folder by using the
28257 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28258 option.
28260 <UL>   
28261 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28262 </UL><P>
28263 &lt;End of help on this topic&gt;
28264 </BODY>
28265 </HTML>
28266 ====== h_config_attach_in_reply ======
28267 <HTML>
28268 <HEAD>
28269 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28270 </HEAD>
28271 <BODY>
28272 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28274 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28275 attachments that were part of the original message will automatically be
28276 included in the Reply.
28278 &lt;End of help on this topic&gt;
28279 </BODY>
28280 </HTML>
28281 ====== h_config_include_header =====
28282 <HTML>
28283 <HEAD>
28284 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28285 </HEAD>
28286 <BODY>
28287 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28289 This feature controls an aspect of Alpine's Reply command. If set, and the
28290 original message is being included in the reply, then headers from that
28291 message will also be part of the reply.
28293 &lt;End of help on this topic&gt;
28294 </HEAD>
28295 </HTML>
28296 ====== h_config_sig_at_bottom =====
28297 <HTML>
28298 <HEAD>        
28299 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28300 </HEAD>
28301 <BODY>
28302 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28304 This feature controls an aspect of Alpine's Reply command.  If this feature
28305 is set, and the original message is being included in the reply, then the
28306 contents of your signature file (if any) will be inserted after the included
28307 message.
28309 This feature does not affect the results of a Forward command.
28311 &lt;End of help on this topic&gt;
28312 </BODY>
28313 </HTML>
28314 ====== h_config_sigdashes =====
28315 <HTML>
28316 <HEAD>
28317 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28318 </HEAD>
28319 <BODY>
28320 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28322 This feature enables support for the common USENET news convention 
28323 of preceding a message signature with the special line consisting of 
28324 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28327 When enabled and a
28328 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28329 Alpine will insert the special line before including the file's text (unless
28330 the special line already exists somewhere in the file's text).
28333 In addition, when you Reply or Followup to a message containing one of
28334 these special lines and choose to include its text, Alpine will observe
28335 the convention of not including text beyond the special line in your
28336 reply.
28337 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28338 mode is enabled and turned on, then Alpine <EM>will</EM>
28339 include the text beyond the special line regardless of the setting of
28340 this feature.
28343 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28344 for a related feature.
28347 <UL>   
28348 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28349 </UL><P>
28350 &lt;End of help on this topic&gt;
28351 </BODY>
28352 </HTML>
28353 ====== h_config_new_thread_blank_subject =====
28354 <HTML>
28355 <HEAD>
28356 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28357 </HEAD>
28358 <BODY>
28359 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28361 When this feature is enabled (the default) Alpine will create a new thread
28362 every time that the subject line becomes empty at any time during composition.
28365 This behavior is particularly useful in case you are replying to a message.
28366 Replying to a message causes the message to be in the same thread than the
28367 original message that is being replied to. However, many authors want to create
28368 a new message (in a different thread) while replying to a message, and they do
28369 this by changing the full subject, by first deleting the original subject and
28370 typing the new subject of the current message.
28373 Enabling this feature causes that any time that the subject is deleted, the 
28374 message being composed will be considered the first message of a new thread.
28377 <UL>   
28378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28379 </UL><P>
28380 &lt;End of help on this topic&gt;
28381 </BODY>
28382 </HTML>
28383 ====== h_config_strip_sigdashes =====
28384 <HTML>
28385 <HEAD>
28386 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28387 </HEAD>
28388 <BODY>
28389 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28391 This feature doesn't do anything if the feature
28392 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28393 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28394 then turning on this feature enables support for the convention
28395 of not including text beyond the sigdashes line when Replying or Following
28396 up to a message and including the text of that message.
28397 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28398 mode is enabled and turned on, then Alpine <EM>will</EM>
28399 include the text beyond the special line regardless of the setting of
28400 this feature.
28402 In other words, this is a way to turn on the signature stripping behavior
28403 without also turning on the dashes-adding behavior.
28405 <UL>   
28406 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28407 </UL><P>
28408 &lt;End of help on this topic&gt;
28409 </BODY>
28410 </HTML>
28411 ====== h_config_forward_as_attachment =====
28412 <HTML>
28413 <HEAD>
28414 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28415 </HEAD>
28416 <BODY>
28417 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28419 This feature affects the way forwarded message text is handled.  When set, rather than 
28420 include the text of the forwarded message below any additional text you provide in the
28421 composer, the forwarded message is attached in its entirety to the message you send.
28423 This is useful in that it keeps the text you provide in the composer distinct from the
28424 text of the forwarded message.  Similarly, it allows the recipient to 
28425 conveniently operate on the forwarded message.  For example, they might reply directly to
28426 the sender of the forwarded message, or process it as part of a spam report.
28427 <UL>   
28428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28429 </UL><P>
28430 &lt;End of help on this topic&gt;
28431 </BODY>
28432 </HTML>
28433 ====== h_config_preserve_field =====
28434 <HTML>
28435 <HEAD>
28436 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28437 </HEAD>
28438 <BODY>
28439 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28441 This feature affects Alpine's behavior when one replies to a message. 
28442 When you receive a message, some or all of the recipients of the message 
28443 have been added to the To: and Cc: fields. If you reply to such message, 
28444 and this feature is disabled, then the original sender of the message is 
28445 added to the To: field, and all other recipients are added to the Cc: 
28446 field, while your address is added to the From: field.
28449 However, if this feature is enabled, then Alpine will preserve the 
28450 original fields as sent in the original message, so the Cc: and To: 
28451 fields will be preserved. The sender's address will be added to the To: 
28452 field, while your address is added to the From: field.
28455 The behavior of this feature is that replies to all messages will behave 
28456 in the way described above. If you only intend this to happen on a per 
28457 message basis, then keep this feature disabled, and when replying to a 
28458 message you will see a new option in the menu for the &quot;Reply to all 
28459 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28460 make Alpine toggle its question so you can preserve the To: and Cc: 
28461 fields for that message only.
28463 <UL>   
28464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28465 </UL><P>
28466 &lt;End of help on this topic&gt;
28467 </BODY>
28468 </HTML>
28469 ====== h_config_sub_lists =====
28470 <HTML>
28471 <HEAD>
28472 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28473 </HEAD>
28474 <BODY>
28475 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28477 This feature affects the subcommands available when Saving, 
28478 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28479 available. This command allows you to type in a substring of the folder
28480 you are looking for and when you type ^X it will display all folders
28481 that contain that substring in their names.
28482 This feature is set by default.
28485 &lt;End of help on this topic&gt;
28486 </BODY>
28487 </HTML>
28488 ====== h_config_scramble_message_id =====
28489 <HTML>
28490 <HEAD>
28491 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28492 </HEAD>
28493 <BODY>
28494 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28496 Normally the Message-ID header that Alpine generates when sending a message
28497 contains the name of the computer from which the message is being sent.
28498 Some believe that this hostname could be used by spammers or could
28499 be used by others for nefarious purposes.
28500 If this feature is set, that name will be transformed with a simple
28501 Rot13 transformation.
28502 The result will still have the correct syntax for a Message-ID but the
28503 part of the MessageID that is often a domain name will not be an actual
28504 domain name because the letters will be scrambled.
28506 In addition, other information such as the name program, version, and
28507 a code for operating system used to build Alpine, will be encoded using
28508 the Rot13 transformation, except for the version number which will be
28509 encoded using a Rot5 transformation.
28511 It is possible (but unlikely?) that some spam detection
28512 software will use that as a reason to reject the mail as spam.
28513 It has also been reported that some spam detection software uses the
28514 fact that there are no dots after the &quot;@&quot; as a reason to reject
28515 messages.
28516 If your PC-Alpine Message-ID is using a name without a dot that is because
28517 that is what Windows thinks is your &quot;Full computer name&quot;.
28518 The method used to set this varies from one type of Windows to another but
28519 check under Settings -> Control Panel -> System and
28520 look for Network Identification or Computer Name or something similar.
28521 How to set it is beyond the scope of Alpine.
28524 &lt;End of help on this topic&gt;
28525 </BODY>
28526 </HTML>
28527 ====== h_downgrade_multipart_to_text =====
28528 <HTML>
28529 <HEAD>
28530 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28531 </HEAD>
28532 <BODY>
28533 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28536 This feature affects Alpine's behavior when sending mail.  Internet
28537 standards require Alpine to translate all non-ASCII characters in
28538 messages that it sends using MIME encoding.  This encoding can be
28539 ostensibly broken for recipients if any agent between Alpine and the
28540 recipient, such as an email list expander, appends text to the
28541 message, such as list information or advertising.  When sending such
28542 messages Alpine attempts to protect such encoding by placing extra
28543 MIME boundaries around the message text.
28545 These extra boundaries are invisible to recipients that 
28546 use MIME-aware email programs (the vast majority).  However, if
28547 you correspond with users of email programs that are not MIME-aware,
28548 or do not handle the extra boundaries gracefully, you can
28549 use this feature to prevent Alpine from including the extra
28550 MIME information.  Of course, it will increase the likelihood
28551 that non-ASCII text you send may appear corrupt to the recipient.
28553 &lt;End of help on this topic&gt;
28554 </BODY>
28555 </HTML>
28556 ====== h_config_show_sort =====
28557 <HTML>
28558 <HEAD>
28559 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28560 </HEAD>
28561 <BODY>
28562 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28564 If this feature is set and there is sufficient space on the screen,
28565 a short indication of the current sort order will be
28566 added in the titlebar (the top line on the screen), before the name
28567 of the folder.
28568 For example, with the default Arrival sort in effect,
28569 the display would have the characters
28571 <P><CENTER>[A]</CENTER><P>
28573 added between the title of the screen and the folder name.
28574 The letters are the same as the letters you may type to manually
28575 sort a folder with the SortIndex command ($).
28576 The letters in the table below are the ones that may show
28577 up in the titlebar line.
28579 <TABLE>   
28580 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28581 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28582 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28583 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28584 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28585 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28586 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28587 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28588 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28589 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28590 </TABLE>
28592 If the sort order is Reversed, the letter above will be preceded by the letter
28593 &quot;R&quot;, for example
28595 <P><CENTER>[RS]</CENTER><P>
28597 means that a Reverse Subject sort is in effect.
28598 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28599 left out, and just an &quot;R&quot; is shown.
28601 <P><CENTER>[R]</CENTER>
28604 &lt;End of help on this topic&gt;
28605 </BODY>
28606 </HTML>
28607 ====== h_config_disable_reset_disp =====
28608 <HTML>
28609 <HEAD>
28610 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28611 </HEAD>
28612 <BODY>
28613 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28615 UNIX Alpine only.
28617 This feature affects Alpine's behavior when using
28618 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28619 Normally, before the display filter is run, the terminal mode is reset
28620 to what it was before you started Alpine.
28621 This may be necessary if the filter requires the use of the terminal.
28622 For example, it may need to interact with you.
28623 If you set this feature, then the terminal mode will not be reset.
28624 One thing that turning on this feature should fix is the coloring of
28625 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28626 breaks because the terminal reset resets the color state of the terminal.
28629 &lt;End of help on this topic&gt;
28630 </BODY>
28631 </HTML>
28632 ====== h_config_disable_sender =====
28633 <HTML>
28634 <HEAD>
28635 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28636 </HEAD>
28637 <BODY>
28638 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28640 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28641 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28642 header fields.
28643 By default, Alpine will generate such a header in situations where the
28644 username or domain are not the same as
28645 the &quot;From:&quot; header on the message.
28646 With this feature set,
28647 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28648 This may be desirable on a system that is virtually hosting many domains,
28649 and the sysadmin has other methods available for tracking a message to
28650 its originator.
28652 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28655 &lt;End of help on this topic&gt;
28656 </BODY>
28657 </HTML>
28658 ====== h_config_use_sender_not_x =====
28659 <HTML>
28660 <HEAD>
28661 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28662 </HEAD>
28663 <BODY>
28664 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28666 Normally Alpine adds a header line
28667 labeled &quot;X-X-Sender&quot;, if the sender is
28668 different from the From: line.
28669 The standard specifies that this header
28670 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28671 Setting this feature causes
28672 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28674 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28677 &lt;End of help on this topic&gt;
28678 </BODY>
28679 </HTML>
28680 ====== h_config_use_fk =====
28681 <HTML>
28682 <HEAD>
28683 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28684 </HEAD>
28685 <BODY>
28686 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28688 This feature specifies that Alpine will respond to function keys instead of
28689 the normal single-letter commands. In this mode, the key menus at the
28690 bottom of each screen will show function key designations instead of the
28691 normal mnemonic key.
28694 &lt;End of help on this topic&gt;
28695 </BODY>
28696 </HTML>
28697 ====== h_config_cancel_confirm =====
28698 <HTML>
28699 <HEAD>
28700 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28701 </HEAD>
28702 <BODY>
28703 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28705 This feature affects what happens when you type ^C to cancel a composition.
28706 By default, if you attempt to cancel a composition by typing ^C, you will be
28707 asked to confirm the cancellation by typing a &quot;C&quot;
28708 for <EM>C</EM>onfirm.
28709 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28710 risky because the &quot;^C Y&quot; needed to cancel a message
28711 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28713 If this feature is set the confirmation asked for
28714 will be a &quot;<EM>Y</EM>es&quot;
28715 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28718 &lt;End of help on this topic&gt;
28719 </BODY>
28720 </HTML>
28721 ====== h_config_compose_maps_del =====
28722 <HTML>
28723 <HEAD>
28724 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28725 </HEAD>
28726 <BODY>
28727 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28729 This feature affects the behavior of the DELETE key.
28730 If set, Delete will be equivalent to ^D, and delete
28731 the current character.  Normally Alpine defines the Delete key
28732 to be equivalent to ^H, which deletes the <EM>previous</EM>
28733 character.
28736 &lt;End of help on this topic&gt;
28737 </BODY>
28738 </HTML>
28739 ====== h_config_compose_bg_post =====
28740 <HTML>
28741 <HEAD>
28742 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28743 </HEAD>
28744 <BODY>
28745 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28747 This feature affects the behavior of Alpine's mail sending.  If set, this
28748 feature enables a subcommand in the composer's "Send?" confirmation
28749 prompt.  The subcommand allows you to tell Alpine to handle the actual
28750 posting in the background.  While this feature usually allows posting
28751 to appear to happen very fast, it has no affect on the actual delivery
28752 time it takes a message to arrive at its destination.
28755 Please Note:
28756 <OL>
28757  <LI>This feature will have no effect if the feature
28758        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28759        is set.
28760  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28761        as well as several Unix ports, do not recognize this feature.
28762  <LI>Error handling is significantly different when this feature is
28763         enabled.  Any message posting failure results in the message
28764         being appended to your &quot;Interrupted&quot; mail folder.  When you
28765         type the <A HREF="h_common_compose">C</A>ompose command,
28766         Alpine will notice this folder and
28767         offer to extract any messages contained.  Upon continuing a 
28768         failed message, Alpine will display the nature of the failure 
28769         in the status message line.
28770  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28771         for message data to
28772         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28773         if you typically run close to any sort of disk-space limits or quotas.
28774 </OL>
28776 &lt;End of help on this topic&gt;
28777 </BODY>
28778 </HTML>
28779 ====== h_config_compose_dsn =====
28780 <HTML>
28781 <HEAD>
28782 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28783 </HEAD>
28784 <BODY>
28785 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28787 This feature affects the behavior of Alpine's mail sending.  If set, this
28788 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28789 prompt.  The subcommand allows you to tell Alpine to request the type of
28790 Delivery Status Notification (DSN) that you would like.  Most users will
28791 be happy with the default, and need not enable this feature.
28793 If the feature
28794 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28795 then this feature has no effect and the type of DSN is not selectable.
28798 Turning on this feature and then turning on the DSNOpts from the send
28799 prompt reveals four on-off toggles at the bottom of the screen.
28800 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28801 that no notification be returned to you, even if there is a delivery
28802 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28803 server that you are willing (or not) to receive delay notifications, which
28804 happen when there is an unusual delay at some mail server (in that mail
28805 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28806 Success requests that you be sent a DSN message when the message is
28807 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28808 automatically turn off Delay and Success notification, and will flip the
28809 toggles to show that.  Similarly, turning on Delay and/or Success will
28810 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28811 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28812 the full message be returned in any failed DSN.  RetHdrs requests that
28813 only the headers be returned in any failed DSN.  Notice that this command
28814 applies only to failed delivery status reports.  For delay or success
28815 reports, the full message is never returned, only the headers are returned.
28818 If you don't enable the DSN feature or if you don't turn it on for a
28819 particular message, the default is that you will be notified about failures,
28820 you might be notified about delays, and you won't be notified about
28821 successes.  You will usually receive the full message back when there is
28822 a failure.
28825 If you turn on the DSNOpts the default is to return as much information as
28826 possible to you.  That is, by default, the Success and Delay options are
28827 turned on and the full message will be returned on failure.
28830 The sending prompt will display the current DSN request (if any) in a
28831 shorthand form.  It will be:
28833 <P><CENTER>[Never]</CENTER>
28836 if you have requested NoErrRets.  Otherwise, it will look something like:
28838 <P><CENTER>[FDS-Hdrs]</CENTER>
28841 The &quot;F&quot; will always be there, indicating that you will be notified
28842 of failures.  (Alpine doesn't provide a way to request no failure notification
28843 and at the same time request either success or delay notification.  The only
28844 way to request no failure notifications is to request no notifications at
28845 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28846 requested Delay and/or Success notification.  If one of those is missing,
28847 that means you are requesting no notification of the corresponding type.
28848 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28849 the headers and Full means to return the full message (applies to
28850 failure notifications only).
28853 NOTE: This feature relies on your system's mail transport agent or
28854 configured
28855 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28856 having the negotiation mechanism introduced in
28857 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28858 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28859 are using doesn't support DSN, a short warning will be shown to you on
28860 the message line at the bottom of the screen after you send your message,
28861 but your message will have been sent anyway.
28864 Note that DSNs don't provide a mechanism to request read receipts.  That
28865 is, if you request notification on success you are notified when the
28866 message is delivered to the mailbox, not when the message is read.
28869 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28870 it is possible that this feature might cause problems for some servers. 
28873 &lt;End of help on this topic&gt;
28874 </BODY>
28875 </HTML>
28876 ====== h_config_auto_zoom =====
28877 <HTML>
28878 <HEAD>
28879 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28880 </HEAD>
28881 <BODY>
28882 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28884 This feature affects the behavior of the Select command.
28885 If set, the select command will automatically perform a zoom
28886 after the select is complete.
28887 This feature is set by default.
28889 Some related help topics are
28890 <UL>
28891 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28892 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28893 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28894 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28895 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28896 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28897 </UL>
28900 &lt;End of help on this topic&gt;
28901 </BODY>
28902 </HTML>
28903 ====== h_config_auto_unzoom =====
28904 <HTML>
28905 <HEAD>
28906 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28907 </HEAD>
28908 <BODY>
28909 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28911 This feature affects the behavior of the Apply command.  If set, and if
28912 you are currently looking at a Zoomed Index view of selected messages,
28913 the Apply command will do the operation you specify, but then will
28914 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28915 the normal Index view after the Apply. 
28916 This feature is set by default.
28919 Some related help topics are
28920 <UL>
28921 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28922 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28923 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28924 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28925 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28926 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28927 </UL>
28929 &lt;End of help on this topic&gt;
28930 </BODY>
28931 </HTML>
28932 ====== h_config_auto_unselect =====
28933 <HTML>
28934 <HEAD>
28935 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
28936 </HEAD>
28937 <BODY>
28938 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
28940 This feature affects the behavior of the Apply command.  If set,
28941 the Apply command will do the operation you specify, but then will
28942 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
28943 the normal Index view after the Apply. 
28946 Some related help topics are
28947 <UL>
28948 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28949 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28950 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28951 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28952 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28953 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28954 </UL>
28956 &lt;End of help on this topic&gt;
28957 </BODY>
28958 </HTML>
28959 ====== h_config_fast_recent =====
28960 <HTML>
28961 <HEAD>
28962 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
28963 </HEAD>
28964 <BODY>
28965 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
28967 This feature controls the behavior of the TAB key when traversing folders
28968 in the optional 
28969 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
28970 collection or in optional <!--#echo var="VAR_news-collections"-->.
28973 When the TAB
28974 (<A HREF="h_common_nextnew">NextNew</A>)
28975 key is pressed, the default behavior is to
28976 explicitly examine the status of the folder for the number of recent
28977 messages (messages delivered since the last time it was viewed).
28978 Depending on the size and number of messages in the folder, this test
28979 can be time consuming.
28982 Enabling this feature will cause Alpine to only test for the existence of
28983 any recent messages rather than to obtain the count.  This is much faster
28984 in many cases.  The downside is that you're not given the number of recent
28985 messages when prompted to view the next folder.
28986 If the feature
28987 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
28988 is turned on, then the present feature will have no effect.
28991 <UL>   
28992 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28993 </UL><P>
28994 &lt;End of help on this topic&gt;
28995 </BODY>
28996 </HTML>
28997 ====== h_config_arrow_nav =====
28998 <HTML>
28999 <HEAD>
29000 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
29001 </HEAD>
29002 <BODY>
29003 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
29005 This feature controls the behavior of the left and right arrow keys.
29006 If set, the left and right arrow keys will operate like the usual
29007 navigation keys &lt; and &gt;.
29008 This feature is set by default.
29011 If you set this feature, and do not like the changed behavior of the up/down 
29012 arrow 
29013 keys when navigating through the FOLDER LIST screen -- 
29014 <B>first</B> from column to column, if more than one folder is 
29015 displayed per row, 
29016 and <B>then</B> from row to row -- you may either also wish to set the feature 
29017 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
29018 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
29019 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
29020 folders in each column.
29022 <UL>   
29023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29024 </UL><P>
29025 &lt;End of help on this topic&gt;
29026 </BODY>
29027 </HTML>
29028 ====== h_config_relaxed_arrow_nav =====
29029 <HTML>
29030 <HEAD>
29031 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
29032 </HEAD>
29033 <BODY>
29034 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
29036 This feature controls the behavior of the left, right, up and down
29037 arrow keys in the FOLDER LIST screen when the &quot;<A
29038 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
29039 set.
29040 This feature is set by default.
29044 When this feature is set, the left and right
29045 arrow keys in the FOLDER LIST screen
29046 move the highlight bar to the left or right, and the up and
29047 down arrows move it up or down.
29050 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
29051 feature is not set;
29052 the left and right arrow keys in the Folder List screen strictly
29053 track the commands bound to the '&lt;' and '&gt;' keys, and the up
29054 and down arrow keys move the highlight bar to the previous and next
29055 folder or directory name.
29058 <UL>   
29059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29060 </UL><P>
29061 &lt;End of help on this topic&gt;
29062 </BODY>
29063 </HTML>
29064 ====== h_config_alt_compose_menu =====
29065 <HTML>
29066 <HEAD>
29067 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
29068 </HEAD>
29069 <BODY>
29070 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
29072 This feature controls the menu that is displayed when Compose is selected.
29073 If set, a list of options will be presented, with each option representing
29074 the type of composition that could be used. This feature is most useful for
29075 users who want to avoid being prompted with each option separately, or who
29076 want to avoid the checking of remote postponed or form letter folders.
29077 The possible types of composition are:
29080 New, for starting a new composition. Note that if New is selected and roles
29081 are set, roles are checked for matches and applied according to the setting
29082 of the matching role.
29085 Interrupted, for continuing an interrupted composition. This option is only
29086 offered if an interrupted message folder is detected.
29089 Postponed, for continuing postponed compositions. This option is offered
29090 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
29091 the postponed folder actually exists. This option is especially handy
29092 for avoiding having to check for the existence of a remote postponed folder.
29095 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
29096 is set in the config, and is not checked for existence for reasons similar
29097 to those explained by the postponed option.
29100 setRole, for selecting a role to apply to a composition.
29103 &lt;End of help on this topic&gt;
29104 </BODY>
29105 </HTML>
29106 ====== h_config_alt_role_menu =====
29107 <HTML>
29108 <HEAD>
29109 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
29110 </HEAD>
29111 <BODY>
29112 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
29114 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
29115 a role and compose a new message using that role.
29116 When this feature is set, the role command will first ask whether you want to
29117 Compose a new message, Forward the current message, Reply to the
29118 current message, or Bounce the current message.
29119 If you are not in the MESSAGE INDEX and are not viewing a message,
29120 then there is no current message and the question will be skipped.
29121 After you have chosen to Compose, Forward, Reply, or Bounce you will
29122 then choose the role to be used.
29124 When Bouncing the &quot;Set From&quot; address is used for the
29125 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
29126 provided that the option
29127 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
29128 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
29129 set.
29130 Other actions of the role are ignored when Bouncing.
29133 &lt;End of help on this topic&gt;
29134 </BODY>
29135 </HTML>
29136 ====== h_config_always_spell_check =====
29137 <HTML>
29138 <HEAD>
29139 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29140 </HEAD>
29141 <BODY>
29142 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29144 When this feature is set, every composed message will be spell-checked before
29145 being sent.
29147 &lt;End of help on this topic&gt;
29148 </BODY>
29149 </HTML>
29150 ====== h_config_quell_asterisks =====
29151 <HTML>
29152 <HEAD>
29153 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29154 </HEAD>
29155 <BODY>
29156 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29158 When you are running Alpine you will sometimes be asked for a password
29159 in a prompt on the third line from the bottom of the screen.
29160 Normally each password character you type will cause an asterisk to echo
29161 on the screen. That gives you some feedback to know that your typing is
29162 being recognized.
29163 There is a very slight security risk in doing it this way because someone
29164 watching over your shoulder might be able to see how many characters there
29165 are in your password.
29166 If you'd like to suppress the echoing of the asterisks set this feature.
29168 &lt;End of help on this topic&gt;
29169 </BODY>
29170 </HTML>
29171 ====== h_config_quell_flowed_text =====
29172 <HTML>
29173 <HEAD>
29174 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29175 </HEAD>
29176 <BODY>
29177 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29179 Alpine generates flowed text where possible.
29180 The method for generating flowed text is defined by
29181 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29182 the benefit of doing so is
29183 to send message text that can properly be viewed both on normal width displays
29184 and on displays with smaller or larger than normal screen widths.
29185 With flowed text, a space at the end of a line tells the receiving mail
29186 client that the following line belongs to the same paragraph.
29187 Quoted text will also be affected, with only the innermost
29188 level of &quot;&gt;&quot; quoting being followed by a space.
29189 However, if you have changed the
29190 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29191 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29192 quoted text will not be flowed.
29193 For this reason, we recommend that you leave your
29194 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29196 This feature turns off the generation of flowed text, as it might be
29197 desired to more tightly control how a message is displayed on the receiving end.
29199 If this feature is <EM>not</EM> set, you can control on a message by message
29200 basis whether or not flowed text is generated.
29201 You do this by typing ^V at the Send confirmation prompt that you get
29202 after typing ^X to send a message.
29203 ^V is a toggle that turns flowing off and back on if typed again.
29204 If for some reason flowing cannot be done on a particular message, then the
29205 ^V command will not be available.
29206 This would be the case, for example, if this feature was set, or if your
29207 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29208 If the feature
29209 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29210 then the opportunity to control on a message by message basis
29211 whether or not flowed text is generated is lost.
29213 When this feature is not set and you have typed ^V to turn off flowing,
29214 the Send confirmation prompt will change to look like
29216 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29218 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29219 also turn off the sending of flowed text messages, but it differs in that
29220 it also trims all trailing white space from a message before sending it.
29222 If alternate editors are used extensively, be aware that a message will still
29223 be sent flowed if this feature is unset.  In most cases this will be fine,
29224 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29225 use that.
29227 &lt;End of help on this topic&gt;
29228 </BODY>
29229 </HTML>
29230 ====== h_config_strip_ws_before_send =====
29231 <HTML>
29232 <HEAD>
29233 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29234 </HEAD>
29235 <BODY>
29236 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29238 By default, trailing whitespace is not stripped from
29239 a message before sending.  Trailing whitespace should have no effect on an
29240 email message, and in flowed text can aid in delimiting paragraphs.
29241 However, the old behavior of stripping trailing whitespace was in place
29242 to better deal with older clients that couldn't handle certain types of
29243 text encodings.  This feature restores the old behavior
29245 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29246 generated by default but can be turned off via the
29247 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29248 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29249 of flowed text.
29251 &lt;End of help on this topic&gt;
29252 </BODY>
29253 </HTML>
29254 ====== h_config_del_from_dot =====
29255 <HTML>
29256 <HEAD>
29257 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29258 </HEAD>
29259 <BODY>
29260 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29262 This feature controls the behavior of the Ctrl-K command in the composer.
29263 If set, ^K will cut from the current cursor position to the end of the line,
29264 rather than cutting the entire line.
29267 &lt;End of help on this topic&gt;
29268 </BODY>
29269 </HTML>
29270 ====== h_config_print_index =====
29271 <HTML>
29272 <HEAD>
29273 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29274 </HEAD>
29275 <BODY>
29276 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29278 This feature controls the behavior of the Print command when in the
29279 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29280 asking if you wish to print the message index, or the currently highlighted
29281 message. If not set, the message will be printed.
29284 &lt;End of help on this topic&gt;
29285 </BODY>
29286 </HTML>
29287 ====== h_config_allow_talk =====
29288 <HTML>
29289 <HEAD>
29290 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29291 </HEAD>
29292 <BODY>
29293 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29295 UNIX Alpine only.
29297 By default, permission for others to &quot;talk&quot; to your terminal is turned
29298 off when you are running Alpine.  When this feature is set, permission is
29299 instead turned on.  If enabled, you may see unexpected messages in the
29300 middle of your Alpine screen from someone attempting to contact you via the
29301 &quot;talk&quot; program.
29304 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29305 talk daemon on your system will attempt to print a message on your screen 
29306 when someone else is trying to contact you.  If you wish to see these
29307 messages while you are running Alpine, you should enable this feature.
29310 If you do enable this feature and see a &quot;talk&quot; message, you must 
29311 suspend or quit Alpine before you can respond.
29314 &lt;End of help on this topic&gt;
29315 </BODY>
29316 </HTML>
29317 ====== h_config_send_filter_dflt =====
29318 <HTML>
29319 <HEAD>
29320 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29321 </HEAD>
29322 <BODY>
29323 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29324 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29325 configured, setting this feature will cause
29326 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29327 instead of unfiltered, the usual default.
29329 <UL>   
29330 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29331 </UL><P>
29332 &lt;End of help on this topic&gt;
29333 </BODY>
29334 </HTML>
29335 ====== h_config_custom_print =====
29336 <HTML>
29337 <HEAD>
29338 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29339 </HEAD>
29340 <BODY>
29341 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29343 When this feature is set, the print command will have an additional
29344 subcommand called "C CustomPrint".  If selected, you will have
29345 the opportunity to enter any system print command --instead of being 
29346 restricted to using those that have been previously configured in the 
29347 printer setup menu.
29350 &lt;End of help on this topic&gt;
29351 </BODY>
29352 </HTML>
29353 ====== h_config_enable_dot_files =====
29354 <HTML>
29355 <HEAD>
29356 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29357 </HEAD>
29358 <BODY>
29359 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29361 When this feature is set, files beginning with dot (".") will be
29362 visible in the file browser.  For example, you'll be able to select them
29363 when using the browser to add an attachment to a message.
29365 &lt;End of help on this topic&gt;
29366 </BODY>
29367 </HTML>
29368 ====== h_config_enable_dot_folders =====
29369 <HTML>
29370 <HEAD>        
29371 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29372 </HEAD>
29373 <BODY>
29374 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29376 When this feature is set, folders beginning with dot (".") may be added
29377 and viewed.
29379 &lt;End of help on this topic&gt;
29380 </BODY>
29381 </HTML>
29382 ====== h_config_ff_between_msgs =====
29383 <HTML>
29384 <HEAD>
29385 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29386 </HEAD>
29387 <BODY>
29388 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29390 Setting this feature causes a formfeed to be printed between messages when
29391 printing multiple messages (with Apply Print command).
29393 &lt;End of help on this topic&gt;
29394 </BODY>
29395 </HTML>
29396 ====== h_config_blank_keymenu =====
29397 <HTML>
29398 <HEAD>
29399 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29400 </HEAD>
29401 <BODY>
29402 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29404 If this feature is set the command key menu that normally appears on the
29405 bottom two lines of the screen will not usually be there.  Asking for
29406 help with ^G or ? will cause the key menu to appear instead of causing
29407 the help message to come up.  If you want to actually see the help text,
29408 another ^G or ? will show it to you.  After the key menu has popped
29409 up with the help key it will remain there for an O for Other command but
29410 disappear if any other command is typed.
29412 &lt;End of help on this topic&gt;
29413 </BODY>
29414 </HTML>
29415 ====== h_config_enable_mouse =====
29416 <HTML>
29417 <HEAD>
29418 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29419 </HEAD>
29420 <BODY>
29421 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29423 This feature controls whether or not an X terminal mouse can be used with
29424 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29425 being used, the left mouse button on the mouse can be used to select text
29426 or commands.
29427 Clicking on a command at the bottom of the screen will behave as if you had
29428 typed that command.
29429 Clicking on an index line will move the current message highlight to
29430 that line.
29431 Double-clicking on an index line will view the message.
29432 Double-clicking on a link will view the link.
29434 This type of mouse support will also work in some terminal emulators which are
29435 not actually X terminals, but which have extra code to support the xterm
29436 style mouse.
29437 For those emulators you not only need to turn this feature on but you also
29438 have to set the $DISPLAY environment variable even though it isn't needed
29439 for your terminal.
29440 That will cause Alpine to think that it is an xterm and to properly interpret the
29441 escape sequences sent by the mouse.
29443 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29444 also modified.  It is sometimes possible to hold the shift key down while clicking
29445 left or middle mouse buttons for the normal xterm cut/paste operations. 
29446 There is also an Alpine command to toggle this mode on or off.
29447 The command is Ctrl-&#92; (Control-backslash).
29449 &lt;End of help on this topic&gt;
29450 </BODY>
29451 </HTML>
29452 ====== h_config_enable_xterm_newmail =====
29453 <HTML>
29454 <HEAD>        
29455 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29456 </HEAD>
29457 <BODY>
29458 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29460 This feature controls whether or not Alpine will attempt to announce new
29461 mail arrival when it is running in an X terminal window and that window
29462 is iconified.  If set, and the $DISPLAY variable indicates that an X
29463 terminal is being used, Alpine will send appropriate escape sequences to
29464 the X terminal to modify the label on Alpine's icon to indicate that new
29465 mail has arrived. Alpine will also modify the Alpine window's title to
29466 indicate new mail.
29467 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29469 &lt;End of help on this topic&gt;
29470 </BODY></HTML>
29471 ====== h_config_enable_newmail_short_text =====
29472 <HTML>
29473 <HEAD>        
29474 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29475 </HEAD>
29476 <BODY>
29477 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29479 This feature controls the text to be displayed in an icon in the event
29480 of a new message arrival.  Normally, the message will
29481 be the one that is displayed on the screen.  This feature shortens the
29482 message to a count of the number of new messages in brackets.  This may be
29483 more useful for those who use the window's title bar in the task bar as a
29484 new mail indicator.  This feature is only useful if the
29485 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29486 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29487 feature, this feature is only relevant when run in an xterm environment.
29489 &lt;End of help on this topic&gt;
29490 </BODY></HTML>
29491 ====== h_config_copy_to_to_from =====
29492 <HTML>
29493 <HEAD>
29494 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29495 </HEAD>
29496 <BODY>
29497 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29499 This feature affects the From address used when Replying to a message.
29500 It is probably only useful if you have some
29501 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29502 defined.
29503 When enabled, it checks to see if any of the addresses in the To or Cc
29504 fields of the message you are replying to is one of your addresses.
29505 If it is, and there is only one of them, then that address is used as
29506 the From address in the message you are composing.
29507 In other words, you will be using a From address that is the same
29508 as the To address that was used to get the mail to you in the first place.
29511 If a role is being used and it has a From address defined, that From address will
29512 be used rather than the one derived from this feature.
29515 <UL>   
29516 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29517 </UL><P>
29518 &lt;End of help on this topic&gt;
29519 </BODY>
29520 </HTML>
29521 ====== h_config_prefix_editing =====
29522 <HTML>
29523 <HEAD>
29524 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29525 </HEAD>
29526 <BODY>
29527 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29529 This feature affects the Reply command's &quot;Include original message
29530 in Reply?&quot; prompt.  When enabled, it causes the
29531 &quot;Edit Indent String&quot; sub-command to appear which allows 
29532 you to edit the string Alpine would otherwise use to denote included 
29533 text from the message being replied to.<P>
29535 Thus, you can change Alpine's default message quote character (usually
29536 an angle bracket) on a per message basis. So you could change your quoted message to
29537 look, for example, like this:<p>
29539 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29541 John: I just wanted to say hello and to congratulate you
29542 John: on a job well done!</pre><p>
29544 The configuration option
29545 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29546 may be used to change what appears as the default string to be edited.
29548 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29549 currently being replied to.
29551 If you change your <!--#echo var="VAR_reply-indent-string"-->
29552 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29553 quoted text will not be flowed
29554 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29555 when you reply.
29556 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29557 set to the default value.
29559 <UL>   
29560 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29561 </UL><P>
29562 &lt;End of help on this topic&gt;
29563 </BODY>
29564 </HTML>
29565 ====== h_config_enable_search_and_repl =====
29566 <HTML>
29567 <HEAD>
29568 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29569 </HEAD>
29570 <BODY>
29571 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29573 This feature modifies the behavior of Alpine's composer.  Setting this
29574 feature causes Alpine to offer the "^R Replace" subcommand, which
29575 allows you to search and replace text strings in a message you are composing, 
29576 inside the "^W Where is" command.  
29580 To search and replace text, first enter the text to be replaced at the 
29581 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29582 text, press ^R, which turns the prompt into 
29586 Search (to replace): 
29590 and then press Enter.  The cursor will highlight the first occurrence 
29591 of the text string you entered, and the prompt will show: 
29595 Replace "<your text string>" with : 
29599 where <your text string> is what you entered at the previous prompt;
29600 here, enter the replacement text.  To only replace the highlighted 
29601 occurrence, simply press Enter now; to replace all occurrences in the 
29602 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29603 each replacement.
29607 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29608 ^X toggles between "Replace All" and "Replace One."
29612 If you previously searched for text in a message, it will be offered for 
29613 re-use as part of the prompt, shown in [ ] brackets.
29616 &lt;End of help on this topic&gt;
29617 </BODY>
29618 </HTML>
29619 ====== h_config_enable_view_attach =====
29620 <HTML>
29621 <HEAD>
29622 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29623 </HEAD>
29624 <BODY>
29625 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29627 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29628 Setting this feature causes Alpine to present attachments in boldface.
29629 The first available attachment is displayed in inverse.  This is the
29630 "selected" attachment.  Pressing RETURN will cause Alpine to display
29631 the selected attachment.  Use the arrow keys to change which of the
29632 attachments displayed in boldface is the current selection.
29636 Speaking of arrow keys, the Up and Down Arrows will select the next
29637 and previous attachments if one is available on the screen for selection.
29638 Otherwise, they will simply adjust the viewed text one line up or down.
29642 Similarly, when selectable items are present in a message, the Ctrl-F key
29643 can be used to select the next item in the message independent of which
29644 portion of the viewed message is currently displayed. The Ctrl-B key can
29645 be used to select the previous item in the same way. 
29646 <P> 
29647 &lt;End of help on this topic&gt;
29648 </BODY>
29649 </HTML>
29650 ====== h_config_enable_y_print =====
29651 <HTML>
29652 <HEAD>
29653 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29654 </HEAD>
29655 <BODY>
29656 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29658 This feature modifies the behavior of Alpine's Print command.
29660 By default, Alpine's print command is available by pressing the "%" key.  
29661 (This command is a substantial change from Pine versions before 4.00 -- 
29662 where the print command was "Y" -- based on numerous complaints about 
29663 printing being invoked inadvertently, since Y also means "Yes.")  
29667 This feature is supplied to mitigate any disruption or anxiety users 
29668 might feel as a result of this change.  
29672 Enabling this feature will cause Alpine to recognize both the old
29673 command, "Y" for Prynt, as well the new "%" method for invoking
29674 printing.  Note, key menu labels are not changed as a result of
29675 enabling this feature.
29679 &lt;End of help on this topic&gt;
29680 </BODY>
29681 </HTML>
29682 ====== h_config_enable_lessthan_exit =====
29683 <HTML>
29684 <HEAD>
29685 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29686 </HEAD>
29687 <BODY>
29688 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29690 If this feature is set, then on screens where there is an Exit command
29691 but no < command, the < key will perform the same function as the Exit
29692 command.
29693 This feature is set by default.
29695 &lt;End of help on this topic&gt;
29696 </BODY>
29697 </HTML>
29698 ====== h_config_enable_view_url =====
29699 <HTML>
29700 <HEAD>
29701 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29702 </HEAD>
29703 <BODY>
29704 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29705 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29706 When this feature is set (the default) Alpine will select possible URLs from the
29707 displayed text and display them in boldface for selection.
29709 The first available URL is displayed in inverse.  This is the
29710 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29711 the selected URL via either built-in means as with mailto:, imap:,
29712 news:, and nntp:, or via an external application as defined
29713 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29714 variable.
29716 Use the arrow keys to change which of the URLs displayed in boldface
29717 is the current selection.
29719 Speaking of arrow keys, the Up and Down Arrows will select the next
29720 and previous URL if one is available on the screen for selection (unless 
29721 you have set the feature 
29722 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29723 Otherwise, they will simply adjust the viewed text one line up or down.
29725 Similarly, when selectable items are present in a message, the Ctrl-F
29726 key can be used to select the next item in the message independent
29727 of which portion of the viewed message is currently displayed. The
29728 Ctrl-B key can be used to select the previous item in the same way.
29730 <UL>   
29731 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29732 </UL><P>
29733 &lt;End of help on this topic&gt;
29734 </BODY>
29735 </HTML>
29736 ====== h_config_enable_view_web_host =====
29737 <HTML>
29738 <HEAD>
29739 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29740 </HEAD>
29741 <BODY>
29742 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29744 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29745 When this feature is set (the default) Alpine will select possible web hostnames
29746 from the displayed text and display them in boldface for selection.  
29747 This can be useful when you receive messages referencing World Wide Web 
29748 sites without the use of complete URLs; for example, specifying only 
29749 &quot;www.patches.freeiz.com/alpine/&quot; (which will <B>not</B> become a 
29750 selectable 
29751 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29752 rather than explicitly
29753 &quot;http://www.patches.freeiz.com/alpine/&quot;.  
29755 The first available hostname is displayed in inverse.  This is the
29756 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29757 the selected hostname via an external application as defined
29758 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29759 variable.
29761 Use the arrow keys (unless you have set the feature 
29762 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29763 to change which of the hostnames displayed in
29764 boldface is the current selection.
29766 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29767 key can be used to select the next web hostname in the message independent
29768 of which portion of the viewed message is currently displayed. The
29769 Ctrl-B key can be used to select the previous web hostnames in the same way.
29771 <UL>   
29772 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29773 </UL><P>
29774 &lt;End of help on this topic&gt;
29775 </BODY>
29776 </HTML>
29777 ====== h_config_enable_view_addresses =====
29778 <HTML>
29779 <HEAD>
29780 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29781 </HEAD>
29782 <BODY>
29783 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29785 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29786 Setting this feature causes Alpine to select possible email addresses
29787 from the displayed text and display them in boldface for selection.  
29790 The first available email address is displayed in inverse.  This is the
29791 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29792 the message composition screen with the To: field filled in with the
29793 selected address.
29795 Use the arrow keys (unless you have set the feature 
29796 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29797 to change which of the hostnames displayed in
29798 boldface is the current selection.
29800 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29801 key can be used to select the next web hostname in the message independent
29802 of which portion of the viewed message is currently displayed. The
29803 Ctrl-B key can be used to select the previous web hostnames in the same way.
29805 <UL>   
29806 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29807 </UL><P>
29808 &lt;End of help on this topic&gt;
29809 </BODY>
29810 </HTML>
29811 ====== h_config_enable_view_arrows =====
29812 <HTML>
29813 <HEAD>
29814 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29815 </HEAD>
29816 <BODY>
29817 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29819 This feature modifies Up and Down arrow key behavior in Alpine's
29820 MESSAGE TEXT screen when selectable Attachments, URL's, or
29821 web-hostnames are presented. Alpine's usual behavior is to move to
29822 the next or previous selectable item if currently displayed or
29823 simply to adjust the screen view by one line.
29827 Setting this feature causes the UP and Down arrow key to behave as
29828 if no selectable items were present in the message.
29832 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29833 item) functionality is unchanged.
29836 &lt;End of help on this topic&gt;
29837 </BODY>
29838 <HTML>
29839 ====== h_config_quell_charset_warning =====
29840 <HTML>
29841 <HEAD>
29842 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29843 </HEAD>
29844 <BODY>
29845 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29847 By default, if the message you are viewing contains characters that are
29848 not representable in your
29849 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29850 then Alpine will
29851 add a warning to the start of the displayed text.
29852 If this option is set, then that editorial message will be suppressed.
29854 Setting this feature also suppresses the comment about the character set
29855 in header lines.
29856 For example, when viewing a message you might see
29858 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29860 in the From header if your Character-Set is something other than ISO-8859-2.
29861 If you set this feature, the comment about the character set will
29862 no longer be there.
29864 &lt;End of help on this topic&gt;
29865 </BODY>
29866 </HTML>
29867 ====== h_config_quell_host_after_url =====
29868 <HTML>
29869 <HEAD>
29870 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29871 </HEAD>
29872 <BODY>
29873 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29875 By default, links in HTML text are displayed with the host the link
29876 references appended, within square brackets, to the link text.  Alpine
29877 does this to help indicate where a link will take you, particularly when
29878 the link text might suggest a different destination.
29881 Setting this feature will prevent the server name from being appended
29882 to the displayed text.
29885 &lt;End of help on this topic&gt;
29886 </BODY>
29887 </HTML>
29888 ====== h_config_prefer_plain_text =====
29889 <HTML>
29890 <HEAD>
29891 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29892 </HEAD>
29893 <BODY>
29894 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29896 A message being viewed may contain alternate versions of the same content.
29897 Those alternate versions are supposed to be ordered by the sending software such that the
29898 first alternative is the least preferred and the last alternative is the
29899 most preferred. Alpine will normally display the most-preferred version that
29900 it knows how to display. This is most often encountered where the two
29901 alternate versions are a plain text version and an HTML version, with the
29902 HTML version listed last as the most preferred.
29904 If this option is set, then any plain text version will be preferred to
29905 all other versions.
29907 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29908 which will temporarily change the sense of this option.
29909 If this option is set you will first see the plain text version of a
29910 message.
29911 If you then type the &quot;A&quot; command, you will see the most preferred version,
29912 most likely HTML, instead.
29913 Typing the &quot;A&quot; command a second time will switch it back.
29914 Alternatively, if the present option is not set you will originally see
29915 the most preferred version of the message and typing &quot;A&quot; will switch to
29916 the plain text version.
29918 &lt;End of help on this topic&gt;
29919 </BODY>
29920 </HTML>
29921 ====== h_config_pass_control =====
29922 <HTML>
29923 <HEAD>
29924 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29925 </HEAD>
29926 <BODY>
29927 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29929 It is probably not useful to set this option.
29930 This is a legacy option left behind &quot;just in case&quot;.
29931 Multi-byte characters that have an octet that has the same
29932 value as a control character are permitted through whether or not
29933 this option is turned on.
29935 This feature controls how certain characters contained in messages are
29936 displayed.
29937 If set, all characters in a message will be sent to the
29938 screen. Normally, control characters are displayed as shown below to
29939 avoid a garbled screen and to 
29940 avoid inadvertently changing terminal setup parameters.
29941 Control characters are usually displayed as two character sequences like
29942 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
29943 for Control-C,
29944 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
29945 for ESCAPE,
29946 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
29947 for DELETE, and
29948 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
29949 for the character with value 133 (0x85).
29950 (The DEL character is displayed as ^?, regular control characters are displayed
29951 as the character ^ followed by the character obtained by adding the
29952 five low-order bits of the character to 0x40, and the C1
29953 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
29954 character obtained by adding the
29955 five low-order bits of the character to 0x40.)
29956 Sometimes, in cases where changing a single control character into a
29957 two-character sequence would confuse Alpine's display routines,
29958 a question mark is substituted for the control character.
29960 If you wish to filter out regular control characters but pass the
29961 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29962 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.
29964 &lt;End of help on this topic&gt;
29965 </BODY>
29966 </HTML>
29967 ====== h_config_pass_c1_control =====
29968 <HTML>
29969 <HEAD>
29970 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
29971 </HEAD>
29972 <BODY>
29973 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
29975 It is probably not useful to set this option.
29976 This is a legacy option left behind &quot;just in case&quot;.
29977 Multi-byte characters that have an octet that has the same
29978 value as a control character are permitted through whether or not
29979 this option is turned on.
29981 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29982 is set, then this feature has no effect.
29983 However, if you wish to filter out regular control characters but pass the
29984 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29985 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29986 unset and set this feature.
29988 &lt;End of help on this topic&gt;
29989 </BODY>
29990 </HTML>
29991 ====== h_config_fcc_on_bounce =====
29992 <HTML>
29993 <HEAD>
29994 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
29995 </HEAD>
29996 <BODY>
29997 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
29999 This feature controls an aspect of Alpine's behavior when bouncing a
30000 message. If set, normal FCC ("File Carbon Copy") processing will be
30001 done, just as if you had composed a message to the address you are
30002 bouncing to.  If not set, no FCC of the message will be saved. 
30004 &lt;End of help on this topic&gt;
30005 </BODY>
30006 </HTML>
30007 ====== h_config_show_cursor =====
30008 <HTML>
30009 <HEAD>
30010 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
30011 </HEAD>
30012 <BODY>
30013 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
30015 This feature controls an aspect of Alpine's displays.  If set, the system
30016 cursor will move to convenient locations in the displays.  For example,
30017 to the beginning of the status field of the highlighted index line, or
30018 to the highlighted word after a successful WhereIs command.  It is intended
30019 to draw your attention to an "interesting" spot on the screen.
30021 &lt;End of help on this topic&gt;
30022 </BODY>
30023 </HTML>
30024 ====== h_config_sort_fcc_alpha =====
30025 <HTML>
30026 <HEAD>
30027 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
30028 </HEAD>
30029 <BODY>
30030 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
30032 This feature controls an aspect of Alpine's FOLDER LIST screen.
30033 If set, the default Fcc folder will be sorted alphabetically with the other
30034 folders instead of appearing right after the INBOX.
30036 &lt;End of help on this topic&gt;
30037 </BODY>
30038 </HTML>
30039 ====== h_config_sort_save_alpha =====
30040 <HTML>
30041 <HEAD>
30042 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
30043 </HEAD>
30044 <BODY>
30045 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
30047 This feature controls an aspect of Alpine's FOLDER LIST screen.
30048 If set, the default save folder will be sorted alphabetically with the other
30049 folders instead of appearing right after the INBOX (and default FCC folder).
30051 &lt;End of help on this topic&gt;
30052 </BODY>
30053 </HTML>
30054 ====== h_config_single_list =====
30055 <HTML>
30056 <HEAD>
30057 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
30058 </HEAD>
30059 <BODY>
30060 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
30062 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30063 the folders will be listed one per line instead of several per line
30064 in the FOLDER LIST display.
30066 &lt;End of help on this topic&gt;
30067 </BODY>
30068 </HTML>
30069 ====== h_config_vertical_list =====
30070 <HTML>
30071 <HEAD>
30072 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
30073 </HEAD>
30074 <BODY>
30075 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
30077 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30078 the folders will be listed alphabetically down the columns rather
30079 than across the columns as is the default.
30081 &lt;End of help on this topic&gt;
30082 </BODY>
30083 </HTML>
30084 ====== h_config_verbose_post =====
30085 <HTML>
30086 <HEAD>
30087 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
30088 </HEAD>
30089 <BODY>
30090 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
30091 This feature controls an aspect of Alpine's message sending.  When enabled,
30092 Alpine will send a VERB (i.e., VERBose) command early in the posting process
30093 intended to cause the SMTP server to provide a more detailed account of
30094 the transaction.  This feature is typically only useful to system
30095 administrators and other support personel as an aid in troublshooting
30096 problems.
30098 Note, this feature relies on a specific capability of the system's mail
30099 transport agent or configured 
30100 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
30101 It is possible that this
30102 feature will cause problems for some tranport agents, and may result in
30103 sending failure.  In addition, as the verbose output comes from the mail
30104 transport agent, it is likely to vary from one system to another. 
30105 <P><UL>
30106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30107 </UL><P>
30108 &lt;End of help on this topic&gt;
30109 </BODY>
30110 </HTML>
30111 ====== h_config_auto_reply_to =====
30112 <HTML>
30113 <HEAD>
30114 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
30115 </HEAD>
30116 <BODY>
30117 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
30119 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
30120 will not prompt when a message being replied to contains a "Reply-To:"
30121 header value, but will simply use its value (as opposed to using the
30122 "From:" field's value).
30126 Note: Using the "Reply-To:" address is usually the preferred behavior,
30127 however, some mailing list managers choose to place the list's address in
30128 the "Reply-To:" field of any message sent out to the list.  In such
30129 cases, this feature makes it all too easy for personal replies to be
30130 inadvertently sent to the entire mail list, so be careful! 
30132 &lt;End of help on this topic&gt;
30133 </BODY>
30134 </HTML>
30135 ====== h_config_del_skips_del =====
30136 <HTML>
30137 <HEAD>
30138 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30139 </HEAD>
30140 <BODY>
30141 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30143 This feature controls an aspect of Alpine's Delete command.  If set, this
30144 feature will cause the Delete command to advance past following messages that
30145 are marked deleted.  In other words, pressing "D" will both mark the
30146 current message deleted and advance to the next message that is not marked
30147 deleted.
30148 This feature is set by default.
30150 &lt;End of help on this topic&gt;
30151 </BODY></HTML>
30152 ====== h_config_expunge_manually =====
30153 <HTML>
30154 <HEAD>
30155 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30156 </HEAD>
30157 <BODY>
30158 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30160 Normally, when you close a folder that contains deleted messages you are
30161 asked if you want to expunge those messages from the folder permanently.
30162 If this feature is set, you won't be asked and the deleted messages will
30163 remain in the folder.
30164 If you choose to set this feature you will have to expunge the
30165 messages manually using the eXpunge command, which you can use while
30166 in the MESSAGE INDEX screen.
30167 If you do not expunge deleted messages the size of your
30168 folder will continue to increase until you are out of disk space.
30170 <UL>   
30171 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30172 </UL><P>
30173 &lt;End of help on this topic&gt;
30174 </BODY>
30175 </HTML>
30176 ====== h_config_auto_expunge =====
30177 <HTML>
30178 <HEAD>
30179 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30180 </HEAD>
30181 <BODY>
30182 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30184 This features controls an aspect of Alpine's eXpunge command.  If set, you
30185 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30186 place.
30187 Actually, this is only true for the INBOX folder and for folders in the
30188 Incoming Folders collection. See the feature
30189 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30191 <UL>   
30192 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30193 </UL><P>
30194 &lt;End of help on this topic&gt;
30195 </BODY>
30196 </HTML>
30197 ====== h_config_full_auto_expunge =====
30198 <HTML>
30199 <HEAD>
30200 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30201 </HEAD>
30202 <BODY>
30203 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30205 This features controls an aspect of Alpine's eXpunge command.  If set, you
30206 will <B>not</B> be prompted to confirm your intent before the expunge 
30207 takes place.  This feature sets this behavior for all folders, unlike the
30208 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30209 feature that works only for incoming folders.
30211 <UL>   
30212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30213 </UL><P>
30214 &lt;End of help on this topic&gt;
30215 </BODY>
30216 </HTML>
30217 ====== h_config_auto_read_msgs =====
30218 <HTML>
30219 <HEAD>
30220 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30221 </HEAD>
30222 <BODY>
30223 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30224 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30225 and the 
30226 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30227 option is also set, then Alpine will
30228 automatically transfer all read messages to the designated folder and mark
30229 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30230 &quot;N&quot; (meaning New, or unseen) are not affected.
30232 <UL>   
30233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30234 </UL><P>
30235 &lt;End of help on this topic&gt;
30236 </BODY>
30237 </HTML>
30238 ====== h_config_auto_fcc_only =====
30239 <HTML>
30240 <HEAD>
30241 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30242 </HEAD>
30243 <BODY>
30244 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30245 This features controls an aspect of Alpine's composer.
30246 The only time this feature will be used is if you attempt to send mail
30247 that has no recipients but does have an Fcc.
30248 Normally, Alpine will ask if you really mean to copy the message only to
30249 the Fcc.
30250 That is, it asks if you really meant to have no recipients.
30251 If this feature is set, you
30252 will <B>not</B> be prompted to confirm your intent to make only a copy
30253 of a message with no recipients.
30255 This feature is closely related to
30256 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30257 The difference between this feature and that feature is that this feature
30258 considers a Bcc to be a recipient while that feature will ask for confirmation
30259 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30260 The default values also differ. This feature defaults to asking the question
30261 and you have to turn it off.
30262 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30263 unless you turn it on.
30266 <UL>   
30267 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30268 </UL><P>
30269 &lt;End of help on this topic&gt;
30270 </BODY>
30271 </HTML>
30272 ====== h_config_mark_fcc_seen =====
30273 <HTML>
30274 <HEAD>
30275 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30276 </HEAD>
30277 <BODY>
30278 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30280 This features controls the way Fccs (File carbon copies) are
30281 made of the messages you send.
30284 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30285 copy will be marked as Unseen.
30286 When you look at the folder it was saved in the message will appear to
30287 be a New message until you read it.
30288 When this feature is enabled, the message will be marked as having
30289 been Seen.
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_no_fcc_attach =====
30299 <HTML>
30300 <HEAD>
30301 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30302 </HEAD>
30303 <BODY>
30304 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30306 This features controls the way Fcc's (File carbon copies) are
30307 made of the messages you send.
30310 Normally, Alpine saves an exact copy of your message as it was sent.
30311 When this feature is enabled, the &quot;body&quot; of the message
30312 you send (the text you type in the composer) is preserved in the 
30313 copy as before, however all attachments are replaced with text
30314 explaining what had been sent rather than the attachments themselves.
30317 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30318 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30319 allows you to interactively set whether or not attachments are saved
30320 to the Fcc'd copy.
30323 <UL>   
30324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30325 </UL><P>
30326 &lt;End of help on this topic&gt;
30327 </BODY>
30328 </HTML>
30329 ====== h_config_read_in_newsrc_order =====
30330 <HTML>
30331 <HEAD>
30332 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30333 </HEAD>
30334 <BODY>
30335 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30337 This feature controls the order in which newsgroups will be presented.  If
30338 set, they will be presented in the same order as they occur in your 
30339 <!--chtml if pinemode="os_windows"-->
30340 &quot;NEWSRC&quot;
30341 <!--chtml else-->
30342 &quot;.newsrc&quot;
30343 <!--chtml endif-->
30344 file (the default location of which can be changed with the 
30345 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30347 If not set, the newsgroups will be presented in alphabetical order.
30349 <UL>   
30350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30351 </UL><P>
30352 &lt;End of help on this topic&gt;
30353 </BODY>
30354 </HTML>
30355 ====== h_config_quell_tz_comment =====
30356 <HTML>
30357 <HEAD>
30358 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30359 </HEAD>
30360 <BODY>
30361 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30363 Normally, when Alpine generates a Date header for outgoing mail,
30364 it will try to include the symbolic timezone at the end of the
30365 header inside parentheses.
30366 The symbolic timezone is often three characters long, but on
30367 some operating systems, it may be longer.
30368 Apparently there are some SMTP servers in the world that will reject an
30369 incoming message if it has a Date header longer than about 80 characters.
30370 If this feature is set, the symbolic timezone normally generated by
30371 Alpine will not be included.
30372 You probably don't need to worry about this feature unless you run into
30373 the problem described above.
30376 &lt;End of help on this topic&gt;
30377 </BODY>
30378 </HTML>
30379 ====== h_config_post_wo_validation =====
30380 <HTML>
30381 <HEAD>
30382 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30383 </HEAD>
30384 <BODY>
30385 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30387 This feature controls whether the NNTP server is queried as newsgroups
30388 are entered for posting.  Validation over slow links (e.g. dialup using
30389 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30391 &lt;End of help on this topic&gt;
30392 </BODY>
30393 </HTML>
30394 ====== h_config_send_wo_confirm =====
30395 <HTML>
30396 <HEAD>
30397 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30398 </HEAD>
30399 <BODY>
30400 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30402 By default, when you send or post a message you will be asked to confirm
30403 with a question that looks something like:
30406 <CENTER><SAMP>Send message?</SAMP></CENTER>
30409 If this feature is set, you
30410 will <B>not</B> be prompted to confirm your intent to send
30411 and your message will be sent.
30413 If this feature is set it disables some possibilities and renders some
30414 other features meaningless.
30415 You will not be able to use
30416 <A HREF="h_config_sending_filter">Sending Filters</A>,
30417 Verbose sending mode,
30418 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30419 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30420 or ^V to turn off the generation of flowed text for this message.
30421 These options are normally available as suboptions in the Send prompt, but
30422 with no Send prompt the options are gone.
30425 A somewhat related feature is
30426 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30427 which may be used to eliminate the extra confirmation
30428 question when posting to a newsgroup.
30430 <UL>   
30431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30432 </UL><P>
30433 &lt;End of help on this topic&gt;
30434 </BODY>
30435 </HTML>
30436 ====== h_config_quell_filtering_done_message =====
30437 <HTML>
30438 <HEAD>
30439 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30440 </HEAD>
30441 <BODY>
30442 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30444 If you use Filter Rules that move messages or set status of messages
30445 you sometimes see a message from Alpine that looks like
30448 <CENTER><SAMP>filtering done</SAMP></CENTER>
30451 If this feature is set, this message will be suppressed.
30452 If the feature
30453 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30454 is set then this message will be suppressed regardless.
30457 <UL>   
30458 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30459 </UL><P>
30460 &lt;End of help on this topic&gt;
30461 </BODY>
30462 </HTML>
30463 ====== h_config_quell_filtering_messages =====
30464 <HTML>
30465 <HEAD>
30466 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30467 </HEAD>
30468 <BODY>
30469 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30471 If you use Filter Rules that move messages or set status of messages
30472 you sometimes see messages from Alpine that look like
30475 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30481 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30487 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30490 If this feature is set, these messages will be suppressed.
30491 The feature
30492 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30493 is related.
30496 <UL>   
30497 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30498 </UL><P>
30499 &lt;End of help on this topic&gt;
30500 </BODY>
30501 </HTML>
30502 ====== h_config_quell_post_prompt =====
30503 <HTML>
30504 <HEAD>
30505 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30506 </HEAD>
30507 <BODY>
30508 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30510 By default, when you post a message to a newsgroup you are asked to confirm
30511 that you want to post with the question
30514 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30517 If this feature is set, you
30518 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30519 and your message will be posted.
30522 <UL>   
30523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30524 </UL><P>
30525 &lt;End of help on this topic&gt;
30526 </BODY>
30527 </HTML>
30528 ====== h_config_check_mail_onquit =====
30529 <HTML>
30530 <HEAD>
30531 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30532 </HEAD>
30533 <BODY>
30534 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30536 If this feature is set, Alpine will check for new mail after you give the
30537 Quit command.
30538 If new mail has arrived since the previous check, you will be notified
30539 and given the choice of quitting or not quitting.
30541 <UL>   
30542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30543 </UL><P>
30544 &lt;End of help on this topic&gt;
30545 </BODY>
30546 </HTML>
30547 ====== h_config_inbox_no_confirm =====
30548 <HTML>
30549 <HEAD>
30550 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30551 </HEAD>
30552 <BODY>
30553 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30555 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30556 command and there are no more folders or newsgroups to visit, you are asked
30557 if you want to return to the INBOX.
30558 If this feature is set you will not be asked.
30559 It will be assumed that you do want to return to the INBOX.
30561 <UL>   
30562 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30563 </UL><P>
30564 &lt;End of help on this topic&gt;
30565 </BODY>
30566 </HTML>
30567 ====== h_config_dates_to_local =====
30568 <HTML>
30569 <HEAD>
30570 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30571 </HEAD>
30572 <BODY>
30573 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30575 Normally, the message dates that you see in the
30576 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30577 For example, if a message was sent to you from a few timezones to the east
30578 it might appear that it was sent from the future;
30579 or if it was sent from somewhere to the west it might appear
30580 as if it is from yesterday even though it was sent only a few minutes ago.
30581 If this feature is set an attempt will be made to convert the dates
30582 to your local timezone to be displayed.
30584 Note that this does not affect the results of Select by Date or of
30585 anything else other than these displayed dates.
30586 When viewing the message you may look at the original unconverted value of the Date
30587 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30589 <UL>   
30590 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30591 </UL><P>
30592 &lt;End of help on this topic&gt;
30593 </BODY>
30594 </HTML>
30595 ====== h_config_tab_no_prompt =====
30596 <HTML>
30597 <HEAD>
30598 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30599 </HEAD>
30600 <BODY>
30601 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30603 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30604 command and there is a problem checking a folder, you are asked
30605 whether you want to continue with the search in the following folder or not.
30606 This question gives you a chance to stop the NextNew processing.
30607 (The checking problem might be caused by the fact that the folder does not
30608 exist, or by an authentication problem, or by a server problem
30609 of some sort.)
30612 If this feature is set you will not be asked.
30613 It will be assumed that you do want to continue.
30615 <UL>   
30616 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30617 </UL><P>
30618 &lt;End of help on this topic&gt;
30619 </BODY>
30620 </HTML>
30621 ====== h_config_input_history =====
30622 <HTML>
30623 <HEAD>
30624 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30625 </HEAD>
30626 <BODY>
30627 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30629 Many of the prompts that ask for input in the status line near the
30630 bottom of the screen will respond to Up Arrow and Down Arrow
30631 with the history of previous entries.
30632 For example, in the MESSAGE INDEX screen when you use the WhereIs
30633 command the text you entered will be remembered and can be recalled
30634 by using the Up Arrow key.
30635 Another example, when saving a message the folders saved to will
30636 be remembered and can be recalled using the arrow keys.
30638 In the Save prompt, some users prefer that the Up and Down arrow keys
30639 be used for the Previous Collection and Next Collection commands
30640 instead of for a history of previous saves.
30641 If this option is set the Up and Down arrow keys will become synonyms for the
30642 Previous Collection and Next Collection (^P and ^N) commands in the
30643 prompt for the name of a folder to Save to or in the prompt for the
30644 name of a folder to GoTo.
30645 When this feature is not set (the default), ^P and ^N will change the
30646 collection and the arrow keys will show the history.
30648 <UL>   
30649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30650 </UL><P>
30651 &lt;End of help on this topic&gt;
30652 </BODY>
30653 </HTML>
30654 ====== h_config_confirm_role =====
30655 <HTML>
30656 <HEAD>
30657 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30658 </HEAD>
30659 <BODY>
30660 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30662 If you have roles, when you Reply to or Forward a message, or Compose
30663 a new message, Alpine
30664 will search through your roles for one that matches.
30665 Normally, if no matches are found you will be placed into the composer
30666 with no opportunity to select a role.
30667 If this feature is set, then you will be asked to confirm that you don't
30668 want a role.
30669 This will give you the opportunity to select a role (with the ^T command).
30670 If you confirm no role with a Return, you will be placed in
30671 the composer with no role.
30672 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30673 These behave the same as if you pressed the Return.
30674 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30675 match what you might type if there was a role match.)
30677 If you are using the alternate form of the Compose command called
30678 &quot;Role&quot;, then all of your roles will be available to you,
30679 independent of the value of this feauture and of the values set for all of
30680 Reply Use, Forward Use, and Compose Use.
30682 <UL>   
30683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30684 </UL><P>
30685 &lt;End of help on this topic&gt;
30686 </BODY>
30687 </HTML>
30688 ====== h_config_news_cross_deletes =====
30689 <HTML>
30690 <HEAD>
30691 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30692 </HEAD>
30693 <BODY>
30694 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30696 This feature controls what Alpine does when you delete a message in a
30697 newsgroup that appears in more than one newsgroup.  Such a message
30698 is sometimes termed a &quot;crossposting&quot; in that it was posted
30699 across several newsgroups.
30702 Alpine's default behavior when you delete such a message is to remove
30703 only the copy in the current newsgroup from view when you use the
30704 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30707 Enabling this feature causes Alpine to remove every occurrence of the
30708 message from all newsgroups it appears in and to which you are
30709 subscribed.
30712 NOTE: As currently implemented, enabling this feature may increase the
30713 time it takes the Expunge command and newsgroup closing to complete.
30716 <UL>   
30717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30718 </UL><P>
30719 &lt;End of help on this topic&gt;
30720 </BODY>
30721 </HTML>
30722 ====== h_config_news_catchup =====
30723 <HTML>
30724 <HEAD>
30725 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30726 </HEAD>
30727 <BODY>
30728 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30730 This feature controls what Alpine does as it closes a newsgroup.
30731 When set, Alpine will offer to delete all messages from the newsgroup
30732 as you are quitting Alpine or opening a new folder.
30735 This feature is useful if you typically read all the interesting messages
30736 in a newsgroup each time you open it.  This feature saves you from
30737 having to delete each message in a newsgroup as you read it or from
30738 selecting all the messages and doing an
30739 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30740 move on to the next folder or newsgroup.
30743 <UL>   
30744 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30745 </UL><P>
30746 &lt;End of help on this topic&gt;
30747 </BODY>
30748 </HTML>
30749 ====== h_config_next_thrd_wo_confirm =====
30750 <HTML>
30751 <HEAD>
30752 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30753 </HEAD>
30754 <BODY>
30755 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30757 This feature controls an aspect of Alpine's Next and Prev commands in
30758 the case where you are using one of the
30759 &quot;separate-index-screen&quot; styles for the configuration option
30760 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30761 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30762 When you are Viewing a particular thread you have a
30763 MESSAGE INDEX of only the messages in that thread.
30764 If you press the Next command with the last message in the thread highlighted
30765 you will normally be asked if you want to &quot;View next thread?&quot;,
30766 assuming there is a next thread to view.
30767 If this feature is set it will be assumed that you always want to view the
30768 next thread and you won't be asked to confirm that.
30769 Similarly, if the first message of the thread is highlighted and you
30770 press the Prev command, this feature will prevent the question
30771 &quot;View previous thread&quot;.
30773 This feature only has an effect in the MESSAGE INDEX screen.
30774 If you then view a particular message from that screen and press the
30775 Next command, you will be sent to the next thread without being asked,
30776 independent of the setting of this feature.
30778 The feature
30779 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30781 &lt;End of help on this topic&gt;
30782 </BODY>
30783 </HTML>
30784 ====== h_config_kw_braces =====
30785 <HTML>
30786 <HEAD>
30787 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30788 </HEAD>
30789 <BODY>
30790 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30792 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30793 TEXT screens.
30794 If you have modified the
30795 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30796 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30797 are used to display keywords or their initials along with the Subject; then
30798 this option may be used to modify the resulting display slightly.
30799 By default, the keywords or initials displayed for these tokens will be
30800 surrounded with curly braces ({ and }) and a trailing space.
30801 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30802 a message, the &quot;SUBJKEY&quot; token will normally look like
30804 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30806 and the SUBJKEYINIT token would look like
30808 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30810 The default character before the keywords is the left brace ({) and the
30811 default after the keywords is the right brace followed by a space (} ).
30813 This option allows you to change that.
30814 You should set it to two values separated by a space.
30815 The values may be quoted if they include space characters.
30816 So, for example, the default value could be specified explicitly by setting this
30817 option to
30819 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30821 The first part wouldn't need to be quoted (but it doesn't hurt).
30822 The second part does need the quotes because it includes a space character.
30823 If you wanted to change the braces to brackets you could use
30825 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30827 Inside the quotes you can use backslash quote to mean quote, so
30829 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30831 would produce
30833 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30835 It is also possible to color keywords in the index using the
30836 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30838 It is not possible to change the fact that a space character is used to
30839 separate the keywords if more than one keyword is set for a message.
30840 It is also not possible to change the fact that there are no separators
30841 between the keyword initials if more than one keyword is set.
30843 &lt;End of help on this topic&gt;
30844 </BODY>
30845 </HTML>
30846 ====== h_config_opening_sep =====
30847 <HTML>
30848 <HEAD>
30849 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30850 </HEAD>
30851 <BODY>
30852 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30854 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30855 With some setups the text of the subject is followed
30856 by the opening text of the message if there is any room available in the index line.
30857 If you have configured your
30858 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30859 to include one of the Subject tokens that causes this behavior
30860 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30861 to modify what is displayed slightly.
30862 By default, the Subject is separated from the opening text of the message by
30863 the three characters space dash space;
30865 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30867 Use this option to set it to something different.
30868 The value must be quoted if it includes any space characters.
30869 For example, the default value could be specified explicitly by setting this
30870 option to
30872 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30874 &lt;End of help on this topic&gt;
30875 </BODY>
30876 </HTML>
30877 ====== h_config_select_wo_confirm =====
30878 <HTML>
30879 <HEAD>
30880 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30881 </HEAD>
30882 <BODY>
30883 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30885 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30886 These commands all take text input to specify the name of the folder or
30887 file to be used, but allow you to press ^T for a list of possible names.
30888 If set, the selected name will be used immediately, without further
30889 opportunity to confirm or edit the name.
30891 Some related help topics are
30892 <UL>
30893 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30894 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30895 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30896 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30897 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30898 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30899 </UL>
30901 &lt;End of help on this topic&gt;
30902 </BODY>
30903 </HTML>
30904 ====== h_config_save_part_wo_confirm =====
30905 <HTML>
30906 <HEAD>
30907 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30908 </HEAD>
30909 <BODY>
30910 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30912 This feature controls an aspect of Alpine's Save command.
30913 By default, when you Save a message that has some deleted parts, you will
30914 be asked to confirm that you want to Save with a prompt that looks like:
30916 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30918 If this feature is set, you will not be asked.
30920 &lt;End of help on this topic&gt;
30921 </BODY>
30922 </HTML>
30923 ====== h_config_use_resentto =====
30924 <HTML>
30925 <HEAD>
30926 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30927 </HEAD>
30928 <BODY>
30929 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30931 This feature is turned off by default because turning it on causes problems
30932 with some deficient IMAP servers.
30933 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30934 <A HREF="h_rule_patterns">Pattern</A>
30935 contains a To header pattern and this feature is turned on,
30936 then a check is made in the message to see
30937 if a Resent-To header is present, and that is used instead of the To header.
30938 If this feature is not turned on, then the regular To header will always
30939 be used.
30942 &lt;End of help on this topic&gt;
30943 </BODY>
30944 </HTML>
30945 ====== h_config_use_reg_start_for_stayopen =====
30946 <HTML>
30947 <HEAD>
30948 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
30949 </HEAD>
30950 <BODY>
30951 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
30953 This feature affects which message is selected as the current message
30954 when you enter a
30955 <A HREF="h_config_permlocked">Stay Open</A> folder.
30957 Normally, the starting position for an incoming folder (which most Stay Open
30958 folders will likely be) is controlled by the
30959 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
30960 However, if a folder is a Stay Open folder, when you re-enter the folder
30961 after the first time the current message will be the same as it was when
30962 you left the folder.
30963 An exception is made if you use the TAB command to get to the folder.
30964 In that case, the message number will be incremented by one from what it
30965 was when you left the folder.
30967 The above special behavior is thought to be useful.
30968 However, it is special and different from what you might at first expect.
30969 If this feature is set, then Stay Open folders will not be treated specially
30970 as far as the startup rule is concerned.
30973 &lt;End of help on this topic&gt;
30974 </BODY>
30975 </HTML>
30976 ====== h_config_use_current_dir =====
30977 <HTML>
30978 <HEAD>
30979 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
30980 </HEAD>
30981 <BODY>
30982 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
30984 This feature controls an aspect of several commands. 
30985 If set, your &quot;current working directory&quot; 
30986 <!--chtml if pinemode="running"-->
30987 (which, at least for your current Alpine &quot;session,&quot; 
30988 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
30989 <!--chtml endif-->
30990 will be used instead of your home directory 
30991 <!--chtml if pinemode="running"-->
30992 (which, in the present configuration of your system, is
30993  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
30994 <!--chtml endif-->
30995 for all of the following operations:<UL>
30996     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
30997     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
30998     <LI> <!--chtml if pinemode="function_key"-->F4
30999          <!--chtml else-->Ctrl-R
31000          <!--chtml endif--> file inclusion in the COMPOSER
31001     <LI> <!--chtml if pinemode="function_key"-->F5
31002          <!--chtml else-->Ctrl-J
31003          <!--chtml endif--> file attachment in the COMPOSER
31004 </UL>
31005 <!--chtml if pinemode="os_windows"-->
31007 If you are starting PC-Alpine from a desktop icon or the Start menu, 
31008 you can set the &quot;current drive&quot; 
31009 by specifying it in the &quot;Start in:&quot; 
31010 box found in the Shortcut tab of the Properties.  
31011 <!--chtml endif-->
31013 <UL>   
31014 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31015 </UL>
31018 &lt;End of help on this topic&gt;
31019 </BODY>
31020 </HTML>
31021 ====== h_config_save_wont_delete =====
31022 <HTML>
31023 <HEAD>
31024 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
31025 </HEAD>
31026 <BODY>
31027 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
31029 This feature controls one aspect of the Save command.  If set, Save will
31030 not mark the message &quot;deleted&quot; (its default behavior) after
31031 it has been copied to the designated folder.
31034 &lt;End of help on this topic&gt;
31035 </BODY>
31036 </HTML>
31037 ====== h_config_use_boring_spinner =====
31038 <HTML>
31039 <HEAD>
31040 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
31041 </HEAD>
31042 <BODY>
31043 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
31045 When Alpine is delayed for some reason it usually shows that
31046 something is happening with a small animated display in the status
31047 message line near the bottom of the screen.
31048 Setting this feature will cause that animation to be the same
31049 each time instead of having Alpine choose a random animation.
31050 You may turn the animation off altogether by setting the
31051 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
31052 option to zero.
31055 &lt;End of help on this topic&gt;
31056 </BODY>
31057 </HTML>
31058 ====== h_config_unsel_wont_advance =====
31059 <HTML>
31060 <HEAD>
31061 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
31062 </HEAD>
31063 <BODY>
31064 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
31066 This feature controls one aspect of the Unselect Current message command.
31067 Normally, when the Unselect current message command (:) is typed when the
31068 current message is selected, the message will be unselected and the next
31069 message will become the current message.
31070 If this feature is set, the cursor will not advance to the next message.
31071 Instead, the current message will remain the current message after
31072 unselecting.
31075 &lt;End of help on this topic&gt;
31076 </BODY>
31077 </HTML>
31078 ====== h_config_prune_uses_iso =====
31079 <HTML>
31080 <HEAD>
31081 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
31082 </HEAD>
31083 <BODY>
31084 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
31086 By default, Alpine asks monthly whether or not you would like to rename
31087 some folders to a new name containing the date.
31088 It also asks whether or not you would like to delete some old folders.
31089 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
31090 explanation.
31093 By default, the name used when renaming a folder looks like
31095 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
31097 For example, the first time you run Alpine in May of 2004,
31098 the folder &quot;sent-mail&quot; might be renamed to
31100 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
31102 If this feature is set, the name used will be of the form
31104 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
31106 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
31107 month (01, 02, ..., 12).
31108 For the April, 2004 example above, it would instead be
31110 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
31112 because April is the 4th month of the year.
31113 A reason you might want to set this feature is so that the folders
31114 will sort in chronological order.
31117 &lt;End of help on this topic&gt;
31118 </BODY>
31119 </HTML>
31120 ====== h_config_save_advances =====
31121 <HTML>
31122 <HEAD>
31123 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
31124 </HEAD>
31125 <BODY>
31126 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
31128 This feature controls one aspect of the Save command.  If set, Save will
31129 (in addition to copying the current message to the designated folder) also
31130 advance to the next message.
31133 &lt;End of help on this topic&gt;
31134 </BODY>
31135 </HTML>
31136 ====== h_config_force_arrow =====
31137 <HTML>
31138 <HEAD>
31139 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31140 </HEAD>
31141 <BODY>
31142 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31144 This feature affects Alpine's MESSAGE INDEX display routine.
31145 If set, the normal inverse-video cursor will be
31146 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31147 second column of the index display.
31149 This is the same index cursor you get if you turn on
31150 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31151 line coloring will still be present if this feature is turned on and
31152 <!--#echo var="FEAT_assume-slow-link"--> is off.
31154 An alternative version of the Arrow cursor is available by including the
31155 <A HREF="h_config_index_arrow_color">ARROW</A>
31156 token in the
31157 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31159 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31160 but that is not implemented.
31163 &lt;End of help on this topic&gt;
31164 </BODY>
31165 </HTML>
31166 ====== h_config_force_low_speed =====
31167 <HTML>
31168 <HEAD>
31169 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31170 </HEAD>
31171 <BODY>
31172 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31174 UNIX Alpine only.
31176 This feature affects Alpine's display routines.  If set, the normal
31177 inverse-video cursor (used to highlight the current item in a list) will be
31178 replaced by an &quot;arrow&quot; cursor and other
31179 screen update optimizations for
31180 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31181 One of the optimizations is that colored index lines (set up with Indexcolor
31182 Rules) will not be colored.
31183 If you are just turning this feature on because you like using
31184 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31185 coloring by turning this feature off and the
31186 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31189 &lt;End of help on this topic&gt;
31190 </BODY>
31191 </HTML>
31192 ====== h_config_show_delay_cue =====
31193 <HTML>
31194 <HEAD>
31195 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31196 </HEAD>
31197 <BODY>
31198 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31200 If set, this feature will cause an asterisk to appear in the upper
31201 left-hand corner of the screen whenever Alpine checks for new mail.
31202 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31203 mailbox to disk.
31205 <!--chtml if pinemode="os_windows"-->
31207 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31208 it is trying to open a network connection (e.g, to open your INBOX
31209 on an IMAP
31210 server) or read from the network connection.  A greater-than symbol,
31211 will be displayed when PC-Alpine is trying to write to the network
31212 connection (e.g, sending a command to your IMAP server).
31213 <!--chtml endif-->
31216 &lt;End of help on this topic&gt;
31217 </BODY>
31218 </HTML>
31219 ====== h_config_color_style =====
31220 <HTML>
31221 <HEAD>
31222 <TITLE>OPTION: Color Style</TITLE>
31223 </HEAD>
31224 <BODY>
31225 <H1>OPTION: Color Style</H1>
31227 UNIX Alpine only.
31229 If the terminal or terminal emulator you are using is capable of displaying
31230 colors, this option controls whether or not color will be used in Alpine.
31231 If you turn color on and things are set up correctly,
31232 you should see color appear on the screen immmediately.
31233 Modern terminal emulators are usually capable of displaying colors.
31235 The available options include:
31238 <DL>
31239 <DT>no-color</DT>
31240 <DD>Don't use color.
31241 </DD>
31243 <DT>use-termdef</DT>
31244 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31245 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31246 how Alpine was compiled.
31247 This is a good option to choose if you switch between a color and a non-color
31248 terminal with the same Alpine configuration.
31249 Alpine will know to use color on the color terminal because it is described
31250 in the termcap entry, and Alpine will know to use black and white on the
31251 non-color terminal.
31252 The Alpine Technical Notes
31253 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31254 have more information on configuring a TERMCAP or TERMINFO
31255 entry for color Alpine.
31256 This is usually something a system administrator does.
31257 </DD>
31259 <DT>force-ansi-8color</DT>
31260 <DD>This is probably the setting that most people should use.
31261 Because setting up a termcap entry is confusing and because the
31262 terminal capabilities database is often not correctly configured for color,
31263 this choice and the next may be easier for you to use.
31264 If your terminal emulator responds to ANSI color escape sequences, which
31265 many do, this option will cause Alpine to believe your terminal will respond
31266 to the escape sequences that produce eight different foreground and background
31267 colors.
31268 The escape sequences used to set the foreground colors are
31270   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31272 where the color_number is an ASCII digit between 0 and 7.
31273 The numbers 0 through 7 should correspond to the colors black, red, green,
31274 yellow, blue, magenta, cyan, and white.
31275 Some terminal emulators use a pre-ANSI scheme that swaps
31276 the colors blue and red and the colors yellow and cyan.
31277 This will cause the default colors to be different, but other than that
31278 things should work fine.
31279 There is also a 9th color available, the last one shown, which is the default
31280 color from the terminal emulator.
31281 When used as a background color some people refer to this color as
31282 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31283 shown in the color swatch of the SETUP COLOR screen.
31284 The foreground transparent color is shown as
31285 the color of the &quot;TRAN&quot; text.
31286 (The transparent color will not work correctly in a PC-Alpine configuration.)
31287 The escape sequences used to set the background colors are the same
31288 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31289 The escape sequences for foreground and background default colors (transparent)
31290 are 39m and 49m.
31292 Note: With the Tera Term terminal emulator this setting works well.
31293 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31294 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31295 menu, in the &quot;Window&quot; submenu.
31296 </DD>
31298 <DT>force-ansi-16color</DT>
31299 <DD>Many terminal emulators know about the same eight colors above
31300 plus eight more.
31301 This option attempts to use all 16 colors.
31302 The same escape sequences as for the eight-color terminal are used
31303 for the first eight colors.
31304 The escape sequences used to set foreground colors 8-15 are the same as
31305 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31306 The background color sequences for colors 8-15 are the same as for 0-7
31307 except the &quot;4&quot; is replaced with &quot;10&quot;.
31308 You can tell if the 16 colors are working by turning on this option
31309 and then going into one of the color configuration screens, for example,
31310 the configuration screen for Normal Color.
31311 If you see 16 different colors to select from (plus a 17th for
31312 the transparent color), it's working.
31313 </DD>
31315 <DT>force-xterm-256color</DT>
31316 <DD>Some versions of xterm (and some other terminal emulators)
31317 have support for 256 colors.
31318 The escape sequences used to set the foreground colors are
31320   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31322 where the color_number is an ASCII digit between 0 and 255.
31323 Background colors are the same with the 38 replaced with a 48.
31324 The numbers 0 through 15 are probably similar to the 16 color version
31325 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31326 The terminal default (transparent) color is the 257th color at the bottom.
31327 Some terminal emulators will misinterpret these escape sequences causing
31328 the terminal to blink or overstrike characters or to do something else
31329 undesirable.
31331 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31332 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31333 this 256-color setting.
31335 </DD>
31336 </DL>
31339 The normal default is &quot;no-color&quot;.
31342 Once you've turned on color you may set the
31343 colors of many objects on the screen individually.
31344 For example, you may add colors to the status letters on the MESSAGE
31345 INDEX page.
31346 Most categories of color that Alpine supports are configurable here.
31347 For example, &quot;Normal Color&quot;
31348 is the color used to display most of the text in Alpine, and
31349 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31350 current message in the MESSAGE INDEX.
31352 Lines in the MESSAGE INDEX may also be colored.
31353 Use Setup Rules to get to the Indexcolor configuration screen.
31356 <UL>   
31357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31358 </UL><P>
31359 &lt;End of help on this topic&gt;
31360 </BODY>
31361 </HTML>
31362 ====== h_config_disable_index_locale_dates =====
31363 <HTML>
31364 <HEAD>
31365 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31366 </HEAD>
31367 <BODY>
31368 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31370 This feature affects the display of dates in the MESSAGE INDEX.
31371 Normally an attempt is made to localize the dates
31372 used in the MESSAGE INDEX display to your locale.
31373 This is controlled with the
31374 LC_TIME locale setting on a UNIX system.
31375 On Windows the Regional Options control panel may be used to set the date format.
31376 At the programming level, Alpine is using the strftime routine
31377 to print the parts of a date.
31379 If this feature is set, dates are displayed in English and
31380 with the conventions of the United States.
31383 <UL>   
31384 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31385 </UL><P>
31386 &lt;End of help on this topic&gt;
31387 </BODY>
31388 </HTML>
31389 ====== h_config_auto_open_unread =====
31390 <HTML>
31391 <HEAD>
31392 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31393 </HEAD>
31394 <BODY>
31395 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31397 This feature controls the behavior of the TAB key when traversing folders
31398 in the optional 
31399 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31400 collection or in optional <!--#echo var="VAR_news-collections"-->.
31402 When the TAB
31403 (<A HREF="h_common_nextnew">NextNew</A>)
31404 key is pressed, and there
31405 are no more unseen messages in the current (incoming message or news)
31406 folder, Alpine will search the list of folders in the current collection for
31407 one containing New or Recent (new since the last time the folder was
31408 opened) messages.
31409 This behavior may be modified slightly with the
31410 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31411 feature that causes Alpine to look for Unseen messages instead of Recent
31412 messages.
31413 Normally, when such a folder is found, Alpine will ask
31414 whether you wish to open the folder.  If this feature is set, Alpine will
31415 automatically open the folder without prompting.
31417 This feature also affects some other similar situations.
31418 If you have a
31419 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31420 that is equal to one of the &quot;separate-&quot; values, and you are
31421 viewing a thread; then when you type the NextNew command and are at the
31422 end of the current thread you will automatically go to the next thread
31423 if this feature is set.
31424 By default, you would be asked if you want to view the next thread.
31425 You will also be asked at times whether or not you want to view the next
31426 thread after you delete the last message in the thread.
31427 Setting this feature will also cause that question to be skipped.
31430 <UL>   
31431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31432 </UL><P>
31433 &lt;End of help on this topic&gt;
31434 </BODY>
31435 </HTML>
31436 ====== h_config_auto_include_reply =====
31437 <HTML>
31438 <HEAD>
31439 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31440 </HEAD>
31441 <BODY>
31442 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31444 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31445 will ask whether you wish to include the original message in your reply.
31446 If this feature is set and the feature
31447 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31448 is <EM>not</EM> set, then the original message will be included in the reply
31449 automatically, without prompting.
31451 &lt;End of help on this topic&gt;
31452 </BODY>
31453 </HTML>
31454 ====== h_config_select_in_bold =====
31455 <HTML>
31456 <HEAD>
31457 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31458 </HEAD>
31459 <BODY>
31460 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31462 This feature controls an aspect of Alpine's 
31463 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31464 commands; in
31465 particular, the Select and WhereIs commands. Select and WhereIs (with the
31466 ^X subcommand) will search the current folder for messages meeting a
31467 specified criteria, and &quot;tag&quot; the resulting messages with an 
31468 &quot;X&quot; in the
31469 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31470 is set, instead of using the &quot;X&quot; to denote a selected message, 
31471 Alpine will
31472 attempt to display those index lines in boldface. Whether this is
31473 preferable to the &quot;X&quot; will depend on personal taste and the type of
31474 terminal being used.
31476 <UL>   
31477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31478 </UL><P>
31479 &lt;End of help on this topic&gt;
31480 </BODY>
31481 </HTML>
31482 ====== h_config_alt_auth =====
31483 <HTML>
31484 <HEAD>
31485 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31486 </HEAD>
31487 <BODY>
31488 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31490 This feature affects how Alpine connects to IMAP servers.
31491 It's utility has largely been overtaken by events,
31492 but it may still be useful in some circumstances.
31493 If you only connect to modern IMAP servers that support
31494 &quot;TLS&quot; you can ignore this feature.
31497 Details:
31500 By default, Alpine will attempt to connect to an IMAP server on the
31501 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31502 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31503 then a secure (encrypted) session will be negotiated.
31506 With this feature enabled, before connecting on the normal IMAP port, Alpine
31507 will first attempt to connect to an alternate IMAP service port (993) used
31508 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31509 (SSL) method.
31510 If the SSL attempt fails, Alpine will then try the default
31511 behavior described in the previous paragraph.
31514 TLS negotiation on the normal port is preferred, and supersedes the use of
31515 SSL on port 993, but older servers may not provide TLS support.
31516 This feature may be convenient when accessing IMAP servers that do not support
31517 TLS, but do support SSL connections on port 993.
31518 However, it is important to understand that with this feature enabled,
31519 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31520 but it will proceed to make an insecure connection if that is the only
31521 option offered by the server, or if the Alpine in question has been built
31522 without encryption capability.
31525 Note that this feature specifies a per-user (or system-wide) default
31526 behavior, but host/folder specification flags may be used to control the
31527 behavior of any specific connection.
31528 This feature interacts with some of
31529 the possible host/folder path specification flags as follows:
31532 The <SAMP>/tls</SAMP> host flag, for example,
31535 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31537 will over-ride this feature for the specified host by bypassing the
31538 SSL connection attempt.
31539 Moreover, with <SAMP>/tls</SAMP> specified,
31540 the connection attempt will fail if the
31541 service on port 143 does not offer TLS support.
31544 The <SAMP>/ssl</SAMP> host flag, for example,
31547 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31549 will insist on an SSL connection for the specified host,
31550 and will fail if the SSL service on port 993 is not available.
31551 Alpine will not subsequently retry a connection
31552 on port 143 if <SAMP>/ssl</SAMP> is specified.
31555 <UL>   
31556 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31557 </UL><P>
31558 &lt;End of help on this topic&gt;
31559 </BODY>
31560 </HTML>
31561 ====== h_config_file_dir ======
31562 <HTML>
31563 <HEAD>
31564 <TITLE>OPTION: File Directory</TITLE>
31565 </HEAD>
31566 <BODY>
31567 <H1>OPTION: File Directory</H1>
31569 PC-Alpine only.
31571 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31572 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31573 Message Index's &quot;E&nbsp;Export&quot; command.
31576 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31577 component, Alpine assumes the file exists in the user's home directory.
31578 Under Windows operating systems, this definition isn't always clear.  This 
31579 feature allows you to explictly set where Alpine should look for files
31580 without a leading path.
31583 NOTE: this feature's value is ignored if either 
31584 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31585 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31588 <UL>   
31589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31590 </UL><P>
31591 &lt;End of help on this topic&gt;
31592 </BODY>
31593 </HTML>
31594 ====== h_config_quote_all_froms =====
31595 <HTML>
31596 <HEAD>
31597 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31598 </HEAD>
31599 <BODY>
31600 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31602 This feature controls an aspect of the Save command (and also the way
31603 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31604 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31605 when they are saved to another folder, including lines syntactically
31606 distinguishable from the type of message separator line commonly used on
31607 Unix systems.
31610 The default behavior is that a &quot;>&quot; will be prepended only to lines
31611 beginning with &quot;From &quot; that might otherwise be confused with a message
31612 separator line on Unix systems.  If pine is the only mail program you use,
31613 this default is reasonable.  If another program you use has trouble
31614 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31615 enable this feature.  This feature only applies to the common Unix mailbox
31616 format that uses message separator lines beginning with &quot;From &quot;.  If
31617 Alpine has been configured to use a different mailbox format (possibly
31618 incompatible with other mail programs), then this issue does not arise,
31619 and the feature is irrelevant.
31622 &lt;End of help on this topic&gt;
31623 </BODY>
31624 </HTML>
31625 ====== h_config_normal_color =====
31626 <HTML>
31627 <HEAD>
31628 <TITLE>OPTION: Normal Color</TITLE>
31629 </HEAD>
31630 <BODY>
31631 <H1>OPTION: Normal Color</H1>
31633 Sets the color Alpine normally uses.
31634 The foreground color is the color of the actual character and the
31635 background color is the color of the area behind the character.
31636 By default this color is black characters on a white background.
31638 <A HREF="h_color_setup">Descriptions of the available commands</A>
31640 Look <A HREF="h_edit_nav_cmds">here</A>
31641 to see the available Editing and Navigation commands.
31643 &lt;End of help on this topic&gt;
31644 </BODY>
31645 </HTML>
31646 ====== h_config_reverse_color =====
31647 <HTML>
31648 <HEAD>
31649 <TITLE>OPTION: Reverse Color</TITLE>
31650 </HEAD>
31651 <BODY>
31652 <H1>OPTION: Reverse Color</H1>
31654 Sets the color Alpine uses for reverse video characters.
31655 The foreground color is the color of the actual character and the
31656 background color is the color of the area behind the character.
31658 <A HREF="h_color_setup">Descriptions of the available commands</A>
31660 Look <A HREF="h_edit_nav_cmds">here</A>
31661 to see the available Editing and Navigation commands.
31663 &lt;End of help on this topic&gt;
31664 </BODY>
31665 </HTML>
31666 ====== h_config_title_color =====
31667 <HTML>
31668 <HEAD>
31669 <TITLE>OPTION: Title Color</TITLE>
31670 </HEAD>
31671 <BODY>
31672 <H1>OPTION: Title Color</H1>
31674 Sets the color Alpine uses for the titlebar (the top line on the screen).
31675 The foreground color is the color of the actual character and the
31676 background color is the color of the area behind the character.
31677 By default, the Title Color is black characters on a yellow background.
31679 The actual titlebar color may be different from the Title Color if
31680 the option
31681 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31682 is set to some value other than the default.
31683 It may also be different if the current folder is closed and the
31684 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31685 color is set to something different from the Title Color.
31687 <A HREF="h_color_setup">Descriptions of the available commands</A>
31689 Look <A HREF="h_edit_nav_cmds">here</A>
31690 to see the available Editing and Navigation commands.
31692 &lt;End of help on this topic&gt;
31693 </BODY>
31694 </HTML>
31695 ====== h_config_titleclosed_color =====
31696 <HTML>
31697 <HEAD>
31698 <TITLE>OPTION: Title Closed Color</TITLE>
31699 </HEAD>
31700 <BODY>
31701 <H1>OPTION: Title Closed Color</H1>
31703 Sets the color Alpine uses for the titlebar (the top line on the screen)
31704 when the current folder is closed.
31705 The foreground color is the color of the actual character and the
31706 background color is the color of the area behind the character.
31707 By default, the Title Color Closed Color is white characters on a red background.
31709 By setting this color to something noticeable you will be alerted to the
31710 fact that the current folder is closed, perhaps unexpectedly.
31712 &lt;End of help on this topic&gt;
31713 </BODY>
31714 </HTML>
31715 ====== h_config_status_color =====
31716 <HTML>
31717 <HEAD>
31718 <TITLE>OPTION: Status Color</TITLE>
31719 </HEAD>
31720 <BODY>
31721 <H1>OPTION: Status Color</H1>
31723 Sets the color Alpine uses for status messages written to the message
31724 line near the bottom of the screen.
31725 The foreground color is the color of the actual character and the
31726 background color is the color of the area behind the character.
31727 By default, the Status Color is the same as the Reverse Color.
31729 <A HREF="h_color_setup">Descriptions of the available commands</A>
31731 Look <A HREF="h_edit_nav_cmds">here</A>
31732 to see the available Editing and Navigation commands.
31734 &lt;End of help on this topic&gt;
31735 </BODY>
31736 </HTML>
31737 ====== h_config_index_opening_color =====
31738 <HTML>
31739 <HEAD>
31740 <TITLE>OPTION: Index Opening Color</TITLE>
31741 </HEAD>
31742 <BODY>
31743 <H1>OPTION: Index Opening Color</H1>
31745 With some setups the text of the subject is followed
31746 by the opening text of the message if there is any room available in the index line.
31747 If you have configured your
31748 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31749 to include one of the Subject tokens that causes this behavior
31750 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31751 this opening text with this option.
31752 This coloring takes place for all but the current index line, and the Opening
31753 Color appears to be in front of any color from an Index Color Rule.
31755 By default the Index Opening Color is gray characters on a white background.
31758 <A HREF="h_color_setup">Descriptions of the available commands</A>
31760 Look <A HREF="h_edit_nav_cmds">here</A>
31761 to see the available Editing and Navigation commands.
31763 &lt;End of help on this topic&gt;
31764 </BODY>
31765 </HTML>
31766 ====== h_config_index_pri_color =====
31767 <HTML>
31768 <HEAD>
31769 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31770 </HEAD>
31771 <BODY>
31772 <H1>OPTION: Index Priority Symbol Colors</H1>
31774 The X-Priority header is a non-standard header that is used in a
31775 somewhat standard way by many mail programs.
31776 Alpine expects the value of this header to be a digit with a value
31777 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31778 Alpine can be made to display an indication of this priority in
31779 messages by use of one of the tokens
31780 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31781 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31782 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31785 You may set the color used to draw these tokens by use of the colors
31786 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31787 This coloring takes place for all but the current index line, and the Priority
31788 Color appears to be in front of any color from an Index Color Rule.
31789 If the priority has a value of 1 or 2 the High Priority color will be
31790 used,
31791 and if the value is 4 or 5 the Low Priority color will be used.
31793 If you don't set these colors the index line will be colored in the same color as
31794 the bulk of the index line.
31797 <A HREF="h_color_setup">Descriptions of the available commands</A>
31799 Look <A HREF="h_edit_nav_cmds">here</A>
31800 to see the available Editing and Navigation commands.
31802 &lt;End of help on this topic&gt;
31803 </BODY>
31804 </HTML>
31805 ====== h_config_index_subject_color =====
31806 <HTML>
31807 <HEAD>
31808 <TITLE>OPTION: Index Subject Color</TITLE>
31809 </HEAD>
31810 <BODY>
31811 <H1>OPTION: Index Subject Color</H1>
31813 You may set the color used to draw the Subject part of the index line.
31814 This coloring takes place for all but the current index line, and the Subject
31815 Color appears to be in front of any color from an Index Color Rule.
31817 If you don't set this color it will be colored in the same color as
31818 the bulk of the index line.
31821 <A HREF="h_color_setup">Descriptions of the available commands</A>
31823 Look <A HREF="h_edit_nav_cmds">here</A>
31824 to see the available Editing and Navigation commands.
31826 &lt;End of help on this topic&gt;
31827 </BODY>
31828 </HTML>
31829 ====== h_config_index_from_color =====
31830 <HTML>
31831 <HEAD>
31832 <TITLE>OPTION: Index From Color</TITLE>
31833 </HEAD>
31834 <BODY>
31835 <H1>OPTION: Index From Color</H1>
31837 You may set the color used to draw the From part of the index line.
31838 This coloring takes place for all but the current index line, and the From
31839 Color appears to be in front of any color from an Index Color Rule.
31841 If you don't set this color it will be colored in the same color as
31842 the bulk of the index line.
31845 <A HREF="h_color_setup">Descriptions of the available commands</A>
31847 Look <A HREF="h_edit_nav_cmds">here</A>
31848 to see the available Editing and Navigation commands.
31850 &lt;End of help on this topic&gt;
31851 </BODY>
31852 </HTML>
31853 ====== h_config_index_arrow_color =====
31854 <HTML>
31855 <HEAD>
31856 <TITLE>OPTION: Index Arrow Color</TITLE>
31857 </HEAD>
31858 <BODY>
31859 <H1>OPTION: Index Arrow Color</H1>
31861 If you have configured your
31862 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31863 to include the &quot;ARROW&quot; token, you may set the color of
31864 the arrow displayed with this option.
31865 If you don't set the color it will be colored in the same color as
31866 the bulk of the index line.
31869 <A HREF="h_color_setup">Descriptions of the available commands</A>
31871 Look <A HREF="h_edit_nav_cmds">here</A>
31872 to see the available Editing and Navigation commands.
31874 &lt;End of help on this topic&gt;
31875 </BODY>
31876 </HTML>
31877 ====== h_config_index_color =====
31878 <HTML>
31879 <HEAD>
31880 <TITLE>OPTION: Index Colors</TITLE>
31881 </HEAD>
31882 <BODY>
31883 <H1>OPTION: Index Colors</H1>
31885 You may add color to the single character symbols that give the status
31886 of each message in the MESSAGE INDEX.
31887 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31888 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31889 screen depending on whether the message is addressed to you, and whether
31890 the message is marked Important, is Deleted, is Answered, or is New.
31891 The color for each of those characters may be specified by setting the
31892 &quot;Index-to-me&quot; Symbol Color,
31893 the &quot;Index-important&quot; Symbol Color,
31894 the &quot;Index-deleted&quot; Symbol Color,
31895 the &quot;Index-answered&quot; Symbol Color,
31896 and the &quot;Index-new&quot; Symbol Color.
31897 There are also two other symbol colors called &quot;Index-recent&quot;
31898 and &quot;Index-unseen&quot;.
31899 These two colors will only be used if you have configured your
31900 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31901 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
31903 The default colors for these symbols are:
31904 <TABLE>
31905 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
31906 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
31907 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31908 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
31909 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
31910 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31911 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31912 </TABLE>
31914 Besides coloring the message status symbols, you may also color the
31915 entire index line.
31916 This is done by using the
31917 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
31918 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
31919 When the entire line is colored that color will be &quot;behind&quot; the
31920 status symbol colors talked about in the paragraph above.
31922 You may also color
31923 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
31924 in the index using the
31925 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
31926 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
31927 the Subject using
31928 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
31929 the From field using
31930 <A HREF="h_config_index_from_color">Index From Color</A>;
31931 and the
31932 <A HREF="h_config_index_opening_color">Index Opening</A> text.
31934 <A HREF="h_color_setup">Descriptions of the available commands</A>
31936 Look <A HREF="h_edit_nav_cmds">here</A>
31937 to see the available Editing and Navigation commands.
31939 &lt;End of help on this topic&gt;
31940 </BODY>
31941 </HTML>
31942 ====== h_config_metamsg_color =====
31943 <HTML>
31944 <HEAD>
31945 <TITLE>OPTION: Meta-Message Color</TITLE>
31946 </HEAD>
31947 <BODY>
31948 <H1>OPTION: Meta-Message Color</H1>
31950 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
31951 that aren't part of the message itself.
31952 For example, an attachment that isn't shown might produce a meta
31953 message something like:
31955 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
31957 If you set the
31958 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
31959 option you might see
31961 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
31963 Warnings about suspicious looking URLs in HTML will also be colored
31964 with this color.
31966 The foreground color is the color of the actual character and the
31967 background color is the color of the area behind the character.
31968 By default, the Meta-Message Color is black characters on a yellow background.
31970 <A HREF="h_color_setup">Descriptions of the available commands</A>
31972 Look <A HREF="h_edit_nav_cmds">here</A>
31973 to see the available Editing and Navigation commands.
31975 &lt;End of help on this topic&gt;
31976 </BODY>
31977 </HTML>
31978 ====== h_config_keylabel_color =====
31979 <HTML>
31980 <HEAD>
31981 <TITLE>OPTION: KeyLabel Color</TITLE>
31982 </HEAD>
31983 <BODY>
31984 <H1>OPTION: KeyLabel Color</H1>
31986 Sets the color Alpine uses for the labels of the keys in the two-line
31987 menu at the bottom of the screen.
31988 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31989 This option sets the color used when displaying &quot;PrevMsg&quot;.
31990 The foreground color is the color of the actual character and the
31991 background color is the color of the area behind the character.
31992 By default, the KeyLabel Color is the same as the Normal Color.
31994 WARNING: Some terminal emulators have the property that the screen will scroll
31995 down one line whenever a character is written to the character cell in the
31996 lower right corner of the screen.
31997 Alpine can usually avoid writing a character in that corner of the screen.
31998 However, if you have defined a KeyLabel Color then Alpine does have to write
31999 a character in that cell in order to color the cell correctly.
32000 If you find that your display sometimes scrolls up a line this could be
32001 the problem.
32002 The most obvious symptom is probably that the titlebar at the top of the
32003 screen scrolls off the screen.
32004 Try setting KeyLabel Color to Default to see if that fixes the problem.
32006 <A HREF="h_color_setup">Descriptions of the available commands</A>
32008 Look <A HREF="h_edit_nav_cmds">here</A>
32009 to see the available Editing and Navigation commands.
32011 &lt;End of help on this topic&gt;
32012 </BODY>
32013 </HTML>
32014 ====== h_config_keyname_color =====
32015 <HTML>
32016 <HEAD>
32017 <TITLE>OPTION: KeyName Color</TITLE>
32018 </HEAD>
32019 <BODY>
32020 <H1>OPTION: KeyName Color</H1>
32022 Sets the color Alpine uses for the names of the keys in the two-line
32023 menu at the bottom of the screen.
32024 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32025 This option sets the color used when displaying the &quot;P&quot;.
32026 The foreground color is the color of the actual character and the
32027 background color is the color of the area behind the character.
32028 By default, the KeyName Color is the same as the Reverse Color.
32030 <A HREF="h_color_setup">Descriptions of the available commands</A>
32032 Look <A HREF="h_edit_nav_cmds">here</A>
32033 to see the available Editing and Navigation commands.
32035 &lt;End of help on this topic&gt;
32036 </BODY>
32037 </HTML>
32038 ====== h_config_slctbl_color =====
32039 <HTML>
32040 <HEAD>
32041 <TITLE>OPTION: Selectable Item Color</TITLE>
32042 </HEAD>
32043 <BODY>
32044 <H1>OPTION: Selectable Item Color</H1>
32046 Sets the color Alpine uses for selectable items, such as URLs.
32047 The foreground color is the color of the actual character and the
32048 background color is the color of the area behind the character.
32049 By default, the Selectable Item Color is the same as the Normal Color,
32050 except that it is bold.
32052 <A HREF="h_color_setup">Descriptions of the available commands</A>
32054 Look <A HREF="h_edit_nav_cmds">here</A>
32055 to see the available Editing and Navigation commands.
32057 &lt;End of help on this topic&gt;
32058 </BODY>
32059 </HTML>
32060 ====== h_config_quote_color =====
32061 <HTML>
32062 <HEAD>
32063 <TITLE>OPTION: Quote Colors</TITLE>
32064 </HEAD>
32065 <BODY>
32066 <H1>OPTION: Quote Colors</H1>
32068 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
32069 screen.
32070 If a line begins with a &gt; character (or space followed by &gt;)
32071 it is considered a quote.
32072 That line will be given the Quote1 Color (first level quote).
32073 If there is a second level of quoting then the Quote2 Color will be used.
32074 Alpine considers there to be a second level of quoting if that first &gt; is
32075 followed by another &gt; (or space followed by &gt;).
32076 If there are characters other than whitespace and &gt; signs, then it isn't
32077 considered another level of quoting.
32078 Similarly, if there is a third level of quoting the Quote3 Color will be
32079 used.
32080 If there are more levels after that the Quote Colors are re-used.
32081 If you define all three colors then it would repeat like Color1, Color2, Color3,
32082 Color1, Color2, Color3, ...
32083 If you only define the first two it would be
32084 Color1, Color2, Color1, Color2, ...
32085 If you define only the Quote1 Color, then the entire quote would be that
32086 color regardless of the quoting levels.
32087 By default, the Quote1 Color is black characters on a greenish-blue background;
32088 the Quote2 Color is black characters on a dull yellow background; and
32089 the Quote3 Color is black characters on a green background.
32091 <A HREF="h_color_setup">Descriptions of the available commands</A>
32093 Look <A HREF="h_edit_nav_cmds">here</A>
32094 to see the available Editing and Navigation commands.
32096 &lt;End of help on this topic&gt;
32097 </BODY>
32098 </HTML>
32099 ====== h_config_folder_color =====
32100 <HTML>
32101 <HEAD>
32102 <TITLE>OPTION: Folder Color</TITLE>
32103 </HEAD>
32104 <BODY>
32105 <H1>OPTION: Folder Color</H1>
32107 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
32108 screen. By default, the Folder Color is the normal text color.
32111 If you set a color for this feature, other than the normal color
32112 (the default), or a color for
32113 <A HREF="h_config_directory_color">Directory Color</A>, then directories
32114 will be colored according to the color specified in the
32115 <A HREF="h_config_directory_color">Directory Color</A> option. In this
32116 case, the color will be the only indication that the colored name
32117 refers to a directory. The normal behavior is that Alpine
32118 indicates that a name refers to a directory by appending a
32119 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32120 the folder.
32123 If a folder is a directory, then the folder name will be painted
32124 according to the color defined by this variable, and a separator
32125 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
32126 to the name. That
32127 indicator will be painted according to the color defined in the
32128 <A HREF="h_config_directory_color">Directory Color</A> option.
32131 &lt;End of help on this topic&gt;
32132 </BODY>
32133 </HTML>
32134 ====== h_config_directory_color =====
32135 <HTML>
32136 <HEAD>
32137 <TITLE>OPTION: Directory Color</TITLE>
32138 </HEAD>
32139 <BODY>
32140 <H1>OPTION: Directory Color</H1>
32142 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32143 screen. By default, the Folder Color is the normal text color.
32145 If you set a color for this feature, other than the normal color
32146 (the default), or a color for
32147 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32148 will be colored according to the color specified in the
32149 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32150 case, the color will be the only indication that the colored name
32151 refers to a directory. The normal behavior is that Alpine
32152 indicates that a name refers to a directory by appending a
32153 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32154 the folder.
32156 If a folder is a directory, then the folder name will be painted
32157 according to the color defined by the option
32158 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32159 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32160 after the name. That
32161 indicator will be painted according to the color defined in this
32162 option.
32164 &lt;End of help on this topic&gt;
32165 </BODY>
32166 </HTML>
32167 ====== h_config_folder_list_color =====
32168 <HTML>
32169 <HEAD>
32170 <TITLE>OPTION: Folder-List Color</TITLE>
32171 </HEAD>
32172 <BODY>
32173 <H1>OPTION: Folder-List Color</H1>
32175 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32176 screen. By default, the Folder-List Color is the normal text color.
32178 This text refers to the informative text that Alpine displays so you
32179 can recognize each collection. The color of the content of each collection
32180 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32181 and <A HREF="h_config_directory_color">Directory Color</A>.
32183 Unlike the options
32184 <A HREF="h_config_folder_color">Folder Color</A>
32185 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32186 this option does not affect the way that Alpine reports folders,
32187 directories and folders that are directories.
32189 &lt;End of help on this topic&gt;
32190 </BODY>
32191 </HTML>
32192 ====== h_config_incunseen_color =====
32193 <HTML>
32194 <HEAD>
32195 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32196 </HEAD>
32197 <BODY>
32198 <H1>OPTION: Incoming Unseen Color</H1>
32200 If the option
32201 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32202 is turned on it is possible to highlight the folders that contain
32203 unseen messages by coloring them with this color.
32204 By default, this is the same as the Normal Color and no highlighting is done.
32206 Usually the &quot;current&quot; folder (the folder the cursor is on)
32207 is highlighted using reverse video.
32208 If the current folder is colored because it contains unseen messages then
32209 the color used to show that it is also the current folder is controlled
32210 by the
32211 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32212 feature at the top of the SETUP COLOR screen.
32214 <A HREF="h_color_setup">Descriptions of the available commands</A>
32216 Look <A HREF="h_edit_nav_cmds">here</A>
32217 to see the available Editing and Navigation commands.
32219 &lt;End of help on this topic&gt;
32220 </BODY>
32221 </HTML>
32222 ====== h_config_signature_color =====
32223 <HTML>
32224 <HEAD>
32225 <TITLE>OPTION: Signature Color</TITLE>
32226 </HEAD>
32227 <BODY>
32228 <H1>OPTION: Signature Color</H1>
32230 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32231 screen. According to USENET conventions, the signature is defined as the
32232 paragraph following the &quot;sigdashes&quot;, that is, the special line
32233 consisting of the three characters
32234 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32235 empty line right after the sigdashes to be considered as part of the
32236 signature.
32237 By default, the Signature Color is blue characters on a white background.
32239 <A HREF="h_color_setup">Descriptions of the available commands</A>
32241 Look <A HREF="h_edit_nav_cmds">here</A>
32242 to see the available Editing and Navigation commands.
32244 &lt;End of help on this topic&gt;
32245 </BODY>
32246 </HTML>
32247 ====== h_config_prompt_color =====
32248 <HTML>
32249 <HEAD>
32250 <TITLE>OPTION: Prompt Color</TITLE>
32251 </HEAD>
32252 <BODY>
32253 <H1>OPTION: Prompt Color</H1>
32255 Sets the color Alpine uses for confirmation prompts and questions that
32256 appear in the status line near the bottom of the screen.
32257 The foreground color is the color of the actual character and the
32258 background color is the color of the area behind the character.
32259 By default, the Prompt Color is the same as the Reverse Color.
32261 <A HREF="h_color_setup">Descriptions of the available commands</A>
32263 Look <A HREF="h_edit_nav_cmds">here</A>
32264 to see the available Editing and Navigation commands.
32266 &lt;End of help on this topic&gt;
32267 </BODY>
32268 </HTML>
32269 ====== h_config_header_general_color =====
32270 <HTML>
32271 <HEAD>
32272 <TITLE>OPTION: Header General Color</TITLE>
32273 </HEAD>
32274 <BODY>
32275 <H1>OPTION: Header General Color</H1>
32277 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32278 screen.
32279 The foreground color is the color of the actual character and the
32280 background color is the color of the area behind the character.
32281 By default, this is the same as the Normal Color.
32283 It is also possible to set the colors for specific header fields, for
32284 example the Subject, using
32285 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32286 If both a Header General Color and a specific Viewer Header Color are set
32287 the specific color will override the general color, as you would expect.
32289 <A HREF="h_color_setup">Descriptions of the available commands</A>
32291 Look <A HREF="h_edit_nav_cmds">here</A>
32292 to see the available Editing and Navigation commands.
32294 &lt;End of help on this topic&gt;
32295 </BODY>
32296 </HTML>
32297 ====== h_config_incol =====
32298 <HTML>
32299 <HEAD>
32300 <TITLE>Index Line Color</TITLE>
32301 </HEAD>
32302 <BODY>
32303 <H1>Index Line Color</H1>
32305 This option is used to set the color of a line in the index when the
32306 message for that line matches the Pattern.
32307 This colors the whole index line, except possibly the status letters,
32308 which may be colored separately using the
32309 <A HREF="h_color_setup">Setup Kolor</A> screen.
32310 The foreground color is the color of the actual characters and the
32311 background color is the color of the area behind the characters.
32313 <A HREF="h_color_setup">Descriptions of the available commands</A>
32315 Look <A HREF="h_edit_nav_cmds">here</A>
32316 to see the available Editing and Navigation commands.
32318 &lt;End of help on this topic&gt;
32319 </BODY>
32320 </HTML>
32321 ====== h_config_usetransparent_color =====
32322 <HTML>
32323 <HEAD>
32324 <TITLE>OPTION: Use Transparent Color</TITLE>
32325 </HEAD>
32326 <BODY>
32327 <H1>OPTION: Use Transparent Color</H1>
32329 This is a special color supported by some terminal emulators.
32330 It is intended to result in the default foreground or background color
32331 from the terminal emulator.
32332 This is the color the terminal was displaying characters in before you started Alpine.
32333 The reason it is called Transparent is because you could set the foreground color
32334 to some specific color, like Red, and then set the background color to the
32335 Transparent Color. If it works as expected, the background color from the terminal
32336 window in which Alpine is running will show through but with the Red characters
32337 in the foreground.
32339 <A HREF="h_color_setup">Descriptions of the available commands</A>
32341 Look <A HREF="h_edit_nav_cmds">here</A>
32342 to see the available Editing and Navigation commands.
32344 &lt;End of help on this topic&gt;
32345 </BODY>
32346 </HTML>
32347 ====== h_config_usenormal_color =====
32348 <HTML>
32349 <HEAD>
32350 <TITLE>OPTION: Use Normal Color</TITLE>
32351 </HEAD>
32352 <BODY>
32353 <H1>OPTION: Use Normal Color</H1>
32355 When you use this color value, the actual color used will be the same
32356 as the corresponding Normal Color.
32357 For example if your Normal Color is black on white and you set both
32358 the foreground and background colors here to use the Normal Color, you'll
32359 get black on white. If you later change the Normal Color to red on blue
32360 this color will also change to red on blue.
32362 <A HREF="h_color_setup">Descriptions of the available commands</A>
32364 Look <A HREF="h_edit_nav_cmds">here</A>
32365 to see the available Editing and Navigation commands.
32367 &lt;End of help on this topic&gt;
32368 </BODY>
32369 </HTML>
32370 ====== h_config_usenone_color =====
32371 <HTML>
32372 <HEAD>
32373 <TITLE>OPTION: Use None Color</TITLE>
32374 </HEAD>
32375 <BODY>
32376 <H1>OPTION: Use None Color</H1>
32378 This is a special color that simply means to leave the color alone.
32379 It is useful for Index symbols and for Keyword Colors used in the Subject
32380 field of an index line.
32381 The most likely use is to set an explicit foreground color and then set
32382 the background color to the None Color.
32383 That will cause the symbol or keyword to be drawn in the foreground color
32384 with a background equal to whatever color the rest of the index line is already
32385 drawn in.
32386 You will see no visible effect unless you have assigned Indexcolor Rules to
32387 color index lines or you have set an actual color for the Reverse Color.
32389 <A HREF="h_color_setup">Descriptions of the available commands</A>
32391 Look <A HREF="h_edit_nav_cmds">here</A>
32392 to see the available Editing and Navigation commands.
32394 &lt;End of help on this topic&gt;
32395 </BODY>
32396 </HTML>
32397 ====== h_config_dflt_color =====
32398 <HTML>
32399 <HEAD>
32400 <TITLE>OPTION: Default Color</TITLE>
32401 </HEAD>
32402 <BODY>
32403 <H1>OPTION: Default Color</H1>
32405 Setting default will cause the color to be the default color.
32406 Unsetting default is normally done by choosing a color, but in some cases
32407 you may want to declare the current default color to be your non-default
32408 choice.
32409 For example, the default Keyname Color is the same as the Reverse Color.
32410 Whenever the Reverse Color changes the Keyname Color will also change, unless
32411 you've changed it or unset the default box.
32413 <A HREF="h_color_setup">Descriptions of the available commands</A>
32415 Look <A HREF="h_edit_nav_cmds">here</A>
32416 to see the available Editing and Navigation commands.
32418 &lt;End of help on this topic&gt;
32419 </BODY>
32420 </HTML>
32421 ====== h_config_bold_slctbl =====
32422 <HTML>
32423 <HEAD>
32424 <TITLE>OPTION: Bold</TITLE>
32425 </HEAD>
32426 <BODY>
32427 <H1>OPTION: Bold</H1>
32429 The color for this particular section may have the Bold attribute turned
32430 on or off.
32431 Setting bold will cause the characters to be bold.
32433 <A HREF="h_color_setup">Descriptions of the available commands</A>
32435 Look <A HREF="h_edit_nav_cmds">here</A>
32436 to see the available Editing and Navigation commands.
32438 &lt;End of help on this topic&gt;
32439 </BODY>
32440 </HTML>
32441 ====== h_config_kw_color =====
32442 <HTML>
32443 <HEAD>
32444 <TITLE>OPTION: Keyword Colors</TITLE>
32445 </HEAD>
32446 <BODY>
32447 <H1>OPTION: Keyword Colors</H1>
32449 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32450 Keywords are displayed as part of the Subject by default.
32451 They are also displayed as part of the Subject if the tokens
32452 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32453 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32454 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32455 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32457 For example, you might have set up a Keyword
32458 &quot;Work&quot; using the
32459 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32460 You could cause that Keyword to show up as a special color
32461 by setting up the Keyword Color using this option, and then including it
32462 in the MESSAGE INDEX screen using one of the tokens listed above in the
32463 <!--#echo var="VAR_index-format"-->.
32465 <A HREF="h_color_setup">Descriptions of the available commands</A>
32467 Look <A HREF="h_edit_nav_cmds">here</A>
32468 to see the available Editing and Navigation commands.
32470 &lt;End of help on this topic&gt;
32471 </BODY>
32472 </HTML>
32473 ====== h_config_customhdr_color =====
32474 <HTML>
32475 <HEAD>
32476 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32477 </HEAD>
32478 <BODY>
32479 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32481 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32482 For example, you may set the color of the Subject header or the From header.
32483 The foreground color is the color of the actual character and the
32484 background color is the color of the area behind the character.
32486 In addition to setting the colors for particular headers (like the Subject)
32487 you may also set a color to be used for all headers unless overridden by a
32488 more specific Viewer Header Color.
32489 To do this use the
32490 <A HREF="h_config_header_general_color">Header General Color</A>.
32492 For Header Colors,
32493 there is an additional line on the
32494 screen labeled &quot;Pattern to match&quot;.
32495 If you leave that blank, then the whole field for that header will
32496 be colored.
32497 However, if you give a pattern to match, the coloring will only take place
32498 if there is a match for that pattern in the value of the field.
32499 For example, if you are working on a color for the Subject header and
32500 you fill in a pattern of &quot;important&quot;, then only Subjects that
32501 contain the word &quot;important&quot; will be colored.
32503 If the pattern you enter is a comma-separated list of patterns, then coloring
32504 happens if any of those patterns matches.
32506 <A HREF="h_color_setup">Descriptions of the available commands</A>
32508 Look <A HREF="h_edit_nav_cmds">here</A>
32509 to see the available Editing and Navigation commands.
32511 &lt;End of help on this topic&gt;
32512 </BODY>
32513 </HTML>
32514 ====== h_config_indextoken_color =====
32515 <HTML>
32516 <HEAD>
32517 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32518 </HEAD>
32519 <BODY>
32520 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32522 This option allows you to set up the color in which any token, not specified by the
32523 previous options, will be colored in the MESSAGE INDEX screen. 
32525 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32526 a token that can be used in the index format. 
32527 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32529 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32530 enter a new one. Once you have entered a valid token, a line will be added to the
32531 configuration screen that you can use to set up the colors in which that token will
32532 be painted. This is done in the same way that you configure colors for other
32533 variables.
32535 <A HREF="h_color_setup">Descriptions of the available commands</A>
32537 Look <A HREF="h_edit_nav_cmds">here</A>
32538 to see the available Editing and Navigation commands.
32540 &lt;End of help on this topic&gt;
32541 </BODY>
32542 </HTML>
32543 ====== h_config_customhdr_pattern =====
32544 <HTML>
32545 <HEAD>
32546 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32547 </HEAD>
32548 <BODY>
32549 <H1>OPTION: Viewer Header Color Pattern</H1>
32551 If you leave this blank, then the whole field for the header will
32552 be colored.
32553 If you give a pattern to match, the coloring will only take place
32554 if there is a match for that pattern in the value of the field.
32555 For example, if you are working on a color for the Subject header and
32556 you fill in a pattern of &quot;important&quot;, then only Subjects that
32557 contain the word &quot;important&quot; will be colored.
32559 For address headers (like From and To) and for the Newsgroups header,
32560 a pattern match will cause only the matched addresses or newsgroups to be
32561 colored.
32562 If there is no pattern to match, then all of the addresses or newsgroups
32563 in the relevant header will be colored.
32565 The matching pattern may be a comma-separated list of patterns to match
32566 instead of a single pattern.
32567 For example, you could use the pattern &quot;important,urgent&quot; which would
32568 cause a match if either the word &quot;important&quot; or the word
32569 &quot;urgent&quot; appeared in the value of the header.
32570 You could list several comma-separated email addresses in the Header
32571 From Color pattern so that those addresses will be colored when any of
32572 them appear in the From header.
32574 To add a new matching pattern or change the existing pattern use the 
32575 <!--chtml if pinemode="function_key"-->
32576 &quot;F4&quot;
32577 <!--chtml else-->
32578 &quot;C&quot;
32579 <!--chtml endif-->
32580 &quot;Change&quot; command that is available when the &quot;Pattern to
32581 match&quot; line is highlighted.
32583 <!--chtml if pinemode="function_key"-->
32584 &quot;F10&quot;
32585 <!--chtml else-->
32586 &quot;D&quot;
32587 <!--chtml endif-->
32588 &quot;Delete&quot; command may be used to quickly remove all patterns
32589 for a particular header.
32591 &lt;End of help on this topic&gt;
32592 </BODY>
32593 </HTML>
32594 ====== h_color_setup =====
32595 <HTML>
32596 <HEAD>
32597 <TITLE>SETUP COLOR COMMANDS</TITLE>
32598 </HEAD>
32599 <BODY>
32600 <H1>SETUP COLOR COMMANDS</H1>
32601 <!--chtml if pinemode="function_key"-->
32602 <PRE>
32603 Available Commands -- Group 1
32604 -------------------------------
32605 F1  Display this help text
32606 F2  Show other available commands
32607 F3  Exit to MAIN MENU
32608 F4  Select the highlighted foreground or background color
32609 F5  Move to previous line
32610 F6  Move to next line
32611 F7  Previous page
32612 F8  Next page
32613 F9  Add a config section for a header field
32614 F10 Restore all default colors (for all sections)
32615 F11 Print color configuration screen
32616 F12 Whereis (search for word)
32618 Available Commands -- Group 2
32619 -------------------------------
32620 F1  Display this help text
32621 F2  Show other available commands
32622 F5  Delete config section for highlighted header field
32623 F6  Shuffle the order of Header Color sections
32624 </PRE>
32625 <!--chtml else-->
32626 <PRE>
32627 General commands
32628 -------------------------------------------------
32629  ?  Display this help text     E  Exit back to MAIN MENU
32630  P  Previous Line              N  Next Line
32631  -  Previous page             Spc (space bar) Next page
32632  W  WhereIs (search for word)  %  Print color configuration screen
32634 Color Setup Commands
32635 ------------------------------------------------
32636  *  Select the highlighted foreground or background color
32637  A  Add a config section for a header field
32638  D  Delete config section for highlighted header field
32639  R  Restore all default colors (for all sections)
32640  $  Shuffle the order of Header Color sections
32641 </PRE>
32642 <!--chtml endif-->
32644 <H2>Description of the Setup Color Screen</H2>
32646 From this screen you may turn on color and set the colors of
32647 various parts of the Alpine display.
32648 For help on turning on color move your cursor into the Color Style section
32649 at the top of the Setup Color screen and ask for help.
32652 There are several sections in the Setup Color Screen.
32653 At the top are some settings that handle the style of color used
32654 with your terminal emulator (UNIX only), and some settings that
32655 control how the current indexline and the titlebar are colored.
32656 After that comes a long section called GENERAL COLORS that allows
32657 you to set the color of many elements in the Alpine screens.
32658 For example, the color of the titlebar, status messages,
32659 selectable links, quotes and signatures in messages, and so on.
32660 After that is a section called INDEX COLORS that allows you to
32661 set the colors of various pieces of the displayed index lines in
32662 the MESSAGE INDEX screen.
32663 The next section is HEADER COLORS. This is for coloring headers of
32664 messages in the MESSAGE TEXT screen in just about any way you would like.
32665 Finally, the KEYWORD COLORS section allows you to highlight
32666 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32667 in the MESSAGE INDEX screen.
32670 To change a color, highlight the color you want to change (for example,
32671 the Status Color) by moving
32672 the cursor into it.
32673 You may want to read the help text for the color to see a brief desription
32674 of what you are coloring.
32675 Then press &quot;C&quot; for Change to set the color to something new.
32676 That will put you into a screen with two columns of colors, one for
32677 the foreground color and one for the background color.
32678 The foreground color is just the color you want the actual characters
32679 to be and the background color is the color of the rest of the rectangle
32680 behind the characters.
32681 Select the foreground and background colors desired by using the Next and
32682 Prev keys to highlight the color, and the * command to select it.
32684 To set a color to its default value, set the X in the Default line at
32685 the bottom of the list of colors.
32688 The HEADER COLORS section is a little bit different from the others.
32689 Besides coloring the specific fields that Alpine knows about, you may also
32690 color specific header fields when viewing a message in the MESSAGE TEXT
32691 screen.
32692 For example, you may color the Subject header a particular color.
32693 There are a few commands for use with headers.
32694 The &quot;AddHeader&quot; command adds a section to the color
32695 configuration screen that allows you to set the color for that header.
32696 You'll be asked for the name of the header field you want to color.
32697 If you wanted to color the Subject, you would answer
32698 with the word &quot;subject&quot;.
32699 Once you've added a header field, the color setting works just like the
32700 other color fields, except that there is an additional line on the
32701 configuration screen labeled &quot;Pattern to match&quot;.
32702 If you leave that blank, then the whole field for that header will always
32703 be colored.
32704 However, if you give a pattern to match, the coloring will only take place
32705 if there is a match for that pattern in the value of the field.
32706 For example, if you are working on a color for the Subject header and
32707 you fill in a pattern of &quot;important&quot;, then only Subjects that
32708 contain the word &quot;important&quot; will be colored.
32710 The &quot;DeleteHdr&quot; command removes a header section from the
32711 configuration altogether.
32712 The &quot;Shuffle&quot; command changes the order of header sections.
32713 This is only necessary if you use header sections with pattern fields.
32714 For example, if you have two Subject sections, one with one pattern and
32715 another with another pattern, and the subject for a particular message
32716 happens to match both, then the color from the first match is used.
32719 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32720 Each section will change to the default value used for that section when
32721 color is first enabled.
32722 When you restore all default colors the color settings for the Header Colors
32723 will be unset (since that's the default), but the header fields you've
32724 added will remain so that you may easily reset them.
32725 In order to get rid of them completely you'd have to use
32726 the &quot;DeleteHdr&quot; command.
32729 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32730 may be set with matching rules and that is configured separately from
32731 the rest of the color settings described here.
32732 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32733 instead of in the Setup/Kolor section.
32735 <P><UL>
32736 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32737 </UL><P>
32738 &lt;End of help on this topic&gt;
32739 </BODY>
32740 </HTML>
32741 ====== h_config_news_uses_recent ======
32742 <HTML>
32743 <HEAD>
32744 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32745 </HEAD>
32746 <BODY>
32747 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32749 This feature causes certain messages to be marked as "New" in the
32750 MESSAGE INDEX of newsgroups.
32751 This feature is set by default.
32755 When opening a newsgroup, Alpine will consult your "newsrc" file and
32756 determine the last message you have previously disposed of via the "D"
32757 key.  If this feature is set, any subsequent messages will be shown in the
32758 Index with an "N", and the first of these messages will be highlighted.
32759 Although this is only an approximation of true "New" or "Unseen"
32760 status, it provides a useful cue to distinguish more-or-less recent
32761 messages from those you have seen previously, but are not yet ready to
32762 mark deleted.
32766 Background: your "newsrc" file (used to store message status information
32767 for newsgroups) is only capable of storing a single flag, and Alpine uses
32768 this to record whether or not you are "done with" a message, as
32769 indicated by marking the message as "Deleted".  Unfortunately, this
32770 means that Alpine has no way to record exactly which messages you have
32771 previously seen, so it normally does not show the "N" status flag for
32772 any messages in a newsgroup. This feature enables a starting
32773 *approximation* of seen/unseen status that may be useful.
32775 &lt;End of help on this topic&gt;
32776 </BODY>
32777 </HTML>
32778 ====== h_config_expose_hidden_config =====
32779 <HTML>
32780 <HEAD>
32781 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32782 </HEAD>
32783 <BODY>
32784 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32786 If set, this causes configuration options and features that are normally
32787 hidden from view to be editable in the Setup/Config screen.
32790 The purpose of this feature is to allow you to change configuration
32791 features and variables that are normally hidden.
32792 This is particularly useful if you are using a remote configuration,
32793 where it is difficult to edit the contents manually, but it may also be used
32794 on a local pinerc configuration file.
32796 If set, several configuration variables and features that are normally
32797 hidden from view will show up in the Setup/Configuration screen.
32798 They will be at the bottom of the configuration screen.
32799 You can find them by searching for the words &quot;hidden configuration&quot;.
32802 Note that this is an advanced feature that should be used with care.
32803 The reason that this part of the configuration is normally hidden is because
32804 there is a significant potential for causing problems if you change these
32805 variables.
32806 If something breaks after a change try changing it back to see if that is
32807 what is causing the problem.
32808 There are also some variables that are normally hidden because they are
32809 manipulated through Alpine in other ways.
32810 For example, colors are normally set using the Setup/Kolors screen and
32811 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32812 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32813 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32814 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32815 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32816 internally by Alpine and not set directly by the user.
32818 <UL>   
32819 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32820 </UL><P>
32821 &lt;End of help on this topic&gt;
32822 </BODY>
32823 </HTML>
32824 ====== h_config_disable_signature_edit =====
32825 <HTML>
32826 <HEAD>
32827 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32828 </HEAD>
32829 <BODY>
32830 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32832 If set, this disables the editing of signature files from within
32833 the Setup/Config screen.
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_roles_templateedit =====
32842 <HTML>
32843 <HEAD>
32844 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32845 </HEAD>
32846 <BODY>
32847 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32849 If set, this disables the editing of template files within the
32850 Role setup screen.
32852 <UL>   
32853 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32854 </UL><P>
32855 &lt;End of help on this topic&gt;
32856 </BODY>
32857 </HTML>
32858 ====== h_config_disable_roles_sigedit =====
32859 <HTML>
32860 <HEAD>
32861 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32862 </HEAD>
32863 <BODY>
32864 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32866 If set, this disables the editing of signature files within the
32867 Role setup screen.
32869 <UL>   
32870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32871 </UL><P>
32872 &lt;End of help on this topic&gt;
32873 </BODY>
32874 </HTML>
32875 ====== h_config_disable_roles_setup =====
32876 <HTML>
32877 <HEAD>
32878 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32879 </HEAD>
32880 <BODY>
32881 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32883 If set, this disables the Setup/Rules/Roles command.
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_disable_pipes_in_templates =====
32892 <HTML>
32893 <HEAD>
32894 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
32895 </HEAD>
32896 <BODY>
32897 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
32899 By default, if a template file name is followed by a vertical bar (|) then
32900 that causes the file to be executed to produce the text for the template.
32901 If this feature is set, then this is not allowed.
32903 <UL>   
32904 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32905 </UL><P>
32906 &lt;End of help on this topic&gt;
32907 </BODY>
32908 </HTML>
32909 ====== h_config_disable_pipes_in_sigs =====
32910 <HTML>
32911 <HEAD>
32912 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
32913 </HEAD>
32914 <BODY>
32915 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
32917 By default, if a signature file name is followed by a vertical bar (|) then
32918 that causes the file to be executed to produce the text for the signature.
32919 If this feature is set, then this is not allowed.
32921 <UL>   
32922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32923 </UL><P>
32924 &lt;End of help on this topic&gt;
32925 </BODY>
32926 </HTML>
32927 ====== h_config_disable_password_cmd =====
32928 <HTML>
32929 <HEAD>
32930 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
32931 </HEAD>
32932 <BODY>
32933 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
32935 If set, then the Setup/Newpassword command is disabled.
32937 <UL>   
32938 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32939 </UL><P>
32940 &lt;End of help on this topic&gt;
32941 </BODY>
32942 </HTML>
32943 ====== h_config_disable_password_caching =====
32944 <HTML>
32945 <HEAD>
32946 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
32947 </HEAD>
32948 <BODY>
32949 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
32951 Normally, loginname/password combinations are cached in Alpine so that
32952 you do not have to enter the same password more than once in a session.
32953 A disadvantage to this approach is that the password must be stored in
32954 the memory image of the running Alpine in order that it can be re-used.
32955 In the event that Alpine crashes and produces a core dump, and that core
32956 dump is readable by others, the loginname and password could be read
32957 from the core dump.
32959 If this feature is set, then the passwords will not be cached and you
32960 will have to retype the password whenever Alpine needs it.
32961 Even with this feature set there is still some chance that the core
32962 file will contain a password, so care should be taken to make the
32963 core files unreadable.
32965 NOTE: If PASSFILE caching is enabled, this does not disable it.
32966 That is a separate and independent feature.
32967 <UL>   
32968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32969 </UL><P>
32970 &lt;End of help on this topic&gt;
32971 </BODY>
32972 </HTML>
32973 ====== h_config_disable_password_file_saving =====
32974 <HTML>
32975 <HEAD>
32976 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
32977 </HEAD>
32978 <BODY>
32979 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
32981 This feature changes the behavior of Alpine when a login name and password combination
32982 for a specific server is not found in the password file. The default behavior is that
32983 Alpine will ask the user if they wish to save this information in the password file for future
32984 use. It is assumed that if a user created a password file it is because they intend
32985 to use it, but in some instances a user might want to save some passwords and not others.
32986 In this case, enabling this feature will make Alpine not add any more passwords to the
32987 password file and will only use the passwords that it already saved. If you wish to allow
32988 Alpine to save more passwords in the password file, disable this feature.
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_disable_kb_lock =====
32997 <HTML>
32998 <HEAD>
32999 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
33000 </HEAD>
33001 <BODY>
33002 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
33004 If set, then the Keyboard Lock command is removed from the MAIN MENU.
33006 <UL>   
33007 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33008 </UL><P>
33009 &lt;End of help on this topic&gt;
33010 </BODY>
33011 </HTML>
33012 ====== h_config_disable_config_cmd =====
33013 <HTML>
33014 <HEAD>
33015 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
33016 </HEAD>
33017 <BODY>
33018 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
33020 If set, then the Setup/Config screen is disabled.
33022 <UL>   
33023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33024 </UL><P>
33025 &lt;End of help on this topic&gt;
33026 </BODY>
33027 </HTML>
33028 ====== h_config_allow_chg_from =====
33029 <HTML>
33030 <HEAD>
33031 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
33032 </HEAD>
33033 <BODY>
33034 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
33036 This feature affects Alpine's handling of the &quot;From:&quot; header field
33037 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
33038 option.
33040 If this feature is set then the From line can be changed just like
33041 all the other header fields that can be changed.
33042 This feature defaults to <EM>ON</EM>.
33044 Even with this feature turned ON (the default) you will not be able 
33045 to change the From header unless you add it to your list of
33046 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
33047 You may also want to change the
33048 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
33049 if you want the From header to always show up in the composer without
33050 having to type the Rich Headers command first.
33052 Note that many sites restrict the use of this feature in order to
33053 reduce the chance of falsified addresses and misdirected mail.
33054 If you want to change the value of what gets included in the From header
33055 in messages you send
33056 look <A HREF="h_config_change_your_from">here</A> for a description.
33058 <UL>   
33059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33060 </UL><P>
33061 &lt;End of help on this topic&gt;
33062 </BODY>
33063 </HTML>
33064 ====== h_config_disable_collate =====
33065 <HTML>
33066 <HEAD>
33067 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
33068 </HEAD>
33069 <BODY>
33070 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
33072 This is a hard to understand feature that should only be used in rare cases.
33073 Normally, the C function call
33075 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
33077 is used by Alpine.
33078 If you want to try turning it off,
33079 setting this feature will turn it off.
33080 This part of the locale has to do with the sort order
33081 of characters in your locale.
33083 <UL>   
33084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33085 </UL><P>
33086 &lt;End of help on this topic&gt;
33087 </BODY>
33088 </HTML>
33089 ====== h_config_quell_attach_extra_prompt =====
33090 <HTML>
33091 <HEAD>
33092 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
33093 </HEAD>
33094 <BODY>
33095 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
33097 By default, when you attempt to view an attachment externally
33098 from the &quot;Attachment View&quot; screen, you are asked if you
33099 really want to view the selected attachment.
33102 If this feature is set, you will <B>not</B> be prompted to confirm
33103 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
33104 prompt. This feature was added for those wanting to preserve that
33105 behavior (along with 
33106 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
33109 <UL>   
33110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33111 </UL><P>
33112 &lt;End of help on this topic&gt;
33113 </BODY>
33114 </HTML>
33115 ====== h_config_quell_attach_ext_warn =====
33116 <HTML>
33117 <HEAD>
33118 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
33119 </HEAD>
33120 <BODY>
33121 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
33124 This feature suppresses the extra warning you can get when trying
33125 to view an attachment for which there is no mime-type match.  Turning
33126 on this feature will just run the program according to extension
33127 instead of first warning the user that it will run according to the
33128 file's extension.
33130 This feature can be used along side 
33131 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33132 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33134 <UL>   
33135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33136 </UL><P>
33137 &lt;End of help on this topic&gt;
33138 </BODY>
33139 </HTML>
33140 ====== h_config_mailcap_params =====
33141 <HTML>
33142 <HEAD>
33143 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33144 </HEAD>
33145 <BODY>
33146 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33148 If set, this will allow mailcap named parameter substitution to occur
33149 in mailcap entries.
33150 By default, this is turned off to prevent security problems that may occur
33151 with some incorrect mailcap configurations.
33152 For more information, see RFC1524 and look for "named parameters" in the
33153 text of the RFC.
33155 <UL>   
33156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33157 </UL><P>
33158 &lt;End of help on this topic&gt;
33159 </BODY>
33160 </HTML>
33161 ====== h_config_disable_shared =====
33162 <HTML>
33163 <HEAD>
33164 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33165 </HEAD>
33166 <BODY>
33167 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33169 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33170 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33171 will be disabled.
33172 The reason this feature exists is because there are some implementations
33173 of system password lookup routines that are very slow when presented with
33174 a long loginname that does not exist.
33175 This feature could be set to prevent the delay at startup time when the
33176 names above are searched for in the password file.
33178 <UL>   
33179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33180 </UL><P>
33181 &lt;End of help on this topic&gt;
33182 </BODY>
33183 </HTML>
33184 ====== h_config_hide_nntp_path =====
33185 <HTML>
33186 <HEAD>
33187 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33188 </HEAD>
33189 <BODY>
33190 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33192 Normally the Path header that Alpine generates when posting to a newsgroup
33193 contains the name of the computer from which the message is being sent and
33194 the user name.
33195 Some believe that this information is used by spammers.
33196 If this feature is set, that information will be replaced with the text
33198 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33200 instead.
33202 It should be noted that many servers being connected to will still reveal
33203 the information that this feature attempts to protect.
33205 <UL>   
33206 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33207 </UL><P>
33208 &lt;End of help on this topic&gt;
33209 </BODY>
33210 </HTML>
33211 ====== h_config_no_bezerk_zone =====
33212 <HTML>
33213 <HEAD>
33214 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33215 </HEAD>
33216 <BODY>
33217 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33219 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33220 (the line that begins with From <SPACE>).
33221 Some versions of Berkeley mail have trouble with this, and don't recognize
33222 the line as a message delimiter.
33223 If this feature is set, the timezone will be left off the delimiter line.
33225 <UL>   
33226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33227 </UL><P>
33228 &lt;End of help on this topic&gt;
33229 </BODY>
33230 </HTML>
33231 ====== h_config_quell_domain_warn =====
33232 <HTML>
33233 <HEAD>
33234 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33235 </HEAD>
33236 <BODY>
33237 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33239 When your configuration is set up so that your domain name contains no dots,
33240 it is usually a configuration error.
33241 By default, Alpine will warn you about this when you start it up.
33242 You will see a warning message that looks like
33245 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33248 If this feature is set, the warning is turned off.
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_quell_imap_env =====
33257 <HTML>
33258 <HEAD>
33259 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33260 </HEAD>
33261 <BODY>
33262 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33264 In the MESSAGE INDEX screen, if the open folder is being accessed
33265 using IMAP, Alpine normally tries to paint the index lines on the screen
33266 as soon as the information arrives from the IMAP server.
33267 This means that the index information makes it onto the screen more quickly
33268 than it otherwise would.
33269 This sometimes results in behavior that bothers some users.
33270 For example, when paging to a new page of the index, it may be possible for
33271 the lines to be painted on the screen in a random order, rather than from
33272 top to bottom.
33275 Setting this feature causes Alpine to wait for all of the information
33276 to be gathered before it paints the index screen.
33277 Once it collects all of the information, the screen will be painted quickly
33278 from top to bottom.
33280 <UL>   
33281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33282 </UL><P>
33283 &lt;End of help on this topic&gt;
33284 </BODY>
33285 </HTML>
33286 ====== h_config_quell_news_env =====
33287 <HTML>
33288 <HEAD>
33289 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33290 </HEAD>
33291 <BODY>
33292 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33294 In the MESSAGE INDEX screen, if the open folder is being accessed
33295 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33296 as soon as the information arrives from the NNTP server.
33297 This means that the index information makes it onto the screen more quickly
33298 than it otherwise would.
33299 This sometimes results in behavior that bothers some users.
33300 For example, when paging to a new page of the index, it may be possible for
33301 the lines to be painted on the screen in a random order, rather than from
33302 top to bottom.
33305 Setting this feature causes Alpine to wait for all of the information
33306 to be gathered before it paints the index screen.
33307 Once it collects all of the information, the screen will be painted quickly
33308 from top to bottom.
33310 <UL>   
33311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33312 </UL><P>
33313 &lt;End of help on this topic&gt;
33314 </BODY>
33315 </HTML>
33316 ====== h_config_quell_content_id =====
33317 <HTML>
33318 <HEAD>
33319 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33320 </HEAD>
33321 <BODY>
33322 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33324 This feature changes the behavior of Alpine when sending messages.
33325 It is intended to work around a bug in Microsoft's Outlook XP mail user
33326 agent.
33327 As of this writing, Microsoft has acknowledged the bug but
33328 has not added it to the Knowledge Base.
33329 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33330 This particular bug has bug fix number OfficeQFE:4781.
33331 The nature of the bug is that messages with attachments that
33332 contain a Content-ID header (which standard Alpine attachments do)
33333 do not show the attachment indicator (a paperclip) when viewed with
33334 Outlook XP.
33335 So the user has no indication that the message contains an attachment.
33338 If this feature is set then Alpine will remove most Content-ID headers
33339 before sending a message.
33340 If an attachment is of type MESSAGE, then the existing Content-ID headers
33341 inside the message will be left intact.
33342 This would only happen with Alpine if a message was forwarded as an attachment
33343 or if a message with a message attached was forwarded.
33344 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33345 the Content-ID headers of the alternative parts will not be removed.
33348 Because the Content-ID header is a standard part of MIME it is possible
33349 that setting this feature will break something.
33350 For example, if an attachment has a Content-ID header that is necessary
33351 for the correct functioning of that attachment, it is possible that Alpine
33352 may remove that header when the attachment is forwarded.
33353 However, it seems fairly safe at this time.
33356 <UL>   
33357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33358 </UL><P>
33359 &lt;End of help on this topic&gt;
33360 </BODY>
33361 </HTML>
33362 ====== h_config_winpos_in_config =====
33363 <HTML>
33364 <HEAD>
33365 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33366 </HEAD>
33367 <BODY>
33368 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33370 PC-Alpine only.
33373 Normally, PC-Alpine will store its window size and position in the
33374 Windows Registry.
33375 This is convenient if you want to use the same remote
33376 configuration from more than one PC.
33377 If you use multiple configuration files to start PC-Alpine, you may want
33378 to store the window size and position in the configuration file instead
33379 of in the Registry.
33380 Setting this feature causes the value to be stored in 
33381 <A HREF="h_config_window_position">Window-Position</A>.
33384 <UL>   
33385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33386 </UL><P>
33387 &lt;End of help on this topic&gt;
33388 </BODY>
33389 </HTML>
33390 ====== h_config_quell_ssl_largeblocks =====
33391 <HTML>
33392 <HEAD>
33393 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33394 </HEAD>
33395 <BODY>
33396 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33398 PC-Alpine only.
33400 This feature changes the behavior of fetching messages
33401 and attachments so that the message data is fetched in chunks no larger
33402 than 12K bytes.
33403 This works around a bug in Microsoft's SSL/TLS support.
33404 Some versions of Microsoft SSL are not able to read full-sized (16K)
33405 SSL/TLS packets.
33406 Some servers will send such packets and this will
33407 cause PC-Alpine to crash with the error
33410 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33413 Microsoft is aware of the problem and has developed a hotfix for it, it is
33414 discussed in article 300562 in the Microsoft Knowledge Base.
33416 <UL>   
33417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33418 </UL><P>
33419 &lt;End of help on this topic&gt;
33420 </BODY>
33421 </HTML>
33422 ====== h_config_quell_partial =====
33423 <HTML>
33424 <HEAD>
33425 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33426 </HEAD>
33427 <BODY>
33428 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33430 Partial fetching is a feature of the IMAP protocol.
33431 By default, Alpine
33432 will use partial fetching when copying the contents of a message or attachment
33433 from the IMAP server to Alpine.
33434 This means that the fetch will be done in many
33435 small chunks instead of one big chunk. The main benefit of this approach is
33436 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33437 to stop the fetch early. In some cases partial fetching may cause a performance
33438 problem so that the fetching of data takes significantly longer when partial
33439 fetching is used. Turning on this feature will turn off partial fetching.
33441 <UL>   
33442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33443 </UL><P>
33444 &lt;End of help on this topic&gt;
33445 </BODY>
33446 </HTML>
33447 ====== h_config_quell_personal_name_prompt =====
33448 <HTML>
33449 <HEAD>
33450 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33451 </HEAD>
33452 <BODY>
33453 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33455 PC-Alpine only.  This feature quells the prompting for a 
33456 <A HREF="h_config_pers_name">personal name</A>.  This
33457 prompt normally happens before composing a message, and only happens when
33458 there is no personal name already set.
33460 <UL>   
33461 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33462 </UL><P>
33463 &lt;End of help on this topic&gt;
33464 </BODY>
33465 </HTML>
33466 ====== h_config_quell_user_id_prompt =====
33467 <HTML>
33468 <HEAD>
33469 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33470 </HEAD>
33471 <BODY>
33472 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33474 PC-Alpine only.  This feature quells the prompting for a 
33475 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33476 if the information can be obtained from the login name used
33477 to open the INBOX.  Normally, this prompt happens before composing
33478 a message, and only happens when there is no user-id already set
33479 in the configuration.
33481 With this feature set, composing a message is only possible after
33482 establishing a connection to the INBOX.
33484 <UL>   
33485 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33486 </UL><P>
33487 &lt;End of help on this topic&gt;
33488 </BODY>
33489 </HTML>
33490 ====== h_config_save_aggregates =====
33491 <HTML>
33492 <HEAD>
33493 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33494 </HEAD>
33495 <BODY>
33496 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33498 This feature will optimize an aggregate copy operation, if
33499 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33500 list of the messages to be copied.
33501 This feature is set by default.
33502 This may reduce network traffic and elapsed time for the Save.
33503 <EM>However, many IMAP servers (including the UW IMAP server) do
33504 not preserve the order of messages when this optimization is applied.</EM>
33505 If this feature is not set, 
33506 Alpine will copy each message individually and the order of the messages
33507 will be preserved.
33509 <UL>   
33510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33511 </UL><P>
33512 &lt;End of help on this topic&gt;
33513 </BODY>
33514 </HTML>
33515 ====== h_config_use_system_translation =====
33516 <HTML>
33517 <HEAD>
33518 <TITLE>FEATURE: Use System Translation</TITLE>
33519 </HEAD>
33520 <BODY>
33521 <H1>FEATURE: Use System Translation</H1>
33523 UNIX Alpine only.
33525 Alpine normally uses its own internal software to convert between the multi-byte
33526 representation of characters and the Unicode representation of those
33527 same characters.
33528 It converts from the multi-byte characters your keyboard produces to Unicode,
33529 and from Unicode to the multi-byte characters your display expects.
33530 Alpine also uses its own internal software to decide how much space on
33531 the screen a particular Unicode character will occupy.
33534 Setting this feature tells Alpine to use the system-supplied routines to
33535 perform these tasks instead.
33536 In particular there are three tasks and three system routines that will
33537 be used for these tasks.
33540 To convert from multi-byte to Unicode the routine
33543 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33546 is used.
33547 To convert from Unicode to multi-byte the routine
33550 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33553 is used.
33554 And to find the screen width a particular Unicode character will
33555 occupy the routine used is
33558 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33561 This feature has been only lightly tested.
33562 The internal routines should normally be used unless you run into
33563 a problem that you think may be solved by using the system routines.
33564 Note that your environment needs to be set up for these
33565 routines to work correctly.
33566 In particular, the LANG or LC_CTYPE variable in your environment will
33567 need to be set.
33570 <UL>   
33571 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33572 </UL><P>
33573 &lt;End of help on this topic&gt;
33574 </BODY>
33575 </HTML>
33576 ====== h_config_suspend_spawns =====
33577 <HTML>
33578 <HEAD>
33579 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33580 </HEAD>
33581 <BODY>
33582 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33584 This feature affects Alpine's behavior when process suspension is enabled
33585 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33586 temporarily interact with the operating system command &quot;shell&quot; 
33587 without
33588 quitting Alpine, and then subsequently resume the still-active Alpine session.
33591 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33592 is set and subsequently the Ctrl-Z key
33593 is pressed, Alpine will normally suspend itself and return temporary control
33594 to Alpine's parent shell process.  However, if this feature is set, Alpine
33595 will instead create an inferior subshell process.  This is useful when the
33596 parent process is not intended to be used interactively.  Examples include
33597 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33598 or via a menu system.<P>
33600 Note that one typically resumes a suspended Alpine by entering the Unix
33601 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33602 enter the &quot;exit&quot; command instead.
33604 <UL>   
33605 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33606 </UL><P>
33607 &lt;End of help on this topic&gt;
33608 </BODY>
33609 </HTML>
33610 ====== h_config_8bit_smtp =====
33611 <HTML>
33612 <HEAD>
33613 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33614 </HEAD>
33615 <BODY>
33616 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33618 This feature affects Alpine's behavior when sending mail.
33619 By default, this feature is set.
33620 Internet standards
33621 require that all electronic mail messages traversing the global Internet
33622 consist of 7bit ASCII characters unless a pair of cooperating mail 
33623 transfer agents explicitly agree to allow 8bit messages.  In general, 
33624 then, exchanging messages in non-ASCII characters requires MIME encoding.
33626 However, there are now Internet standards that allow for unencoded 8bit
33627 exchange of messages between cooperating systems.  When this feature is set
33628 Alpine will try to negotiate unencoded 8bit transmission during the
33629 sending process.  Should the negotiation fail, Alpine will fall back to its
33630 ordinary encoding rules. 
33632 Note, this feature relies on your system's mail transport agent or
33633 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33634 having the negotiation mechanism introduced in
33635 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33636 &quot;8BITMIME&quot;. 
33638 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33639 it is possible that this feature might cause problems for some servers. 
33640 <P><UL>
33641 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33642 </UL>
33643 <P>&lt;End of help on this topic&gt;
33644 </BODY>
33645 </HTML>
33646 ====== h_config_8bit_nntp =====
33647 <HTML>
33648 <HEAD>
33649 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33650 </HEAD>
33651 <BODY>
33652 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33654 This feature affects Alpine's behavior when posting news.  
33658 The Internet standard for exchanging USENET news messages (RFC-1036)
33659 specifies that USENET messages should conform to Internet mail standards
33660 and contain only 7bit characters, but much of the news transport software
33661 in use today is capable of successfully sending messages containing 8bit
33662 characters.  Hence, many people believe that it is appropriate to send 8bit
33663 news messages without any MIME encoding.
33667 Moreover, there is no Internet standard for explicitly negotiating 8bit
33668 transfer, as there is for Internet email.  Therefore, Alpine provides the
33669 option of posting unencoded 8bit news messages, though not as the default.
33670 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33671 postings that contain 8bit characters. 
33675 Note, articles may cross a path or pass through news transport software
33676 that is unsafe or even hostile to 8bit characters.  At best this will only
33677 cause the posting to become garbled.  The safest way to transmit 8bit
33678 characters is to leave Alpine's MIME encoding turned on, but recipients
33679 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33680 messages.
33682 &lt;End of help on this topic&gt;
33683 </BODY>
33684 </HTML>
33685 ====== h_config_mark_for_cc =====
33686 <HTML>
33687 <HEAD>
33688 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33689 </HEAD>
33690 <BODY>
33691 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33693 This feature affects Alpine's MESSAGE INDEX display.
33694 By default, a '+' is displayed in the first column if the
33695 message is addressed directly to you.
33696 When this feature is set and the message is not addressed to you, then a
33697 '-' character is displayed if the message is instead Cc'd directly
33698 to you.
33701 <UL>   
33702 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33703 </UL><P>
33704 &lt;End of help on this topic&gt;
33705 </BODY>
33706 </HTML>
33707 ====== h_config_tab_uses_unseen =====
33708 <HTML>
33709 <HEAD>
33710 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33711 </HEAD>
33712 <BODY>
33713 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33715 This feature affects Alpine's behavior when using the TAB
33716 <A HREF="h_common_nextnew">NextNew Command</A>
33717 to move from one folder to the next.
33718 Alpine's usual behavior is to search for folders
33719 with <EM>Recent</EM> messages in them.
33720 Recent messages are messages that have arrived since the last time the
33721 folder was opened.
33724 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33725 messages instead of Recent messages.
33726 Unseen messages remain Unseen until you view them (or flag then as Seen with
33727 the <A HREF="h_common_flag">Flag Command</A>).
33728 Setting this feature allows you to locate messages you have not read
33729 instead of only recently received messages.
33730 When this feature is set, the feature
33731 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33732 will have no effect, so the checking may be slower.
33735 Another reason why you might want to use this feature is that Alpine sometimes
33736 opens folders implicitly behind the scenes, and this clears the
33737 Recent status of all messages in the folder.
33738 One example where this happens is when Saving or filtering a
33739 message to another folder.
33740 If that message has some <A HREF="h_config_keywords">keywords</A>
33741 set, then because of some shortcomings
33742 in the IMAP specification, the best way to ensure that those keywords are
33743 still set in the saved copy of the message is to open the folder and
33744 set the keywords explicitly.
33745 Because this clears the Recent status of all messages in that folder the
33746 folder will not be found by the NextNew command unless this feature is set.
33749 &lt;End of help on this topic&gt;
33750 </BODY>
33751 </HTML>
33752 ====== h_config_tab_new_only =====
33753 <HTML>
33754 <HEAD>
33755 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33756 </HEAD>
33757 <BODY>
33758 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33760 This feature affects Alpine's behavior when using the TAB key to move from
33761 one message to the next.  Alpine's usual behavior is to select the next
33762 unread message or message flagged as "Important".
33766 Setting this feature causes Alpine to skip the messages flagged as important,
33767 and select unread messages exclusively.  Tab behavior when there are no
33768 new messages left to select remains unchanged.
33770 &lt;End of help on this topic&gt;
33771 </BODY>
33772 </HTML>
33773 ====== h_config_warn_if_subj_blank =====
33774 <HTML>
33775 <HEAD>
33776 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33777 </HEAD>
33778 <BODY>
33779 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33781 This feature affects Alpine's behavior when you send a message being
33782 composed.
33783 If this option is set, Alpine will check to see if the message about to be sent
33784 has a subject or not.
33785 If not, you will be asked if you want to send the message anyway.
33788 <UL>   
33789 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33790 </UL><P>
33791 &lt;End of help on this topic&gt;
33792 </BODY>
33793 </HTML>
33794 ====== h_config_warn_if_fcc_blank =====
33795 <HTML>
33796 <HEAD>
33797 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33798 </HEAD>
33799 <BODY>
33800 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33802 This feature affects Alpine's behavior when you send a message being
33803 composed.
33804 If this option is set, Alpine will check to see if the message about to be sent
33805 has an Fcc or not.
33806 If not, you will be asked if you want to send the message anyway.
33809 <UL>   
33810 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33811 </UL><P>
33812 &lt;End of help on this topic&gt;
33813 </BODY>
33814 </HTML>
33815 ====== h_config_warn_if_no_to_or_cc =====
33816 <HTML>
33817 <HEAD>
33818 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33819 </HEAD>
33820 <BODY>
33821 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33823 This feature affects Alpine's behavior when you send a message being
33824 composed.
33825 If this option is set, Alpine will check to see if the message about to be sent
33826 has either a To address, a Cc address, or a Newsgroup.
33827 If none of these is set,
33828 you will be asked if you want to send the message anyway.
33831 This feature is closely related to
33832 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33833 Alpine will normally ask if you want to copy a message only to the Fcc.
33834 This feature also applies to cases where there is a Bcc but still no To, Cc,
33835 or Newsgroup.
33836 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33837 message with only an Fcc, then you won't be asked about sending with
33838 a blank To and Cc and Newsgroups header even if this feature is set.
33839 Similarly, if you have already been asked if you want to send to the Fcc
33840 only and you have answered Yes, then you won't be asked again about sending with
33841 blank To, Cc, and Newsgroups headers even if this feature is set.
33844 <UL>   
33845 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33846 </UL><P>
33847 &lt;End of help on this topic&gt;
33848 </BODY>
33849 </HTML>
33850 ====== h_config_quell_dead_letter =====
33851 <HTML>
33852 <HEAD>
33853 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33854 </HEAD>
33855 <BODY>
33856 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33858 This feature affects Alpine's behavior when you cancel a message being
33859 composed.  Alpine's usual behavior is to write the canceled message to
33860 a file named 
33861 <!--chtml if pinemode="os_windows"-->
33862 &quot;DEADLETR&quot;,
33863 <!--chtml else-->
33864 &quot;dead.letter&quot; in your home directory,
33865 <!--chtml endif-->
33866 overwriting any previous message. Under
33867 some conditions (some routine), this can introduce a noticeable delay.
33868 Setting this feature will cause Alpine NOT to write canceled compositions
33869 into the file.
33871 NOTE: Enabling this feature means NO record of canceled messages is
33872 maintained.
33874 This feature affects the newer option
33875 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33876 number of dead letter files to keep around.
33877 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33879 <UL>   
33880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33881 </UL><P>
33882 &lt;End of help on this topic&gt;
33883 </BODY>
33884 </HTML>
33885 ====== h_config_quell_beeps =====
33886 <HTML>
33887 <HEAD>
33888 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33889 </HEAD>
33890 <BODY>
33891 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33893 This feature affects Alpine's behavior when it displays status message
33894 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
33895 will not affect the display of such messages, but will cause those that
33896 emit a beep to become silent.
33899 <UL>   
33900 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33901 </UL><P>
33902 &lt;End of help on this topic&gt;
33903 </BODY>
33904 </HTML>
33905 ====== h_config_suppress_user_agent =====
33906 <HTML>
33907 <HEAD>
33908 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
33909 </HEAD>
33910 <BODY>
33911 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
33913 If this feature is set then Alpine will not generate a
33914 <CODE>User-Agent</CODE> header in outgoing messages.
33916 <UL>   
33917 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33918 </UL><P>
33919 &lt;End of help on this topic&gt;
33920 </BODY>
33921 </HTML>
33922 ====== h_config_quell_lock_failure_warnings =====
33923 <HTML>
33924 <HEAD>
33925 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
33926 </HEAD>
33927 <BODY>
33928 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
33930 This feature affects Alpine's behavior when it encounters a problem
33931 acquiring a mail folder lock.  Typically, a secondary file associated
33932 with the mail folder being opened is created as part of the locking
33933 process.  On some systems, such file creation has been administratively
33934 precluded by the system configuration.
33936 Alpine issues a warning when such failures occur, which can become bothersome
33937 if the system is configured to disallow such actions.  Setting this
33938 feature causes Alpine to remain silent when this part of lock creation fails.
33940 WARNING: systems that have been configured in a way that precludes locking
33941 introduce some risk of mail folder corruption when more than one program
33942 attempts to modify the mail folder.  This is most likely to occur to one's
33943 INBOX or other incoming message folder. 
33945 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
33947 <UL>   
33948 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33949 </UL><P>
33950 &lt;End of help on this topic&gt;
33951 </BODY>
33952 </HTML>
33953 ====== h_config_enable_role_take ======
33954 <HTML>
33955 <HEAD>
33956 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
33957 </HEAD>
33958 <BODY>
33959 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
33961 Normally, the Take command takes addresses from a message and helps you
33962 put them into your Address Book.
33963 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
33964 you may find it useful
33965 to be able to Take information from a message's headers and put it into
33966 a new Rule.
33967 When this feature is set, you will be given an extra prompt that gives
33968 you the choice to Take into the Address Book or Take into a rule.
33969 <P><UL>
33970 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33971 </UL>
33973 &lt;End of help on this topic&gt;
33974 </BODY>
33975 </HTML>
33976 ====== h_config_enable_take_export ======
33977 <HTML>
33978 <HEAD>
33979 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
33980 </HEAD>
33981 <BODY>
33982 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
33984 Normally, the Take command takes addresses from a message and helps you
33985 put them into your Address Book.
33986 When this feature is set, you will be given an extra prompt that gives you
33987 the choice to Take addresses into a file instead of your Address
33988 Book.
33989 Only the user@domain_name part of the address is put in the file.
33990 <P><UL>
33991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33992 </UL>
33994 &lt;End of help on this topic&gt;
33995 </BODY>
33996 </HTML>
33997 ====== h_config_quell_folder_internal_msg ======
33998 <HTML>
33999 <HEAD>
34000 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
34001 </HEAD>
34002 <BODY>
34003 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
34005 This feature determines whether or not Alpine will create 
34006 &quot;pseudo messages&quot; in folders that are in standard Unix or 
34007 MMDF format. <P> 
34009 Alpine will normally create these pseudo messages when they are not already
34010 present in a standard Unix or MMDF folder.  Their purpose is to record
34011 certain mailbox state data needed for correct IMAP and POP server
34012 operation, and also for Alpine to be able to mark messages as Answered when
34013 the Reply has been postponed.<P>
34015 Sites that do not use IMAP/POP for remote mail access, and that need to
34016 support mail tools that are adversely affected by the presence of the
34017 pseudo-messages (e.g. some mail notification tools) may enable this
34018 feature to tell Alpine not to create them.  Note that Alpine's 
34019 &quot;Answered&quot; flag
34020 capability will be adversely affected if this is done.<P>
34022 Note too that, even if this feature is enabled, Alpine will not remove
34023 pseudo-messages when it encounters them (e.g. those created by UW's imapd
34024 or ipopd servers.) This feature has no effect on folders that are not in
34025 standard Unix or MMDF format, as pseudo-messages are not needed in the
34026 other formats to record mailbox state information.
34027 <P><UL>
34028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34029 </UL>
34031 &lt;End of help on this topic&gt;
34032 </BODY>
34033 </HTML>
34034 ====== h_config_mulnews_as_typed ======
34035 <HTML>
34036 <HEAD>
34037 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
34038 </HEAD>
34039 <BODY>
34040 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
34042 This feature will be of little use to most users.
34043 It has no effect unless the feature
34044 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
34045 is set.
34047 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
34048 then the setting of this feature may have an effect on the names of the
34049 newsrc files used.
34050 Normally, the name of the news server will be canonicalized before it is
34051 used in the newsrc file name.
34052 For example, if you type the news server name
34055 <CENTER><SAMP>servername</SAMP></CENTER>
34058 it is likely that the canonical name will be something like
34061 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34064 Or it may be the case that
34067 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34070 is really an alias (a DNS CNAME) for
34073 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
34076 If this feature is not set, then the canonicalized names will be used.
34077 If this feature is set, then the name you typed in (or put in your
34078 configuration) will be used.
34080 <P><UL>
34081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34082 </UL>
34084 &lt;End of help on this topic&gt;
34085 </BODY>
34086 </HTML>
34087 ====== h_config_quell_empty_dirs ======
34088 <HTML>
34089 <HEAD>
34090 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
34091 </HEAD>
34092 <BODY>
34093 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
34095 This feature causes Alpine to remove from the display any directories
34096 that do not contain at least one file or directory.  This can be useful
34097 to prevent overly cluttered folder lists when a collection is stored on
34098 a server that treats all names as both a folder and a directory.
34101 Note, enabling this feature can cause surprising behavior!  For example,
34102 you can still use Add to create a directory, but unless you immediately
34103 enter that directory and create a folder, that newly created directory
34104 may not be displayed next time you enter the folder list.
34107 The description above is not quite correct.
34108 Only directories which potentially may hold messages are hidden if empty.
34109 That is, a directory which is really just a directory and is not selectable
34110 as a folder will not be hidden.
34111 Such directories can occur on servers that treat most names as both a folder
34112 and a directory.
34113 These directories are typically created implicitly when a folder is created
34114 inside a directory that does not yet exist.
34117 <UL>   
34118 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34119 </UL><P>
34120 &lt;End of help on this topic&gt;
34121 </BODY>
34122 </HTML>
34123 ====== h_config_termcap_wins =====
34124 <HTML>
34125 <HEAD>
34126 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
34127 </HEAD>
34128 <BODY>
34129 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34131 This feature may affect Alpine's low-level input routines.  Termcap (or
34132 terminfo, depending on how your copy of Alpine was compiled and linked)
34133 is the name of the database that describes terminal capabilities.  In
34134 particular, it describes the sequences of characters that various keys
34135 will emit.
34138 An example would be the Up Arrow key on the keyboard.  Up
34139 Arrow is not a distinct character on most Unix systems.  When you press
34140 the Up Arrow key a short sequence of characters are produced.  This
34141 sequence is supposed to be described in the termcap database by the
34142 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34143 are using terminfo instead of termcap).
34146 By default, Alpine defines some terminal
34147 escape sequences that are commonly used.  For example, the sequence
34148 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34149 &quot;ESC&nbsp;[&nbsp;A&quot;
34150 is also recognized as an Up Arrow key.  These are chosen because common
34151 terminals like VT100's or ANSI standard terminals produce these
34152 sequences when you press the Up Arrow key.
34155 If your system's termcap
34156 (terminfo) database assigns some other function to the sequence
34157 &quot;ESC&nbsp;O&nbsp;A&quot;
34158 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34159 database assigns a sequence that doesn't begin with an escape
34160 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34161 This usually works fine
34162 because most terminals emit the escape sequences that Alpine has defined
34163 by default.  We have also found that it is usually better to have these
34164 defaults take precedence over the definitions contained in the database
34165 because the defaults are more likely to be correct than the database.
34168 There are some terminals where this breaks down.  If you want Alpine to
34169 believe the definitions given in your termcap (terminfo) database in
34170 preference to the defaults the Alpine itself sets up, then you may turn
34171 this feature on.  Then, sequences of characters that are defined in
34172 both termcap (terminfo) and in Alpine's set of defaults will be
34173 interpreted the way that termcap (terminfo) says they should be
34174 interpreted.  Also, if your terminal capabilities database assigns a
34175 sequence that doesn't begin with escape, it will not be ignored.
34178 <UL>   
34179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34180 </UL><P>
34181 &lt;End of help on this topic&gt;
34182 </BODY>
34183 </HTML>
34184 ====== h_config_cruise_mode =====
34185 <HTML>
34186 <HEAD>
34187 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34188 </HEAD>
34189 <BODY>
34190 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34192 This feature affects Alpine's behavior when you hit the
34193 &quot;Space&nbsp;Bar&quot; at
34194 the end of a displayed message.  Typically, Alpine complains that the end
34195 of the text has already been reached.  Setting this feature causes such
34196 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34197 taking you to the next &quot;interesting&quot; message,
34198 or scanning ahead to the 
34199 next incoming folder with &quot;interesting&quot; messages.
34202 <UL>   
34203 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34204 </UL><P>
34205 &lt;End of help on this topic&gt;
34206 </BODY>
34207 </HTML>
34208 ====== h_config_cruise_mode_delete =====
34209 <HTML>
34210 <HEAD>
34211 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34212 </HEAD>
34213 <BODY>
34214 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34216 This feature modifies the behavior of Alpine's 
34217 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34218 Setting this feature causes Alpine to implicitly delete read
34219 messages when it moves on to display the next &quot;interesting&quot; message.
34221 NOTE: Beware when enabling this feature AND the 
34222 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34223 feature.
34225 <UL>   
34226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34227 </UL><P>
34228 &lt;End of help on this topic&gt;
34229 </BODY>
34230 </HTML>
34231 ====== h_config_slash_coll_entire =====
34232 <HTML>
34233 <HEAD>
34234 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34235 </HEAD>
34236 <BODY>
34237 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34239 The slash (/) command is available from the MESSAGE INDEX screen when
34240 the folder is sorted by either Threads or OrderedSubject, and the
34241 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34242 is set to something other than &quot;none&quot;.
34243 Normally, the slash command Collapses or Expands the subthread that
34244 starts at the currently highlighted message, if any.
34245 If this option is set, then the slash command Collapses or Expands the
34246 <EM>entire</EM> current thread instead of just the subthread.
34247 The current thread is simply the top-level thread that contains the
34248 current message.
34251 <UL>   
34252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34253 </UL><P>
34254 &lt;End of help on this topic&gt;
34255 </BODY>
34256 </HTML>
34257 ====== h_config_color_thrd_import =====
34258 <HTML>
34259 <HEAD>
34260 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34261 </HEAD>
34262 <BODY>
34263 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34265 This option affects only the THREAD INDEX screen.
34266 Whether or not you ever see a THREAD INDEX screen depends on the setting
34267 of the configuration option
34268 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34269 and on the sort order of the index.
34272 If a message within a thread is flagged as Important
34273 and this option is set, then
34274 the entire line in the THREAD INDEX will be colored the color of the
34275 Index-important Symbol, which can be set using the
34276 <A HREF="h_color_setup">Setup Kolor</A> screen.
34279 <UL>   
34280 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34281 </UL><P>
34282 &lt;End of help on this topic&gt;
34283 </BODY>
34284 </HTML>
34285 ====== h_config_allow_goto =====
34286 <HTML>
34287 <HEAD>        
34288 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34289 </HEAD>
34290 <BODY>
34291 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34293 This feature modifies the behavior of Alpine's file browser.  Setting this
34294 feature causes Alpine to offer the "G Goto" command in the file browser.
34295 That is the default.
34299 The Goto command allows you to explicitly type in the desired directory.
34301 &lt;End of help on this topic&gt;
34302 </BODY></HTML>
34303 ====== h_config_add_ldap =====
34304 <HTML>
34305 <HEAD>
34306 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34307 </HEAD>
34308 <BODY>
34309 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34311 If both the Directory option
34312 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34313 and this feature are set,
34314 then when an implicit directory lookup is done from the
34315 composer you will automatically be prompted to add the result of the
34316 directory lookup to your address book.
34318 <UL>   
34319 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34320 </UL><P>
34321 &lt;End of help on this topic&gt;
34322 </BODY>
34323 </HTML>
34324 ===== h_patterns_compat_behavior =====
34325 <HTML>
34326 <HEAD>
34327 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34328 </HEAD>
34329 <BODY>
34330 <H1>Rules Behavior Changes in Pine 4.50</H1>
34332 In Alpine, Rules that contain unrecognized elements
34333 are ignored.
34334 In most cases, the unrecognized elements will be something that was
34335 added as a new Rules feature in a later version of Alpine.
34336 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34337 ignore rules that contained unrecognized elements.
34338 For example, a new element of Rules that was added in Pine 4.50 is
34339 Age interval.
34340 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34341 all messages older than a week red.
34342 Now, if you run Pine 4.44 using that same configuration file, it will not
34343 recognize the Age interval and so will just ignore it.
34344 That means that all messages will match that rule so all messages will
34345 be colored red when using Pine version 4.44.
34348 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34349 However, since the behavior still exists in versions prior to Pine 4.50 and
34350 since Filtering is a potentially destructive operation, another measure
34351 was taken to attempt to avoid unintentional Filtering of messages.
34352 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34353 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34354 will be copied to a new Filters configuration variable
34355 with a different name (&quot;Patterns-Filters2&quot;).
34356 From then on, Alpine will continue to use the new
34357 variable.
34358 Of course, Pine version 4.44 or lower will continue to use the old
34359 variable.
34360 That means that if you are using Alpine
34361 and also using a version of Pine that is older than 4.50, they will not
34362 share the configuration information about Filters.
34363 If you make a change in one version you won't see it in the other version.
34366 Since Scoring can be used to trigger Filtering, the same thing has been
34367 done for Score rules.
34368 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34369 and the new name is (&quot;Patterns-Scores2&quot;).
34370 The same is not true of Role, Indexcolor, and Other rules that are
34371 thought to be less harmful when a mistake is made.
34374 &lt;End of help on this topic&gt;
34375 </BODY>
34376 </HTML>
34377 ======= h_config_filt_opts_sentdate =======
34378 <HTML>
34379 <HEAD>
34380 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34381 </HEAD>
34382 <BODY>
34383 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34385 By default, the Age interval of a Pattern uses a message's time of
34386 arrival to compute the age of the message.
34387 If this feature is set, the date in the message's Date header will
34388 be used instead.
34390 &lt;End of help on this topic&gt;
34391 </BODY>
34392 </HTML>
34393 ======= h_config_filt_opts_notdel =======
34394 <HTML>
34395 <HEAD>
34396 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34397 </HEAD>
34398 <BODY>
34399 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34401 If this option is set then a message will be moved into the
34402 specified folder only if it is not marked for deletion.
34403 This is useful if you have multiple Alpine sessions running
34404 simultaneously and you don't want messages to be filtered into a
34405 folder more than once.
34406 It is also useful if you want to filter
34407 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34408 This method is not foolproof.
34409 There may be cases where a message
34410 gets marked deleted and so it is never filtered into the folder.
34411 For example, if you deleted it in another Alpine session or another mail
34412 program that didn't use the filtering rule.
34414 This option has no effect if the Filter Action is not set to Move.
34416 &lt;End of help on this topic&gt;
34417 </BODY>
34418 </HTML>
34419 ======= h_config_filt_opts_nonterm =======
34420 <HTML>
34421 <HEAD>
34422 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34423 </HEAD>
34424 <BODY>
34425 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34427 If this option is set then this is a non-terminating rule.
34428 Usually, for each message, Alpine searches through the Filter Rules until
34429 a match is found and then it performs the action associated with that rule.
34430 Rules following the match are not considered.
34431 If this option is set then the search for matches will continue at the next
34432 rule.
34434 If a non-terminating rule matches then the actions associated with
34435 that rule, except for any implied deletion of the message, are performed
34436 before the match for the next rule is checked.
34437 For example, if the non-terminating rule sets the Important status, then that
34438 status will be set when the next rule is considered.
34439 However, if the non-terminating rule Moves the message, the message will
34440 actually be copied instead of copied and deleted so that it is still there
34441 for the next rule.
34442 A moved message is deleted after all the relevant rules have been checked.
34443 The name of the &quot;Move&quot; action is confusing in this case because
34444 a single message can be moved to more than one folder.
34445 It turns the Move into a Copy instead, but it is still followed by a deletion
34446 at the end.
34448 This option may be useful if you want to have a single message filtered to
34449 two different folders because it matches two different Patterns.
34450 For example, suppose you normally filter messages to a particular mailing
34451 list into one folder, and messages addressed directly to you into a second
34452 folder.
34453 If a message is sent to both you and the list (and you can tell that by
34454 looking at the headers of the message) this option may give you a convenient
34455 way to capture a copy to each folder.
34456 (It may also cause you to capture two copies to each folder,
34457 depending on whether your mail system delivers one or two copies of the
34458 message to you and on how the list works.)
34460 &lt;End of help on this topic&gt;
34461 </BODY>
34462 </HTML>
34463 ===== h_mainhelp_smime ======
34464 <HTML>
34465 <HEAD>
34466 <TITLE>S/MIME Overview</TITLE>
34467 </HEAD>
34468 <BODY>
34469 <H1>S/MIME Overview</H1>
34471 S/MIME is a standard for the public key encryption and signing of email.
34472 UNIX Alpine contains a basic implementation of S/MIME based on
34473 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34474 To check if this version of Alpine supports S/MIME look at
34475 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34476 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34478 Some limitations:
34479 <UL>
34480    <LI> There is no PC-Alpine implementation.
34481    <LI> There is no provision for checking for CRLs
34482         (Certificate Revocation Lists) in Alpine.
34483    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34484    <LI> There is no mechanism available for feeding either an entire incoming
34485         or an entire outgoing message to an external
34486         filter and using that external filter to do S/MIME or PGP processing.
34487    <LI> Because the implementation currently uses OpenSSL, there is only a very
34488         limited integration with the Mac OS Keychain (the storing and access of
34489         public certificates).
34490 </UL>
34492 The S/MIME configuration screen is reached by going to the Main Menu and typing
34493 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34496 <H2>S/MIME BASICS</H2>
34498 In order to digitally sign messages you send you must have a public/private key-pair.
34499 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34500 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34501 users or a company which provides certificates for its workers.
34502 These certificates are bound to an email address, so the identity being verified is the
34503 email address not a person's name.
34505 Mail is signed by using the sender's private key, which only the owner of the private key
34506 has access to.
34507 The signature is verified using the signer's public key, which anyone can
34508 have access to.
34509 With Alpine, the first time you receive a signed message the public key of the
34510 sender will be stored for future use.
34513 Mail is encrypted using the recipient's public key and decrypted by
34514 the recipient with their private key.
34517 You need a key of your own in order to sign outgoing messages and to have others
34518 encrypt messages sent to you.
34519 You do not need a key of your own to verify signed messages sent by others or to
34520 encrypt messages sent to others.
34522 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34524 By default UNIX Alpine stores the certificates it uses in a directory in your
34525 home directory.
34526 The directory name is
34528 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34530 Within that directory are three subdirectories.
34531 Each of the three subdirectories contains files with PEM-encoded contents,
34532 the default format for OpenSSL.
34533 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34534 The files within that directory have names that are email addresses with the
34535 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34536 An example filename is
34538 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34540 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34541 your private key.
34542 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34543 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34544 Authorities that you want to trust but that aren't contained in the set of system CAs.
34545 Those files may have arbitrary names as long as they end with the
34546 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34548 <H2>HOW TO SIGN AND ENCRYPT</H2>
34550 If you have a certificate you may sign outgoing messages.
34551 After typing the Ctrl-X command to send a message you will see the prompt
34553 <CENTER><SAMP>Send message?</SAMP></CENTER>
34555 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34556 Typing the &quot;G&quot; command will change the prompt to
34558 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34560 Typing the &quot;E&quot; command will change the prompt to
34562 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34564 You may even type both to get
34566 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34569 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34571 The reading of a signed message should not require any special action on
34572 your part.
34573 There should be an editorial addition at the start of the message which
34574 says either
34576 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34580 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34582 If an encrypted message is sent to you the encrypted text will not
34583 be shown.
34584 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34585 you are viewing the message) and supply your passphrase when asked.
34587 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34588 which gives you some information about the certificate used to sign or encrypt the message.
34590 <H2>MISCELLANEOUS</H2>
34592 If you have access to a private certificate in the PKCS12 format, which 
34593 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
34594 use the following commands to generate private keys, public and certificate
34595 authorities certificates. In the examples below, we assume that the 
34596 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
34597 that your email address is &quot;your@address.com&quot;.
34600 In order to create a private key use the command
34602 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
34604 In order to create a public certificate use the command
34606 <CENTER><SAMP>
34607 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
34608 </SAMP></CENTER>
34610 In order to create a certificate authority certificate use the command
34612 <CENTER><SAMP>
34613 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
34614 </SAMP></CENTER>
34616 <P> If the previous command produces an empty file, it means that the 
34617 certificate authority was not included in the .p12 file, so you will have 
34618 to get it from some other sources. You will need these certificates, so 
34619 that you can validate correctly signatures.
34622 After you have exported these certificates and keys, you can  use the import 
34623 command in Alpine, from the S/MIME configuration screen,
34624 to import these certificates into Alpine. They will be available for use
34625 as soon as you import them.
34627 &lt;End of help on this topic&gt;
34628 </BODY>
34629 </HTML>
34630 ====== h_config_smime_pubcertdir =====
34631 <HTML>
34632 <HEAD>
34633 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34634 </HEAD>
34635 <BODY>
34636 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34638 UNIX Alpine only.
34640 If the option
34641 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34642 is set then this option will have no effect.
34644 Normally, Public Certificates for use with S/MIME will be stored in the directory
34645 which is the value of this option.
34646 Those certificates will be stored in PEM format, one certificate per file.
34647 The name of the file for the certificate corresponding to
34649 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34651 should be
34653 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34655 For example, a file for user@example.com would be in the file
34657 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34659 in this directory.
34661 Use the Setup/SMIME screen to modify this variable.
34663 Typically, the public certificates that you have will come from S/MIME signed
34664 messages that are sent to you.
34665 Alpine will extract the public certificate from the signed message and store
34666 it in the certificates directory.
34667 These PEM format public certificates look something like:
34668 <PRE>
34669 -----BEGIN CERTIFICATE-----
34670 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34671 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34672 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34674 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34675 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34676 -----END CERTIFICATE-----
34677 </PRE>
34679 <UL>   
34680 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34681 </UL><P>
34683 <UL>   
34684 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34685 </UL><P>
34686 &lt;End of help on this topic&gt;
34687 </BODY>
34688 </HTML>
34689 ====== h_config_smime_pubcertcon =====
34690 <HTML>
34691 <HEAD>
34692 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34693 </HEAD>
34694 <BODY>
34695 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34697 UNIX Alpine only.
34699 If this option is set it will be used instead of
34700 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34702 This option gives you a way to store certificates remotely on an IMAP server
34703 instead of storing the certificates one per file locally.
34704 In order to do that you just give this option a remote folder name for a folder
34705 which does not yet exist.
34706 The name is similar to the name you might use for a remote configuration file.
34707 A remote folder name might look something like:
34709 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34712 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34713 about the syntax of folder names.
34715 Use the Setup/SMIME screen to modify this variable.
34717 <UL>   
34718 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34719 </UL><P>
34721 <UL>   
34722 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34723 </UL><P>
34724 &lt;End of help on this topic&gt;
34725 </BODY>
34726 </HTML>
34727 ====== h_config_smime_privkeydir =====
34728 <HTML>
34729 <HEAD>
34730 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34731 </HEAD>
34732 <BODY>
34733 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34735 UNIX Alpine only.
34737 In order to sign outgoing S/MIME messages you will need a
34738 personal digital ID certificate.
34739 You will usually get such a certificate from a certificate authority such as
34740 Thawte or CAcert.
34741 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34742 need the public certificate of the recipient instead.)
34743 If the option
34744 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34745 is set then this option will have no effect.
34747 Normally, Private Keys for use with S/MIME will be stored in the directory
34748 which is the value of this option.
34749 Those certificates will be stored in PEM format, one certificate per file.
34750 The name of the file for the certificate corresponding to your
34752 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34754 should be
34756 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34758 For example, if your address is user@example.com the name of the file would be
34760 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34762 in this directory.
34764 Use the Setup/SMIME screen to modify this variable.
34766 Typically, the private key that you have will come from a Certificate
34767 Authority.
34768 The private key should be stored in a PEM format file that
34769 looks something like:
34770 <PRE>
34771 -----BEGIN RSA PRIVATE KEY-----
34772 Proc-Type: 4,ENCRYPTED
34773 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34775 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34776 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34777 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34779 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34780 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34781 -----END RSA PRIVATE KEY-----
34782 </PRE>
34784 <UL>   
34785 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34786 </UL><P>
34788 <UL>   
34789 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34790 </UL><P>
34791 &lt;End of help on this topic&gt;
34792 </BODY>
34793 </HTML>
34794 ====== h_config_smime_privkeycon =====
34795 <HTML>
34796 <HEAD>
34797 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34798 </HEAD>
34799 <BODY>
34800 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34802 UNIX Alpine only.
34804 If this option is set it will be used instead of
34805 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34807 This option gives you a way to store keys remotely on an IMAP server
34808 instead of storing the keys one per file locally.
34809 In order to do that you just give this option a remote folder name for a folder
34810 which does not yet exist.
34811 The name is similar to the name you might use for a remote configuration file.
34812 A remote folder name might look something like:
34814 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34817 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34818 about the syntax of folder names.
34820 Use the Setup/SMIME screen to modify this variable.
34822 <UL>   
34823 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34824 </UL><P>
34826 <UL>   
34827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34828 </UL><P>
34829 &lt;End of help on this topic&gt;
34830 </BODY>
34831 </HTML>
34832 ====== h_config_smime_cacertdir =====
34833 <HTML>
34834 <HEAD>
34835 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34836 </HEAD>
34837 <BODY>
34838 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34840 UNIX Alpine only.
34842 If the option
34843 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34844 is set then this option will have no effect.
34846 CACert is a shorthand name for certification authority certificate.
34847 Normally Alpine will use the CACerts that are located in the standard system
34848 location for CACerts.
34849 It may be the case that one of your correspondents has a Digital ID which has
34850 been signed by a certificate authority that is not in the regular set of system certificate
34851 authorities.
34852 You may supplement the system list by adding further certificates of your own.
34853 These should  be stored in the directory
34854 which is the value of this option.
34855 The certificates will be stored in PEM format, one certificate per file.
34856 The names of the files can be anything ending in &quot;.crt&quot;.
34858 Use the Setup/SMIME screen to modify this variable.
34860 These PEM format CA certificates look very similar to your public
34861 certificates for particular email addresses
34862 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34864 <UL>   
34865 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34866 </UL><P>
34868 <UL>   
34869 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34870 </UL><P>
34871 &lt;End of help on this topic&gt;
34872 </BODY>
34873 </HTML>
34874 ====== h_config_smime_cacertcon =====
34875 <HTML>
34876 <HEAD>
34877 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34878 </HEAD>
34879 <BODY>
34880 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34882 UNIX Alpine only.
34884 If this option is set it will be used instead of
34885 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34887 This option gives you a way to store certificates remotely on an IMAP server
34888 instead of storing the certificates one per file locally.
34889 In order to do that you just give this option a remote folder name for a folder
34890 which does not yet exist.
34891 The name is similar to the name you might use for a remote configuration file.
34892 A remote folder name might look something like:
34894 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
34897 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34898 about the syntax of folder names.
34900 Use the Setup/SMIME screen to modify this variable.
34902 <UL>   
34903 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34904 </UL><P>
34906 <UL>   
34907 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34908 </UL><P>
34909 &lt;End of help on this topic&gt;
34910 </BODY>
34911 </HTML>
34912 ========== h_config_smime_sign_by_default ==========
34913 <HTML>
34914 <HEAD>
34915 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
34916 </HEAD>
34917 <BODY>
34918 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
34920 UNIX Alpine only.
34922 This feature only has an effect if your version of Alpine includes
34923 support for S/MIME.
34924 It affects Alpine's behavior when you send a message.
34925 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
34927 Only the default value is affected.
34928 In any case, you may still toggle the Signing option on or off before sending
34929 with the &quot;G Sign&quot; command (provided you have a personal digital ID
34930 certificate).
34932 <UL>   
34933 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34934 </UL><P>
34937 <UL>   
34938 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34939 </UL><P>
34940 &lt;End of help on this topic&gt;
34941 </BODY>
34942 </HTML>
34943 ========== h_config_smime_use_cert_store ==========
34944 <HTML>
34945 <HEAD>
34946 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
34947 </HEAD>
34948 <BODY>
34949 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
34951 UNIX Alpine only.
34953 This feature only has an effect if your version of Alpine includes
34954 support for S/MIME.
34955 It affects Alpine's behavior when you validate a message, and should
34956 not be disabled, unless you are performing a test.
34958 There are two important aspects of validation: validation of the message
34959 (that is, the message was not modified after it was sent) 
34960 as well as validation of the identity of the sender. This option has to 
34961 do with the latter. 
34963 In order to validate that the message came from the sender in the message
34964 and not an impersonator, Alpine can 
34965 either use the certificates that come in the message, or the ones that 
34966 you have personally stored. If this feature is enabled (the default) then 
34967 Alpine will use certificates that you have already saved in your store 
34968 and not those that come in the message to validate the sender of the 
34969 message. In particular, the first time that you receive a signed message
34970 from a sender, and their certificate does not validate against your
34971 store, then you will be asked if you wish to save such certificate. If
34972 you do not wish to save the certificate, then Alpine will fail to validate
34973 the signature of the message. Otherwise, Alpine will proceed to validate
34974 the signature of the message. This behavior helps you prevent against impersonation, because 
34975 it is assumed that you trust the certificates that you have saved, and 
34976 might not trust those that came with the message that you are validating.
34978 <UL>   
34979 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34980 </UL><P>
34983 <UL>   
34984 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34985 </UL><P>
34986 &lt;End of help on this topic&gt;
34987 </BODY>
34988 </HTML>
34989 ========== h_config_smime_pubcerts_in_keychain ==========
34990 <HTML>
34991 <HEAD>
34992 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
34993 </HEAD>
34994 <BODY>
34995 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
34997 UNIX Alpine only.
34999 If this feature is set the Mac OS X default keychain will be used as the place
35000 to store public certificates instead of a
35001 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35002 or a
35003 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35005 <UL>   
35006 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35007 </UL><P>
35009 <UL>   
35010 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35011 </UL><P>
35012 &lt;End of help on this topic&gt;
35013 </BODY>
35014 </HTML>
35015 ========== h_config_smime_dont_do_smime ==========
35016 <HTML>
35017 <HEAD>
35018 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
35019 </HEAD>
35020 <BODY>
35021 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
35023 UNIX Alpine only.
35025 Setting this feature turns off all of Alpine's S/MIME support.
35026 You might want to set this if you are having trouble due to the S/MIME support.
35028 <UL>   
35029 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35030 </UL><P>
35033 <UL>   
35034 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35035 </UL><P>
35036 &lt;End of help on this topic&gt;
35037 </BODY>
35038 </HTML>
35039 ========== h_config_smime_encrypt_by_default ==========
35040 <HTML>
35041 <HEAD>
35042 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
35043 </HEAD>
35044 <BODY>
35045 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
35047 UNIX Alpine only.
35049 This feature only has an effect if your version of Alpine includes
35050 support for S/MIME.
35051 It affects Alpine's behavior when you send a message.
35052 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
35054 Only the default value is affected.
35055 In any case, you may still toggle the Encrypt option on or off before sending
35056 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
35057 for the recipient).
35059 <UL>   
35060 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35061 </UL><P>
35064 <UL>   
35065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35066 </UL><P>
35067 &lt;End of help on this topic&gt;
35068 </BODY>
35069 </HTML>
35070 ========== h_config_smime_remember_passphrase ==========
35071 <HTML>
35072 <HEAD>
35073 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
35074 </HEAD>
35075 <BODY>
35076 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
35078 UNIX Alpine only.
35080 This feature only has an effect if your version of Alpine includes
35081 support for S/MIME.
35082 If this option is set, you will only have to enter your passphrase for your private key
35083 once during an Alpine session.
35085 <UL>   
35086 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35087 </UL><P>
35090 <UL>   
35091 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35092 </UL><P>
35093 &lt;End of help on this topic&gt;
35094 </BODY>
35095 </HTML>
35096 ====== h_config_smime_transfer_pub_to_con =====
35097 <HTML>
35098 <HEAD>
35099 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
35100 </HEAD>
35101 <BODY>
35102 <H1>S/MIME: Transfer Public Certs to Container</H1>
35104 UNIX Alpine only.
35106 The Transfer command will copy the public certificates in your configured
35107 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35108 to the container in your configured
35109 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35110 This might be useful if you decide to switch from using a cert directory to a cert
35111 container.
35113 Warning: Any previous contents in the container will be lost.
35115 <UL>   
35116 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35117 </UL><P>
35119 <UL>   
35120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35121 </UL><P>
35122 &lt;End of help on this topic&gt;
35123 </BODY>
35124 </HTML>
35125 ====== h_config_smime_transfer_pub_to_dir =====
35126 <HTML>
35127 <HEAD>
35128 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
35129 </HEAD>
35130 <BODY>
35131 <H1>S/MIME: Transfer Public Certs to Directory</H1>
35133 UNIX Alpine only.
35135 The Transfer command will copy the public certificates in your configured
35136 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35137 to the directory in your configured
35138 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35139 This might be useful if you decide to switch from using a cert container to a cert
35140 directory.
35142 <UL>   
35143 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35144 </UL><P>
35146 <UL>   
35147 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35148 </UL><P>
35149 &lt;End of help on this topic&gt;
35150 </BODY>
35151 </HTML>
35152 ====== h_config_smime_transfer_priv_to_con =====
35153 <HTML>
35154 <HEAD>
35155 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35156 </HEAD>
35157 <BODY>
35158 <H1>S/MIME: Transfer Private Keys to Container</H1>
35160 UNIX Alpine only.
35162 The Transfer command will copy the private keys in your configured
35163 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35164 to the container in your configured
35165 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35166 This might be useful if you decide to switch from using a key directory to a key
35167 container.
35169 Warning: Any previous contents in the container will be lost.
35171 <UL>   
35172 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35173 </UL><P>
35175 <UL>   
35176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35177 </UL><P>
35178 &lt;End of help on this topic&gt;
35179 </BODY>
35180 </HTML>
35181 ====== h_config_smime_transfer_priv_to_dir =====
35182 <HTML>
35183 <HEAD>
35184 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35185 </HEAD>
35186 <BODY>
35187 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35189 UNIX Alpine only.
35191 The Transfer command will copy the private keys in your configured
35192 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35193 to the directory in your configured
35194 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35195 This might be useful if you decide to switch from using a key container to a key
35196 directory.
35198 <UL>   
35199 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35200 </UL><P>
35202 <UL>   
35203 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35204 </UL><P>
35205 &lt;End of help on this topic&gt;
35206 </BODY>
35207 </HTML>
35208 ====== h_config_smime_transfer_cacert_to_con =====
35209 <HTML>
35210 <HEAD>
35211 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35212 </HEAD>
35213 <BODY>
35214 <H1>S/MIME: Transfer CA Certs to Container</H1>
35216 UNIX Alpine only.
35218 The Transfer command will copy the CA certificates in your configured
35219 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35220 to the container in your configured
35221 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35222 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35223 container.
35225 Warning: Any previous contents in the container will be lost.
35227 <UL>   
35228 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35229 </UL><P>
35231 <UL>   
35232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35233 </UL><P>
35234 &lt;End of help on this topic&gt;
35235 </BODY>
35236 </HTML>
35237 ====== h_config_smime_transfer_cacert_to_dir =====
35238 <HTML>
35239 <HEAD>
35240 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35241 </HEAD>
35242 <BODY>
35243 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35245 UNIX Alpine only.
35247 The Transfer command will copy the CA certificates in your configured
35248 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35249 to the directory in your configured
35250 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35251 This might be useful if you decide to switch from using a CA cert container to a CA cert
35252 directory.
35254 <UL>   
35255 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35256 </UL><P>
35258 <UL>   
35259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35260 </UL><P>
35261 &lt;End of help on this topic&gt;
35262 </BODY>
35263 </HTML>
35264 ====== h_config_smime_transfer_pubcon_to_key =====
35265 <HTML>
35266 <HEAD>
35267 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35268 </HEAD>
35269 <BODY>
35270 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35272 Mac OS X Alpine only.
35274 The Transfer command will copy the public certificates in your configured
35275 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35276 to your default Mac OS X Keychain.
35277 This might be useful if you decide to switch from using a cert container to using
35278 the Keychain to store your public certs, which you may do by using the
35279 feature
35280 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35282 <UL>   
35283 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35284 </UL><P>
35286 <UL>   
35287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35288 </UL><P>
35289 &lt;End of help on this topic&gt;
35290 </BODY>
35291 </HTML>
35292 ====== h_config_smime_transfer_pubkey_to_con =====
35293 <HTML>
35294 <HEAD>
35295 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35296 </HEAD>
35297 <BODY>
35298 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35300 UNIX Alpine only.
35302 The Transfer command will copy the public certificates in your configured
35303 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35304 to your default Mac OS X Keychain.
35305 This might be useful if you decide to switch from using a cert container to using
35306 the Keychain to store your public certs.
35308 <UL>   
35309 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35310 </UL><P>
35312 <UL>   
35313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35314 </UL><P>
35315 &lt;End of help on this topic&gt;
35316 </BODY>
35317 </HTML>
35318 ====== h_config_smime_public_certificates =====
35319 <HTML>
35320 <HEAD>
35321 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35322 </HEAD>
35323 <BODY>
35324 <H1>S/MIME: Manage Public Certificates</H1>
35326 UNIX Alpine only.
35328 This menu item allows you to manage your public certificates, this
35329 may include your own public certificate, but it normally includes
35330 certificates of people you correspond with. These certificates are
35331 saved by Alpine automatically when they are found in signed messages
35332 that you receive. This interface allows you to manage them, by
35333 giving you the option to delete them, or trust them (in the case
35334 of self-signed certificates).
35337 Please note that Alpine will not validate a message that was sent to you
35338 using a self-signed certificate, unless you decide to trust that certificate.
35339 Internally, a certificate is trusted by copying it to the
35340 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35341 collection. If you decide that you want to stop trusting a self-signed
35342 certificate, you must delete such certificate from such collection.
35344 The <B>I</B> Import command available in this screen allows you to 
35345 import a command to this collection.
35347 <UL>   
35348 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35349 </UL><P>
35351 <UL>   
35352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35353 </UL><P>
35354 &lt;End of help on this topic&gt;
35355 </BODY>
35356 </HTML>
35357 ====== h_config_smime_private_keys =====
35358 <HTML>
35359 <HEAD>
35360 <TITLE>S/MIME: Manage Private Keys</TITLE>
35361 </HEAD>
35362 <BODY>
35363 <H1>S/MIME: Manage Private Keys</H1>
35365 UNIX Alpine only.
35367 This option allows you to manage your private key. Normally a person has only
35368 one key, in the same way that a person only has one valid passport, or ID card,
35369 at any given time. This option allows you to manage private keys. You can
35370 delete them or import them. Additionally, you can view information
35371 about your public certificate, such as the issuer and the dates of validity
35372 of such certificate, among others.
35375 If you have more than one e-mail address for which you want to use the 
35376 same private key, you must add all those addresses to the private key at 
35377 the moment that the key is generated. When you receive a signed message using 
35378 a key generated for several e-mail addresses, Alpine will save a 
35379 certificate for each e-mail address included in such certificate.
35381 The <B>I</B> Import command available in this screen allows you to 
35382 import a command to this collection.
35384 <UL>   
35385 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35386 </UL><P>
35388 <UL>   
35389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35390 </UL><P>
35391 &lt;End of help on this topic&gt;
35392 </BODY>
35393 </HTML>
35394 ====== h_config_smime_certificate_authorities =====
35395 <HTML>
35396 <HEAD>
35397 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35398 </HEAD>
35399 <BODY>
35400 <H1>S/MIME: Manage Certificate Authorities</H1>
35402 UNIX Alpine only.
35404 This collection contains certificates that are needed to validate the 
35405 certificate of another person, and therefore contains certificates that 
35406 you trust. Typically a certificate is signed by another entity, called a 
35407 certificate authority. This option allows you to manage which certificates 
35408 you trust, allowing you to import them and to delete them or view information
35409 about each certificate, such as the issuer and the dates of validity
35410 of such certificate.
35412 The <B>I</B> Import command available in this screen allows you to 
35413 import a command to this collection.
35415 <UL>   
35416 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35417 </UL><P>
35419 <UL>   
35420 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35421 </UL><P>
35422 &lt;End of help on this topic&gt;
35423 </BODY>
35424 </HTML>
35425 ====== h_certificate_information =====
35426 <HTML>
35427 <HEAD>
35428 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35429 </HEAD>
35430 <BODY>
35431 <H1>S/MIME: Certificate Information Screen</H1>
35433 UNIX Alpine only.
35435 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35436 such as its owner, e-mail address, issuer, and interval of validity, 
35437 among others.
35439 In the case of public certificates, this screen shows you if there was a
35440 failure when attempting to validate such message. If the certificate is
35441 self-signed, then the <B>T</B> Trust command will be available, which
35442 you can use to trust such certificate and make Alpine not fail validating 
35443 signatures signed with such certificate.
35445 You can also mark a certificate deleted, with the <B>D</B> command, or 
35446 remove the deleted mark with the <B>U</B> undelete command.
35448 In the case of your private key, Alpine shows you the information
35449 from your public key. Additionally, Alpine allows you to see public
35450 and private information about your key, with the <B>B</B> and
35451 <B>R</B> commands respectively.
35452 <UL>   
35453 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35454 </UL><P>
35456 <UL>   
35457 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35458 </UL><P>
35459 &lt;End of help on this topic&gt;
35460 </BODY>
35461 </HTML>
35462 ====== h_config_smime_manage_public_menu =====
35463 <HTML>
35464 <HEAD>
35465 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35466 </HEAD>
35467 <BODY>
35468 <H1>S/MIME: Commands that Manage Public Certificates</H1>
35470 UNIX Alpine only.
35472 This screen allows you to manage your public certificates. 
35474 The format of this screen is as follows. There are five fields: The 
35475 leftmost field is normally empty, but it could contain the letter 
35476 &quot;D&quot; to indicate that that certificate has been marked for 
35477 deletion. The next field is the e-mail address of the owner of the 
35478 certificate, shown in its entirety. The third and fourth field are the 
35479 first and last day validity for that certificate, respectively. The date
35480 is displayed in the user's locale unless the option 
35481 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
35482 is set. In this case, the month, day and year are represented by two
35483 digits, and the format used is mm/dd/yy. Finally, the fifth 
35484 field is what can be displayed of the MD5 hash of the certificate. You can 
35485 use any of the last three fields to distinguish between two certificates 
35486 for the same owner.
35488 Available commands in this screen and a short description of what they 
35489 do follows.
35490 <UL>
35491 <LI> <B>I</B> Imports a public certificate to this collection.
35492 <LI> <B>V</B> View information about a certificate such as the name of the person the
35493 certificate was issued to, its dates of validity, and validity status.
35494 <LI> <B>D</B> Marks a certificate deleted.
35495 <LI> <B>U</B> Removes the deletion mark on a certificate.
35496 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35497 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
35498 trust a certificate by copying it to the collection of trusted certificates.
35499 </UL>
35501 All commands provide feedback to let you know about their success or failure.
35503 <UL>   
35504 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35505 </UL><P>
35507 <UL>   
35508 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35509 </UL><P>
35510 &lt;End of help on this topic&gt;
35511 </BODY>
35512 </HTML>
35513 ====== h_config_smime_manage_private_menu =====
35514 <HTML>
35515 <HEAD>
35516 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
35517 </HEAD>
35518 <BODY>
35519 <H1>S/MIME: Commands that Manage Private Keys</H1>
35521 UNIX Alpine only.
35523 This screen allows you to manage your private key.
35525 The format of this screen is as follows. There are five fields: The 
35526 leftmost field is normally empty, but it could contain the letter 
35527 &quot;D&quot; to indicate that that certificate has been marked for 
35528 deletion. The next field is the e-mail address of the owner of the 
35529 certificate, shown in its entirety. The third field is the first day of 
35530 validity for that certificate; the fourth field in the last day that that 
35531 certificate is valid, and the fifth field is what can be displayed of the 
35532 MD5 hash of the public certificate corresponding to this private key. You 
35533 can use any of the last three fields to distinguish between two 
35534 certificates for the same owner.
35536 Available commands and a short description of what they do follows.
35537 <UL>
35538 <LI> <B>I</B> Imports a new public key to this collection.
35539 <LI> <B>V</B> View information about the public certificate corresponding to this
35540 key.
35541 <LI> <B>D</B> Marks a key to be deleted.
35542 <LI> <B>U</B> Removes the deletion mark on a key.
35543 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
35544 Note that expunging a private key does not remove the public key, which must
35545 be removed separately.
35546 </UL>
35548 All commands provide feedback to let you know about their success or failure.
35550 <UL>   
35551 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35552 </UL><P>
35554 <UL>   
35555 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35556 </UL><P>
35557 &lt;End of help on this topic&gt;
35558 </BODY>
35559 </HTML>
35560 ====== h_config_smime_manage_cacerts_menu =====
35561 <HTML>
35562 <HEAD>
35563 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
35564 </HEAD>
35565 <BODY>
35566 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
35568 UNIX Alpine only.
35570 This screen allows you to manage your collection of certificates that you
35571 trust. 
35573 The format of this screen is as follows. There are five fields: The 
35574 leftmost field is normally empty, but it could contain the letter 
35575 &quot;D&quot; to indicate that that certificate has been marked for 
35576 deletion. The next field is the e-mail address of the owner of the 
35577 certificate, shown in its entirety. The third field is the first day of 
35578 validity for that certificate; the fourth field in the last day that that 
35579 certificate is valid, and the fifth field is what can be displayed of the 
35580 MD5 hash of the certificate. You can use any of the last three fields to 
35581 distinguish between two certificates for the same owner.
35583 Available commands and a short description of what they do follows.
35584 <UL>
35585 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
35586 done by reading the certificate and validating it. Once a certificate
35587 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
35588 to the certificate, if necessary.
35589 <LI> <B>V</B> View information about this certificate, such as its issuer 
35590 and validity dates.
35591 <LI> <B>D</B> Marks a certificate to be deleted.
35592 <LI> <B>U</B> Removes the deletion mark on a certificate.
35593 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35594 </UL>
35596 All commands provide feedback to let you know about their success or failure.
35598 <UL>
35599 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35600 </UL><P>
35602 <UL>   
35603 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35604 </UL><P>
35605 &lt;End of help on this topic&gt;
35606 </BODY>
35607 </HTML>
35608 ====== h_config_lame_list_mode =====
35609 <HTML>
35610 <HEAD>
35611 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
35612 </HEAD>
35613 <BODY>
35614 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
35616 This feature modifies the method Alpine uses to ask your IMAP
35617 server for folder names to display in the FOLDER LIST screen.
35618 It is intended to compensate for a small set of IMAP servers that
35619 are programmed to ignore a part of the request, and thus respond
35620 to Alpine's query with nonsensical results.
35623 If you find that Alpine is erroneously displaying blank folder lists,
35624 try enabling this feature.
35627 NOTE: Enabling this feature has consequences for the Goto and Save
35628 commands.  Many servers allow access to folders outside the area
35629 reserved for your personal folders via some reserved character,
35630 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
35631 allows, at the Goto and Save prompts, quick access to folders
35632 outside your personal folder collection without requiring a specific
35633 collection definition.  This behavior will generally not be available
35634 when this feature is enabled.
35637 <UL>   
35638 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35639 </UL><P>
35640 &lt;End of help on this topic&gt;
35641 </BODY>
35642 </HTML>
35643 ====== h_config_enable_mulnewsrcs =====
35644 <HTML>
35645 <HEAD>
35646 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
35647 </HEAD>
35648 <BODY>
35649 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
35651 This feature makes it so Alpine can use multiple newsrcs based on
35652 the news server being connected to, which allows for separate lists
35653 of subscribed-to newsgroups. When this feature is not set, there is only
35654 one list of newsgroups.
35656 Under this feature, the name of a newsrc is based on the news server.
35657 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
35658 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
35659 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
35660 Setting this feature for the first time will allow for the option of using
35661 your old newsrc the next time you read news.
35663 If this feature is set, then the feature
35664 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
35665 also may affect the name of the newsrc file that is used.
35667 <UL>   
35668 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35669 </UL><P>
35670 &lt;End of help on this topic&gt;
35671 </BODY>
35672 </HTML>
35673 ======= h_ab_export_vcard =======
35674 <HTML>
35675 <HEAD>
35676 <TITLE>Address Book Export Format</TITLE>
35677 </HEAD>
35678 <BODY>
35679 <H1>Address Book Export Format</H1>
35681 You are exporting address book data from Alpine to a file outside of Alpine.
35682 You are being asked to choose the format of the export.
35683 Here are the choices:
35685 <DL>
35686 <DT><EM>A</EM>ddress List</DT>
35687 <DD>
35688 The addresses from the address book entries you are saving
35689 from will be saved one address per line.
35690 Address book lists (those with more than one address) will have
35691 all of their addresses saved separately.
35692 </DD>
35694 <DT><EM>V</EM>Card</DT>
35695 <DD>
35696 The entries will be saved in
35697 <A HREF="h_whatis_vcard">vCard</A> format.
35698 </DD>
35700 <DT><EM>T</EM>ab Separated</DT>
35701 <DD>
35702 The entries will be saved in tab-separated columns.
35703 There will be just 4 columns of data that correspond to Alpine's
35704 Nickname field, Full Name field, Address field, and Comment field.
35705 It might prove useful to Select only the Simple, non-List address book
35706 entries before Saving.
35707 </DD>
35709 <DT><EM>^C</EM> Cancel</DT>
35710 <DD>
35711 Cancel out of the Save.
35712 </DD>
35714 </DL>
35718 &lt;End of help on this topic&gt;
35719 </BODY>
35720 </HTML>
35721 ====== h_config_predict_nntp_server =====
35722 <HTML>
35723 <HEAD>
35724 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
35725 </HEAD>
35726 <BODY>
35727 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
35729 This feature allows Alpine to assume that the open NNTP server at the
35730 time of composition is the NNTP server to which the message should be
35731 posted.  This is especially recommended when there are multiple News
35732 collections.  If this feature is not set, Alpine will try to post to the first server in
35733 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
35734 this feature also negates the need to add News collection servers to
35735 the <!--#echo var="VAR_nntp-server"--> variable.
35737 This feature can be especially handy when used in conjunction with
35738 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
35740 <UL>   
35741 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35742 </UL><P>
35743 &lt;End of help on this topic&gt;
35744 </BODY>
35745 </HTML>
35746 ====== h_config_nntp_search_uses_overview =====
35747 <HTML>
35748 <HEAD>
35749 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
35750 </HEAD>
35751 <BODY>
35752 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
35754 This feature should probably be turned on unless it causes trouble.
35755 The results of the NNTP overview command (XOVER) may be used to help
35756 with some searches in news groups.
35757 It should result in quicker response time.
35758 Turning this feature on apparently causes search results which are
35759 different from what you would get with the feature turned off on some
35760 servers.
35762 <UL>   
35763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35764 </UL><P>
35765 &lt;End of help on this topic&gt;
35766 </BODY>
35767 </HTML>
35768 ====== h_config_thread_sorts_by_arrival =====
35769 <HTML>
35770 <HEAD>
35771 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
35772 </HEAD>
35773 <BODY>
35774 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
35776 This feature affects how a threading sort arranges threads.  The default way
35777 to arrange threads is by the date of the earliest message in the thread.
35778 This feature arranges threads by the last message to arrive in a thread.
35780 This feature causes old threads that get recent messages to sort to the bottom,
35781 where previously a message arrival to a thread would not rearrange the order of
35782 that thread.
35784 <UL>   
35785 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35786 </UL><P>
35787 &lt;End of help on this topic&gt;
35788 </BODY>
35789 </HTML>
35790 ====== h_config_textplain_int =====
35791 <HTML>
35792 <HEAD>
35793 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
35794 </HEAD>
35795 <BODY>
35796 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
35798 This feature modifies the method Alpine uses to display Text/Plain
35799 MIME attachments from the Attachment Index screen.  Normally, the
35800 &quot;View&quot; command searches for any externally defined (usually
35801 via the
35802 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
35803 and displays the selected text within that viewer.
35806 Enabling this feature causes Alpine to ignore any external viewer
35807 settings and always display text with Alpine's internal viewer.
35810 <UL>   
35811 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35812 </UL><P>
35813 &lt;End of help on this topic&gt;
35814 </BODY>
35815 </HTML>
35816 ====== h_config_wp_columns =====
35817 <HTML>
35818 <HEAD>
35819 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
35820 </HEAD>
35821 <BODY>
35822 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
35824 Web Alpine only.
35826 This configuration setting specifies the number of horizontal characters
35827 used to format various WebAlpine pages.  Smaller values will tend to reduce
35828 the amount of horizontal scrolling required to view pages within narrow
35829 browsers, such as those found on PDAs, and larger values will tend to 
35830 spread more information across the page.
35833 The Message List page uses the width to determine how many characters
35834 to assign each field.  Note, a smaller value may result in a disproportionate
35835 amount of blank space between fields on each line.  Similarly, a large
35836 value may result in cramped fields or horizontal scrolling.
35839 The Message View page uses this value to determine when to wrap lines
35840 in displayed message text.  Note, a smaller value may result in jagged
35841 right margins or confusing quoting.  A larger value may cause lines of text to
35842 run beyond the browser's right edge, requiring horizontal scrolling.
35845 <UL>   
35846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35847 </UL><P>
35848 &lt;End of help on this topic&gt;
35849 </BODY>
35850 </HTML>
35851 ====== h_config_wp_state =====
35852 <HTML>
35853 <HEAD>
35854 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
35855 </HEAD>
35856 <BODY>
35857 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
35859 Web Alpine only.
35861 Various aspects of cross-session state.
35864 <UL>   
35865 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35866 </UL><P>
35867 &lt;End of help on this topic&gt;
35868 </BODY>
35869 </HTML>
35870 ====== h_config_wp_aggstate =====
35871 <HTML>
35872 <HEAD>
35873 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
35874 </HEAD>
35875 <BODY>
35876 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
35878 Web Alpine only.
35880 Aggregate operations tab state.
35883 <UL>   
35884 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35885 </UL><P>
35886 &lt;End of help on this topic&gt;
35887 </BODY>
35888 </HTML>
35889 ====== h_config_wp_indexlines =====
35890 <HTML>
35891 <HEAD>
35892 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
35893 </HEAD>
35894 <BODY>
35895 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
35897 Web Alpine only.
35899 Number of index lines in table.
35902 <UL>   
35903 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35904 </UL><P>
35905 &lt;End of help on this topic&gt;
35906 </BODY>
35907 </HTML>
35908 ====== h_config_wp_indexheight =====
35909 <HTML>
35910 <HEAD>
35911 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
35912 </HEAD>
35913 <BODY>
35914 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
35916 Web Alpine only.
35918 Index table row height.
35921 <UL>   
35922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35923 </UL><P>
35924 &lt;End of help on this topic&gt;
35925 </BODY>
35926 </HTML>
35927 ====== h_config_rss_news =====
35928 <HTML>
35929 <HEAD>
35930 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
35931 </HEAD>
35932 <BODY>
35933 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
35935 Web Alpine only.
35937 RSS News feed.
35940 <UL>   
35941 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35942 </UL><P>
35943 &lt;End of help on this topic&gt;
35944 </BODY>
35945 </HTML>
35946 ====== h_config_rss_weather =====
35947 <HTML>
35948 <HEAD>
35949 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
35950 </HEAD>
35951 <BODY>
35952 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
35954 Web Alpine only.
35956 RSS Weather feed.
35959 <UL>   
35960 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35961 </UL><P>
35962 &lt;End of help on this topic&gt;
35963 </BODY>
35964 </HTML>
35965 ====== h_config_send_confirms_only_expanded =====
35966 <HTML>
35967 <HEAD>
35968 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
35969 </HEAD>
35970 <BODY>
35971 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
35973 This Web Alpine option specifies whether or not a Send confirmations
35974 happens when a composed message is readied for sending or not.  The
35975 default behavior is to not confirm that the nicknames were expanded to
35976 the intended addresses.
35979 <UL>   
35980 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35981 </UL><P>
35982 &lt;End of help on this topic&gt;
35983 </BODY>
35984 </HTML>
35985 ====== h_config_enable_jump_command =====
35986 <HTML>
35987 <HEAD>
35988 <TITLE>FEATURE: enable-jump-command</TITLE>
35989 </HEAD>
35990 <BODY>
35991 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
35993 This Web Alpine option specifies whether or not a Jump command is
35994 offered in the Message List and Message View pages.  The command is
35995 implemented as an input field in the left column of the List and View
35996 screens. 
35999 When enabled and a number is entered in the input field while the
36000 Message List is displayed, the Message List is reframed with the
36001 specified message.  While viewing a message, the message associated
36002 with the specified message number is displayed.
36005 <UL>   
36006 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36007 </UL><P>
36008 &lt;End of help on this topic&gt;
36009 </BODY>
36010 </HTML>
36011 ====== h_config_enable_newmail_sound =====
36012 <HTML>
36013 <HEAD>
36014 <TITLE>FEATURE: enable-newmail-sound</TITLE>
36015 </HEAD>
36016 <BODY>
36017 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
36019 This Web Alpine option specifies whether or not a sound file is sent
36020 to the web browser along with the newmail notification message.
36024 <UL>   
36025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36026 </UL><P>
36027 &lt;End of help on this topic&gt;
36028 </BODY>
36029 </HTML>
36030 ====== h_config_render_html_internally =====
36031 <HTML>
36032 <HEAD>
36033 <TITLE>FEATURE: render-html-internally</TITLE>
36034 </HEAD>
36035 <BODY>
36036 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
36038 By default, Web Alpine will pass cleansed HTML text you receive in messages 
36039 to the browser for display (rendering).  This feature causes Web Alpine to convert 
36040 the HTML text into plain text in the same way Unix and PC-Alpine do.
36044 <UL>   
36045 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36046 </UL><P>
36047 &lt;End of help on this topic&gt;
36048 </BODY>
36049 </HTML>
36050 ====== h_config_role_undo =====
36051 Yes, remember changes and exit back to list of roles; No, discard changes
36052 made in this screen; ^C, cancel exit and stay in this config screen.
36053 ====== h_exit_editor =====
36054 S, save changes and exit from the editor; D, do not save changes but
36055 do exit from the editor; or ^C, cancel exit and stay in the editor.
36056 ====== h_config_undo =====
36057 Yes, save changes and exit; No, exit without saving any changes made since
36058 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
36059 ====== h_os_index_whereis =====
36060 Enter ^V or ^Y to go immediately to the last or first message in the index.
36061 Or, enter the match string followed by RETURN.
36062 ====== h_os_index_whereis_agg =====
36063 Enter ^V or ^Y to go immediately to the last or first message in the index,
36064 Or, enter the match string followed by RETURN (or ^X to select all matches).
36065 =========== h_oe_add_full ==================
36066 Type the full name of the person being added and press the RETURN key.
36067 Press ^C to cancel addition.
36068 =========== h_oe_add_nick ==================
36069 Type a short nickname and press RETURN.  A nickname is a short easy-to-
36070 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
36071 ========== h_oe_add_addr ================
36072 Type the e-mail address and press RETURN.
36073 Press ^C to cancel addition.
36074 ========== h_oe_crlst_full ==============
36075 Type a long name or description for the list that you are creating and
36076 press RETURN.  Press ^C to cancel creation of list.
36077 =========== h_oe_crlst_nick =============
36078 Type a nickname (short, easy-to-remember name or single word) for the list
36079 you are creating and press RETURN.  Press ^C to cancel.
36080 ========== h_oe_crlst_addr ==============
36081 Type an e-mail address, or a nickname already in the address book that you
36082 want to be part of this list and press RETURN.
36083 ========== h_oe_adlst_addr =============
36084 Type an e-mail address or a nickname already in the address book that you
36085 want to add to this list and press RETURN.
36086 ========== h_oe_editab_nick ============
36087 Change the nickname using the arrow keys and delete key.  Press RETURN
36088 when done.  Press ^C to cancel editing and leave the nickname as it was.
36089 ========== h_oe_editab_full ============
36090 Change the full name using the arrow keys and delete key.  Press RETURN
36091 when done.  Press ^C to cancel editing and leave the full name as it was.
36092 ========== h_oe_editab_addr ============
36093 Change the address using the arrow keys and delete key.  Press RETURN
36094 when done.  Press ^C to cancel editing and leave the address as it was.
36095 ========== h_oe_editab_fcc ============
36096 Change the fcc using the arrow keys and delete key.  Press RETURN when
36097 done.  Press ^C to cancel editing and leave the fcc as it was.
36098 ========== h_oe_editab_comment ============
36099 Change the comment field using the arrow keys and delete key.  Press RETURN
36100 when done.  Press ^C to cancel editing and leave the comment as it was.
36101 ====== h_ab_forward =====
36102 Yes, expand nicknames and qualify local names with your current domain name;
36103 No, leave nicknames and local names as is;  ^C, cancel.
36104 ========== h_ab_export ==========
36105 Type the name of a file to write the addresses into and
36106 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
36107 ========== h_ab_edit_a_field ==========
36108 Edit any of the fields of the currently selected entry by typing one of the
36109 letters at the bottom of the screen.  Press ^C to cancel edit.
36110 ====== h_ab_del_data_revert =====
36111 Press B to completely delete addrbook and revert to default, C to delete config
36112 and revert while leaving data, or D to only delete data (make it empty).
36113 ====== h_ab_del_data_modify =====
36114 Press B to completely delete addrbook, C to delete configuration while leaving
36115 data, or D to delete data (make it empty) but leave config. ^C to cancel.
36116 ====== h_ab_del_config_modify =====
36117 Yes, remove this address book from my configuration.
36118 No, make no changes now.
36119 ====== h_ab_del_config_revert =====
36120 Yes, remove this address book from my config and revert to default.
36121 No, make no changes now.
36122 ====== h_ab_del_default =====
36123 Yes, remove this default address book from my configuration.
36124 No, make no changes now.
36125 ====== h_ab_really_delete =====
36126 Yes, delete the actual contents of the address book, not just the 
36127 configuration.  No, don't delete the data after all, cancel and start over.
36128 ====== h_ab_del_ignore =====
36129 Press I to ignore all the default address books for this category.  Press R to
36130 remove this one address book and add the others to your personal list.
36131 ====== h_ab_del_dir_ignore =====
36132 Press I to ignore all the default directory servers for this category.
36133 Press R to remove this one server and add the others to your personal list.
36134 ====== h_ab_copy_dups =====
36135 Yes, overwrite the existing entry.
36136 No, skip duplicates but save the rest. Press ^C to cancel.
36137 ====== h_confirm_cancel =====
36138 Type C to Confirm that you want to abandon the message you are composing.
36139 Type N or ^C to cancel out of the cancel and keep composing.
36140 ====== h_ab_text_or_vcard =====
36141 Text, start composer with displayed text already included.
36142 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36143 ====== h_ab_backup_or_ldap =====
36144 Backup, copy email address from entry and allow editing of it.
36145 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36146 ====== h_ldap_text_or_vcard =====
36147 Text: export displayed text for selected entry. Address: export only the
36148 email address. VCard: export entry in vCard format. ^C cancels.
36149 ====== h_ab_save_exp =====
36150 Save, save entry or entries to an address book.
36151 Export, save to file outside of pine. ^C cancels save.
36152 ====== h_ab_add =====
36153 A, add a brand new entry to this address book.
36154 E, edit the entry that is currently highlighted. ^C to cancel.
36155 ====== h_ab_shuf =====
36156 U, swap order of highlighted address book and the one above it.
36157 D, swap order of highlighted address book and the one below it. ^C to cancel.
36158 ====== h_ab_shuf_up =====
36159 U, swap order of highlighted address book and the one above it.
36160 Press ^C to cancel.
36161 ====== h_ab_shuf_down =====
36162 D, swap order of highlighted address book and the one below it.
36163 Press ^C to cancel.
36164 ====== h_folder_prop =====
36165 Count is # of messages in the folder, Unseen means messages that have not
36166 been read, New means messages that were Recently added to the folder.
36167 ====== h_role_shuf =====
36168 U, swap order of highlighted rule and the one above it.
36169 D, swap order of highlighted rule and the one below it. ^C to cancel.
36170 ====== h_role_shuf_up =====
36171 U, swap order of highlighted rule and the one above it.
36172 Press ^C to cancel.
36173 ====== h_role_shuf_down =====
36174 D, swap order of highlighted rule and the one below it.
36175 Press ^C to cancel.
36176 ====== h_incoming_shuf =====
36177 B, swap order of highlighted directory and the one before it.
36178 F, swap order of highlighted directory and the one after it. ^C to cancel.
36179 ====== h_incoming_shuf_up =====
36180 B, swap order of highlighted directory and the one before it.
36181 Press ^C to cancel.
36182 ====== h_incoming_shuf_down =====
36183 F, swap order of highlighted directory and the one after it.
36184 Press ^C to cancel.
36185 ====== h_dir_shuf =====
36186 U, swap order of highlighted directory and the one above it.
36187 D, swap order of highlighted directory and the one below it. ^C to cancel.
36188 ====== h_dir_shuf_up =====
36189 U, swap order of highlighted directory and the one above it.
36190 Press ^C to cancel.
36191 ====== h_dir_shuf_down =====
36192 D, swap order of highlighted directory and the one below it.
36193 Press ^C to cancel.
36194 ====== h_hdrcolor_shuf =====
36195 U, swap order of highlighted Header Color and the one above it.
36196 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36197 ====== h_hdrcolor_shuf_up =====
36198 U, swap order of highlighted Header Color and the one above it.
36199 Press ^C to cancel.
36200 ====== h_hdrcolor_shuf_down =====
36201 D, swap order of highlighted Header Color and the one below it.
36202 Press ^C to cancel.
36203 ========== h_oe_editab_al ============
36204 Change the address using the arrow keys and delete key.  Press RETURN
36205 when done.  Press ^C to cancel editing and leave the address as it was.
36206 ========== h_dir_comp_search ===============
36207 Type a string to look for just like you would in the composer. Your configured
36208 rules for the servers with the implicit flag set will be used.
36209 ========== h_oe_searchab ===============
36210 Type the word or name you want to search for and press RETURN.  If you press
36211 RETURN without entering anything the word in [] will be searched for.
36212 ========== h_oe_chooseabook ==========
36213 Choose the address book you want to save the new entry in.
36214 Use ^N or ^P to change address books.  ^C to cancel.
36215 ========== h_oe_takeaddr ==========
36216 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36217 when done.  Press ^C to cancel adding this entry to the address book.
36218 ========== h_oe_take_replace ==========
36219 Press R to replace the old entry with this new data.  You will still have
36220 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36221 ========== h_oe_take_replace_or_add ==========
36222 Press R to replace the old entry.  Press A to add the selected addresses to
36223 the old existing list.  N to enter another nickname. ^C to cancel now.
36224 ========== h_oe_takename ==========
36225 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36226 when done.  Press ^C to cancel adding this entry to the address book.
36227 ========== h_oe_takenick ==========
36228 Type a nickname (short easy-to-remember name, initials or single word) for this
36229 entry in the address book and press RETURN.  Press ^C to cancel addition.
36230 ========== h_oe_jump ==========
36231 Type the message number you want to jump to and press RETURN.  The word "end"
36232 represents the last message. Press ^C to cancel jumping to another message.
36233 ========== h_oe_jump_thd ==========
36234 Type the thread number you want to jump to and press RETURN.  The word "end"
36235 represents the last thread. Press ^C to cancel jumping to another thread.
36236 ========== h_oe_debuglevel ==========
36237 Higher number shows more debugging details.
36238 Press ^C if you want to cancel the change.
36239 ========== h_oe_broach ==========
36240 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36241 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36242 ========== h_oe_foldsearch ==========
36243 Type the text you want to search for in foldernames and press RETURN.  If you
36244 press RETURN without entering anything, any text in [] will be searched for.
36245 ========== h_oe_foldrename ==========
36246 Change the old name of the folder to the new name using the arrow and
36247 delete keys and press RETURN.  Press ^C to cancel rename.
36248 ========== h_oe_login ==========
36249 Enter your login name for the host you are opening the mailbox on.  Just press
36250 RETURN to use your login from this host as is, or edit it with delete key.
36251 ========== h_oe_passwd ==========
36252 Type your password for the host and login shown as part of the prompt.
36253 Press ^C to cancel opening folder.
36254 ========== h_oe_choosep ==========
36255 Enter the number associated with the printer you want to select.  Press ^C to
36256 cancel the printer selection.  The current selection is highlighted.
36257 ========== h_oe_customp ==========
36258 Type the name of the Unix print command and press RETURN.  Press ^C to
36259 cancel the printer selection.
36260 ========== h_oe_searchview ==========
36261 Type the word or name you want to search for and press RETURN.  If you press
36262 RETURN without entering anything the word in [] will be searched for.
36263 ========== h_oe_keylock ==========
36264 The keyboard is in use and locked by another user.  Only that user can
36265 unlock this keyboard by typing the password.
36266 ========== h_wt_expire ==========
36267 At the beginning of each month Alpine offers to rename your current sent-mail
36268 folder to one named for the month so you have a sent-mail folder for each month
36269 ========== h_wt_delete_old ==========
36270 It is the beginning of the month, and we need to conserve disk
36271 space.  Please delete any sent-mail that you do not need.
36272 ========== h_select_sort ==========
36273 Select the order for sorting the index by typing the capitalized letter.
36274 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36275 ========== h_no_F_arg ============
36276 Enter name of file to be opened.
36278 ========== h_sticky_personal_name ==========
36279 Type in your name as you want it to appear on outgoing email.  This entry
36280 will be saved into your Alpine configuration file.
36281 ========== h_sticky_inbox ============
36282 INBOX syntax is usually {complete.machine.name}INBOX
36283 This entry will be saved in your Alpine configuration file.
36284 ========== h_sticky_smtp ============
36285 The name of the computer on your campus that relays your outgoing email
36286 to the Internet.  This entry will be saved in your Alpine configuration file.
36287 ========== h_sticky_user_id ==========
36288 The username or login-id part of your email address.  This entry will be
36289 saved in your Alpine configuration file.
36290 ========== h_sticky_domain ==========
36291 The domain part of your email address, NOT the name of your PC.  This
36292 entry will be saved in your Alpine configuration file.
36293 ========== h_bounce =========
36294 Enter the address or nickname of the intended recipient.  Alpine will resend
36295 the message, which will retain the original author's From: address.
36296 ========== h_incoming_add_folder_nickname =========
36297 Enter an (optional) nickname that will be used in lieu of the actual
36298 host and folder names in the FOLDER LIST display.
36299 ========== h_anon_forward ==========
36300 Enter the address of your intended recipient, or ^C to cancel.
36301 Example: jsmith@somewhere.edu
36302 ========== h_news_subscribe ==========
36303 Enter the name of the newsgroup to which you wish to subscribe,
36304 or ^C to cancel.  Example: comp.mail.pine
36305 ========== h_pipe_msg ==========
36306 Enter the name of the Unix command to which you wish to send this
36307 message, or ^C to cancel.
36308 ========== h_pipe_attach ==========
36309 Enter the name of the Unix command to which you wish to send this
36310 attachment, or ^C to cancel.
36311 ========== h_select_by_num ==========
36312 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
36313 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
36314 ========== h_select_by_thrdnum ==========
36315 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
36316 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
36317 ========== h_select_txt_from ==========
36318 Messages with From: headers containing the entered string will be selected.
36319 ^C to cancel. ^G again to see original options.
36320 ========== h_select_txt_not_from ==========
36321 Messages without From: headers containing the entered string will be selected.
36322 ^C to cancel. ^G again to see original options.
36323 ========== h_select_txt_to ==========
36324 Messages with To: headers containing the entered string will be selected.
36325 ^C to cancel. ^G again to see original options.
36326 ========== h_select_txt_not_to ==========
36327 Messages without To: headers containing the entered string will be selected.
36328 ^C to cancel. ^G again to see original options.
36329 ========== h_select_txt_cc ==========
36330 Messages with Cc: headers containing the entered string will be selected.
36331 ^C to cancel. ^G again to see original options.
36332 ========== h_select_txt_not_cc ==========
36333 Messages without Cc: headers containing the entered string will be selected.
36334 ^C to cancel. ^G again to see original options.
36335 ========== h_select_txt_subj ==========
36336 Messages with Subject: headers containing the entered string will be selected.
36337 ^C to cancel.  ^X enters Subject: line of current message.
36338 ========== h_select_txt_not_subj ==========
36339 Messages without Subject headers containing the entered string will be selected.
36340 ^C to cancel.  ^X enters Subject: line of current message.
36341 ========== h_select_txt_all ==========
36342 All messages containing the entered string will be selected.  Headers and body,
36343 but not encoded attachments, will be compared.  Enter ^C to cancel.
36344 ========== h_select_txt_not_all ==========
36345 All messages that don't contain the entered string will be selected.  Headers
36346 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36347 ========== h_select_txt_body ==========
36348 All messages containing the entered string will be selected. Body text, but
36349 not headers or encoded attachments, will be compared. ^C to cancel.
36350 ========== h_select_txt_not_body ==========
36351 All messages that don't contain the entered string will be selected. Body
36352 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36353 ========== h_select_txt_recip ==========
36354 Messages with Cc: or To: headers containing the entered string will be selected.
36355 ^C to cancel. ^G again to see original options.
36356 ========== h_select_txt_not_recip ==========
36357 Messages without Cc: or To: headers containing the string will be selected.
36358 ^C to cancel. ^G again to see original options.
36359 ========== h_select_txt_partic ==========
36360 Messages with Cc, To, or From headers containing the string will be selected.
36361 ^C to cancel. ^G again to see original options.
36362 ========== h_select_txt_not_partic ==========
36363 Messages without Cc, To, or From headers containing the string will be selected.
36364 ^C to cancel. ^G again to see original options.
36365 ========== h_select_date ==========
36366 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36367 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36368 ========== h_attach_index_whereis ==========
36369 Enter some text that appears in the Attachment Index entry for the desired
36370 attachment.  The first attachment containing that text will be highlighted.
36371 ========== h_kb_lock ==========
36372 Keystrokes entered here (up to a RETURN) comprise a password that must
36373 be entered again later in order to unlock the keyboard.
36374 ========== h_compose_default ==========
36375 N, compose a new message. R, set a role.
36376 ^C to cancel.
36377 ========== h_untranslatable ==========
36378 Send using UTF-8 character set; Send but replace untranslatable characters
36379 with question marks; return to the composer; or cancel message altogether.
36380 ========== h_compose_intrptd ==========
36381 N, compose a new msg. I, continue interrupted msg. R, set a role.
36382 ^C to cancel.
36383 ========== h_compose_postponed ==========
36384 N, compose a new message. P, continue postponed msg. R, set a role.
36385 ^C to cancel.
36386 ========== h_compose_intrptd_postponed ==========
36387 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36388 R, set a role. ^C to cancel.
36389 ========== h_compose_form ==========
36390 N, compose a new message. F, use form letter. R, set a role.
36391 ^C to cancel.
36392 ========== h_compose_intrptd_form ==========
36393 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36394 R, set a role. ^C to cancel.
36395 ========== h_compose_postponed_form ==========
36396 N, compose a new message. P, continue postponed msg. F, use form letter.
36397 R, set a role. ^C to cancel.
36398 ========== h_compose_intrptd_postponed_form ==========
36399 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36400 F, use form letter. R, set a role. ^C to cancel.
36401 ========== h_config_context_del_except ==========
36402 If you delete the last exceptional collection you can only add it back by
36403 manually editing the exceptions config file.
36404 ========== h_config_whereis ==========
36405 To move quickly to a particular line, enter a search string or
36406 ^C to cancel.
36407 ========== h_config_edit_scorei ==========
36408 Enter interval in the form (min,max). -INF and INF may be used to represent
36409 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36410 ========== h_config_add ==========
36411 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36412 pressing RETURN sets the Empty Value (this turns off any global default).
36413 ========== h_config_add_custom_color ==========
36414 Enter a header fieldname. For example, "subject" or "from".
36416 ========== h_config_add_pat_hdr ==========
36417 Enter a header fieldname. For example, "reply-to" or "organization" or
36418 any fieldname you want that isn't included already.
36419 ========== h_config_print_opt_choice ==========
36420 You may edit either the initialization string (characters printed before
36421 printing starts) or the trailer string.  Choose one or ^C to cancel.
36422 ========== h_config_print_init ==========
36423 Enter a C-style string for this.  You may use common backslash escapes like
36424 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36425 ========== h_config_change ==========
36426 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36427 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36428 ========== h_config_replace_add ==========
36429 Replace ignores the current default, Add places the current default in your
36430 editing buffer as if you had typed it in.
36431 ========== h_config_insert_after ==========
36432 Enter a nickname for this print command.  (InsertBefore puts the new item
36433 before the current line, InsertAfter puts it after the current line.)
36434 ========== h_config_print_cmd ==========
36435 Enter command to be executed for the printer.  Use normal editing keys
36436 to modify, ^C to cancel, carriage return to accept current value.
36437 ========== h_config_role_del ==========
36438 Answering Yes will remove this rule completely from your rules list.
36439 ========== h_config_role_addfile ==========
36440 Type the name of a file to add to your configuration. You don't need to
36441 use a file, you may add rules directly (with Add) without using a file.
36442 ========== h_config_role_delfile ==========
36443 Answering Yes will remove this rule file completely from your rules list.
36444 The rules data file itself will not be removed.
36445 ========== h_config_print_del ==========
36446 Answering Yes will remove this printer completely from your printer list.
36447 ========== h_config_print_name_cmd ==========
36448 You may edit the Nickname of this printer, the Command to be executed when
36449 printing, or change the Options associated with this printer.
36450 ========== h_send_check_fcc ==========
36451 Yes, send message without an Fcc.
36452 No, return to composer.
36453 ========== h_send_check_subj ==========
36454 Yes, send message without a Subject.
36455 No, return to composer.
36456 ========== h_send_check_to_cc ==========
36457 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36458 No, return to composer.
36459 ========== h_send_fcc_only ==========
36460 Yes, copy message to Fcc only and send to NO recipients.
36461 No, return to composer.
36462 ========== h_send_prompt ==========
36463 Yes, send the message.
36464 No or ^C, return to composer.
36465 ========== h_send_prompt_flowed ==========
36466 Yes, send the message.  No or ^C, return to composer.
36467 What's Flowed? See Do Not Send Flowed Text in config screen.
36468 ========== h_send_prompt_dsn ==========
36469 Yes, send the message.  No or ^C, return to composer.
36470 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36471 ========== h_send_prompt_dsn_flowed ==========
36472 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
36473 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
36474 ========== h_role_confirm ==========
36475 Yes, use displayed role. No, compose without a role.
36476 ^C, cancel the message. ^T, select a role from your other eligible roles.
36477 ========== h_norole_confirm ==========
36478 Return, compose without a role.
36479 ^C, cancel the message. ^T, select a role from your eligible roles.
36480 ========== h_custom_print ==========
36481 Enter a Unix command that accepts its data on standard input.
36482 Alpine will display any information the command sends to standard output.
36483 ========== h_convert_abooks_and_sigs ==========
36484 You will be given the opportunity to convert address books and signature files
36485 to remote configurations.
36486 ========== h_convert_abooks ==========
36487 You will be given the opportunity to convert address books to remote
36488 configurations.
36489 ========== h_flag_keyword ==========
36490 Enter the name of the keyword you want to add for this folder.
36491 No spaces, parentheses, braces, percents or asterisks are allowed.
36492 ========== h_select_keyword ==========
36493 Enter the keyword you want to match, or use ^T to select a keyword from a list
36494 of possible keywords for this folder. Use ! to look for non-matches instead.
36495 ========== h_type_keyword ==========
36496 Enter the keyword you want to add. You may add a nickname in the next step.
36497 No spaces, parentheses, braces, percents or asterisks are allowed.
36498 ========== h_type_keyword_nickname ==========
36499 Enter an optional nickname for the keyword you want to add.
36500 Type Carriage return to use the keyword name instead of a nickname.
36501 ========== h_convert_sigs ==========
36502 You will be given the opportunity to convert signature files to remote
36503 configurations.
36504 ========== h_convert_abook ==========
36505 Yes is fairly safe. You will be ADDing a remote address book that is a copy
36506 of the current address book. The current abook won't be removed automatically.
36507 ========== h_convert_sig ==========
36508 Answering Yes copies the contents of the signature file into your Alpine
36509 configuration file. After that, the contents of the file will not be used.
36510 ========== h_save_addman ==========
36511 Enter the simple name of the folder you want to add. Carriage return to
36512 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
36513 ========== h_reopen_folder ==========
36514 Yes reopens the folder, as if you were starting over. This uncovers new mail.
36515 No leaves the folder index as it was without discovering new mail.
36516 ========== h_convert_pinerc_server ==========
36517 This is the name of the host (computer) where the remote Alpine configuration
36518 will be stored. This should be an IMAP server that you have permission to use.
36519 ========== h_convert_pinerc_folder ==========
36520 Enter the correct remote folder name. This folder is special and should
36521 contain only configuration data. It shouldn't contain other mail messages.
36522 ========== h_role_compose ==========
36523 Compose a New message, Reply to current message, Forward current message, or
36524 Bounce message. Then you will be asked to choose one of your Roles to be used.
36525 ========== h_save_size_changed ==========
36526 The reported size of a message is not the same as the actual size. Answer Yes
36527 to continue and hope for the best or No to Cancel the entire Save.
36528 ========== h_select_by_larger_size ==========
36529 Enter a number or ^C to cancel. All messages greater than this many characters
36530 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36531 ========== h_select_by_smaller_size ==========
36532 Enter a number or ^C to cancel. All messages less than this many characters
36533 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36534 ========== h_preserve_field ==========
36535 Use 'p' to toggle between preserving or not preserving the original To:
36536 and Cc: fields of the message. Enter ^C to cancel message.